@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,170 +1,79 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, } from '@angular/core';
|
|
2
2
|
import { ClaimAppEmpRequestModel } from '../../models/questionnaire/ClaimAppEmpRequestModel';
|
|
3
3
|
import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmpResponseModel';
|
|
4
|
-
import { BasePage } from '../../pages/BasePage';
|
|
5
|
-
import { FbConstants } from '../questionnaire/FbConstants';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
import * as i1 from "../../services/logger/logger.service";
|
|
8
6
|
import * as i2 from "../../services/questionnaire/validation.service";
|
|
9
7
|
import * as i3 from "../../services/login/login.service";
|
|
10
8
|
import * as i4 from "@angular/router";
|
|
11
|
-
import * as i5 from "@ionic/
|
|
12
|
-
import * as i6 from "@
|
|
13
|
-
import * as i7 from "
|
|
14
|
-
import * as i8 from "
|
|
15
|
-
import * as i9 from "
|
|
16
|
-
|
|
17
|
-
import * as i11 from "@fortawesome/angular-fontawesome";
|
|
18
|
-
const _c0 = ["op1"];
|
|
19
|
-
const _c1 = () => ["far", "sack-dollar"];
|
|
20
|
-
function MoneyExpectComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
-
i0.ɵɵelementStart(0, "div", 2)(1, "div", 3)(2, "div", 4)(3, "ion-row")(4, "ion-col", 5);
|
|
22
|
-
i0.ɵɵelement(5, "fa-icon", 6);
|
|
23
|
-
i0.ɵɵelementEnd();
|
|
24
|
-
i0.ɵɵelementStart(6, "ion-col", 7)(7, "h2", 8);
|
|
25
|
-
i0.ɵɵtext(8, "Maximum payments you can expect");
|
|
26
|
-
i0.ɵɵelementEnd()()()()();
|
|
27
|
-
i0.ɵɵelement(9, "p-divider");
|
|
28
|
-
i0.ɵɵelementStart(10, "div", 3)(11, "div", 9);
|
|
29
|
-
i0.ɵɵtext(12, " Maximum payment per week ");
|
|
30
|
-
i0.ɵɵelementEnd();
|
|
31
|
-
i0.ɵɵelementStart(13, "div", 10);
|
|
32
|
-
i0.ɵɵtext(14);
|
|
33
|
-
i0.ɵɵpipe(15, "currency");
|
|
34
|
-
i0.ɵɵelementEnd()();
|
|
35
|
-
i0.ɵɵelement(16, "br");
|
|
36
|
-
i0.ɵɵelementStart(17, "div", 3)(18, "div", 9);
|
|
37
|
-
i0.ɵɵtext(19);
|
|
38
|
-
i0.ɵɵpipe(20, "date");
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(21, "div", 10);
|
|
41
|
-
i0.ɵɵtext(22);
|
|
42
|
-
i0.ɵɵpipe(23, "currency");
|
|
43
|
-
i0.ɵɵelementEnd()()();
|
|
44
|
-
} if (rf & 2) {
|
|
45
|
-
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
46
|
-
i0.ɵɵadvance(5);
|
|
47
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(13, _c1));
|
|
48
|
-
i0.ɵɵadvance(9);
|
|
49
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(15, 4, ctx_r2.moneyResponse.wba, "USD"), " ");
|
|
50
|
-
i0.ɵɵadvance(5);
|
|
51
|
-
i0.ɵɵtextInterpolate1(" Maximum Total thru ", i0.ɵɵpipeBind2(20, 7, ctx_r2.moneyResponse.byeDate, "fullDate"), " ");
|
|
52
|
-
i0.ɵɵadvance(3);
|
|
53
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(23, 10, ctx_r2.moneyResponse.mba, "USD"), " ");
|
|
54
|
-
} }
|
|
9
|
+
import * as i5 from "@ionic/angular";
|
|
10
|
+
import * as i6 from "@angular/common";
|
|
11
|
+
import * as i7 from "primeng/divider";
|
|
12
|
+
import * as i8 from "@fortawesome/angular-fontawesome";
|
|
13
|
+
import * as i9 from "@ngx-translate/core";
|
|
14
|
+
const _c0 = () => ["far", "sack-dollar"];
|
|
55
15
|
function MoneyExpectComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
-
i0.ɵɵelementStart(0, "div");
|
|
57
|
-
i0.ɵɵ
|
|
58
|
-
i0.ɵɵelementEnd();
|
|
59
|
-
} if (rf & 2) {
|
|
60
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
61
|
-
i0.ɵɵadvance(1);
|
|
62
|
-
i0.ɵɵproperty("ngIf", !ctx_r0.moneyResponse.hideMonetaryEstimation);
|
|
63
|
-
} }
|
|
64
|
-
function MoneyExpectComponent_div_1_div_1_ng_template_12_Template(rf, ctx) { if (rf & 1) {
|
|
65
|
-
i0.ɵɵelement(0, "div", 21);
|
|
66
|
-
i0.ɵɵprojection(1);
|
|
67
|
-
} if (rf & 2) {
|
|
68
|
-
const ctx_r5 = i0.ɵɵnextContext(3);
|
|
69
|
-
i0.ɵɵproperty("innerHTML", ctx_r5.wbaText.wbaHelperText, i0.ɵɵsanitizeHtml);
|
|
70
|
-
} }
|
|
71
|
-
const _c2 = (a0, a1) => ({ "card-position-csr": a0, "card-position": a1 });
|
|
72
|
-
const _c3 = () => ({ "width": "510px" });
|
|
73
|
-
function MoneyExpectComponent_div_1_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
74
|
-
const _r7 = i0.ɵɵgetCurrentView();
|
|
75
|
-
i0.ɵɵelementStart(0, "div", 12)(1, "div", 3)(2, "div", 4)(3, "ion-row")(4, "ion-col", 5);
|
|
76
|
-
i0.ɵɵelement(5, "fa-icon", 6);
|
|
16
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2)(2, "div", 3)(3, "ion-row")(4, "ion-col", 4);
|
|
17
|
+
i0.ɵɵelement(5, "fa-icon", 5);
|
|
77
18
|
i0.ɵɵelementEnd();
|
|
78
|
-
i0.ɵɵelementStart(6, "ion-col",
|
|
79
|
-
i0.ɵɵtext(8
|
|
80
|
-
i0.ɵɵ
|
|
81
|
-
i0.ɵɵelementStart(9, "ion-col", 5)(10, "p-overlayPanel", 14, 15);
|
|
82
|
-
i0.ɵɵtemplate(12, MoneyExpectComponent_div_1_div_1_ng_template_12_Template, 2, 1, "ng-template", 16);
|
|
83
|
-
i0.ɵɵelementEnd();
|
|
84
|
-
i0.ɵɵelementStart(13, "ion-button", 17);
|
|
85
|
-
i0.ɵɵlistener("click", function MoneyExpectComponent_div_1_div_1_Template_ion_button_click_13_listener($event) { i0.ɵɵrestoreView(_r7); const _r4 = i0.ɵɵreference(11); return i0.ɵɵresetView(_r4.toggle($event)); });
|
|
86
|
-
i0.ɵɵelement(14, "ion-icon", 18);
|
|
19
|
+
i0.ɵɵelementStart(6, "ion-col", 6)(7, "h2", 7);
|
|
20
|
+
i0.ɵɵtext(8);
|
|
21
|
+
i0.ɵɵpipe(9, "translate");
|
|
87
22
|
i0.ɵɵelementEnd()()()()();
|
|
88
|
-
i0.ɵɵelement(
|
|
89
|
-
i0.ɵɵelementStart(
|
|
90
|
-
i0.ɵɵtext(
|
|
23
|
+
i0.ɵɵelement(10, "p-divider");
|
|
24
|
+
i0.ɵɵelementStart(11, "div", 2)(12, "div", 8);
|
|
25
|
+
i0.ɵɵtext(13);
|
|
26
|
+
i0.ɵɵpipe(14, "translate");
|
|
91
27
|
i0.ɵɵelementEnd();
|
|
92
|
-
i0.ɵɵelementStart(
|
|
93
|
-
i0.ɵɵtext(
|
|
94
|
-
i0.ɵɵpipe(
|
|
28
|
+
i0.ɵɵelementStart(15, "div", 9);
|
|
29
|
+
i0.ɵɵtext(16);
|
|
30
|
+
i0.ɵɵpipe(17, "currency");
|
|
95
31
|
i0.ɵɵelementEnd()();
|
|
96
|
-
i0.ɵɵelement(
|
|
97
|
-
i0.ɵɵelementStart(
|
|
98
|
-
i0.ɵɵtext(
|
|
99
|
-
i0.ɵɵpipe(
|
|
32
|
+
i0.ɵɵelement(18, "br");
|
|
33
|
+
i0.ɵɵelementStart(19, "div", 2)(20, "div", 8);
|
|
34
|
+
i0.ɵɵtext(21);
|
|
35
|
+
i0.ɵɵpipe(22, "translate");
|
|
36
|
+
i0.ɵɵpipe(23, "date");
|
|
100
37
|
i0.ɵɵelementEnd();
|
|
101
|
-
i0.ɵɵelementStart(
|
|
102
|
-
i0.ɵɵtext(
|
|
103
|
-
i0.ɵɵpipe(
|
|
38
|
+
i0.ɵɵelementStart(24, "div", 9);
|
|
39
|
+
i0.ɵɵtext(25);
|
|
40
|
+
i0.ɵɵpipe(26, "currency");
|
|
104
41
|
i0.ɵɵelementEnd()()();
|
|
105
42
|
} if (rf & 2) {
|
|
106
|
-
const
|
|
107
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(17, _c2, ctx_r3.isCsr, !ctx_r3.isCsr));
|
|
108
|
-
i0.ɵɵadvance(5);
|
|
109
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(20, _c1));
|
|
43
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
110
44
|
i0.ɵɵadvance(5);
|
|
111
|
-
i0.ɵɵ
|
|
112
|
-
i0.ɵɵ
|
|
113
|
-
i0.ɵɵ
|
|
114
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(21, 8, ctx_r3.moneyResponse.wba, "USD"), " ");
|
|
45
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(22, _c0));
|
|
46
|
+
i0.ɵɵadvance(3);
|
|
47
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 7, "dashboard.money-expect.max.expect"));
|
|
115
48
|
i0.ɵɵadvance(5);
|
|
116
|
-
i0.ɵɵtextInterpolate1("
|
|
49
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(14, 9, "dashboard.money-expect.max.week"), " ");
|
|
117
50
|
i0.ɵɵadvance(3);
|
|
118
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
i0.ɵɵ
|
|
122
|
-
i0.ɵɵ
|
|
123
|
-
i0.ɵɵelementEnd();
|
|
124
|
-
} if (rf & 2) {
|
|
125
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
126
|
-
i0.ɵɵadvance(1);
|
|
127
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.moneyResponse.hideMonetaryEstimation);
|
|
51
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(17, 11, ctx_r0.moneyResponse.wba, "USD"), " ");
|
|
52
|
+
i0.ɵɵadvance(5);
|
|
53
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(22, 14, "dashboard.money-expect.max.total"), " ", i0.ɵɵpipeBind2(23, 16, ctx_r0.moneyResponse.byeDate, "fullDate"), " ");
|
|
54
|
+
i0.ɵɵadvance(4);
|
|
55
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(26, 19, ctx_r0.moneyResponse.mba, "USD"), " ");
|
|
128
56
|
} }
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
constructor(logger, validationService, ls, activatedRoute, storage) {
|
|
132
|
-
super();
|
|
57
|
+
export class MoneyExpectComponent {
|
|
58
|
+
constructor(logger, validationService, ls, activatedRoute) {
|
|
133
59
|
this.logger = logger;
|
|
134
60
|
this.validationService = validationService;
|
|
135
61
|
this.ls = ls;
|
|
136
62
|
this.activatedRoute = activatedRoute;
|
|
137
|
-
this.storage = storage;
|
|
138
|
-
this.isCsr = false;
|
|
139
|
-
this.uuid = null;
|
|
140
63
|
this.moneyResponse = new ClaimAppEmpResponseModel();
|
|
141
64
|
}
|
|
142
|
-
|
|
143
|
-
let uuid;
|
|
144
|
-
let data = this.activatedRoute.snapshot.queryParamMap.get('identifier');
|
|
145
|
-
this.logger.debug("data for identifier is : ", data);
|
|
146
|
-
if (data) {
|
|
147
|
-
uuid = data;
|
|
148
|
-
}
|
|
149
|
-
else {
|
|
150
|
-
uuid = await this.storage.get(FbConstants.uuid);
|
|
151
|
-
}
|
|
152
|
-
return uuid;
|
|
153
|
-
}
|
|
154
|
-
async ngOnInit() {
|
|
155
|
-
this.isCsr = this.ls.isCsr();
|
|
156
|
-
if (this.isMS()) {
|
|
157
|
-
const obj = JSON.parse(this.componentData);
|
|
158
|
-
this.wbaText = obj;
|
|
159
|
-
}
|
|
160
|
-
this.uuid = await this.getIdentifier();
|
|
65
|
+
ngOnInit() {
|
|
161
66
|
let model = new ClaimAppEmpRequestModel();
|
|
162
|
-
model.uuid = this.uuid;
|
|
163
67
|
let url = "";
|
|
164
68
|
if (this.ls.isClaimant() === true) {
|
|
165
69
|
url = "/claims-service/claim/claimant/app/estimate";
|
|
166
70
|
}
|
|
167
71
|
else {
|
|
72
|
+
let data = this.activatedRoute.snapshot.queryParamMap.get('key');
|
|
73
|
+
if (data) {
|
|
74
|
+
this.ssnForCSR = JSON.parse(atob(data));
|
|
75
|
+
model.ssn = this.ssnForCSR;
|
|
76
|
+
}
|
|
168
77
|
url = "/claims-service/claim/app/estimate";
|
|
169
78
|
}
|
|
170
79
|
this.validationService.post(url, model).subscribe(res => {
|
|
@@ -174,29 +83,16 @@ export class MoneyExpectComponent extends BasePage {
|
|
|
174
83
|
//do not do anything
|
|
175
84
|
});
|
|
176
85
|
}
|
|
177
|
-
static { this.ɵfac = function MoneyExpectComponent_Factory(t) { return new (t || MoneyExpectComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.ValidationService), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ActivatedRoute)
|
|
178
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MoneyExpectComponent, selectors: [["money-expect"]],
|
|
179
|
-
i0.ɵɵ
|
|
180
|
-
} if (rf & 2) {
|
|
181
|
-
let _t;
|
|
182
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.op1 = _t.first);
|
|
183
|
-
} }, inputs: { componentData: "componentData" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c4, decls: 2, vars: 2, consts: [[4, "ngIf"], ["class", "card-position", 4, "ngIf"], [1, "card-position"], [1, "grid", "p-nogutter"], [1, "col-12", "ion-text-left"], ["size", "1"], [1, "header-icon", 3, "icon"], ["size", "11", 1, "ion-text-right"], [1, "heading"], [1, "col-8", "money-text"], [1, "col-4", "money", 2, "text-align", "right"], [3, "ngClass", 4, "ngIf"], [3, "ngClass"], ["size", "10"], [3, "appendTo"], ["op1", ""], ["pTemplate", ""], ["fill", "outline", "size", "small", "shape", "round", "aria-label", "info button", 1, "small-button", 3, "click"], ["slot", "icon-only", "name", "information-outline", "aria-hidden", "true", 1, "button-icon"], [1, "col-7", "money-text"], [1, "col-5", "money", 2, "text-align", "right"], [1, "overlay-desc", 3, "innerHTML"]], template: function MoneyExpectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
184
|
-
i0.ɵɵprojectionDef();
|
|
185
|
-
i0.ɵɵtemplate(0, MoneyExpectComponent_div_0_Template, 2, 1, "div", 0)(1, MoneyExpectComponent_div_1_Template, 2, 1, "div", 0);
|
|
86
|
+
static { this.ɵfac = function MoneyExpectComponent_Factory(t) { return new (t || MoneyExpectComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.ValidationService), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ActivatedRoute)); }; }
|
|
87
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MoneyExpectComponent, selectors: [["money-expect"]], decls: 1, vars: 1, consts: [["class", "card-position", 4, "ngIf"], [1, "card-position"], [1, "grid", "p-nogutter"], [1, "col-12", "ion-text-left"], ["size", "1"], [1, "header-icon", 3, "icon"], ["size", "11", 1, "ion-text-right"], [1, "heading"], [1, "col-8", "money-text"], [1, "col-4", "money", 2, "text-align", "right"]], template: function MoneyExpectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵtemplate(0, MoneyExpectComponent_div_0_Template, 27, 23, "div", 0);
|
|
186
89
|
} if (rf & 2) {
|
|
187
|
-
i0.ɵɵproperty("ngIf", !ctx.
|
|
188
|
-
|
|
189
|
-
i0.ɵɵproperty("ngIf", ctx.isMS());
|
|
190
|
-
} }, dependencies: [i6.IonButton, i6.IonCol, i6.IonIcon, i6.IonRow, i7.NgClass, i7.NgIf, i8.PrimeTemplate, i9.Divider, i10.OverlayPanel, i11.FaIconComponent, i7.CurrencyPipe, i7.DatePipe], styles: [".money[_ngcontent-%COMP%]{text-align:right;color:var(--ion-color-medium-gray);opacity:1;font:normal normal 300 26px/36px var(--app-font-regular);letter-spacing:0px}.heading[_ngcontent-%COMP%]{font-size:24px;font-family:var(--app-font-light)}.header-icon[_ngcontent-%COMP%]{color:var(--ion-color-green);font-size:26px}.money-text[_ngcontent-%COMP%]{font-size:18px;text-align:left;color:var(--ion-color-medium-gray);font-family:var(--app-font-light)}.card-position[_ngcontent-%COMP%]{position:absolute}.card-position-csr[_ngcontent-%COMP%]{position:absolute;transform:translate(80%)}@media (max-width: 768px){.card-position[_ngcontent-%COMP%]{position:inherit}}.no-margin[_ngcontent-%COMP%]{margin:0}.p-button.p-button-icon-only[_ngcontent-%COMP%]{background-color:transparent!important}.p-button.p-button-icon-only.p-button-rounded[_ngcontent-%COMP%]{border-radius:50%;height:-moz-fit-content!important;height:fit-content!important}.small-button[_ngcontent-%COMP%]{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px;--color: var(--ion-color-primary);--border-color: var(--ion-color-primary);--border-width: 2px }ion-button.small-button[_ngcontent-%COMP%]::part(native){padding:3px}.button-icon[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-primary)}@media (max-width: 360px){.overlay-desc[_ngcontent-%COMP%]{width:335px!important;padding:24px 24px 12px;max-height:25vh;overflow-y:auto}}@media (min-width: 365px) and (max-width: 400px){.overlay-desc[_ngcontent-%COMP%]{width:355px!important;padding:24px 24px 12px;max-height:25vh;overflow-y:auto}}@media (min-width: 405px) and (max-width: 800px){.overlay-desc[_ngcontent-%COMP%]{width:390px!important;padding:24px 24px 12px;max-height:25vh;overflow-y:auto}}@media (min-width: 344px) and (max-width: 540px){.card-position-csr[_ngcontent-%COMP%]{position:relative;transform:translate(0)!important}}@media (min-width: 768px) and (max-width: 1280px){.card-position-csr[_ngcontent-%COMP%]{position:absolute;transform:translate(30%)}}"] }); }
|
|
90
|
+
i0.ɵɵproperty("ngIf", !ctx.moneyResponse.hideMonetaryEstimation);
|
|
91
|
+
} }, dependencies: [i5.IonCol, i5.IonRow, i6.NgIf, i7.Divider, i8.FaIconComponent, i6.CurrencyPipe, i6.DatePipe, i9.TranslatePipe], styles: [".money[_ngcontent-%COMP%]{text-align:right;color:var(--ion-color-medium-gray);opacity:1;font:normal normal 300 26px/36px var(--app-font-regular);letter-spacing:0px}.heading[_ngcontent-%COMP%]{font-size:24px;font-family:var(--app-font-light)}.header-icon[_ngcontent-%COMP%]{color:var(--ion-color-green);font-size:26px}.money-text[_ngcontent-%COMP%]{font-size:18px;text-align:left;color:var(--ion-color-medium-gray);font-family:var(--app-font-light)}.card-position[_ngcontent-%COMP%]{position:fixed;right:100px}@media (max-width: 1048px){.card-position[_ngcontent-%COMP%]{position:relative;right:-100px}}@media (max-width: 650px){.card-position[_ngcontent-%COMP%]{position:relative;right:unset}}"] }); }
|
|
191
92
|
}
|
|
192
93
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MoneyExpectComponent, [{
|
|
193
94
|
type: Component,
|
|
194
|
-
args: [{ selector: 'money-expect', template: "<div
|
|
195
|
-
}], () => [{ type: i1.LoggerService }, { type: i2.ValidationService }, { type: i3.LoginService }, { type: i4.ActivatedRoute },
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}], componentData: [{
|
|
199
|
-
type: Input
|
|
200
|
-
}] }); })();
|
|
201
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MoneyExpectComponent, { className: "MoneyExpectComponent", filePath: "lib\\components\\money-expect\\money-expect.component.ts", lineNumber: 21 }); })();
|
|
202
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9uZXktZXhwZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUU1RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxvREFBb0QsQ0FBQztBQUM3RixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUkvRixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFHaEQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDhCQUE4QixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDVHpELDhCQUF5RSxhQUFBLGFBQUEsY0FBQSxpQkFBQTtJQUsvRCw2QkFBdUU7SUFDekUsaUJBQVU7SUFDVixrQ0FBMEMsWUFBQTtJQUNwQiwrQ0FBK0I7SUFBQSxpQkFBSyxFQUFBLEVBQUEsRUFBQSxFQUFBO0lBTWhFLDRCQUF1QjtJQUV2QiwrQkFBNkIsY0FBQTtJQUV6QiwyQ0FDRjtJQUFBLGlCQUFNO0lBQ04sZ0NBQW9EO0lBQ2xELGFBQ0Y7O0lBQUEsaUJBQU0sRUFBQTtJQUVWLHNCQUFJO0lBQ0YsK0JBQTZCLGNBQUE7SUFFekIsYUFDRjs7SUFBQSxpQkFBTTtJQUNOLGdDQUFvRDtJQUNsRCxhQUNGOztJQUFBLGlCQUFNLEVBQUEsRUFBQTs7O0lBMUJTLGVBQStCO0lBQS9CLGtEQUErQjtJQWdCNUMsZUFDRjtJQURFLHVGQUNGO0lBS0UsZUFDRjtJQURFLG1IQUNGO0lBRUUsZUFDRjtJQURFLHdGQUNGOzs7SUFoQ04sMkJBQXFCO0lBQ25CLDZFQWlDTTtJQUNSLGlCQUFNOzs7SUFsQ3dCLGVBQTJDO0lBQTNDLG1FQUEyQzs7O0lBa0QzRCwwQkFBb0U7SUFDcEUsa0JBQXlCOzs7SUFEcEIsMkVBQW1DOzs7Ozs7SUFidEQsK0JBQXNILGFBQUEsYUFBQSxjQUFBLGlCQUFBO0lBSzVHLDZCQUF1RTtJQUN6RSxpQkFBVTtJQUNWLG1DQUFvQixZQUFBO0lBQ0Usa0NBQWtCO0lBQUEsaUJBQUssRUFBQTtJQUU3QyxrQ0FBa0IsOEJBQUE7SUFFZCxvR0FHYztJQUNoQixpQkFBaUI7SUFDakIsdUNBQWlJO0lBQTdCLCtLQUFTLGVBQUEsa0JBQWtCLENBQUEsSUFBQztJQUM5SCxnQ0FBd0c7SUFDMUcsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQTtJQU1yQiw2QkFBdUI7SUFFdkIsK0JBQTZCLGVBQUE7SUFFekIsd0NBQ0Y7SUFBQSxpQkFBTTtJQUNOLGdDQUFvRDtJQUNsRCxhQUNGOztJQUFBLGlCQUFNLEVBQUE7SUFFVixzQkFBSTtJQUNGLCtCQUE2QixlQUFBO0lBRXpCLGFBQ0Y7O0lBQUEsaUJBQU07SUFDTixnQ0FBb0Q7SUFDbEQsYUFDRjs7SUFBQSxpQkFBTSxFQUFBLEVBQUE7OztJQTFDTCxrRkFBa0U7SUFLcEQsZUFBK0I7SUFBL0Isa0RBQStCO0lBTUMsZUFBNEI7SUFBNUIsMENBQTRCO0lBQWhELGlDQUFtQjtJQXFCNUMsZ0JBQ0Y7SUFERSx1RkFDRjtJQUtFLGVBQ0Y7SUFERSxxSEFDRjtJQUVFLGVBQ0Y7SUFERSx3RkFDRjs7O0lBM0NKLDJCQUFvQjtJQUNwQiw4RUE0Q007SUFDTixpQkFBTTs7O0lBN0NtRSxlQUEyQztJQUEzQyxtRUFBMkM7OztBRGxCcEgsTUFBTSxPQUFPLG9CQUFxQixTQUFRLFFBQVE7SUFZaEQsWUFBbUIsTUFBcUIsRUFBUSxpQkFBb0MsRUFDM0UsRUFBZ0IsRUFBUyxjQUErQixFQUFVLE9BQWlCO1FBQ3hGLEtBQUssRUFBRSxDQUFBO1FBRlEsV0FBTSxHQUFOLE1BQU0sQ0FBZTtRQUFRLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDM0UsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFTLG1CQUFjLEdBQWQsY0FBYyxDQUFpQjtRQUFVLFlBQU8sR0FBUCxPQUFPLENBQVU7UUFOckYsVUFBSyxHQUFHLEtBQUssQ0FBQztRQUNyQixTQUFJLEdBQVcsSUFBSSxDQUFDO1FBRWIsa0JBQWEsR0FBRyxJQUFJLHdCQUF3QixFQUFFLENBQUM7SUFLbkQsQ0FBQztJQUVKLEtBQUssQ0FBQyxhQUFhO1FBQ2YsSUFBSSxJQUFJLENBQUM7UUFDVCxJQUFJLElBQUksR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ3hFLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLDJCQUEyQixFQUFFLElBQUksQ0FBQyxDQUFBO1FBQ2xELElBQUcsSUFBSSxFQUFDO1lBQ04sSUFBSSxHQUFHLElBQUksQ0FBQztTQUNiO2FBQU07WUFDTCxJQUFJLEdBQUcsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDakQ7UUFDRCxPQUFPLElBQUksQ0FBQztJQUNoQixDQUFDO0lBRUgsS0FBSyxDQUFDLFFBQVE7UUFDWixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDN0IsSUFBRyxJQUFJLENBQUMsSUFBSSxFQUFFLEVBQ2Q7WUFDRSxNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztZQUMzQyxJQUFJLENBQUMsT0FBTyxHQUFHLEdBQUcsQ0FBQztTQUNwQjtRQUNELElBQUksQ0FBQyxJQUFJLEdBQUcsTUFBTSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7UUFDdkMsSUFBSSxLQUFLLEdBQUcsSUFBSSx1QkFBdUIsRUFBRSxDQUFDO1FBQzFDLEtBQUssQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQztRQUN2QixJQUFJLEdBQUcsR0FBRyxFQUFFLENBQUM7UUFDWCxJQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsVUFBVSxFQUFFLEtBQUssSUFBSSxFQUFDO1lBQy9CLEdBQUcsR0FBRyw2Q0FBNkMsQ0FBQztTQUNyRDthQUFNO1lBQ0wsR0FBRyxHQUFHLG9DQUFvQyxDQUFDO1NBQzVDO1FBQ0gsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLENBQUMsU0FBUyxDQUMvQyxHQUFHLENBQUMsRUFBRTtZQUNKLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLDRCQUE0QixFQUFFLEdBQUcsQ0FBQyxDQUFDO1lBQ3JELElBQUksQ0FBQyxhQUFhLEdBQUcsR0FBRyxDQUFDO1FBQzNCLENBQUMsRUFDRCxHQUFHLENBQUMsRUFBRTtZQUNKLG9CQUFvQjtRQUN0QixDQUFDLENBQ0YsQ0FBQztJQUNKLENBQUM7cUZBdERVLG9CQUFvQjtvRUFBcEIsb0JBQW9COzs7Ozs7O1lDcEJqQyxxRUFtQ00sd0RBQUE7O1lBbkNBLGtDQUFhO1lBcUNiLGVBQVk7WUFBWixpQ0FBWTs7O2lGRGpCTCxvQkFBb0I7Y0FOaEMsU0FBUzsyQkFDRSxjQUFjOzRKQU94QixHQUFHO2tCQURGLFNBQVM7bUJBQUMsS0FBSyxFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtZQUczQixhQUFhO2tCQUFwQixLQUFLOztrRkFKSyxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdDaGlsZCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IENsYWltQXBwRW1wUmVxdWVzdE1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ2xhaW1BcHBFbXBSZXF1ZXN0TW9kZWwnO1xuaW1wb3J0IHsgQ2xhaW1BcHBFbXBSZXNwb25zZU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ2xhaW1BcHBFbXBSZXNwb25zZU1vZGVsJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3F1ZXN0aW9ubmFpcmUvdmFsaWRhdGlvbi5zZXJ2aWNlJztcbmltcG9ydCB7IEJhc2VQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvQmFzZVBhZ2UnO1xuaW1wb3J0IHsgT3ZlcmxheVBhbmVsIH0gZnJvbSAncHJpbWVuZy9vdmVybGF5cGFuZWwnO1xuaW1wb3J0IHsgV2JhSGVscGVyVGV4dE1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvV2JhSGVscGVyVGV4dE1vZGVsJztcbmltcG9ydCB7IEZiQ29uc3RhbnRzIH0gZnJvbSAnLi4vcXVlc3Rpb25uYWlyZS9GYkNvbnN0YW50cyc7XG5pbXBvcnQgeyBTdG9yYWdlIH0gZnJvbSAnQGlvbmljL3N0b3JhZ2UtYW5ndWxhcic7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9uZXktZXhwZWN0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL21vbmV5LWV4cGVjdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21vbmV5LWV4cGVjdC5jb21wb25lbnQuc2NzcyddLFxuXG59KVxuZXhwb3J0IGNsYXNzIE1vbmV5RXhwZWN0Q29tcG9uZW50IGV4dGVuZHMgQmFzZVBhZ2Uge1xuICBAVmlld0NoaWxkKCdvcDEnLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgb3AxIDogT3ZlcmxheVBhbmVsO1xuXG4gIEBJbnB1dCgpY29tcG9uZW50RGF0YTpzdHJpbmc7XG5cbiAgcHVibGljIHdiYVRleHQgOiBXYmFIZWxwZXJUZXh0TW9kZWw7XG4gIHB1YmxpYyBpc0NzciA9IGZhbHNlO1xuICB1dWlkOiBzdHJpbmcgPSBudWxsO1xuXG4gIHB1YmxpYyBtb25leVJlc3BvbnNlID0gbmV3IENsYWltQXBwRW1wUmVzcG9uc2VNb2RlbCgpO1xuICBzc25Gb3JDU1IgOiBzdHJpbmc7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6IExvZ2dlclNlcnZpY2UscHVibGljIHZhbGlkYXRpb25TZXJ2aWNlOiBWYWxpZGF0aW9uU2VydmljZSwgXG4gICAgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBhY3RpdmF0ZWRSb3V0ZSA6IEFjdGl2YXRlZFJvdXRlLCBwcml2YXRlIHN0b3JhZ2UgOiBTdG9yYWdlKSB7XG4gICAgICBzdXBlcigpXG4gICAgIH1cbiAgXG4gIGFzeW5jIGdldElkZW50aWZpZXIoKXtcbiAgICAgIGxldCB1dWlkO1xuICAgICAgbGV0IGRhdGEgPSB0aGlzLmFjdGl2YXRlZFJvdXRlLnNuYXBzaG90LnF1ZXJ5UGFyYW1NYXAuZ2V0KCdpZGVudGlmaWVyJyk7XG4gICAgICB0aGlzLmxvZ2dlci5kZWJ1ZyhcImRhdGEgZm9yIGlkZW50aWZpZXIgaXMgOiBcIiwgZGF0YSlcbiAgICAgICAgaWYoZGF0YSl7ICAgICAgICAgIFxuICAgICAgICAgIHV1aWQgPSBkYXRhO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIHV1aWQgPSBhd2FpdCB0aGlzLnN0b3JhZ2UuZ2V0KEZiQ29uc3RhbnRzLnV1aWQpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB1dWlkO1xuICAgIH1cbiAgXG4gIGFzeW5jIG5nT25Jbml0KCkgeyBcbiAgICB0aGlzLmlzQ3NyID0gdGhpcy5scy5pc0NzcigpO1xuICAgIGlmKHRoaXMuaXNNUygpKVxuICAgIHtcbiAgICAgIGNvbnN0IG9iaiA9IEpTT04ucGFyc2UodGhpcy5jb21wb25lbnREYXRhKTtcbiAgICAgIHRoaXMud2JhVGV4dCA9IG9iajtcbiAgICB9XG4gICAgdGhpcy51dWlkID0gYXdhaXQgdGhpcy5nZXRJZGVudGlmaWVyKCk7XG4gICAgbGV0IG1vZGVsID0gbmV3IENsYWltQXBwRW1wUmVxdWVzdE1vZGVsKCk7XG4gICAgbW9kZWwudXVpZCA9IHRoaXMudXVpZDtcbiAgICBsZXQgdXJsID0gXCJcIjtcbiAgICAgIGlmKHRoaXMubHMuaXNDbGFpbWFudCgpID09PSB0cnVlKXtcbiAgICAgICAgdXJsID0gXCIvY2xhaW1zLXNlcnZpY2UvY2xhaW0vY2xhaW1hbnQvYXBwL2VzdGltYXRlXCI7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB1cmwgPSBcIi9jbGFpbXMtc2VydmljZS9jbGFpbS9hcHAvZXN0aW1hdGVcIjtcbiAgICAgIH1cbiAgICB0aGlzLnZhbGlkYXRpb25TZXJ2aWNlLnBvc3QodXJsLCBtb2RlbCkuc3Vic2NyaWJlKFxuICAgICAgcmVzID0+IHtcbiAgICAgICAgdGhpcy5sb2dnZXIuZGVidWcoJ3Jlc3BvbnNlIGZvciBlc3RpbWF0aW9uID0gJywgcmVzKTtcbiAgICAgICAgdGhpcy5tb25leVJlc3BvbnNlID0gcmVzO1xuICAgICAgfSxcbiAgICAgIGVyciA9PiB7XG4gICAgICAgIC8vZG8gbm90IGRvIGFueXRoaW5nXG4gICAgICB9XG4gICAgKTtcbiAgfVxuXG59XG5cblxuXG4iLCI8ZGl2ICpuZ0lmPVwiIWlzTVMoKVwiPlxyXG4gIDxkaXYgY2xhc3M9XCJjYXJkLXBvc2l0aW9uXCIgKm5nSWY9XCIhbW9uZXlSZXNwb25zZS5oaWRlTW9uZXRhcnlFc3RpbWF0aW9uXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyIFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGlvbi10ZXh0LWxlZnRcIj5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgIDxpb24tY29sIHNpemU9XCIxXCI+XHJcbiAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFyJywgJ3NhY2stZG9sbGFyJ11cIiBjbGFzcz1cImhlYWRlci1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjExXCIgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgICA8aDIgY2xhc3M9XCJoZWFkaW5nXCI+TWF4aW11bSBwYXltZW50cyB5b3UgY2FuIGV4cGVjdDwvaDI+XHJcbiAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIFxyXG4gICAgPHAtZGl2aWRlcj48L3AtZGl2aWRlcj5cclxuICBcclxuICAgIDxkaXYgY2xhc3M9XCJncmlkIHAtbm9ndXR0ZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImNvbC04IG1vbmV5LXRleHRcIiA+XHJcbiAgICAgICAgTWF4aW11bSBwYXltZW50IHBlciB3ZWVrXHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTQgbW9uZXlcIiBzdHlsZT1cInRleHQtYWxpZ246IHJpZ2h0O1wiPlxyXG4gICAgICAgIHt7bW9uZXlSZXNwb25zZS53YmEgfCBjdXJyZW5jeTonVVNEJ319XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPGJyPlxyXG4gICAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTggbW9uZXktdGV4dFwiPlxyXG4gICAgICAgIE1heGltdW0gVG90YWwgdGhydSB7e21vbmV5UmVzcG9uc2UuYnllRGF0ZSB8IGRhdGU6J2Z1bGxEYXRlJ319XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTQgbW9uZXlcIiBzdHlsZT1cInRleHQtYWxpZ246IHJpZ2h0O1wiPlxyXG4gICAgICAgIHt7bW9uZXlSZXNwb25zZS5tYmEgfCBjdXJyZW5jeTonVVNEJ319XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG5cclxuPGRpdiAqbmdJZj1cImlzTVMoKVwiPlxyXG48ZGl2IFtuZ0NsYXNzXT1cInsgJ2NhcmQtcG9zaXRpb24tY3NyJzogaXNDc3IsICdjYXJkLXBvc2l0aW9uJzogIWlzQ3NyfVwiICpuZ0lmPVwiIW1vbmV5UmVzcG9uc2UuaGlkZU1vbmV0YXJ5RXN0aW1hdGlvblwiPlxyXG4gIDxkaXYgY2xhc3M9XCJncmlkIHAtbm9ndXR0ZXIgXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGlvbi10ZXh0LWxlZnRcIj5cclxuICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjFcIj5cclxuICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFyJywgJ3NhY2stZG9sbGFyJ11cIiBjbGFzcz1cImhlYWRlci1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTBcIiA+XHJcbiAgICAgICAgICA8aDIgY2xhc3M9XCJoZWFkaW5nXCI+RXN0aW1hdGVkIHBheW1lbnRzPC9oMj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjFcIj5cclxuICAgICAgICAgIDxwLW92ZXJsYXlQYW5lbCAjb3AxIFthcHBlbmRUb109XCInYm9keSdcIiBbc3R5bGVdPVwieyd3aWR0aCc6ICc1MTBweCd9XCI+XHJcbiAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgPGRpdiBbaW5uZXJIVE1MXT1cIndiYVRleHQud2JhSGVscGVyVGV4dFwiIGNsYXNzPVwib3ZlcmxheS1kZXNjXCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG4gICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgPC9wLW92ZXJsYXlQYW5lbD5cclxuICAgICAgICAgIDxpb24tYnV0dG9uIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgc2hhcGU9XCJyb3VuZFwiIGNsYXNzPVwic21hbGwtYnV0dG9uXCIgYXJpYS1sYWJlbD1cImluZm8gYnV0dG9uXCIgKGNsaWNrKT1cIm9wMS50b2dnbGUoJGV2ZW50KVwiPlxyXG4gICAgICAgICAgICA8aW9uLWljb24gc2xvdD1cImljb24tb25seVwiIG5hbWU9XCJpbmZvcm1hdGlvbi1vdXRsaW5lXCIgY2xhc3M9XCJidXR0b24taWNvblwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8L2lvbi1yb3c+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuXHJcbiAgPHAtZGl2aWRlcj48L3AtZGl2aWRlcj5cclxuXHJcbiAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC03IG1vbmV5LXRleHRcIiA+XHJcbiAgICAgIE1heGltdW0gd2Vla2x5IGFtb3VudFxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29sLTUgbW9uZXlcIiBzdHlsZT1cInRleHQtYWxpZ246IHJpZ2h0O1wiPlxyXG4gICAgICB7e21vbmV5UmVzcG9uc2Uud2JhIHwgY3VycmVuY3k6J1VTRCd9fVxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjxicj5cclxuICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29sLTcgbW9uZXktdGV4dFwiPlxyXG4gICAgICBNYXhpbXVtIGFtb3VudCB0aHJ1IHt7bW9uZXlSZXNwb25zZS5ieWVEYXRlIHwgZGF0ZTonTS9kL3l5eXknfX1cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC01IG1vbmV5XCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiByaWdodDtcIj5cclxuICAgICAge3ttb25leVJlc3BvbnNlLm1iYSB8IGN1cnJlbmN5OidVU0QnfX1cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuPC9kaXY+XHJcblxyXG5cclxuICBcclxuIl19
|
|
95
|
+
args: [{ selector: 'money-expect', template: "<div class=\"card-position\" *ngIf=\"!moneyResponse.hideMonetaryEstimation\">\r\n <div class=\"grid p-nogutter \">\r\n <div class=\"col-12 ion-text-left\">\r\n <ion-row>\r\n <ion-col size=\"1\">\r\n <fa-icon [icon]=\"['far', 'sack-dollar']\" class=\"header-icon\"></fa-icon>\r\n </ion-col>\r\n <ion-col size=\"11\" class=\"ion-text-right\">\r\n <h2 class=\"heading\">{{\"dashboard.money-expect.max.expect\" | translate}}</h2>\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n </div>\r\n\r\n <p-divider></p-divider>\r\n\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-8 money-text\" >\r\n {{\"dashboard.money-expect.max.week\" | translate}}\r\n </div>\r\n <div class=\"col-4 money\" style=\"text-align: right;\">\r\n {{moneyResponse.wba | currency:'USD'}}\r\n </div>\r\n </div>\r\n<br>\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-8 money-text\">\r\n {{\"dashboard.money-expect.max.total\" | translate}} {{moneyResponse.byeDate | date:'fullDate'}}\r\n </div>\r\n <div class=\"col-4 money\" style=\"text-align: right;\">\r\n {{moneyResponse.mba | currency:'USD'}}\r\n </div>\r\n </div>\r\n</div>", styles: [".money{text-align:right;color:var(--ion-color-medium-gray);opacity:1;font:normal normal 300 26px/36px var(--app-font-regular);letter-spacing:0px}.heading{font-size:24px;font-family:var(--app-font-light)}.header-icon{color:var(--ion-color-green);font-size:26px}.money-text{font-size:18px;text-align:left;color:var(--ion-color-medium-gray);font-family:var(--app-font-light)}.card-position{position:fixed;right:100px}@media (max-width: 1048px){.card-position{position:relative;right:-100px}}@media (max-width: 650px){.card-position{position:relative;right:unset}}\n"] }]
|
|
96
|
+
}], () => [{ type: i1.LoggerService }, { type: i2.ValidationService }, { type: i3.LoginService }, { type: i4.ActivatedRoute }], null); })();
|
|
97
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MoneyExpectComponent, { className: "MoneyExpectComponent", filePath: "lib\\components\\money-expect\\money-expect.component.ts", lineNumber: 15 }); })();
|
|
98
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9uZXktZXhwZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEdBQUcsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDN0YsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0scURBQXFELENBQUM7Ozs7Ozs7Ozs7Ozs7SUNIL0YsOEJBQXlFLGFBQUEsYUFBQSxjQUFBLGlCQUFBO0lBSy9ELDZCQUF1RTtJQUN6RSxpQkFBVTtJQUNWLGtDQUEwQyxZQUFBO0lBQ3BCLFlBQW1EOztJQUFBLGlCQUFLLEVBQUEsRUFBQSxFQUFBLEVBQUE7SUFNcEYsNkJBQXVCO0lBRXZCLCtCQUE2QixjQUFBO0lBRXpCLGFBQ0Y7O0lBQUEsaUJBQU07SUFDTiwrQkFBb0Q7SUFDbEQsYUFDRjs7SUFBQSxpQkFBTSxFQUFBO0lBRVYsc0JBQUk7SUFDRiwrQkFBNkIsY0FBQTtJQUV6QixhQUNGOzs7SUFBQSxpQkFBTTtJQUNOLCtCQUFvRDtJQUNsRCxhQUNGOztJQUFBLGlCQUFNLEVBQUEsRUFBQTs7O0lBMUJTLGVBQStCO0lBQS9CLGtEQUErQjtJQUdwQixlQUFtRDtJQUFuRCwrRUFBbUQ7SUFVM0UsZUFDRjtJQURFLHlGQUNGO0lBRUUsZUFDRjtJQURFLHdGQUNGO0lBS0UsZUFDRjtJQURFLGtLQUNGO0lBRUUsZUFDRjtJQURFLHdGQUNGOztBRGpCSixNQUFNLE9BQU8sb0JBQW9CO0lBRy9CLFlBQW1CLE1BQXFCLEVBQVEsaUJBQW9DLEVBQzNFLEVBQWdCLEVBQVMsY0FBK0I7UUFEOUMsV0FBTSxHQUFOLE1BQU0sQ0FBZTtRQUFRLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDM0UsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFTLG1CQUFjLEdBQWQsY0FBYyxDQUFpQjtRQUgxRCxrQkFBYSxHQUFHLElBQUksd0JBQXdCLEVBQUUsQ0FBQztJQUdlLENBQUM7SUFHdEUsUUFBUTtRQUNOLElBQUksS0FBSyxHQUFHLElBQUksdUJBQXVCLEVBQUUsQ0FBQztRQUMxQyxJQUFJLEdBQUcsR0FBRyxFQUFFLENBQUM7UUFDWCxJQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsVUFBVSxFQUFFLEtBQUssSUFBSSxFQUFDO1lBQy9CLEdBQUcsR0FBRyw2Q0FBNkMsQ0FBQztTQUNyRDthQUFNO1lBQ0wsSUFBSSxJQUFJLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNqRSxJQUFHLElBQUksRUFBQztnQkFDTixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7Z0JBQ3hDLEtBQUssQ0FBQyxHQUFHLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQzthQUM1QjtZQUNELEdBQUcsR0FBRyxvQ0FBb0MsQ0FBQztTQUM1QztRQUNILElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDLFNBQVMsQ0FDL0MsR0FBRyxDQUFDLEVBQUU7WUFDSixJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyw0QkFBNEIsRUFBRSxHQUFHLENBQUMsQ0FBQztZQUNyRCxJQUFJLENBQUMsYUFBYSxHQUFHLEdBQUcsQ0FBQztRQUMzQixDQUFDLEVBQ0QsR0FBRyxDQUFDLEVBQUU7WUFDSixvQkFBb0I7UUFDdEIsQ0FBQyxDQUNGLENBQUM7SUFDSixDQUFDO3FGQTdCVSxvQkFBb0I7b0VBQXBCLG9CQUFvQjtZQ2RqQyx1RUFpQ007O1lBakNzQixnRUFBMkM7OztpRkRjMUQsb0JBQW9CO2NBTmhDLFNBQVM7MkJBQ0UsY0FBYzs7a0ZBS2Isb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQ2xhaW1BcHBFbXBSZXF1ZXN0TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9DbGFpbUFwcEVtcFJlcXVlc3RNb2RlbCc7XG5pbXBvcnQgeyBDbGFpbUFwcEVtcFJlc3BvbnNlTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9DbGFpbUFwcEVtcFJlc3BvbnNlTW9kZWwnO1xuaW1wb3J0IHsgTG9nZ2VyU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2dlci9sb2dnZXIuc2VydmljZSc7XG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcbmltcG9ydCB7IFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS92YWxpZGF0aW9uLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb25leS1leHBlY3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vbW9uZXktZXhwZWN0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbW9uZXktZXhwZWN0LmNvbXBvbmVudC5zY3NzJ10sXG5cbn0pXG5leHBvcnQgY2xhc3MgTW9uZXlFeHBlY3RDb21wb25lbnQge1xuICBwdWJsaWMgbW9uZXlSZXNwb25zZSA9IG5ldyBDbGFpbUFwcEVtcFJlc3BvbnNlTW9kZWwoKTtcbiAgc3NuRm9yQ1NSIDogc3RyaW5nO1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgbG9nZ2VyOiBMb2dnZXJTZXJ2aWNlLHB1YmxpYyB2YWxpZGF0aW9uU2VydmljZTogVmFsaWRhdGlvblNlcnZpY2UsIFxuICAgIHB1YmxpYyBsczogTG9naW5TZXJ2aWNlLCBwdWJsaWMgYWN0aXZhdGVkUm91dGUgOiBBY3RpdmF0ZWRSb3V0ZSkgeyB9XG4gIFxuICBcbiAgbmdPbkluaXQoKSB7IFxuICAgIGxldCBtb2RlbCA9IG5ldyBDbGFpbUFwcEVtcFJlcXVlc3RNb2RlbCgpO1xuICAgIGxldCB1cmwgPSBcIlwiO1xuICAgICAgaWYodGhpcy5scy5pc0NsYWltYW50KCkgPT09IHRydWUpe1xuICAgICAgICB1cmwgPSBcIi9jbGFpbXMtc2VydmljZS9jbGFpbS9jbGFpbWFudC9hcHAvZXN0aW1hdGVcIjtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBkYXRhID0gdGhpcy5hY3RpdmF0ZWRSb3V0ZS5zbmFwc2hvdC5xdWVyeVBhcmFtTWFwLmdldCgna2V5Jyk7XG4gICAgICAgIGlmKGRhdGEpe1xuICAgICAgICAgIHRoaXMuc3NuRm9yQ1NSID0gSlNPTi5wYXJzZShhdG9iKGRhdGEpKTtcbiAgICAgICAgICBtb2RlbC5zc24gPSB0aGlzLnNzbkZvckNTUjtcbiAgICAgICAgfSAgICAgICAgXG4gICAgICAgIHVybCA9IFwiL2NsYWltcy1zZXJ2aWNlL2NsYWltL2FwcC9lc3RpbWF0ZVwiO1xuICAgICAgfVxuICAgIHRoaXMudmFsaWRhdGlvblNlcnZpY2UucG9zdCh1cmwsIG1vZGVsKS5zdWJzY3JpYmUoXG4gICAgICByZXMgPT4ge1xuICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygncmVzcG9uc2UgZm9yIGVzdGltYXRpb24gPSAnLCByZXMpO1xuICAgICAgICB0aGlzLm1vbmV5UmVzcG9uc2UgPSByZXM7XG4gICAgICB9LFxuICAgICAgZXJyID0+IHtcbiAgICAgICAgLy9kbyBub3QgZG8gYW55dGhpbmdcbiAgICAgIH1cbiAgICApO1xuICB9XG5cbn1cblxuXG5cbiIsIjxkaXYgY2xhc3M9XCJjYXJkLXBvc2l0aW9uXCIgKm5nSWY9XCIhbW9uZXlSZXNwb25zZS5oaWRlTW9uZXRhcnlFc3RpbWF0aW9uXCI+XHJcbiAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlciBcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICA8aW9uLXJvdz5cclxuICAgICAgICA8aW9uLWNvbCBzaXplPVwiMVwiPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYXInLCAnc2Fjay1kb2xsYXInXVwiIGNsYXNzPVwiaGVhZGVyLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDxpb24tY29sIHNpemU9XCIxMVwiIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgIDxoMiBjbGFzcz1cImhlYWRpbmdcIj57e1wiZGFzaGJvYXJkLm1vbmV5LWV4cGVjdC5tYXguZXhwZWN0XCIgfCB0cmFuc2xhdGV9fTwvaDI+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8L2lvbi1yb3c+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuXHJcbiAgPHAtZGl2aWRlcj48L3AtZGl2aWRlcj5cclxuXHJcbiAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC04IG1vbmV5LXRleHRcIiA+XHJcbiAgICAgIHt7XCJkYXNoYm9hcmQubW9uZXktZXhwZWN0Lm1heC53ZWVrXCIgfCB0cmFuc2xhdGV9fVxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29sLTQgbW9uZXlcIiBzdHlsZT1cInRleHQtYWxpZ246IHJpZ2h0O1wiPlxyXG4gICAgICB7e21vbmV5UmVzcG9uc2Uud2JhIHwgY3VycmVuY3k6J1VTRCd9fVxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjxicj5cclxuICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29sLTggbW9uZXktdGV4dFwiPlxyXG4gICAgICB7e1wiZGFzaGJvYXJkLm1vbmV5LWV4cGVjdC5tYXgudG90YWxcIiB8IHRyYW5zbGF0ZX19IHt7bW9uZXlSZXNwb25zZS5ieWVEYXRlIHwgZGF0ZTonZnVsbERhdGUnfX1cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC00IG1vbmV5XCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiByaWdodDtcIj5cclxuICAgICAge3ttb25leVJlc3BvbnNlLm1iYSB8IGN1cnJlbmN5OidVU0QnfX1cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|