@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,54 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { LoggerService } from '../../services/logger/logger.service';
|
|
3
|
-
import { ClaimantService } from '../../services/claimant-service/claimant.service';
|
|
4
|
-
import { DocTypeUpload, DocUploadModel } from '../../models/fileupload/DocUploadModel';
|
|
5
|
-
import { EmployerDataModel } from '../../models/fileupload/EmployerDataModel';
|
|
6
|
-
import { FileObjectArray } from '../../models/fileupload/FileObjectArray';
|
|
7
|
-
import { FileObject } from '../../models/fileupload/FileObject';
|
|
8
|
-
import { ToastController } from '@ionic/angular';
|
|
9
|
-
import { UtilService } from '../../services/util/util.service';
|
|
10
|
-
import { UntypedFormGroup } from '@angular/forms';
|
|
11
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class ProofOfAnythingComponent {
|
|
14
|
-
logger: LoggerService;
|
|
15
|
-
private clm;
|
|
16
|
-
toastController: ToastController;
|
|
17
|
-
sanitizer: DomSanitizer;
|
|
18
|
-
util: UtilService;
|
|
19
|
-
constructor(logger: LoggerService, clm: ClaimantService, toastController: ToastController, sanitizer: DomSanitizer, util: UtilService);
|
|
20
|
-
errorDtls: any;
|
|
21
|
-
successDtls: any;
|
|
22
|
-
blocked: boolean;
|
|
23
|
-
docUploadModel: DocUploadModel;
|
|
24
|
-
selectedDocumentType: DocTypeUpload | null;
|
|
25
|
-
documentTypes: DocTypeUpload[] | [];
|
|
26
|
-
fileObjectsArray: FileObjectArray | null;
|
|
27
|
-
didUpload: boolean;
|
|
28
|
-
docFormGroup: UntypedFormGroup;
|
|
29
|
-
allowedfileFormat: string;
|
|
30
|
-
iconInfo: string;
|
|
31
|
-
errorMsg: string;
|
|
32
|
-
loadPage: boolean;
|
|
33
|
-
uploadTypeId: string;
|
|
34
|
-
employerDataModel: EmployerDataModel[];
|
|
35
|
-
data: any;
|
|
36
|
-
cancel: EventEmitter<any>;
|
|
37
|
-
success: EventEmitter<any>;
|
|
38
|
-
loadMasterData(): void;
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
handleFiles(files: Map<File, string>): void;
|
|
41
|
-
handleForm(form: UntypedFormGroup): void;
|
|
42
|
-
handleUpload(fileObjects: FileObject[]): void;
|
|
43
|
-
handleEmployerWorksearchUpload(employerData: EmployerDataModel[]): void;
|
|
44
|
-
onCancel(): void;
|
|
45
|
-
presentToast(msg: any, color: any, position: any): Promise<void>;
|
|
46
|
-
successMsg(msg: any, position?: any): void;
|
|
47
|
-
error(msg: any, position?: any): void;
|
|
48
|
-
saveDocs(): void;
|
|
49
|
-
onSubmit(): void;
|
|
50
|
-
onEmployerDataSubmit(): void;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProofOfAnythingComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProofOfAnythingComponent, "app-proof-of-anything", never, { "uploadTypeId": { "alias": "uploadTypeId"; "required": false; }; "employerDataModel": { "alias": "employerDataModel"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "cancel": "cancel"; "success": "success"; }, never, never, false, never>;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=proof-of-anything.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-anything.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/proof-of-anything/proof-of-anything.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAgB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACvF,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAG,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAsB,gBAAgB,EAAyC,MAAM,gBAAgB,CAAC;AAC7G,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAEzD,qBAKa,wBAAwB;IAChB,MAAM,EAAE,aAAa;IAAE,OAAO,CAAC,GAAG;IAC5C,eAAe,EAAE,eAAe;IAAS,SAAS,EAAE,YAAY;IAChE,IAAI,EAAE,WAAW;gBAFP,MAAM,EAAE,aAAa,EAAU,GAAG,EAAE,eAAe,EAC7D,eAAe,EAAE,eAAe,EAAS,SAAS,EAAE,YAAY,EAChE,IAAI,EAAE,WAAW;IAEnB,SAAS,MAAC;IACV,WAAW,MAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,cAAc,CAAA;IAC9B,oBAAoB,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,aAAa,EAAE,GAAG,EAAE,CAAC;IACpC,gBAAgB,EAAE,eAAe,GAAG,IAAI,CAAC;IACzC,SAAS,EAAE,OAAO,CAAS;IAC3B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACV,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAC,OAAO,CAAS;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAG,iBAAiB,EAAE,CAAC;IACxC,IAAI,EAAG,GAAG,CAAC;IACV,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC/C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzD,cAAc;IAYf,QAAQ;IAoBR,WAAW,CAAC,KAAK,EAAE,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC;IAGpC,UAAU,CAAC,IAAI,EAAC,gBAAgB;IAGhC,YAAY,CAAC,WAAW,EAAE,UAAU,EAAE;IAStC,8BAA8B,CAAC,YAAY,EAAC,iBAAiB,EAAE;IAU/D,QAAQ;IAIF,YAAY,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA,EAAC,QAAQ,KAAA;IAWtC,UAAU,CAAC,GAAG,KAAA,EAAC,QAAQ,CAAC,KAAA;IAIxB,KAAK,CAAC,GAAG,KAAA,EAAC,QAAQ,CAAC,KAAA;IAInB,QAAQ;IAgBR,QAAQ;IAsBR,oBAAoB;yCA9IT,wBAAwB;2CAAxB,wBAAwB;CAsJpC"}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup, UntypedFormArray, NgForm } from '@angular/forms';
|
|
3
|
-
import { ToastController } from '@ionic/angular';
|
|
4
|
-
import { DocTypeUpload, DocUploadModel, DocTypeDropdownOption } from '../../models/fileupload/DocUploadModel';
|
|
5
|
-
import { EmployerDataModel } from '../../models/fileupload/EmployerDataModel';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ProofOfDocumentUploadComponent implements OnInit {
|
|
8
|
-
formBuilder: UntypedFormBuilder;
|
|
9
|
-
toastController: ToastController;
|
|
10
|
-
showProgress: boolean;
|
|
11
|
-
uploadFileFormDirective: NgForm;
|
|
12
|
-
upload: EventEmitter<any>;
|
|
13
|
-
files: EventEmitter<Map<File, string>>;
|
|
14
|
-
uploadEmployerFile: EventEmitter<EmployerDataModel[]>;
|
|
15
|
-
docForm: EventEmitter<UntypedFormGroup>;
|
|
16
|
-
fileInput: any;
|
|
17
|
-
queue: File[];
|
|
18
|
-
fileObjectQueue: FileObject[];
|
|
19
|
-
mapOfFiles: Map<File, string>;
|
|
20
|
-
allowedFileType: string;
|
|
21
|
-
multiple: boolean;
|
|
22
|
-
proofOfAnything: boolean;
|
|
23
|
-
context: string;
|
|
24
|
-
showSeparateAttachButton: boolean;
|
|
25
|
-
docUploadModel: DocUploadModel;
|
|
26
|
-
selectedDocumentType: DocTypeUpload;
|
|
27
|
-
docType: DocTypeUpload[] | undefined;
|
|
28
|
-
iconInfo: string;
|
|
29
|
-
employerDataModel: EmployerDataModel[];
|
|
30
|
-
docTypeDropdown: DocTypeDropdownOption[] | undefined;
|
|
31
|
-
uploadFileForm: UntypedFormGroup;
|
|
32
|
-
formArray: UntypedFormGroup;
|
|
33
|
-
imageHtml: string;
|
|
34
|
-
documentTypes: DocTypeUpload[] | undefined;
|
|
35
|
-
fileTypes: string[];
|
|
36
|
-
expandedRows: {
|
|
37
|
-
[key: string]: boolean;
|
|
38
|
-
};
|
|
39
|
-
constructor(formBuilder: UntypedFormBuilder, toastController: ToastController);
|
|
40
|
-
get uploadFileCtrl(): import("@angular/forms").AbstractControl<any, any>;
|
|
41
|
-
ngOnInit(): void;
|
|
42
|
-
private onChange;
|
|
43
|
-
writeValue(): void;
|
|
44
|
-
registerOnChange(fn: any): void;
|
|
45
|
-
registerOnTouched(): void;
|
|
46
|
-
ngOnChanges(): void;
|
|
47
|
-
get tableRows(): UntypedFormArray;
|
|
48
|
-
checkFileType(file: File, approvedFileType: string[]): boolean;
|
|
49
|
-
addToQueue(event: any): Promise<void>;
|
|
50
|
-
addFileToEmployerData(event: any, employer: any): Promise<void>;
|
|
51
|
-
removeFileFromEmployerData(employer: any): void;
|
|
52
|
-
removeFromQueue(fileToRemove: any): void;
|
|
53
|
-
changeDocType(file: any, event: any): void;
|
|
54
|
-
clearDocType(file: any): void;
|
|
55
|
-
updateQueueWithType(fileObject: any): void;
|
|
56
|
-
presentToast(msg: any, color: any): Promise<void>;
|
|
57
|
-
success(msg: any): void;
|
|
58
|
-
error(msg: any): void;
|
|
59
|
-
getSizeInMB(num: number): number;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProofOfDocumentUploadComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProofOfDocumentUploadComponent, "app-proof-of-document-upload", never, { "allowedFileType": { "alias": "allowedFileType"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "proofOfAnything": { "alias": "proofOfAnything"; "required": false; }; "context": { "alias": "context"; "required": false; }; "showSeparateAttachButton": { "alias": "showSeparateAttachButton"; "required": false; }; "docUploadModel": { "alias": "docUploadModel"; "required": false; }; "selectedDocumentType": { "alias": "selectedDocumentType"; "required": false; }; "docType": { "alias": "docType"; "required": false; }; "iconInfo": { "alias": "iconInfo"; "required": false; }; "employerDataModel": { "alias": "employerDataModel"; "required": false; }; }, { "upload": "upload"; "files": "files"; "uploadEmployerFile": "uploadEmployerFile"; "docForm": "docForm"; }, never, never, false, never>;
|
|
62
|
-
}
|
|
63
|
-
export declare class FileObject {
|
|
64
|
-
file: File;
|
|
65
|
-
docType: string;
|
|
66
|
-
fileName: string;
|
|
67
|
-
contentType: string;
|
|
68
|
-
fileInBased64: string;
|
|
69
|
-
name: string;
|
|
70
|
-
recordId?: string;
|
|
71
|
-
employerName?: string;
|
|
72
|
-
constructor(docType: string, name: string, fileName: string, contentType: string, fileInBased64: string, recordId?: string, employerName?: string);
|
|
73
|
-
}
|
|
74
|
-
//# sourceMappingURL=proof-of-document-upload.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-document-upload.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/proof-of-document-upload/proof-of-document-upload.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ScrollableTextModel } from '../../models/questionnaire/ScrollableTextModel';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScrollableTextComponent implements OnInit {
|
|
5
|
-
scrollableText: ScrollableTextModel;
|
|
6
|
-
componentData: string;
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableTextComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableTextComponent, "app-scrollable-text", never, { "componentData": { "alias": "componentData"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=scrollable-text.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scrollable-text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/scrollable-text/scrollable-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;;AAErF,qBAKa,uBAAwB,YAAW,MAAM;IAE7C,cAAc,EAAG,mBAAmB,CAAC;IACpC,aAAa,EAAC,MAAM,CAAC;IAE7B,QAAQ,IAAI,IAAI;yCALL,uBAAuB;2CAAvB,uBAAuB;CASnC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
4
|
-
import { LoggerService } from '../../services/logger/logger.service';
|
|
5
|
-
import { ElementsModel } from '../../models/questionnaire/ElementsModel';
|
|
6
|
-
import { ClaimService } from '../../services/claims/claims.service';
|
|
7
|
-
import { SecurityService } from '../../services/security-service/security.service';
|
|
8
|
-
import { Storage } from '@ionic/storage-angular';
|
|
9
|
-
import { ActivatedRoute } from '@angular/router';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class SmsComponent implements OnInit {
|
|
12
|
-
logger: LoggerService;
|
|
13
|
-
vs: ValidationService;
|
|
14
|
-
formBuilder: UntypedFormBuilder;
|
|
15
|
-
cs: ClaimService;
|
|
16
|
-
ss: SecurityService;
|
|
17
|
-
activatedRoute: ActivatedRoute;
|
|
18
|
-
private storage;
|
|
19
|
-
delay: boolean;
|
|
20
|
-
isDisabled: boolean;
|
|
21
|
-
contactOptions: {
|
|
22
|
-
value: string;
|
|
23
|
-
text: string;
|
|
24
|
-
}[];
|
|
25
|
-
disableGetCode: boolean;
|
|
26
|
-
disableVerifyButton: boolean;
|
|
27
|
-
showCodeInput: boolean;
|
|
28
|
-
successCheck: boolean;
|
|
29
|
-
phoneNumbers: string[];
|
|
30
|
-
selectedPhoneNumber: string;
|
|
31
|
-
displayCheckBox: boolean;
|
|
32
|
-
showResponse: boolean;
|
|
33
|
-
showError: boolean;
|
|
34
|
-
maxAllowedAttempts: number;
|
|
35
|
-
attemptCount: number;
|
|
36
|
-
process: string;
|
|
37
|
-
responseFormat: string;
|
|
38
|
-
transactionId: number;
|
|
39
|
-
otpRequestId: string;
|
|
40
|
-
otpVerificationStatus: string;
|
|
41
|
-
accepted: EventEmitter<boolean>;
|
|
42
|
-
form: UntypedFormGroup;
|
|
43
|
-
question: ElementsModel;
|
|
44
|
-
errorMessage: string;
|
|
45
|
-
uuid: string;
|
|
46
|
-
sendOtpRequestFormDirective: NgForm;
|
|
47
|
-
sendOtpRequestForm: UntypedFormGroup;
|
|
48
|
-
constructor(logger: LoggerService, vs: ValidationService, formBuilder: UntypedFormBuilder, cs: ClaimService, ss: SecurityService, activatedRoute: ActivatedRoute, storage: Storage);
|
|
49
|
-
ngOnInit(): void;
|
|
50
|
-
getIdentifier(): Promise<any>;
|
|
51
|
-
getPhoneNumbersList(): Promise<void>;
|
|
52
|
-
initilizeSmsForm(): void;
|
|
53
|
-
getCode(): void;
|
|
54
|
-
verify(): void;
|
|
55
|
-
select(phoneNum: string): void;
|
|
56
|
-
get lnVerifyHidden(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
|
-
get phoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
58
|
-
get otpDeliveryMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
59
|
-
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SmsComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmsComponent, "app-sms", never, { "form": { "alias": "form"; "required": false; }; "question": { "alias": "question"; "required": false; }; }, { "accepted": "accepted"; }, never, never, false, never>;
|
|
62
|
-
}
|
|
63
|
-
//# sourceMappingURL=sms.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/sms/sms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAA4B,MAAM,eAAe,CAAC;AAE1F,OAAO,EAAqB,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAkC,MAAM,gBAAgB,CAAC;AACjI,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAEpE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAGjD,qBAMa,YAAa,YAAW,MAAM;IA+BtB,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,iBAAiB;IAAS,WAAW,EAAE,kBAAkB;IACrG,EAAE,EAAE,YAAY;IAAS,EAAE,EAAE,eAAe;IAAS,cAAc,EAAG,cAAc;IAC3F,OAAO,CAAC,OAAO;IAhCjB,KAAK,UAAO;IACZ,UAAU,UAAS;IACnB,cAAc;;;QAA+B;IAC7C,cAAc,UAAS;IACvB,mBAAmB,UAAS;IAC5B,aAAa,UAAS;IACtB,YAAY,UAAS;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAS;IACjC,YAAY,EAAE,OAAO,CAAS;IAC9B,SAAS,EAAE,OAAO,CAAS;IAC3B,kBAAkB,EAAG,MAAM,CAAK;IAChC,YAAY,EAAE,MAAM,CAAK;IACzB,OAAO,EAAE,MAAM,CAAU;IACzB,cAAc,EAAE,MAAM,CAAU;IAChC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,qBAAqB,EAAE,MAAM,CAAQ;IAC3B,QAAQ,wBAA+B;IACxC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,aAAa,CAAC;IACjC,YAAY,EAAE,MAAM,CAAK;IAEzB,IAAI,EAAE,MAAM,CAAQ;IAGb,2BAA2B,EAAE,MAAM,CAAC;IACpC,kBAAkB,EAAE,gBAAgB,CAAC;gBAEzB,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,iBAAiB,EAAS,WAAW,EAAE,kBAAkB,EACrG,EAAE,EAAE,YAAY,EAAS,EAAE,EAAE,eAAe,EAAS,cAAc,EAAG,cAAc,EACnF,OAAO,EAAG,OAAO;IAG3B,QAAQ;IAQF,aAAa;IAWb,mBAAmB;IAYzB,gBAAgB;IAWhB,OAAO;IAuBP,MAAM;IA+CN,MAAM,CAAC,QAAQ,EAAE,MAAM;IAUvB,IAAI,cAAc,uDAEjB;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,iBAAiB,uDAEpB;IAED,IAAI,GAAG,uDAEN;yCA5KU,YAAY;2CAAZ,YAAY;CA6KxB"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { UtilService } from '../../services/util/util.service';
|
|
4
|
-
import { WageCalculatorModel } from '../../models/WageCalculatorModel';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class WageCalculatorComponent implements OnInit {
|
|
7
|
-
formBuilder: UntypedFormBuilder;
|
|
8
|
-
util: UtilService;
|
|
9
|
-
dynamicParam: any;
|
|
10
|
-
showCalculatorPopup: boolean;
|
|
11
|
-
wageCalculatorSavedData: WageCalculatorModel;
|
|
12
|
-
grossEarningsChange: EventEmitter<number>;
|
|
13
|
-
totalHoursChange: EventEmitter<number>;
|
|
14
|
-
saveClicked: EventEmitter<WageCalculatorModel>;
|
|
15
|
-
cancelClicked: EventEmitter<void>;
|
|
16
|
-
wageCalculatorForm: UntypedFormGroup;
|
|
17
|
-
yesNoOption: {
|
|
18
|
-
value: string;
|
|
19
|
-
text: string;
|
|
20
|
-
}[];
|
|
21
|
-
satDate: Date;
|
|
22
|
-
sunDate: Date;
|
|
23
|
-
startDate: Date;
|
|
24
|
-
isFirstTimeEntry: boolean;
|
|
25
|
-
constructor(formBuilder: UntypedFormBuilder, util: UtilService);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
get isPaidHourly(): AbstractControl<any, any>;
|
|
28
|
-
get hoursWorked(): AbstractControl<any, any>;
|
|
29
|
-
get payRate(): AbstractControl<any, any>;
|
|
30
|
-
get otherPay(): AbstractControl<any, any>;
|
|
31
|
-
get earnings(): AbstractControl<any, any>;
|
|
32
|
-
get daysFormArray(): FormArray;
|
|
33
|
-
formatDate(date: Date): string;
|
|
34
|
-
calculateTotalHours(): number;
|
|
35
|
-
calculateEarnings(): number;
|
|
36
|
-
calculateGrossEarnings(): number;
|
|
37
|
-
updateTotalHours(): void;
|
|
38
|
-
updateGrossEarnings(): void;
|
|
39
|
-
onSave(): void;
|
|
40
|
-
onCancel(): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WageCalculatorComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WageCalculatorComponent, "app-wage-calculator", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; "showCalculatorPopup": { "alias": "showCalculatorPopup"; "required": false; }; "wageCalculatorSavedData": { "alias": "wageCalculatorSavedData"; "required": false; }; }, { "grossEarningsChange": "grossEarningsChange"; "totalHoursChange": "totalHoursChange"; "saveClicked": "saveClicked"; "cancelClicked": "cancelClicked"; }, never, never, false, never>;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=wage-calculator.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wage-calculator.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/wage-calculator/wage-calculator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAwB,SAAS,EAA+C,kBAAkB,EAAE,gBAAgB,EAA2B,MAAM,gBAAgB,CAAC;AAE9L,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;;AAIvE,qBAKa,uBAAwB,YAAW,MAAM;IAgBjC,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IAfnE,YAAY,EAAE,GAAG,CAAC;IAClB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,uBAAuB,EAAE,mBAAmB,CAAC;IAC5C,mBAAmB,uBAA8B;IACjD,gBAAgB,uBAA8B;IAC9C,WAAW,oCAA2C;IACtD,aAAa,qBAA4B;IAE5C,kBAAkB,EAAE,gBAAgB,CAAC;IACrC,WAAW;;;QAAsB;IACjC,OAAO,EAAE,IAAI,CAAC;IACd,OAAO,EAAE,IAAI,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,gBAAgB,EAAE,OAAO,CAAQ;gBAErB,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAY5E,QAAQ;IAmER,IAAI,YAAY,8BAEf;IAED,IAAI,WAAW,8BAEd;IAED,IAAI,OAAO,8BAEV;IAED,IAAI,QAAQ,8BAEX;IAED,IAAI,QAAQ,8BAEX;IAED,IAAI,aAAa,IAAI,SAAS,CAE7B;IAED,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAM9B,mBAAmB,IAAI,MAAM;IAS7B,iBAAiB,IAAI,MAAM;IAI3B,sBAAsB,IAAI,MAAM;IAOhC,gBAAgB;IAOhB,mBAAmB;IAInB,MAAM;IA4BN,QAAQ;yCAxLG,uBAAuB;2CAAvB,uBAAuB;CAwOnC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, UntypedFormBuilder } from '@angular/forms';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import { UtilService } from '../../services/util/util.service';
|
|
5
|
-
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
|
-
import { WageInfoModel } from '../../models/WageInfoModel';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class WageGridComponent implements OnInit, ControlValueAccessor {
|
|
9
|
-
util: UtilService;
|
|
10
|
-
vs: ValidationService;
|
|
11
|
-
formBuilder: UntypedFormBuilder;
|
|
12
|
-
currentYear: number;
|
|
13
|
-
previousYear: number;
|
|
14
|
-
selected: boolean;
|
|
15
|
-
indexToEdit: any;
|
|
16
|
-
display: boolean;
|
|
17
|
-
activeIndex: number;
|
|
18
|
-
showDuplicatePopup: boolean;
|
|
19
|
-
employerWage: WageInfoModel;
|
|
20
|
-
selectedEmployerWage: WageInfoModel;
|
|
21
|
-
wages: WageInfoModel[];
|
|
22
|
-
private onChange;
|
|
23
|
-
private onTouch;
|
|
24
|
-
onChangeSubs: Subscription[];
|
|
25
|
-
isDisabled: boolean;
|
|
26
|
-
modelDisplay: EventEmitter<boolean>;
|
|
27
|
-
constructor(util: UtilService, vs: ValidationService, formBuilder: UntypedFormBuilder);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
writeValue(value: any): void;
|
|
30
|
-
registerOnChange(fn: any): void;
|
|
31
|
-
registerOnTouched(onTouch: Function): void;
|
|
32
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
deleteWageDetail(employerWage: any): void;
|
|
35
|
-
editWageDetail(employerWage: any): void;
|
|
36
|
-
close(): void;
|
|
37
|
-
addWageDetails(): Promise<void>;
|
|
38
|
-
addEmployerWageDetail(employerWage: any): void;
|
|
39
|
-
publishEmployerWage(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WageGridComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WageGridComponent, "app-wage-grid", never, {}, { "modelDisplay": "modelDisplay"; }, never, never, false, never>;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=wage-grid.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wage-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/wage-grid/wage-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAEjG,OAAO,EAAE,oBAAoB,EAAqB,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAE3D,qBAaa,iBAAkB,YAAW,MAAM,EAAE,oBAAoB;IAiBjD,IAAI,EAAG,WAAW;IAAS,EAAE,EAAE,iBAAiB;IAAS,WAAW,EAAG,kBAAkB;IAhB5G,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAS;IACjC,WAAW,MAAQ;IACnB,OAAO,EAAE,OAAO,CAAC;IACV,WAAW,EAAG,MAAM,CAAQ;IACnC,kBAAkB,EAAG,OAAO,CAAS;IACrC,YAAY,EAAE,aAAa,CAAC;IAC5B,oBAAoB,EAAE,aAAa,CAAC;IACpC,KAAK,EAAG,aAAa,EAAE,CAAM;IAC7B,OAAO,CAAC,QAAQ,CAAmC;IACnD,OAAO,CAAC,OAAO,CAAsB;IACrC,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,UAAU,UAAS;IACT,YAAY,wBAA+B;gBAElC,IAAI,EAAG,WAAW,EAAS,EAAE,EAAE,iBAAiB,EAAS,WAAW,EAAG,kBAAkB;IAK5G,QAAQ;IAKR,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAInC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,WAAW;IAMX,gBAAgB,CAAC,YAAY,KAAA;IAM7B,cAAc,CAAC,YAAY,KAAA;IAQ3B,KAAK;IASC,cAAc;IAKpB,qBAAqB,CAAC,YAAY,KAAA;IAclC,mBAAmB;yCA/FR,iBAAiB;2CAAjB,iBAAiB;CAkG7B"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
4
|
-
import { LoginService } from '../../services/login/login.service';
|
|
5
|
-
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AcknowledgementMsComponent implements OnInit {
|
|
8
|
-
wcs: WeeklyCertServiceV2;
|
|
9
|
-
formBuilder: UntypedFormBuilder;
|
|
10
|
-
private ls;
|
|
11
|
-
private contextService;
|
|
12
|
-
qeFormDirective: NgForm;
|
|
13
|
-
success: EventEmitter<any>;
|
|
14
|
-
error: EventEmitter<any>;
|
|
15
|
-
onClose: EventEmitter<any>;
|
|
16
|
-
qeForm: UntypedFormGroup;
|
|
17
|
-
blocked: boolean;
|
|
18
|
-
private ssnConfirmation;
|
|
19
|
-
constructor(wcs: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, ls: LoginService, contextService: ClaimantContextService);
|
|
20
|
-
getSsnForUserTypes(): void;
|
|
21
|
-
get ssnLast4(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
close(): void;
|
|
24
|
-
submit(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AcknowledgementMsComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AcknowledgementMsComponent, "app-acknowledgement-ms", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=acknowledgement-ms.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acknowledgement-ms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAGxF,qBAKa,0BAA2B,YAAW,MAAM;IAoBpC,GAAG,EAAE,mBAAmB;IAAS,WAAW,EAAE,kBAAkB;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,cAAc;IAjB9H,eAAe,EAAE,MAAM,CAAC;IAG/B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzC,MAAM,EAAE,gBAAgB,CAAC;IAEhC,OAAO,UAAS;IAEhB,OAAO,CAAC,eAAe,CAAS;gBAEb,GAAG,EAAE,mBAAmB,EAAS,WAAW,EAAE,kBAAkB,EAAU,EAAE,EAAE,YAAY,EAAU,cAAc,EAAE,sBAAsB;IAS7J,kBAAkB;IAQlB,IAAI,QAAQ,uDAEX;IAED,QAAQ;IAER,KAAK;IAIL,MAAM;yCA/CK,0BAA0B;2CAA1B,0BAA0B;CAoEtC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
-
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
4
|
-
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
5
|
-
import { LoginService } from '../../services/login/login.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AcknowledgementComponentV2 implements OnInit {
|
|
8
|
-
wcs: WeeklyCertServiceV2;
|
|
9
|
-
formBuilder: UntypedFormBuilder;
|
|
10
|
-
private ls;
|
|
11
|
-
private contextService;
|
|
12
|
-
qeFormDirective: NgForm;
|
|
13
|
-
success: EventEmitter<any>;
|
|
14
|
-
error: EventEmitter<any>;
|
|
15
|
-
onClose: EventEmitter<any>;
|
|
16
|
-
qeForm: UntypedFormGroup;
|
|
17
|
-
blocked: boolean;
|
|
18
|
-
private ssnConfirmation;
|
|
19
|
-
constructor(wcs: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, ls: LoginService, contextService: ClaimantContextService);
|
|
20
|
-
getSsnForUserTypes(): void;
|
|
21
|
-
get ssnLast4(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
close(): void;
|
|
24
|
-
submit(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AcknowledgementComponentV2, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AcknowledgementComponentV2, "app-acknowledgement-v2", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=acknowledgement.component-v2.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acknowledgement.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAExF,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;;AAElE,qBAKa,0BAA2B,YAAW,MAAM;IAoBpC,GAAG,EAAG,mBAAmB;IAAS,WAAW,EAAG,kBAAkB;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,cAAc;IAjBhI,eAAe,EAAE,MAAM,CAAC;IAG/B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzC,MAAM,EAAG,gBAAgB,CAAC;IAEjC,OAAO,UAAS;IAEhB,OAAO,CAAC,eAAe,CAAU;gBAEd,GAAG,EAAG,mBAAmB,EAAS,WAAW,EAAG,kBAAkB,EAAU,EAAE,EAAE,YAAY,EAAU,cAAc,EAAG,sBAAsB;IAShK,kBAAkB;IAQlB,IAAI,QAAQ,uDAEX;IAED,QAAQ;IAER,KAAK;IAIL,MAAM;yCA/CK,0BAA0B;2CAA1B,0BAA0B;CAgEtC"}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormBuilder } from '@angular/forms';
|
|
3
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
-
import { NavController } from '@ionic/angular';
|
|
5
|
-
import { UtilService } from '../../services/util/util.service';
|
|
6
|
-
import { BasePage } from '../../pages/BasePage';
|
|
7
|
-
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
8
|
-
import { LoginService } from '../../services/login/login.service';
|
|
9
|
-
import { HelpService } from '../../services/help/help.service';
|
|
10
|
-
import { QuestionnaireQueryModel } from '../..//models/questionnaire/QuestionnaireQueryModel';
|
|
11
|
-
import { MenuItem } from 'primeng/api';
|
|
12
|
-
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
13
|
-
import { SummaryComponentV2 } from '../weekly-summary-v2/summary.component-v2';
|
|
14
|
-
import { FormBuilderPage } from '../../components/questionnaire/form-builder/form-builder.page';
|
|
15
|
-
import { WorkSearchQuestionComponentV2 } from '../weekly-work-search-question-v2/work-search-question.component-v2';
|
|
16
|
-
import { WeeklyCertEligibilityModelV2 } from '../../models/weekly-cert/weekly-cert-eligibility-v2-model';
|
|
17
|
-
import { StatusModel } from '../..//models/questionnaire/StatusModel';
|
|
18
|
-
import { AcknowledgementMsComponent } from '../../components/weekly-acknowledgement-ms/acknowledgement-ms.component';
|
|
19
|
-
import { WorkSearchModel } from '../../models/weekly-cert/work-search-v2-model';
|
|
20
|
-
import { DatePipe } from '@angular/common';
|
|
21
|
-
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
22
|
-
import { Router } from '@angular/router';
|
|
23
|
-
import * as i0 from "@angular/core";
|
|
24
|
-
export declare class WeeklyCertificationComponent extends BasePage implements OnInit {
|
|
25
|
-
private wcService;
|
|
26
|
-
fb: FormBuilder;
|
|
27
|
-
private util;
|
|
28
|
-
private nav;
|
|
29
|
-
sanitizer: DomSanitizer;
|
|
30
|
-
hs: HelpService;
|
|
31
|
-
ls: LoginService;
|
|
32
|
-
private contextService;
|
|
33
|
-
private datepipe;
|
|
34
|
-
private router;
|
|
35
|
-
workSearchComponent: WorkSearchQuestionComponentV2;
|
|
36
|
-
acknowledgementMsComponent: AcknowledgementMsComponent;
|
|
37
|
-
summaryComponent: SummaryComponentV2;
|
|
38
|
-
weeklyQuestions: FormBuilderPage;
|
|
39
|
-
showAck: boolean;
|
|
40
|
-
showConfirmation: boolean;
|
|
41
|
-
confirmationData: any;
|
|
42
|
-
items: MenuItem[];
|
|
43
|
-
contents: string[];
|
|
44
|
-
activeIndex: number;
|
|
45
|
-
errorMsg: string;
|
|
46
|
-
isLoading: boolean;
|
|
47
|
-
showWorkSearch: boolean;
|
|
48
|
-
dynamicParam: any;
|
|
49
|
-
isOpenQe: boolean;
|
|
50
|
-
qeQueryModels: QuestionnaireQueryModel[];
|
|
51
|
-
potentialIssues: number[];
|
|
52
|
-
statusModel: StatusModel;
|
|
53
|
-
readOnlyFields: string[];
|
|
54
|
-
readOnlyData: any;
|
|
55
|
-
dataToLoad: any;
|
|
56
|
-
workSearchWaived: any;
|
|
57
|
-
waiverReason: String;
|
|
58
|
-
workSearchDataMs: WorkSearchModel;
|
|
59
|
-
multipleWeeksDue: boolean;
|
|
60
|
-
showInterimConfirmation: boolean;
|
|
61
|
-
numberOfMultipleWeeksDue: number;
|
|
62
|
-
receivedData: any;
|
|
63
|
-
displayContinuedWeeksFiledHeading: boolean;
|
|
64
|
-
parsedMaxRTWDate: any;
|
|
65
|
-
weeklyWorkPerformedPopupFlag: boolean;
|
|
66
|
-
workSearchRecords: WorkSearchRecordModel[];
|
|
67
|
-
count: number;
|
|
68
|
-
reemWorkSearchRecordCount: number;
|
|
69
|
-
constructor(wcService: WeeklyCertServiceV2, fb: FormBuilder, util: UtilService, nav: NavController, sanitizer: DomSanitizer, hs: HelpService, ls: LoginService, contextService: ClaimantContextService, datepipe: DatePipe, router: Router);
|
|
70
|
-
ngOnInit(): void;
|
|
71
|
-
onStepChange(index: number): void;
|
|
72
|
-
processWeeklyCertEligibiltySuccess(res: WeeklyCertEligibilityModelV2): void;
|
|
73
|
-
getLabelMaxRTWDate(): void;
|
|
74
|
-
processWeeklyCertEligibilityError(err: any): void;
|
|
75
|
-
initializeDataForWorkSearchForm(): void;
|
|
76
|
-
openNextPage(): void;
|
|
77
|
-
goToWeeklyCert(): void;
|
|
78
|
-
success(weeklyQuestionsResponse: any): void;
|
|
79
|
-
openFollowupQuestions(): void;
|
|
80
|
-
openSummaryPostQuestionnaires(event: any): void;
|
|
81
|
-
onQeClose(): void;
|
|
82
|
-
goToSummary(): void;
|
|
83
|
-
closeAck(): void;
|
|
84
|
-
fileWeeklyCertDone(event: any): void;
|
|
85
|
-
closeConfirmationPopup(): void;
|
|
86
|
-
navigateToWeeklies(data: any): void;
|
|
87
|
-
goHome(): void;
|
|
88
|
-
showAcknowledgement(): void;
|
|
89
|
-
onQeSuccess(): void;
|
|
90
|
-
ionViewWillLeave(): void;
|
|
91
|
-
ionViewDidEnter(): void;
|
|
92
|
-
handleError(err: any): void;
|
|
93
|
-
hasHiredStatus(status: boolean): void;
|
|
94
|
-
hasWorkedFullTimeOrStartedWorkingStatus(status: boolean): void;
|
|
95
|
-
handleHiddenFields(res: WeeklyCertEligibilityModelV2): void;
|
|
96
|
-
loadComplete(event: any): void;
|
|
97
|
-
getPreviousSunday(inputDate: any): string;
|
|
98
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertificationComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyCertificationComponent, "app-weekly-certification", never, {}, {}, never, never, false, never>;
|
|
100
|
-
}
|
|
101
|
-
//# sourceMappingURL=weekly-certification.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"weekly-certification.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-certification/weekly-certification.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { ReviewService } from '../../services/weekly-cert/review.service';
|
|
4
|
-
import { BasePage } from '../../pages/BasePage';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ConfirmationComponent extends BasePage implements OnInit {
|
|
7
|
-
private rs;
|
|
8
|
-
private datepipe;
|
|
9
|
-
data: any;
|
|
10
|
-
dynamicParam: any;
|
|
11
|
-
onClose: EventEmitter<any>;
|
|
12
|
-
saturdayDate: string;
|
|
13
|
-
sundayDate: string;
|
|
14
|
-
confirmation: string;
|
|
15
|
-
constructor(rs: ReviewService, datepipe: DatePipe);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
close(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "app-confirmation", never, { "data": { "alias": "data"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "onClose": "onClose"; }, never, never, false, never>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=confirmation.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-confirmation/confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAA;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAGhD,qBAKa,qBAAsB,SAAQ,QAAS,YAAW,MAAM;IAetD,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,QAAQ;IAZxD,IAAI,EAAG,GAAG,CAAC;IAGJ,YAAY,EAAG,GAAG,CAAC;IAG1B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;gBAED,EAAE,EAAE,aAAa,EAAU,QAAQ,EAAC,QAAQ;IAIjE,QAAQ;IAWR,KAAK;yCA9BM,qBAAqB;2CAArB,qBAAqB;CAkCjC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { ReviewService } from '../../services/weekly-cert/review.service';
|
|
4
|
-
import { BasePage } from '../../pages/BasePage';
|
|
5
|
-
import { NavController } from '@ionic/angular';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class InterimConfirmationComponent extends BasePage implements OnInit {
|
|
8
|
-
private rs;
|
|
9
|
-
private datepipe;
|
|
10
|
-
nav: NavController;
|
|
11
|
-
data: any;
|
|
12
|
-
dynamicParam: any;
|
|
13
|
-
onClose: EventEmitter<any>;
|
|
14
|
-
onNext: EventEmitter<any>;
|
|
15
|
-
saturdayDate: string;
|
|
16
|
-
sundayDate: string;
|
|
17
|
-
nextSaturdayDate: string;
|
|
18
|
-
nextSundayDate: string;
|
|
19
|
-
confirmation: string;
|
|
20
|
-
nextWeekToCertifyDates: string;
|
|
21
|
-
numberOfWeeksFiled: number;
|
|
22
|
-
currentNumberFiling: number;
|
|
23
|
-
continueToFileForMultipleWeeks: boolean;
|
|
24
|
-
weeksToBeCertifiedTotal: number;
|
|
25
|
-
dynamicParamToSend: any;
|
|
26
|
-
encodedParams: any;
|
|
27
|
-
constructor(rs: ReviewService, datepipe: DatePipe, nav: NavController);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
close(): void;
|
|
30
|
-
next(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InterimConfirmationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InterimConfirmationComponent, "app-interim-confirmation", never, { "data": { "alias": "data"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "onClose": "onClose"; "onNext": "onNext"; }, never, never, false, never>;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=interim-confirmation.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interim-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-interim-confirmation/interim-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAA;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAmB,aAAa,EAAY,MAAM,gBAAgB,CAAC;;AAG1E,qBAKa,4BAA6B,SAAQ,QAAS,YAAW,MAAM;IAiC7D,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,QAAQ;IAAkB,GAAG,EAAE,aAAa;IA9B5F,IAAI,EAAG,GAAG,CAAC;IAGJ,YAAY,EAAG,GAAG,CAAC;IAG1B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE/C,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IAEpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,MAAM,CAAC;IAExB,YAAY,EAAG,MAAM,CAAC;IACtB,sBAAsB,EAAG,MAAM,CAAC;IAEzB,kBAAkB,SAAK;IACvB,mBAAmB,SAAK;IACxB,8BAA8B,EAAE,OAAO,CAAS;IAEhD,uBAAuB,SAAK;IAE5B,kBAAkB,EAAE,GAAG,CAAC;IAExB,aAAa,EAAE,GAAG,CAAC;gBAEL,EAAE,EAAE,aAAa,EAAU,QAAQ,EAAC,QAAQ,EAAS,GAAG,EAAE,aAAa;IAI5F,QAAQ;IAsCR,KAAK;IAIL,IAAI;yCA/EO,4BAA4B;2CAA5B,4BAA4B;CAmFxC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SummaryComponentV2 implements OnInit {
|
|
5
|
-
wcs: WeeklyCertServiceV2;
|
|
6
|
-
success: EventEmitter<any>;
|
|
7
|
-
error: EventEmitter<any>;
|
|
8
|
-
param: any;
|
|
9
|
-
constructor(wcs: WeeklyCertServiceV2);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
onSuccess(): void;
|
|
12
|
-
onError(): void;
|
|
13
|
-
submitForm(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryComponentV2, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponentV2, "app-summary-v2", never, {}, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=summary.component-v2.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"summary.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-summary-v2/summary.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAExF,qBAKa,kBAAmB,YAAW,MAAM;IAU5B,GAAG,EAAE,mBAAmB;IAP3C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvC,KAAK,MAAC;gBAEM,GAAG,EAAE,mBAAmB;IAE3C,QAAQ;IAOR,SAAS;IAIT,OAAO;IAIP,UAAU;yCA3BC,kBAAkB;2CAAlB,kBAAkB;CA+B9B"}
|
package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class WeeklyWorkPerformedPopupComponent implements OnInit {
|
|
4
|
-
showWeeklyWorkPerformedPopup: boolean;
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
close(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyWorkPerformedPopupComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyWorkPerformedPopupComponent, "app-weekly-work-performed-popup", never, { "showWeeklyWorkPerformedPopup": { "alias": "showWeeklyWorkPerformedPopup"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=weekly-work-performed-popup.component.d.ts.map
|
package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"weekly-work-performed-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAKa,iCAAkC,YAAW,MAAM;IAEvD,4BAA4B,EAAE,OAAO,CAAC;IAE7C,QAAQ;IAGR,KAAK;yCAPM,iCAAiC;2CAAjC,iCAAiC;CAU7C"}
|