@reusa/ngx-reusa-app-lib 0.0.1373 → 0.0.1374
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 +1324 -2394
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +105 -159
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +53 -59
- package/esm2022/lib/components/address/address.component.mjs +152 -287
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +219 -79
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +43 -17
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
- 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/email-update/email-update.component.mjs +140 -63
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +574 -422
- package/esm2022/lib/components/error/error.component.mjs +5 -22
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
- package/esm2022/lib/components/footer/footer.component.mjs +101 -112
- package/esm2022/lib/components/header/header.component.mjs +174 -440
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +36 -25
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +22 -16
- package/esm2022/lib/components/job-title/job-title.component.mjs +97 -92
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +513 -143
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +402 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +100 -68
- package/esm2022/lib/components/mfa/mfa.component.mjs +288 -158
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +285 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +54 -158
- package/esm2022/lib/components/profile/profile.component.mjs +353 -749
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +38 -108
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +173 -377
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +95 -76
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1153 -877
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +699 -208
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +41 -128
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
- package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +30 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +199 -0
- package/esm2022/lib/components/select/select.component.mjs +10 -5
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +72 -52
- package/esm2022/lib/components/user-login/user-login.component.mjs +360 -139
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +387 -655
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +61 -125
- package/esm2022/lib/guards/auth.guard.mjs +2 -50
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +6 -45
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
- 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/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
- package/esm2022/lib/pages/BasePage.mjs +23 -4
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
- package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +13 -7
- 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 +2 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/base-service.mjs +1 -4
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
- package/esm2022/lib/services/claims/claims.service.mjs +14 -105
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +14 -29
- package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
- package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
- package/esm2022/lib/services/security-service/security.service.mjs +6 -23
- package/esm2022/lib/services/util/util.service.mjs +5 -61
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
- package/esm2022/lib/validations/AppRegex.mjs +3 -1
- package/esm2022/lib/validations/AppValidators.mjs +62 -78
- package/esm2022/public-api.mjs +5 -47
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26939 -44815
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +53 -137
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +5 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +3 -9
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +15 -42
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +23 -1
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/contact-us/contact-us.component.d.ts +4 -1
- 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/email-update/email-update.component.d.ts +12 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +2 -3
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
- 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/header/header.component.d.ts +5 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
- 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 +23 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +12 -3
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +19 -7
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/mfa2/mfa2.component.d.ts +48 -0
- package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +4 -15
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +49 -82
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/questionnaire/AppValidators.d.ts +0 -1
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
- 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 +1 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +35 -33
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
- 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 +1 -7
- 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 +1 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
- 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 +3 -11
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/search-employer/search-employer.component.d.ts +4 -5
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/security-question/security-question.component.d.ts +37 -0
- package/lib/components/security-question/security-question.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +38 -5
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
- 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 +3 -9
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- 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/EmployerDetailSearchResult.d.ts +1 -4
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +1 -40
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +1 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PartialEmploymentModel.d.ts +6 -0
- package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/SecurityQuestionModel.d.ts +7 -0
- package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +1 -0
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/dashboard-model.d.ts +0 -22
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +82 -14
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/StatusModel.d.ts +0 -1
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +6 -3
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
- 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/services/base-service.d.ts +0 -12
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +6 -5
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -39
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -5
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/ovp/ovp.service.d.ts +17 -0
- package/lib/services/ovp/ovp.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +0 -3
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +4 -12
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +0 -6
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/validations/AppRegex.d.ts +2 -0
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +24 -20
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -46
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
- package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
- package/esm2022/lib/components/idme/idme.component.mjs +0 -84
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -336
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
- package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
- package/esm2022/lib/models/CountyModel.mjs +0 -3
- package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
- package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
- package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
- package/esm2022/lib/models/HelpConstants.mjs +0 -5
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
- package/esm2022/lib/models/combo-model.mjs +0 -343
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
- package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
- package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/esm2022/lib/services/event-service/event-service.mjs +0 -44
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
- package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
- package/lib/components/add-wage/add-wage.component.d.ts +0 -30
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/address-popup/address-popup.component.d.ts +0 -16
- package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/claim-info/claim-info.component.d.ts +0 -49
- package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
- package/lib/components/employer-info/employer-info.component.d.ts +0 -50
- package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
- package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
- package/lib/components/history-page/history-page.component.d.ts +0 -80
- package/lib/components/history-page/history-page.component.d.ts.map +0 -1
- package/lib/components/idme/idme.component.d.ts +0 -19
- package/lib/components/idme/idme.component.d.ts.map +0 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
- package/lib/components/sms/sms.component.d.ts +0 -63
- package/lib/components/sms/sms.component.d.ts.map +0 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
- package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
- package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
- package/lib/models/ActiveClaimModel.d.ts +0 -8
- package/lib/models/ActiveClaimModel.d.ts.map +0 -1
- package/lib/models/CountyModel.d.ts +0 -8
- package/lib/models/CountyModel.d.ts.map +0 -1
- package/lib/models/DuaAppDataModel.d.ts +0 -5
- package/lib/models/DuaAppDataModel.d.ts.map +0 -1
- package/lib/models/DuaRequestModel.d.ts +0 -10
- package/lib/models/DuaRequestModel.d.ts.map +0 -1
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
- package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerPayInfoModel.d.ts +0 -20
- package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
- package/lib/models/FarmUsageComponentModel.d.ts +0 -10
- package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
- package/lib/models/GrossEarningsModel.d.ts +0 -6
- package/lib/models/GrossEarningsModel.d.ts.map +0 -1
- package/lib/models/HelpConstants.d.ts +0 -5
- package/lib/models/HelpConstants.d.ts.map +0 -1
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
- package/lib/models/RetroWeeksModel.d.ts +0 -11
- package/lib/models/RetroWeeksModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
- package/lib/models/SendOtpRequestModel.d.ts +0 -12
- package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
- package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
- package/lib/models/WageCalculatorModel.d.ts +0 -15
- package/lib/models/WageCalculatorModel.d.ts.map +0 -1
- package/lib/models/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
- package/lib/models/combo-model.d.ts +0 -42
- package/lib/models/combo-model.d.ts.map +0 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
- package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
- package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
- package/lib/models/fileupload/FileObject.d.ts +0 -8
- package/lib/models/fileupload/FileObject.d.ts.map +0 -1
- package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
- package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
- package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
- package/lib/services/appeal/appeal.service.d.ts +0 -16
- package/lib/services/appeal/appeal.service.d.ts.map +0 -1
- package/lib/services/birt-service/birt.service.d.ts +0 -17
- package/lib/services/birt-service/birt.service.d.ts.map +0 -1
- package/lib/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
- package/lib/services/event-service/event-service.d.ts +0 -20
- package/lib/services/event-service/event-service.d.ts.map +0 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/review.service.d.ts +0 -23
- package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
- package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
|
@@ -18,11 +18,7 @@ export declare const LibConstants: {
|
|
|
18
18
|
ssoDomain: any;
|
|
19
19
|
oauthClientUser: any;
|
|
20
20
|
oauthClientSecret: any;
|
|
21
|
-
oauthWingsClientUser: any;
|
|
22
|
-
oauthWingsClientSecret: any;
|
|
23
21
|
enableChatbot: any;
|
|
24
|
-
enableLanguageChange: any;
|
|
25
|
-
PhaseTwoProofOfUIView: any;
|
|
26
22
|
koreAiWebSdkUrl: any;
|
|
27
23
|
koreAiJwtService: any;
|
|
28
24
|
koreAiChatbotServer: any;
|
|
@@ -30,17 +26,10 @@ export declare const LibConstants: {
|
|
|
30
26
|
koreAiClientSecret: any;
|
|
31
27
|
koreAiBotId: any;
|
|
32
28
|
koreAiBotName: any;
|
|
33
|
-
isAddressValidationEnabled: any;
|
|
34
29
|
blankString: string;
|
|
35
30
|
forwardSlash: string;
|
|
36
31
|
doubleForwardSlash: string;
|
|
37
32
|
colon: string;
|
|
38
|
-
appeal_service: {
|
|
39
|
-
protocol: any;
|
|
40
|
-
port: any;
|
|
41
|
-
host: any;
|
|
42
|
-
context: string;
|
|
43
|
-
};
|
|
44
33
|
notification_service: {
|
|
45
34
|
protocol: any;
|
|
46
35
|
port: any;
|
|
@@ -113,25 +102,7 @@ export declare const LibConstants: {
|
|
|
113
102
|
host: any;
|
|
114
103
|
context: string;
|
|
115
104
|
};
|
|
116
|
-
|
|
117
|
-
protocol: any;
|
|
118
|
-
port: any;
|
|
119
|
-
host: any;
|
|
120
|
-
context: string;
|
|
121
|
-
};
|
|
122
|
-
tax_audit_service: {
|
|
123
|
-
protocol: any;
|
|
124
|
-
port: any;
|
|
125
|
-
host: any;
|
|
126
|
-
context: string;
|
|
127
|
-
};
|
|
128
|
-
address_validation_service: {
|
|
129
|
-
protocol: any;
|
|
130
|
-
port: any;
|
|
131
|
-
host: any;
|
|
132
|
-
context: string;
|
|
133
|
-
};
|
|
134
|
-
event_service: {
|
|
105
|
+
overpayment_service: {
|
|
135
106
|
protocol: any;
|
|
136
107
|
port: any;
|
|
137
108
|
host: any;
|
|
@@ -142,23 +113,13 @@ export declare const LibConstants: {
|
|
|
142
113
|
enableFingerprinting: any;
|
|
143
114
|
fpjsToken: any;
|
|
144
115
|
legacyMenu: any;
|
|
145
|
-
enableBtnNavCSR: any;
|
|
146
116
|
maintenanceUrl: any;
|
|
147
117
|
idleTime: any;
|
|
148
118
|
timeOutPeriod: any;
|
|
149
119
|
maintenanceModeFeatureEnabled: any;
|
|
150
120
|
enableMultiMfaOptions: any;
|
|
151
121
|
isNewPasswordPolicyEnabled: any;
|
|
152
|
-
isNewPasswordPolicyEnabledForClaimant: any;
|
|
153
|
-
isNewPasswordPolicyEnabledForEmployer: any;
|
|
154
122
|
isSameSymbolPolicyForClaimantAndAgency: any;
|
|
155
|
-
interimHomePage: any;
|
|
156
|
-
errorMessagePopupLife: any;
|
|
157
|
-
successMessagePopupLife: any;
|
|
158
|
-
idmeBaseUrl: any;
|
|
159
|
-
idmeClientId: any;
|
|
160
|
-
idmeRedirectUrl: any;
|
|
161
|
-
idmeScope: any;
|
|
162
123
|
};
|
|
163
124
|
export declare function getBaseUrl(): string;
|
|
164
125
|
//# sourceMappingURL=LibConstants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LibConstants.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/LibConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"LibConstants.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/LibConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+HtB,CAAA;AAED,wBAAgB,UAAU,WAOzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OtpAuthModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/OtpAuthModel.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACrB,MAAM,EAAG,MAAM,CAAC;IAChB,QAAQ,EAAG,MAAM,CAAC;IAClB,GAAG,EAAG,MAAM,CAAE;IACd,eAAe,EAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"OtpAuthModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/OtpAuthModel.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACrB,MAAM,EAAG,MAAM,CAAC;IAChB,QAAQ,EAAG,MAAM,CAAC;IAClB,GAAG,EAAG,MAAM,CAAE;IACd,eAAe,EAAG,MAAM,CAAC;IACzB,QAAQ,EAAG,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PartialEmploymentModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/PartialEmploymentModel.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IAC/B,qBAAqB,EAAC,MAAM,CAAC;IAC7B,aAAa,EAAE,IAAI,CAAA;IACnB,UAAU,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentComponentModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/PaymentComponentModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,MAAM,CAAC,OAAO,OAAO,qBAAqB;IACtC,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,
|
|
1
|
+
{"version":3,"file":"PaymentComponentModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/PaymentComponentModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,MAAM,CAAC,OAAO,OAAO,qBAAqB;IACtC,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,SAAS,CAAC,EAAC,YAAY,CAAC;IACxB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,IAAI,CAAC,EAAC,IAAI,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityQuestionModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/SecurityQuestionModel.ts"],"names":[],"mappings":"AAAA,qBAAa,qBAAqB;IAC9B,GAAG,EAAG,MAAM,CAAC;IAEb,WAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,QAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/UserModel.ts"],"names":[],"mappings":"AAAA,qBAAa,SAAS;IAClB,QAAQ,EAAG,MAAM,CAAC;IAElB,QAAQ,EAAG,MAAM,CAAC;IAElB,QAAQ,EAAG,MAAM,CAAC;IAElB,SAAS,EAAG,MAAM,CAAC;IAEnB,UAAU,EAAG,MAAM,CAAC;IAEpB,QAAQ,EAAG,MAAM,CAAC;IAElB,MAAM,EAAG,MAAM,CAAC;IAEhB,GAAG,EAAG,IAAI,CAAC;IAEX,YAAY,EAAG,MAAM,CAAC;IAEtB,aAAa,EAAG,MAAM,CAAC;IAEvB,gBAAgB,EAAG,OAAO,CAAS;IAEnC,KAAK,EAAG,MAAM,EAAE,CAAC;IAEjB,SAAS,EAAG,MAAM,EAAE,CAAC;IAErB,UAAU,EAAG,MAAM,CAAC;IAEpB,QAAQ,EAAG,MAAM,CAAC;IAElB,mBAAmB,EAAG,OAAO,CAAC;IAE9B,OAAO,EAAG,MAAM,CAAC;IAEjB,sBAAsB,EAAG,IAAI,CAAC;IAE9B,WAAW,EAAG,MAAM,CAAC;IAErB,gBAAgB,EAAG,MAAM,CAAC;IAE1B,cAAc,EAAG,MAAM,CAAC;IAExB,iBAAiB,EAAG,MAAM,CAAC;IAE3B,eAAe,EAAG,MAAM,CAAC;IAEzB,iBAAiB,EAAG,MAAM,CAAC;IAE3B,eAAe,EAAG,MAAM,CAAC;IAEzB,SAAS,EAAG,OAAO,CAAC;IAEpB,UAAU,EAAG,OAAO,CAAC;IAErB,UAAU,EAAG,IAAI,CAAC;IAElB,UAAU,EAAG,IAAI,CAAC;IAElB,UAAU,EAAG,MAAM,CAAC;IAEpB,GAAG,EAAG,MAAM,CAAC;IAEb,GAAG,EAAG,MAAM,CAAC;IAEb,UAAU,EAAG,MAAM,CAAC;IAEpB,UAAU,EAAG,MAAM,CAAC;IAEpB,UAAU,EAAG,MAAM,CAAC;IAEpB,UAAU,EAAG,MAAM,CAAC;IAEpB,WAAW,EAAG,MAAM,CAAC;IAErB,aAAa,EAAG,OAAO,CAAC;IAExB,2BAA2B,EAAG,OAAO,CAAC;IAEtC,sBAAsB,EAAG,MAAM,CAAC;IAEhC,eAAe,EAAG,MAAM,CAAC;IAEzB,WAAW,EAAG,MAAM,CAAC;IAErB,iBAAiB,EAAG,MAAM,CAAC;IAE3B,QAAQ,EAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"UserModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/UserModel.ts"],"names":[],"mappings":"AAAA,qBAAa,SAAS;IAClB,QAAQ,EAAG,MAAM,CAAC;IAElB,QAAQ,EAAG,MAAM,CAAC;IAElB,QAAQ,EAAG,MAAM,CAAC;IAElB,SAAS,EAAG,MAAM,CAAC;IAEnB,UAAU,EAAG,MAAM,CAAC;IAEpB,QAAQ,EAAG,MAAM,CAAC;IAElB,MAAM,EAAG,MAAM,CAAC;IAEhB,GAAG,EAAG,IAAI,CAAC;IAEX,YAAY,EAAG,MAAM,CAAC;IAEtB,aAAa,EAAG,MAAM,CAAC;IAEvB,gBAAgB,EAAG,OAAO,CAAS;IAEnC,KAAK,EAAG,MAAM,EAAE,CAAC;IAEjB,SAAS,EAAG,MAAM,EAAE,CAAC;IAErB,UAAU,EAAG,MAAM,CAAC;IAEpB,QAAQ,EAAG,MAAM,CAAC;IAElB,mBAAmB,EAAG,OAAO,CAAC;IAE9B,OAAO,EAAG,MAAM,CAAC;IAEjB,sBAAsB,EAAG,IAAI,CAAC;IAE9B,WAAW,EAAG,MAAM,CAAC;IAErB,gBAAgB,EAAG,MAAM,CAAC;IAE1B,cAAc,EAAG,MAAM,CAAC;IAExB,iBAAiB,EAAG,MAAM,CAAC;IAE3B,eAAe,EAAG,MAAM,CAAC;IAEzB,iBAAiB,EAAG,MAAM,CAAC;IAE3B,eAAe,EAAG,MAAM,CAAC;IAEzB,SAAS,EAAG,OAAO,CAAC;IAEpB,UAAU,EAAG,OAAO,CAAC;IAErB,UAAU,EAAG,IAAI,CAAC;IAElB,UAAU,EAAG,IAAI,CAAC;IAElB,UAAU,EAAG,MAAM,CAAC;IAEpB,GAAG,EAAG,MAAM,CAAC;IAEb,GAAG,EAAG,MAAM,CAAC;IAEb,UAAU,EAAG,MAAM,CAAC;IAEpB,UAAU,EAAG,MAAM,CAAC;IAEpB,UAAU,EAAG,MAAM,CAAC;IAEpB,UAAU,EAAG,MAAM,CAAC;IAEpB,WAAW,EAAG,MAAM,CAAC;IAErB,aAAa,EAAG,OAAO,CAAC;IAExB,2BAA2B,EAAG,OAAO,CAAC;IAEtC,sBAAsB,EAAG,MAAM,CAAC;IAEhC,eAAe,EAAG,MAAM,CAAC;IAEzB,WAAW,EAAG,MAAM,CAAC;IAErB,iBAAiB,EAAG,MAAM,CAAC;IAE3B,QAAQ,EAAG,MAAM,CAAC;IAElB,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export interface HistoryModel {
|
|
2
|
-
transactionId?: string;
|
|
3
2
|
historyKey: string;
|
|
4
3
|
title: string;
|
|
5
4
|
eventKey: string;
|
|
@@ -8,21 +7,6 @@ export interface HistoryModel {
|
|
|
8
7
|
color: string;
|
|
9
8
|
actionUri: string;
|
|
10
9
|
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
|
-
};
|
|
26
10
|
}
|
|
27
11
|
export interface YearWiseHistory {
|
|
28
12
|
icon: string;
|
|
@@ -32,14 +16,12 @@ export interface YearWiseHistory {
|
|
|
32
16
|
}
|
|
33
17
|
export interface Histories {
|
|
34
18
|
history: YearWiseHistory[];
|
|
35
|
-
showOlderRecordsLink: boolean;
|
|
36
19
|
}
|
|
37
20
|
export declare class DashboardModel {
|
|
38
21
|
transactionId?: string;
|
|
39
22
|
hintKey?: string;
|
|
40
23
|
icon?: string;
|
|
41
24
|
heading?: string;
|
|
42
|
-
view?: string;
|
|
43
25
|
subHeading?: string;
|
|
44
26
|
date?: string;
|
|
45
27
|
button?: {
|
|
@@ -50,10 +32,6 @@ export declare class DashboardModel {
|
|
|
50
32
|
context?: string;
|
|
51
33
|
uri?: string;
|
|
52
34
|
dialog?: string;
|
|
53
|
-
clmtOnlyFN?: string;
|
|
54
|
-
fnBased?: string;
|
|
55
|
-
functions?: string;
|
|
56
|
-
fnBasedUrl?: string;
|
|
57
35
|
};
|
|
58
36
|
data?: any;
|
|
59
37
|
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,
|
|
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;CACvB;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;CAC/B;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,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;KACpB,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"}
|
|
@@ -14,8 +14,5 @@ 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;
|
|
20
17
|
}
|
|
21
18
|
//# 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;CACpB"}
|
|
@@ -8,6 +8,7 @@ export declare class ClaimAppEmployerDetailsModel {
|
|
|
8
8
|
employerType?: string;
|
|
9
9
|
employerId?: number;
|
|
10
10
|
employerName?: string;
|
|
11
|
+
othStateEmpName?: string;
|
|
11
12
|
startDate?: Date;
|
|
12
13
|
endDate?: Date;
|
|
13
14
|
mailAddress?: string;
|
|
@@ -139,26 +140,14 @@ export declare class ClaimAppEmployerDetailsModel {
|
|
|
139
140
|
regPensionRecvDate?: Date;
|
|
140
141
|
fedPensionRecvDate?: Date;
|
|
141
142
|
milPensionRecvDate?: Date;
|
|
143
|
+
prevWorkedState?: string;
|
|
144
|
+
severance?: "Y" | "N";
|
|
142
145
|
hasShortTermDisability?: string;
|
|
143
146
|
hasRecvRemuneration?: string;
|
|
144
147
|
remunerationTypes?: string[];
|
|
145
148
|
vacation?: string;
|
|
146
149
|
empDeleted?: string;
|
|
147
|
-
|
|
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;
|
|
150
|
+
bpEmpDelReason?: string;
|
|
162
151
|
}
|
|
163
152
|
export interface Combo {
|
|
164
153
|
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":"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
|
|
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,4 +1,3 @@
|
|
|
1
|
-
import { ChoicesModel } from "../AddressComponentModel";
|
|
2
1
|
export declare class ClaimOnlyEmployerDataModel {
|
|
3
2
|
employerId?: number;
|
|
4
3
|
employerType?: string;
|
|
@@ -14,8 +13,6 @@ export declare class ClaimOnlyEmployerDataModel {
|
|
|
14
13
|
mailCountry?: string;
|
|
15
14
|
mailZip?: string;
|
|
16
15
|
schoolFlag?: string;
|
|
17
|
-
|
|
18
|
-
ssnValidWorkShare?: string;
|
|
19
|
-
displayState?: ChoicesModel;
|
|
16
|
+
prevWorkedState?: string;
|
|
20
17
|
}
|
|
21
18
|
//# 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":"AACA,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,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -6,23 +6,39 @@ 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
|
+
}[];
|
|
9
13
|
static WORK_FOR_EMPL: {
|
|
10
14
|
value: string;
|
|
11
15
|
text: string;
|
|
12
16
|
}[];
|
|
17
|
+
static WORK_FOR_EMPL_ES: {
|
|
18
|
+
value: string;
|
|
19
|
+
text: string;
|
|
20
|
+
}[];
|
|
13
21
|
static YES_NO_NA: {
|
|
14
22
|
value: string;
|
|
15
23
|
text: string;
|
|
16
24
|
}[];
|
|
25
|
+
static YES_NO_NA_ES: {
|
|
26
|
+
value: string;
|
|
27
|
+
text: string;
|
|
28
|
+
}[];
|
|
17
29
|
static EMPLOYER_TYPE: {
|
|
18
30
|
value: string;
|
|
19
31
|
text: string;
|
|
20
32
|
}[];
|
|
33
|
+
static EMPLOYER_TYPE_ES: {
|
|
34
|
+
value: string;
|
|
35
|
+
text: string;
|
|
36
|
+
}[];
|
|
21
37
|
static MILITARY_SERVICE: {
|
|
22
38
|
value: string;
|
|
23
39
|
text: string;
|
|
24
40
|
}[];
|
|
25
|
-
static
|
|
41
|
+
static MILITARY_SERVICE_ES: {
|
|
26
42
|
value: string;
|
|
27
43
|
text: string;
|
|
28
44
|
}[];
|
|
@@ -30,31 +46,59 @@ export declare class ComboOption {
|
|
|
30
46
|
value: string;
|
|
31
47
|
text: string;
|
|
32
48
|
}[];
|
|
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
|
+
}[];
|
|
33
61
|
static WORK_COUNTRY: {
|
|
34
62
|
value: string;
|
|
35
63
|
text: string;
|
|
36
64
|
}[];
|
|
37
|
-
static
|
|
65
|
+
static WORK_COUNTRY_ES: {
|
|
38
66
|
value: string;
|
|
39
67
|
text: string;
|
|
40
68
|
}[];
|
|
41
|
-
static
|
|
69
|
+
static GROUP_REASONS: {
|
|
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: {
|
|
42
86
|
value: string;
|
|
43
87
|
text: string;
|
|
44
88
|
}[];
|
|
45
|
-
static
|
|
89
|
+
static DISCHARGE_REASONS: {
|
|
46
90
|
value: string;
|
|
47
91
|
text: string;
|
|
48
92
|
}[];
|
|
49
|
-
static
|
|
93
|
+
static VOLUNTARY_QUIT_REASONS: {
|
|
50
94
|
value: string;
|
|
51
95
|
text: string;
|
|
52
96
|
}[];
|
|
53
|
-
static
|
|
97
|
+
static PAY_PERIOD: {
|
|
54
98
|
value: string;
|
|
55
99
|
text: string;
|
|
56
100
|
}[];
|
|
57
|
-
static
|
|
101
|
+
static PAY_PERIOD_ES: {
|
|
58
102
|
value: string;
|
|
59
103
|
text: string;
|
|
60
104
|
}[];
|
|
@@ -62,47 +106,71 @@ export declare class ComboOption {
|
|
|
62
106
|
value: string;
|
|
63
107
|
text: string;
|
|
64
108
|
}[];
|
|
109
|
+
static REMUNERATION_TYPES_ES: {
|
|
110
|
+
value: string;
|
|
111
|
+
text: string;
|
|
112
|
+
}[];
|
|
65
113
|
static PAYMENT_METHOD: {
|
|
66
114
|
value: string;
|
|
67
115
|
text: string;
|
|
68
116
|
}[];
|
|
117
|
+
static PAYMENT_METHOD_ES: {
|
|
118
|
+
value: string;
|
|
119
|
+
text: string;
|
|
120
|
+
}[];
|
|
69
121
|
static WAGE_PROOF: {
|
|
70
122
|
value: string;
|
|
71
123
|
text: string;
|
|
72
124
|
}[];
|
|
125
|
+
static WAGE_PROOF_ES: {
|
|
126
|
+
value: string;
|
|
127
|
+
text: string;
|
|
128
|
+
}[];
|
|
73
129
|
static US_STATES: {
|
|
74
130
|
value: string;
|
|
75
131
|
text: string;
|
|
76
132
|
}[];
|
|
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
|
+
}[];
|
|
77
145
|
static CA_STATES: {
|
|
78
146
|
value: string;
|
|
79
147
|
text: string;
|
|
80
148
|
}[];
|
|
81
|
-
static
|
|
149
|
+
static CA_STATES_ES: {
|
|
82
150
|
value: string;
|
|
83
151
|
text: string;
|
|
84
152
|
}[];
|
|
85
|
-
static
|
|
153
|
+
static CLAIMANT_PROFILE_OPTS: {
|
|
86
154
|
value: string;
|
|
87
155
|
text: string;
|
|
88
156
|
}[];
|
|
89
|
-
static
|
|
157
|
+
static CLAIMANT_PROFILE_OPTS_ES: {
|
|
90
158
|
value: string;
|
|
91
159
|
text: string;
|
|
92
160
|
}[];
|
|
93
|
-
static
|
|
161
|
+
static WAGE_TYPES: {
|
|
94
162
|
value: string;
|
|
95
163
|
text: string;
|
|
96
164
|
}[];
|
|
97
|
-
static
|
|
165
|
+
static WAGE_TYPES_ES: {
|
|
98
166
|
value: string;
|
|
99
167
|
text: string;
|
|
100
168
|
}[];
|
|
101
|
-
static
|
|
169
|
+
static BP_EMP_DEL_OPTS: {
|
|
102
170
|
value: string;
|
|
103
171
|
text: string;
|
|
104
172
|
}[];
|
|
105
|
-
static
|
|
173
|
+
static BP_EMP_DEL_OPTS_ES: {
|
|
106
174
|
value: string;
|
|
107
175
|
text: string;
|
|
108
176
|
}[];
|
|
@@ -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;IAEF,MAAM,CAAC,aAAa;;;QAGlB;IAEF,MAAM,CAAC,SAAS;;;QAId;IAEF,MAAM,CAAC,aAAa;;;QAIlB;
|
|
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;IACF,MAAM,CAAC,SAAS;;;QAGd;IAEF,MAAM,CAAC,aAAa;;;QAGlB;IAEF,MAAM,CAAC,gBAAgB;;;QAGrB;IAEF,MAAM,CAAC,SAAS;;;QAId;IAEF,MAAM,CAAC,YAAY;;;QAIjB;IAEF,MAAM,CAAC,aAAa;;;QAIlB;IAEF,MAAM,CAAC,gBAAgB;;;QAIrB;IAEF,MAAM,CAAC,gBAAgB;;;QAQrB;IAEF,MAAM,CAAC,mBAAmB;;;QAOxB;IAEF,MAAM,CAAC,OAAO;;;QAIZ;IAEF,MAAM,CAAC,UAAU;;;QAGf;IAEF,MAAM,CAAC,YAAY;;;QAGjB;IAEF,MAAM,CAAC,eAAe;;;QAGpB;IAEF,MAAM,CAAC,YAAY;;;QA0OlB;IAED,MAAM,CAAC,eAAe;;;QAyOpB;IAGF,MAAM,CAAC,aAAa;;;;;;;QAkDnB;IAED,MAAM,CAAC,gBAAgB;;;;;;;QAkDtB;IAGD,MAAM,CAAC,iBAAiB;;;QASvB;IAGD,MAAM,CAAC,iBAAiB;;;QAkBvB;IAED,MAAM,CAAC,sBAAsB;;;QAiB5B;IAGD,MAAM,CAAC,UAAU;;;QAShB;IAED,MAAM,CAAC,aAAa;;;QAQnB;IAED,MAAM,CAAC,kBAAkB;;;QAGxB;IAED,MAAM,CAAC,qBAAqB;;;QAG3B;IAED,MAAM,CAAC,cAAc;;;QAIpB;IAED,MAAM,CAAC,iBAAiB;;;QAIvB;IAED,MAAM,CAAC,UAAU;;;QAIhB;IAED,MAAM,CAAC,aAAa;;;QAInB;IAED,MAAM,CAAC,SAAS;;;QAuDf;IAED,MAAM,CAAC,YAAY;;;QAuDjB;IAEF,MAAM,CAAC,aAAa;;;QAsDnB;IAED,MAAM,CAAC,gBAAgB;;;QAsDrB;IAEF,MAAM,CAAC,SAAS;;;QAcf;IAED,MAAM,CAAC,YAAY;;;QAcjB;IAEF,MAAM,CAAC,qBAAqB;;;QAI3B;IAED,MAAM,CAAC,wBAAwB;;;QAI9B;IAED,MAAM,CAAC,UAAU;;;QAGhB;IAED,MAAM,CAAC,aAAa;;;QAGlB;IAEF,MAAM,CAAC,eAAe;;;QAGrB;IAED,MAAM,CAAC,kBAAkB;;;QAGxB;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,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
|
+
{"version":3,"file":"ElementsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ElementsModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -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;CAClB"}
|
|
@@ -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;IACvB,QAAQ,EAAC,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;CACrC"}
|