@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
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUGF5bWVudENvbXBvbmVudE1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvUGF5bWVudENvbXBvbmVudE1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaG9pY2VzTW9kZWwgfSBmcm9tIFwiLi9BZGRyZXNzQ29tcG9uZW50TW9kZWxcIjtcclxuXHJcbmV4cG9ydCBkZWNsYXJlIGNsYXNzIFBheW1lbnRDb21wb25lbnRNb2RlbHtcclxuICAgIHBvdGVudGlhbElzc3VlSWQ/
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUGF5bWVudENvbXBvbmVudE1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvUGF5bWVudENvbXBvbmVudE1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaG9pY2VzTW9kZWwgfSBmcm9tIFwiLi9BZGRyZXNzQ29tcG9uZW50TW9kZWxcIjtcclxuXHJcbmV4cG9ydCBkZWNsYXJlIGNsYXNzIFBheW1lbnRDb21wb25lbnRNb2RlbHtcclxuICAgIHBvdGVudGlhbElzc3VlSWQ/Ok51bWJlcjtcclxuICAgIHdhZ2VUeXBlcz86Q2hvaWNlc01vZGVsO1xyXG4gICAgYW1vdW50PzpOdW1iZXI7XHJcbiAgICBkYXRlPzpEYXRlO1xyXG59XHJcblxyXG4iXX0=
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export class SecurityQuestionModel {
|
|
2
|
+
}
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2VjdXJpdHlRdWVzdGlvbk1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvU2VjdXJpdHlRdWVzdGlvbk1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyxxQkFBcUI7Q0FRakMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgU2VjdXJpdHlRdWVzdGlvbk1vZGVse1xyXG4gICAga2V5IDogc3RyaW5nO1xyXG5cclxuICAgIGRlc2NyaXB0aW9uID86IHN0cmluZztcclxuXHJcbiAgICBpc0FjdGl2ZSA/OiBudW1iZXI7XHJcblxyXG4gICAgbGFiZWwgPzogc3RyaW5nO1xyXG59Il19
|
|
@@ -3,4 +3,4 @@ export class UserModel {
|
|
|
3
3
|
this.isUserRegistered = false;
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVXNlck1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvVXNlck1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyxTQUFTO0lBQXRCO1FBcUJJLHFCQUFnQixHQUFhLEtBQUssQ0FBQztJQXFFdkMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIFVzZXJNb2RlbHtcclxuICAgIHVzZXJuYW1lIDogc3RyaW5nO1xyXG5cclxuICAgIHBhc3N3b3JkIDogc3RyaW5nO1xyXG5cclxuICAgIHVzZXJUeXBlIDogc3RyaW5nO1xyXG5cclxuICAgIGZpcnN0TmFtZSA6IHN0cmluZztcclxuXHJcbiAgICBtaWRkbGVOYW1lIDogc3RyaW5nO1xyXG5cclxuICAgIGxhc3ROYW1lIDogc3RyaW5nO1xyXG5cclxuICAgIGdlbmRlciA6IHN0cmluZztcclxuXHJcbiAgICBkb2IgOiBEYXRlO1xyXG5cclxuICAgIGFjY2Vzc190b2tlbiA6IHN0cmluZztcclxuXHJcbiAgICByZWZyZXNoX3Rva2VuIDogc3RyaW5nO1xyXG5cclxuICAgIGlzVXNlclJlZ2lzdGVyZWQgOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gICAgcm9sZXMgOiBzdHJpbmdbXTtcclxuXHJcbiAgICBmdW5jdGlvbnMgOiBzdHJpbmdbXTtcclxuXHJcbiAgICBpc0FwcHJvdmVkIDogc3RyaW5nO1xyXG5cclxuICAgIGlzQWN0aXZlIDogc3RyaW5nO1xyXG5cclxuICAgIHVzZXJQcm9maWxlQ29tcGxldGUgOiBib29sZWFuO1xyXG5cclxuICAgIGVtYWlsSWQgOiBzdHJpbmc7XHJcblxyXG4gICAgcGFzc3dvcmRFeHBpcmF0aW9uRGF0ZSA6IERhdGU7XHJcblxyXG4gICAgZW1haWxTdGF0dXMgOiBzdHJpbmc7XHJcblxyXG4gICAgc2VjdXJpdHlRdWVzdGlvbiA6IHN0cmluZztcclxuXHJcbiAgICBzZWN1cml0eUFuc3dlciA6IHN0cmluZztcclxuXHJcbiAgICBzZWN1cml0eVF1ZXN0aW9uMiA6IHN0cmluZztcclxuXHJcbiAgICBzZWN1cml0eUFuc3dlcjIgOiBzdHJpbmc7XHJcblxyXG4gICAgc2VjdXJpdHlRdWVzdGlvbjMgOiBzdHJpbmc7XHJcblxyXG4gICAgc2VjdXJpdHlBbnN3ZXIzIDogc3RyaW5nO1xyXG4gICAgXHJcbiAgICBjaGFuZ2VQd2QgOiBib29sZWFuO1xyXG5cclxuICAgIGlzTG9nZ2VkSW4gOiBib29sZWFuO1xyXG5cclxuICAgIGV4cGlyYXRpb24gOiBEYXRlO1xyXG5cclxuICAgIGdlbmVyYXRpb24gOiBEYXRlO1xyXG5cclxuICAgIGV4cGlyZXNfaW4gOiBudW1iZXI7XHJcblxyXG4gICAgc3NuIDogc3RyaW5nO1xyXG5cclxuICAgIGVhbiA6IHN0cmluZztcclxuXHJcbiAgICBjbGFpbWFudElkIDogc3RyaW5nO1xyXG5cclxuICAgIGVtcGxveWVySWQgOiBzdHJpbmc7XHJcblxyXG4gICAgY29va2llTmFtZSA6IHN0cmluZztcclxuXHJcbiAgICBkb21haW5OYW1lIDogc3RyaW5nO1xyXG5cclxuICAgIGNvb2tpZVZhbHVlIDogc3RyaW5nO1xyXG5cclxuICAgIGlzMkZBUmVxdWlyZWQgOiBib29sZWFuO1xyXG5cclxuICAgIGlzRW1haWxWZXJpZmljYXRpb25SZXF1aXJlZCA6IGJvb2xlYW47XHJcblxyXG4gICAgZGF5c1RpbGxQYXNzd29yZEV4cGlyZSA6IG51bWJlcjtcclxuXHJcbiAgICBjZWxscGhvbmVTdGF0dXMgOiBzdHJpbmc7XHJcblxyXG4gICAgY2VsbHBob25lTm8gOiBzdHJpbmc7XHJcblxyXG4gICAgc3VwcG9ydGVkTWZhVHlwZXMgOiBzdHJpbmc7XHJcblxyXG4gICAgdXNlclVuaXQgOiBzdHJpbmc7XHJcbiAgICBcclxuICAgIGxhbmd1YWdlIDpzdHJpbmc7XHJcbn0iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export class DashboardModel {
|
|
2
2
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLW1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvZGFzaGJvYXJkLW1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXNCQSxNQUFNLE9BQU8sY0FBYztDQWtCMUIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEhpc3RvcnlNb2RlbCB7XHJcbiAgICBoaXN0b3J5S2V5IDogc3RyaW5nO1xyXG4gICAgdGl0bGUgOiBzdHJpbmc7XHJcbiAgICBldmVudEtleSA6IHN0cmluZztcclxuICAgIGV2ZW50RGF0ZSA6IHN0cmluZztcclxuICAgIGRlc2MgOiBzdHJpbmc7XHJcbiAgICBjb2xvciA6IHN0cmluZztcclxuICAgIGFjdGlvblVyaTogc3RyaW5nO1xyXG4gICAgcHJvY2Vzc1R5cGU6IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBZZWFyV2lzZUhpc3Rvcnkge1xyXG4gICAgaWNvbiA6IHN0cmluZztcclxuICAgIGNvbG9yIDogc3RyaW5nO1xyXG4gICAgaGlzdG9yeSA6IEhpc3RvcnlNb2RlbFtdO1xyXG4gICAgeWVhciA6IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBIaXN0b3JpZXMge1xyXG4gICAgaGlzdG9yeSA6IFllYXJXaXNlSGlzdG9yeVtdO1xyXG59XHJcblxyXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkTW9kZWx7XHJcbiAgICB0cmFuc2FjdGlvbklkID86IHN0cmluZztcclxuICAgIGhpbnRLZXkgPzogc3RyaW5nOyBcclxuICAgIGljb24gPzogc3RyaW5nO1xyXG4gICAgaGVhZGluZyA/OiBzdHJpbmc7XHJcbiAgICBzdWJIZWFkaW5nID86IHN0cmluZztcclxuICAgIGRhdGUgPzogc3RyaW5nO1xyXG4gICAgYnV0dG9uID86IHtcclxuICAgICAgICBidXR0b25JY29uID86IHN0cmluZztcclxuICAgICAgICBpY29uVHlwZSA/OiBzdHJpbmc7XHJcbiAgICAgICAgY29sb3IgPzogc3RyaW5nO1xyXG4gICAgICAgIHVybCA/OiBzdHJpbmc7XHJcbiAgICAgICAgY29udGV4dCA/OiBzdHJpbmc7XHJcbiAgICAgICAgdXJpID86IHN0cmluZztcclxuICAgICAgICBkaWFsb2cgPzogc3RyaW5nO1xyXG4gICAgfTtcclxuICAgIGRhdGEgPzogYW55O1xyXG4gICAgdHJpYWdlID86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBEYXNoYm9hcmRNb2RlbHMge1xyXG4gICAgY3VycmVudCA6IERhc2hib2FyZE1vZGVsW107XHJcbiAgICBjb21pbmdVcCA6IERhc2hib2FyZE1vZGVsW107XHJcbiAgICBwZW5kaW5nIDogRGFzaGJvYXJkTW9kZWxbXTtcclxufSJdfQ==
|
|
@@ -5,4 +5,4 @@ export class DependentModels {
|
|
|
5
5
|
}
|
|
6
6
|
export class DependentModel {
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwZW5kZW50Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvZGVwZW5kZW50Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyxlQUFlO0lBQTVCO1FBQ0ksZUFBVSxHQUFzQixFQUFFLENBQUM7SUFDdkMsQ0FBQztDQUFBO0FBRUQsTUFBTSxPQUFPLGNBQWM7Q0E2QjFCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIERlcGVuZGVudE1vZGVscyB7XHJcbiAgICBkZXBlbmRlbnRzIDogRGVwZW5kZW50TW9kZWxbXSA9IFtdO1xyXG59XHJcblxyXG5leHBvcnQgY2xhc3MgRGVwZW5kZW50TW9kZWwge1xyXG4gICAgZGVwZW5kZW50Rmlyc3ROYW1lIDogc3RyaW5nO1xyXG5cclxuICAgIGRlcGVuZGVudExhc3ROYW1lIDogc3RyaW5nO1xyXG5cclxuICAgIHJlbGF0aW9uc2hpcCA6IGFueTtcclxuXHJcbiAgICBkZXBlbmRlbnREYXRlT2ZCaXJ0aCA6IHN0cmluZztcclxuXHJcbiAgICBpc1NzbkF2YWlsYWJsZSA6IHN0cmluZztcclxuXHJcbiAgICBkZXBlbmRlbnRTU04gOiBzdHJpbmc7XHJcblxyXG4gICAgZG9lc0RlcGVuZGVudExpdmVXaXRoQ2xtdCA6IHN0cmluZztcclxuXHJcbiAgICBpc0NsbXRNYWlubHlTdXBwb3J0aW5nRGVwZW5kZW50IDogc3RyaW5nO1xyXG5cclxuICAgIGlzRGVwZW5kZW50U3R1ZGVudCA6IHN0cmluZztcclxuXHJcbiAgICBoYXNEaXNhYmlsaXR5IDogc3RyaW5nO1xyXG5cclxuICAgIGlzRGVwZW5kZW50TWFycmllZCA6IHN0cmluZztcclxuXHJcbiAgICBkZXBlbmRlbnRJZCA6IG51bWJlcjtcclxuXHJcbiAgICBkZXBlbmRlbnREZXRhaWxJZCA6IG51bWJlcjtcclxuXHJcbiAgICBtYXJrRm9yRGVsZXRpb24gOiBib29sZWFuO1xyXG5cclxufSJdfQ==
|
|
@@ -5,4 +5,4 @@ export class ClaimAppEmpResponseModel {
|
|
|
5
5
|
this.bpEmpList = [];
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ2xhaW1BcHBFbXBSZXNwb25zZU1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9DbGFpbUFwcEVtcFJlc3BvbnNlTW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsTUFBTSxPQUFPLHdCQUF3QjtJQUFyQztRQUdDLDJCQUFzQixHQUFZLElBQUksQ0FBQztRQVF2QywyQkFBc0IsR0FBNkIsRUFBRSxDQUFDO1FBRXRELGNBQVMsR0FBb0MsRUFBRSxDQUFDO0lBRWpELENBQUM7Q0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENsYWltQXBwRW1wbG95ZXJEZXRhaWxzTW9kZWwgfSBmcm9tIFwiLi9DbGFpbUFwcEVtcGxveWVyRGV0YWlsc01vZGVsXCI7XHJcbmltcG9ydCB7IFF0clllYXJFbXBsb3llcldhZ2VNb2RlbCB9IGZyb20gXCIuL1F0clllYXJFbXBsb3llcldhZ2VNb2RlbFwiO1xyXG5cclxuZXhwb3J0IGNsYXNzIENsYWltQXBwRW1wUmVzcG9uc2VNb2RlbCB7XHJcblxyXG4gICAgc3NuPzpzdHJpbmc7XHJcblx0aGlkZU1vbmV0YXJ5RXN0aW1hdGlvbj86Qm9vbGVhbiA9IHRydWU7XHJcblx0d2JhPzpzdHJpbmc7XHJcblx0bWJhPzpzdHJpbmc7XHJcblx0Y2xhaW1FZmZlY3RpdmVEYXRlPzpEYXRlO1xyXG5cdGJ5ZURhdGU/OkRhdGU7XHJcblx0YmFzZVBlcmlvZFN0YXJ0RGF0ZT86RGF0ZTtcclxuXHRiYXNlUGVyaW9kRW5kRGF0ZT86RGF0ZTtcclxuXHRicFN0YXJ0RGF0ZVRvRGlzcGxheT86RGF0ZTtcclxuXHRxdHJZZWFyV2FnZUxpc3RHZW5lcmljPzpRdHJZZWFyRW1wbG95ZXJXYWdlTW9kZWxbXT1bXTtcclxuXHRpc05ld0NsYWltQXBwbGljYXRpb24/OkJvb2xlYW47XHJcblx0YnBFbXBMaXN0PzogQ2xhaW1BcHBFbXBsb3llckRldGFpbHNNb2RlbFtdID0gW107XHJcblx0ZGF0ZU9mQmlydGg/OnN0cmluZztcclxufSJdfQ==
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export class ClaimAppEmployerDetailsModel {
|
|
2
2
|
constructor() {
|
|
3
3
|
this.empDeleted = 'N';
|
|
4
|
-
this.displaySeasonalEmp = true;
|
|
5
4
|
}
|
|
6
5
|
}
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ2xhaW1BcHBFbXBsb3llckRldGFpbHNNb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ2xhaW1BcHBFbXBsb3llckRldGFpbHNNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLQSxNQUFNLE9BQU8sNEJBQTRCO0lBQXpDO1FBa0tJLGVBQVUsR0FBVyxHQUFHLENBQUM7SUFFekIsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWRkcmVzc01vZGVsIH0gZnJvbSBcIi4uL2NtcC9jb250YWN0VXNJbnF1ZXJ5TW9kZWxcIjtcclxuaW1wb3J0IHsgQ2xhaW1Pbmx5RW1wbG95ZXJEYXRhTW9kZWwgfSBmcm9tIFwiLi9DbGFpbU9ubHlFbXBsb3llckRhdGFNb2RlbFwiO1xyXG5pbXBvcnQgeyBFbXBsb3llcldhZ2VzTW9kZWwgfSBmcm9tICcuL0VtcGxveWVyV2FnZXNNb2RlbCc7XHJcbmltcG9ydCB7IFF0clllYXJFbXBsb3llcldhZ2VNb2RlbCB9IGZyb20gXCIuL1F0clllYXJFbXBsb3llcldhZ2VNb2RlbFwiO1xyXG5cclxuZXhwb3J0IGNsYXNzIENsYWltQXBwRW1wbG95ZXJEZXRhaWxzTW9kZWwge1xyXG5cclxuICAgIGVtcGxveWVyRGF0YT86Q2xhaW1Pbmx5RW1wbG95ZXJEYXRhTW9kZWw7XHJcbiAgICBlbXBsb3llclByb3ZpZGVkV2FnZXM/OkVtcGxveWVyV2FnZXNNb2RlbDtcclxuICAgIGVtcGxveWVyVHlwZT86IHN0cmluZztcclxuICAgIGVtcGxveWVySWQ/OiBudW1iZXI7XHJcbiAgICBlbXBsb3llck5hbWU/OiBzdHJpbmc7XHJcbiAgICBvdGhTdGF0ZUVtcE5hbWU/OiBzdHJpbmc7XHJcbiAgICBzdGFydERhdGU/OiBEYXRlXHJcbiAgICBlbmREYXRlPzogRGF0ZTtcclxuICAgIG1haWxBZGRyZXNzPzogc3RyaW5nO1x0XHJcbiAgICBjaXR5Pzogc3RyaW5nO1xyXG4gICAgc3RhdGU/OiBDb21ibztcclxuICAgIGNvdW50cnk/OiBDb21ibztcclxuICAgIHppcD86IHN0cmluZztcclxuICAgIGVtcGxveWVyVGVsZXBob25lTnVtYmVyPzogc3RyaW5nO1xyXG4gICAgYnBFbXBsb3llckZsYWc/OiBzdHJpbmc7XHJcbiAgICBvc2FCcEVtcGxveWVyRmxhZz86c3RyaW5nO1xyXG4gICAgcmVnRW1wbG95ZXJGb3VuZD86c3RyaW5nO1xyXG4gICAgcmVhc29uU2VwYXJhdGlvbj86IENvbWJvO1xyXG4gICAgZGlzY2hhcmdlRGV0YWlsPzogQ29tYm87XHJcbiAgICB2b2xRdWl0RGV0YWlscz86IENvbWJvO1xyXG4gICAgZ3Jvc3NXYWdlcz86IHN0cmluZztcclxuICAgIHdhZ2VBc3NpZ25hYmlsaXR5Pzogc3RyaW5nO1xyXG4gICAgdmlzYVNwb25zb3JzaGlwPzogc3RyaW5nO1xyXG4gICAgc2V2UGF5RmxhZz86IHN0cmluZztcclxuICAgIHdlZWtseUFtb3VudD86IG51bWJlcjtcclxuICAgIG51bWJlck9mV2Vla3M/OiBudW1iZXJcclxuICAgIHNldlBheUFtb3VudD8gOiBudW1iZXI7XHJcbiAgICBzZXZQYXlTdGFydERhdGU/OiBEYXRlO1xyXG4gICAgc2V2UGF5RW5kRGF0ZT86IERhdGU7XHJcbiAgICBzZXZQYXlQYXltZW50U3RhcnREYXRlPzogRGF0ZTtcclxuICAgIHdhZ2VRdWFydGVyMT86IHN0cmluZztcclxuICAgIHdhZ2VRdWFydGVyMj86IHN0cmluZztcclxuICAgIHdhZ2VRdWFydGVyMz86IHN0cmluZztcclxuICAgIHdhZ2VRdWFydGVyND86IHN0cmluZztcclxuICAgIHdhZ2VRdWFydGVyNT86IHN0cmluZztcclxuICAgIHdhZ2VRdWFydGVyNj86IHN0cmluZztcclxuICAgIG1pbGl0YXJ5U2VydmljZUJyYW5jaD86IHN0cmluZztcclxuICAgIHNmRWlnaHRGbGFnPzogc3RyaW5nO1xyXG4gICAgYWdyZWVGbGFnPzogc3RyaW5nO1xyXG4gICAgcGVuc2lvbkZsYWc/OiBzdHJpbmc7XHJcbiAgICByZWdQZW5zaW9uRmxhZz86IHN0cmluZztcclxuICAgIHNjaG9vbEZsYWc/OiBzdHJpbmc7XHJcbiAgICBtaXNzaW5nRmxhZz86IHN0cmluZztcclxuICAgIHdvcmtGbGFnPzogc3RyaW5nO1xyXG4gICAgcGVyZm9ybWVkU2VydmljZT86IHN0cmluZztcclxuICAgIGN1cnJlbnRGbGFnPzogc3RyaW5nO1xyXG4gICAgZGQyMTRGbGFnPzogc3RyaW5nO1xyXG4gICAgZmljRGVzdGluYXRpb25Db2RlPzogc3RyaW5nO1xyXG4gICAgZmljQ29kZT86IHN0cmluZztcclxuICAgIHByb2Nlc3NlZEZsYWc/OiBzdHJpbmc7XHJcbiAgICB3b3JrRmxvd0ZsYWc/OiBzdHJpbmc7XHJcbiAgICByZXF1YWxpZmljYXRpb25TdGF0dXM/OiBzdHJpbmc7XHJcbiAgICBhZGRyZXNzTGluZTM/OiBzdHJpbmc7XHJcbiAgICBqb2JUaWxlT3JQb3NpdGlvbj86IHN0cmluZztcclxuICAgIGNsYWltYW50RW1wbG95ZWRXaXRoRW1wcj86IHN0cmluZztcclxuICAgIGlzQ2xtdFBhaWRXaGlsZUxvdz86IHN0cmluZztcclxuICAgIGlzUHJvb2ZPZkFmZmlkYXZpdFdhZ2VzUmVjZWl2ZWQ/OiBzdHJpbmc7XHJcbiAgICBoYXNSZW11bmVyYXRpb24/OiBzdHJpbmc7XHJcbiAgICBwYXlSYXRlPzogc3RyaW5nO1xyXG4gICAgcGF5UmF0ZUZyZXF1ZW5jeT86IENvbWJvO1xyXG4gICAgLy9OZXcgZmllbGQgYWRkZWRcclxuICAgIHBlbnNpb25yZWNlaXZlZD86IERhdGU7XHJcbiAgICBjb3VudHk/OiBhbnk7XHJcbiAgICB3aG9wYWlkPzogc3RyaW5nO1xyXG4gICAgd29ya2xvY2F0aW9uY2l0eT86IHN0cmluZztcclxuICAgIHdvcmtsb2NhdGlvbnN0YXRlPzogQ29tYm87XHJcbiAgICBwYXltZXRob2Q/OiBzdHJpbmc7XHJcbiAgICBkb2NyZWNlaXZlZD86IHN0cmluZztcclxuICAgIGFub3RoZXJzc24/OiBzdHJpbmc7XHJcbiAgICBhcHByb3hlbXA/OiBzdHJpbmc7XHJcbiAgICB3b3JrdHlwZT86IHN0cmluZztcclxuICAgIG1hbmFnZXJuYW1lPzogc3RyaW5nO1xyXG4gICAgYnVzaW5lc3Nvd25lcj86IGFueTtcclxuICAgIGZlaW4/OiBzdHJpbmc7XHJcbiAgICBkb2luZ2J1c2luZXNzPzogYW55O1xyXG4gICAgbmF0dXJlYnVzaW5lc3M/OiBzdHJpbmc7XHJcbiAgICBwYWlkQnk/OiBzdHJpbmc7XHJcbiAgICB3b3JrQ2l0eT86IHN0cmluZztcclxuICAgIHdvcmtTdGF0ZT86IENvbWJvO1xyXG4gICAgcGF5bWVudFR5cGU/OiBDb21ibztcclxuICAgIC8vc3RhcnREYXRlPzogc3RyaW5nO1xyXG4gICAgZG9jc1JlY2VpdmVkPzogQ29tYm87XHJcbiAgICAvL2pvYlRpbGVPclBvc2l0aW9uPzogc3RyaW5nO1xyXG4gICAgb3RoZXJTU05GbGFnPzpzdHJpbmc7XHJcbiAgICBvdGhlclNTTj86IHN0cmluZztcclxuICAgIG90aGVyTmFtZUZsYWc/OnN0cmluZztcclxuICAgIG90aGVyTmFtZT86c3RyaW5nO1xyXG4gICAgbnVtYmVyRW1wbG95ZWQ/OiBzdHJpbmc7XHJcbiAgICB3b3JrVHlwZT86IHN0cmluZztcclxuICAgIGFwcFJlY29uc2lkZXJhdGlvbldhZ2VzPzogc3RyaW5nO1xyXG4gICAgLy9yZWFzb25TZXBhcmF0aW9uPzogQ29tYm87XHJcbiAgICBkb2luZ0J1c2luZXNzQXM/OiBzdHJpbmc7XHJcbiAgICAvL3NlY29uZGFyeXJlYXNvbj86IENvbWJvO1xyXG4gICAgcXVpdHJlYXNvbj86IENvbWJvO1xyXG4gICAgLy9mZWluPzogc3RyaW5nO1xyXG4gICAgaGlyZWRCeT86IHN0cmluZztcclxuICAgIGJ1c2luZXNzT3duZXI/OiBzdHJpbmc7XHJcbiAgICBidXNpbmVzc05hdHVyZT86IHN0cmluZztcclxuICAgIC8vZmljQ29kZT86IHN0cmluZztcclxuICAgIC8vZmljRGVzdGluYXRpb25Db2RlPzogc3RyaW5nO1xyXG4gICAgZmVkUGVuc2lvbkZsYWc/OiBzdHJpbmc7XHJcbiAgICBmZWRNYWlsQWRkcmVzcz86IHN0cmluZztcclxuICAgIGZlZFBheW1lbnRTdGFydERhdGU/OiBzdHJpbmc7XHJcbiAgICBmZWRDaXR5Pzogc3RyaW5nO1xyXG4gICAgZmVkQ291bnRyeT86IENvbWJvO1xyXG4gICAgLy9zZXZQYXlGbGFnPzogc3RyaW5nO1xyXG4gICAgZmVkU3RhdGU/OiBDb21ibztcclxuICAgIGZlZENvdW50eT86IENvbWJvO1xyXG4gICAgZmVkWmlwPzogc3RyaW5nO1xyXG4gICAgLy93ZWVrbHlBbW91bnQ/OiBzdHJpbmc7XHJcbiAgICAvL251bWJlck9mV2Vla3M/OiBzdHJpbmc7XHJcbiAgICB0b3RhbEVudGl0bGVtZW50Pzogc3RyaW5nO1xyXG4gICAgc2ZFaWdodGZsYWc/OiBzdHJpbmc7XHJcbiAgICAvL3NldlBheVN0YXJ0RGF0ZT86IHN0cmluZztcclxuICAgIC8vc2V2UGF5RW5kRGF0ZT86IHN0cmluZztcclxuICAgIC8vc2V2UGF5UGF5bWVudFN0YXJ0RGF0ZT86IHN0cmluZztcclxuICAgIGZlZFdvcmtDaXR5Pzogc3RyaW5nO1xyXG4gICAgZmVkV29ya1N0YXRlPzogQ29tYm87XHJcbiAgICBmZWRXb3JrQ291bnRyeT86IENvbWJvO1xyXG4gICAgc3RhcnREYXRlRmVkPzogc3RyaW5nO1xyXG4gICAgZW5kRGF0ZUZlZD86IHN0cmluZztcclxuICAgIGpvYnRpdGxlUG9zaXRpb24/OiBzdHJpbmc7XHJcbiAgICBzYW1lQW10RmxhZz86c3RyaW5nOyAgXHJcbiAgICBkaXNwbGF5VmVyaWZpY2F0aW9uT2ZXYWdlcz86Ym9vbGVhbjtcclxuICAgIGZvcm1lcmx5S25vd25Bcz86c3RyaW5nOyAgXHJcbiAgICBmZWRKb2JUaWxlT3JQb3NpdGlvbj86c3RyaW5nO1xyXG4gICAgZmVkRW1wbG95ZXJOYW1lPzogc3RyaW5nO1xyXG5cclxuICAgIHNlcnZpY2VCcmFuY2g/OiBDb21ibztcclxuICAgIHN0YXJ0RGF0ZU1pbD86IERhdGU7XHJcbiAgICBlbmREYXRlTWlsPzogRGF0ZTtcclxuICAgIG1pbFBlbnNpb25GbGFnPzpzdHJpbmc7XHJcbiAgICBsYXN0UGF5R3JhZGU/OnN0cmluZztcclxuICAgIGxhc3RkdXR5PzpzdHJpbmc7XHJcbiAgICBwbGFjZVNlcGFyYXRlZD86c3RyaW5nO1xyXG4gICAgbm9MZWF2ZURheXM/OnN0cmluZztcclxuICAgIGNvbXBsZXRlZEZ1bGxUZXJtRmxhZz86c3RyaW5nO1xyXG4gICAgcmVzZXJ2ZU9yR3VhcmRGbGFnPzpzdHJpbmc7XHJcbiAgICB3YWdlQW1vdW50QXJyYXk/OlF0clllYXJFbXBsb3llcldhZ2VNb2RlbFtdO1xyXG4gICAgYWRkcmVzc0xpbmUxPzpzdHJpbmc7XHJcbiAgICBhZGRyZXNzTGluZTI/OnN0cmluZztcclxuICAgIGZpY0Rlc3RpbmF0aW9uSWQ/OnN0cmluZztcclxuICAgIGZpY0Rlc3RpbmF0aW9uTmFtZT86c3RyaW5nO1xyXG4gICAgcmVzZXJ2ZUJyYW5jaD86c3RyaW5nO1xyXG4gICAgc3RhcnREYXRlUmVzZXJ2ZT86RGF0ZTtcclxuICAgIGVuZERhdGVSZXNlcnZlPzpEYXRlO1xyXG4gICAgZGQyMTRGaWxlPzpbXTtcclxuICAgIGFkZHJlc3M/OkFkZHJlc3NNb2RlbDtcclxuICAgIHBlbnNpb25SZWN2RGF0ZT86RGF0ZTtcclxuICAgIHJlZ1BlbnNpb25SZWN2RGF0ZT86RGF0ZTtcclxuICAgIGZlZFBlbnNpb25SZWN2RGF0ZT86RGF0ZTtcclxuICAgIG1pbFBlbnNpb25SZWN2RGF0ZT86RGF0ZTtcclxuICAgIHByZXZXb3JrZWRTdGF0ZT86IHN0cmluZztcclxuICAgIHNldmVyYW5jZT86IFwiWVwifFwiTlwiO1xyXG5cclxuICAgIGhhc1Nob3J0VGVybURpc2FiaWxpdHk/OnN0cmluZztcclxuXHQgICAgaGFzUmVjdlJlbXVuZXJhdGlvbj86c3RyaW5nO1xyXG5cdCAgICByZW11bmVyYXRpb25UeXBlcz86c3RyaW5nW107XHJcbiAgICB2YWNhdGlvbj86c3RyaW5nO1xyXG4gICAgXHJcbiAgICBlbXBEZWxldGVkPzpzdHJpbmcgPSAnTic7XHJcbiAgICBicEVtcERlbFJlYXNvbj86c3RyaW5nO1xyXG4gICAgfVxyXG5cclxuICAgIGV4cG9ydCBpbnRlcmZhY2UgQ29tYm8ge1xyXG4gICAgICAgIHZhbHVlOiBzdHJpbmc7XHJcbiAgICAgICAgdGV4dDogc3RyaW5nO1xyXG4gICAgfSJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export class ClaimOnlyEmployerDataModel {
|
|
2
2
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ2xhaW1Pbmx5RW1wbG95ZXJEYXRhTW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL21vZGVscy9xdWVzdGlvbm5haXJlL0NsYWltT25seUVtcGxveWVyRGF0YU1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE1BQU0sT0FBTywwQkFBMEI7Q0FpQnRDIiwic291cmNlc0NvbnRlbnQiOlsiXHJcbmV4cG9ydCBjbGFzcyBDbGFpbU9ubHlFbXBsb3llckRhdGFNb2RlbCB7XHJcblxyXG4gICAgZW1wbG95ZXJJZD86IG51bWJlcjtcclxuICAgIGVtcGxveWVyVHlwZT86IHN0cmluZztcclxuICAgIGVtcGxveWVyTmFtZT86IHN0cmluZztcclxuICAgIGRpc3BsYXlOYW1lPzogc3RyaW5nO1xyXG4gICAgdHJhZGVOYW1lPzogc3RyaW5nO1xyXG4gICAgbWFpbGluZ0FkZHJlc3NEaXNwbGF5Pzogc3RyaW5nO1xyXG4gICAgbWFpbEFkZHJlc3NMaW5lMT86IHN0cmluZztcclxuICAgIG1haWxBZGRyZXNzTGluZTI/OiBzdHJpbmc7XHJcbiAgICBtYWlsQWRkcmVzc0xpbmUzPzogc3RyaW5nO1xyXG4gICAgbWFpbENpdHk/OiBzdHJpbmc7XHJcbiAgICBtYWlsU3RhdGU/OiBzdHJpbmc7XHJcbiAgICBtYWlsQ291bnRyeT86IHN0cmluZztcclxuICAgIG1haWxaaXA/OiBzdHJpbmc7XHJcbiAgICBzY2hvb2xGbGFnPzogc3RyaW5nO1xyXG4gICAgcHJldldvcmtlZFN0YXRlPzogc3RyaW5nO1xyXG59Il19
|