@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1375
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +2392 -1322
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +287 -152
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +79 -219
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +63 -140
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +422 -574
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +22 -5
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
- package/esm2022/lib/components/footer/footer.component.mjs +112 -101
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +440 -174
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +4 -12
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +16 -22
- package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +68 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/profile/profile.component.mjs +749 -353
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +296 -47
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +377 -173
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +877 -1153
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +497 -237
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -30
- package/esm2022/lib/components/select/select.component.mjs +5 -10
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +52 -72
- package/esm2022/lib/components/user-login/user-login.component.mjs +139 -360
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +655 -387
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/guards/auth.guard.mjs +50 -2
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +45 -6
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +96 -653
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +135 -23
- package/esm2022/lib/pages/BasePage.mjs +4 -23
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
- package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +7 -13
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -2
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +4 -1
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
- package/esm2022/lib/services/claims/claims.service.mjs +105 -14
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +29 -14
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
- package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
- package/esm2022/lib/services/security-service/security.service.mjs +23 -6
- package/esm2022/lib/services/util/util.service.mjs +61 -5
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -3
- package/esm2022/lib/validations/AppValidators.mjs +78 -62
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41277 -23401
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -53
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -5
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +9 -3
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +42 -15
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +1 -23
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +1 -4
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +1 -12
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +25 -15
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +3 -2
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +5 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +17 -5
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +1 -3
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +22 -23
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +3 -12
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -19
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/money-expect/money-expect.component.d.ts +15 -4
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +82 -49
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +7 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +33 -35
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +7 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +0 -1
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +11 -3
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +5 -4
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +1 -5
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +5 -38
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +27 -10
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +9 -3
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +4 -1
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +40 -1
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +0 -1
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +0 -1
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +22 -0
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +3 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +15 -4
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +14 -82
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +0 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +124 -86
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +3 -6
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +12 -0
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +5 -6
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +39 -5
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +5 -3
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +3 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +12 -4
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +6 -0
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +47 -5
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +0 -2
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +20 -24
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +46 -4
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -402
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
- package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
- package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
- package/lib/components/mfa2/mfa2.component.d.ts +0 -48
- package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
- package/lib/components/security-question/security-question.component.d.ts +0 -37
- package/lib/components/security-question/security-question.component.d.ts.map +0 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
- package/lib/models/PartialEmploymentModel.d.ts +0 -6
- package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionModel.d.ts +0 -7
- package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
- package/lib/services/ovp/ovp.service.d.ts +0 -17
- package/lib/services/ovp/ovp.service.d.ts.map +0 -1
|
@@ -10,10 +10,11 @@ export class MfaPopupComponent {
|
|
|
10
10
|
this.success = new EventEmitter();
|
|
11
11
|
this.error = new EventEmitter();
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
ngOnInit() {
|
|
14
|
+
}
|
|
15
|
+
close(event) {
|
|
16
|
+
this.clear.emit();
|
|
15
17
|
this.user = null;
|
|
16
|
-
setTimeout(() => this.clear.emit(triggerExitAPI), 1000);
|
|
17
18
|
}
|
|
18
19
|
loginSuccess(event) {
|
|
19
20
|
this.success.emit(event);
|
|
@@ -22,30 +23,22 @@ export class MfaPopupComponent {
|
|
|
22
23
|
this.error.emit(event);
|
|
23
24
|
}
|
|
24
25
|
static { this.ɵfac = function MfaPopupComponent_Factory(t) { return new (t || MfaPopupComponent)(); }; }
|
|
25
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MfaPopupComponent, selectors: [["app-mfa-popup"]], inputs: { user: "user"
|
|
26
|
-
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
27
|
-
i0.ɵɵlistener("visibleChange", function MfaPopupComponent_Template_p_dialog_visibleChange_0_listener($event) { return ctx.display = $event; });
|
|
28
|
-
i0.ɵɵelementStart(1, "app-mfa", 1);
|
|
26
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MfaPopupComponent, selectors: [["app-mfa-popup"]], inputs: { user: "user" }, outputs: { clear: "clear", success: "success", error: "error" }, decls: 2, vars: 8, consts: [["appendTo", "body", "position", "top", 3, "visible", "modal", "breakpoints"], [3, "user", "success", "clear"]], template: function MfaPopupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "app-mfa", 1);
|
|
29
28
|
i0.ɵɵlistener("success", function MfaPopupComponent_Template_app_mfa_success_1_listener($event) { return ctx.loginSuccess($event); })("clear", function MfaPopupComponent_Template_app_mfa_clear_1_listener($event) { return ctx.close($event); });
|
|
30
29
|
i0.ɵɵelementEnd()();
|
|
31
30
|
} if (rf & 2) {
|
|
32
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(
|
|
33
|
-
i0.ɵɵproperty("visible",
|
|
31
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(6, _c0));
|
|
32
|
+
i0.ɵɵproperty("visible", true)("modal", true)("breakpoints", i0.ɵɵpureFunction0(7, _c1));
|
|
34
33
|
i0.ɵɵadvance(1);
|
|
35
|
-
i0.ɵɵproperty("
|
|
34
|
+
i0.ɵɵproperty("user", ctx.user);
|
|
36
35
|
} }, dependencies: [i1.Dialog, i2.MfaComponent] }); }
|
|
37
36
|
}
|
|
38
37
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MfaPopupComponent, [{
|
|
39
38
|
type: Component,
|
|
40
|
-
args: [{ selector: 'app-mfa-popup', template: "<p-dialog [
|
|
39
|
+
args: [{ selector: 'app-mfa-popup', template: "<p-dialog [visible]=\"true\" [modal]=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '40vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\r\n <app-mfa [user]=\"user\" (success)=\"loginSuccess($event)\" (clear)=\"close($event)\"></app-mfa>\r\n</p-dialog>" }]
|
|
41
40
|
}], () => [], { user: [{
|
|
42
41
|
type: Input
|
|
43
|
-
}], returningUser: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], display: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], heading: [{
|
|
48
|
-
type: Input
|
|
49
42
|
}], clear: [{
|
|
50
43
|
type: Output
|
|
51
44
|
}], success: [{
|
|
@@ -54,4 +47,4 @@ export class MfaPopupComponent {
|
|
|
54
47
|
type: Output
|
|
55
48
|
}] }); })();
|
|
56
49
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MfaPopupComponent, { className: "MfaPopupComponent", filePath: "lib\\components\\mfa-popup\\mfa-popup.component.ts", lineNumber: 9 }); })();
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
50
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVEvRSxNQUFNLE9BQU8saUJBQWlCO0lBVzVCO1FBTlUsVUFBSyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTlDLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVoRCxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7SUFFeEMsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztJQUNuQixDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQUs7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztrRkEzQlUsaUJBQWlCO29FQUFqQixpQkFBaUI7WUNSOUIsbUNBQXVKLGlCQUFBO1lBQzVILHlHQUFXLHdCQUFvQixJQUFDLHdGQUFVLGlCQUFhLElBQXZCO1lBQXlCLGlCQUFVLEVBQUE7O1lBRGdCLHlDQUF5QjtZQUE3SCw4QkFBZ0IsZUFBQSwyQ0FBQTtZQUNiLGVBQWE7WUFBYiwrQkFBYTs7O2lGRE9iLGlCQUFpQjtjQUw3QixTQUFTOzJCQUNFLGVBQWU7b0JBT3pCLElBQUk7a0JBREgsS0FBSztZQUdJLEtBQUs7a0JBQWQsTUFBTTtZQUVHLE9BQU87a0JBQWhCLE1BQU07WUFFRyxLQUFLO2tCQUFkLE1BQU07O2tGQVRJLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9Vc2VyTW9kZWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbWZhLXBvcHVwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21mYS1wb3B1cC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21mYS1wb3B1cC5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTWZhUG9wdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgpXG4gIHVzZXIgOiBVc2VyTW9kZWw7XG5cbiAgQE91dHB1dCgpIGNsZWFyOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAT3V0cHV0KCkgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQE91dHB1dCgpIGVycm9yOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbiAgY2xvc2UoZXZlbnQpe1xuICAgIHRoaXMuY2xlYXIuZW1pdCgpO1xuICAgIHRoaXMudXNlciA9IG51bGw7XG4gIH1cblxuICBsb2dpblN1Y2Nlc3MoZXZlbnQpe1xuICAgIHRoaXMuc3VjY2Vzcy5lbWl0KGV2ZW50KTtcbiAgfVxuXG4gIHJlc2V0KGV2ZW50KXtcbiAgICB0aGlzLmVycm9yLmVtaXQoZXZlbnQpO1xuICB9XG5cbn1cbiIsIjxwLWRpYWxvZyBbdmlzaWJsZV09XCJ0cnVlXCIgW21vZGFsXT1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieyc5NjBweCc6ICc0MHZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNTB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cclxuICAgIDxhcHAtbWZhIFt1c2VyXT1cInVzZXJcIiAoc3VjY2Vzcyk9XCJsb2dpblN1Y2Nlc3MoJGV2ZW50KVwiIChjbGVhcik9XCJjbG9zZSgkZXZlbnQpXCI+PC9hcHAtbWZhPlxyXG48L3AtZGlhbG9nPiJdfQ==
|
|
@@ -1,79 +1,170 @@
|
|
|
1
|
-
import { Component, } from '@angular/core';
|
|
1
|
+
import { Component, ViewChild, Input } 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';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
import * as i1 from "../../services/logger/logger.service";
|
|
6
8
|
import * as i2 from "../../services/questionnaire/validation.service";
|
|
7
9
|
import * as i3 from "../../services/login/login.service";
|
|
8
10
|
import * as i4 from "@angular/router";
|
|
9
|
-
import * as i5 from "@ionic/angular";
|
|
10
|
-
import * as i6 from "@angular
|
|
11
|
-
import * as i7 from "
|
|
12
|
-
import * as i8 from "
|
|
13
|
-
import * as i9 from "
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
import * as i5 from "@ionic/storage-angular";
|
|
12
|
+
import * as i6 from "@ionic/angular";
|
|
13
|
+
import * as i7 from "@angular/common";
|
|
14
|
+
import * as i8 from "primeng/api";
|
|
15
|
+
import * as i9 from "primeng/divider";
|
|
16
|
+
import * as i10 from "primeng/overlaypanel";
|
|
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);
|
|
18
23
|
i0.ɵɵelementEnd();
|
|
19
|
-
i0.ɵɵelementStart(6, "ion-col",
|
|
20
|
-
i0.ɵɵtext(8);
|
|
21
|
-
i0.ɵɵpipe(9, "translate");
|
|
24
|
+
i0.ɵɵelementStart(6, "ion-col", 7)(7, "h2", 8);
|
|
25
|
+
i0.ɵɵtext(8, "Maximum payments you can expect");
|
|
22
26
|
i0.ɵɵelementEnd()()()()();
|
|
23
|
-
i0.ɵɵelement(
|
|
24
|
-
i0.ɵɵelementStart(
|
|
25
|
-
i0.ɵɵtext(
|
|
26
|
-
i0.ɵɵpipe(14, "translate");
|
|
27
|
+
i0.ɵɵelement(9, "p-divider");
|
|
28
|
+
i0.ɵɵelementStart(10, "div", 3)(11, "div", 9);
|
|
29
|
+
i0.ɵɵtext(12, " Maximum payment per week ");
|
|
27
30
|
i0.ɵɵelementEnd();
|
|
28
|
-
i0.ɵɵelementStart(
|
|
29
|
-
i0.ɵɵtext(
|
|
30
|
-
i0.ɵɵpipe(
|
|
31
|
+
i0.ɵɵelementStart(13, "div", 10);
|
|
32
|
+
i0.ɵɵtext(14);
|
|
33
|
+
i0.ɵɵpipe(15, "currency");
|
|
31
34
|
i0.ɵɵelementEnd()();
|
|
32
|
-
i0.ɵɵelement(
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
35
|
-
i0.ɵɵpipe(
|
|
36
|
-
i0.ɵɵpipe(23, "date");
|
|
35
|
+
i0.ɵɵelement(16, "br");
|
|
36
|
+
i0.ɵɵelementStart(17, "div", 3)(18, "div", 9);
|
|
37
|
+
i0.ɵɵtext(19);
|
|
38
|
+
i0.ɵɵpipe(20, "date");
|
|
37
39
|
i0.ɵɵelementEnd();
|
|
38
|
-
i0.ɵɵelementStart(
|
|
39
|
-
i0.ɵɵtext(
|
|
40
|
-
i0.ɵɵpipe(
|
|
40
|
+
i0.ɵɵelementStart(21, "div", 10);
|
|
41
|
+
i0.ɵɵtext(22);
|
|
42
|
+
i0.ɵɵpipe(23, "currency");
|
|
41
43
|
i0.ɵɵelementEnd()()();
|
|
42
44
|
} if (rf & 2) {
|
|
43
|
-
const
|
|
45
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
44
46
|
i0.ɵɵadvance(5);
|
|
45
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(
|
|
46
|
-
i0.ɵɵadvance(
|
|
47
|
-
i0.ɵɵ
|
|
47
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(13, _c1));
|
|
48
|
+
i0.ɵɵadvance(9);
|
|
49
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(15, 4, ctx_r2.moneyResponse.wba, "USD"), " ");
|
|
48
50
|
i0.ɵɵadvance(5);
|
|
49
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵ
|
|
51
|
+
i0.ɵɵtextInterpolate1(" Maximum Total thru ", i0.ɵɵpipeBind2(20, 7, ctx_r2.moneyResponse.byeDate, "fullDate"), " ");
|
|
50
52
|
i0.ɵɵadvance(3);
|
|
51
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(
|
|
53
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(23, 10, ctx_r2.moneyResponse.mba, "USD"), " ");
|
|
54
|
+
} }
|
|
55
|
+
function MoneyExpectComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵelementStart(0, "div");
|
|
57
|
+
i0.ɵɵtemplate(1, MoneyExpectComponent_div_0_div_1_Template, 24, 14, "div", 1);
|
|
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);
|
|
77
|
+
i0.ɵɵelementEnd();
|
|
78
|
+
i0.ɵɵelementStart(6, "ion-col", 13)(7, "h2", 8);
|
|
79
|
+
i0.ɵɵtext(8, "Estimated payments");
|
|
80
|
+
i0.ɵɵelementEnd()();
|
|
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);
|
|
87
|
+
i0.ɵɵelementEnd()()()()();
|
|
88
|
+
i0.ɵɵelement(15, "p-divider");
|
|
89
|
+
i0.ɵɵelementStart(16, "div", 3)(17, "div", 19);
|
|
90
|
+
i0.ɵɵtext(18, " Maximum weekly amount ");
|
|
91
|
+
i0.ɵɵelementEnd();
|
|
92
|
+
i0.ɵɵelementStart(19, "div", 20);
|
|
93
|
+
i0.ɵɵtext(20);
|
|
94
|
+
i0.ɵɵpipe(21, "currency");
|
|
95
|
+
i0.ɵɵelementEnd()();
|
|
96
|
+
i0.ɵɵelement(22, "br");
|
|
97
|
+
i0.ɵɵelementStart(23, "div", 3)(24, "div", 19);
|
|
98
|
+
i0.ɵɵtext(25);
|
|
99
|
+
i0.ɵɵpipe(26, "date");
|
|
100
|
+
i0.ɵɵelementEnd();
|
|
101
|
+
i0.ɵɵelementStart(27, "div", 20);
|
|
102
|
+
i0.ɵɵtext(28);
|
|
103
|
+
i0.ɵɵpipe(29, "currency");
|
|
104
|
+
i0.ɵɵelementEnd()()();
|
|
105
|
+
} if (rf & 2) {
|
|
106
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
107
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(17, _c2, ctx_r3.isCsr, !ctx_r3.isCsr));
|
|
52
108
|
i0.ɵɵadvance(5);
|
|
53
|
-
i0.ɵɵ
|
|
54
|
-
i0.ɵɵadvance(
|
|
55
|
-
i0.ɵɵ
|
|
109
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(20, _c1));
|
|
110
|
+
i0.ɵɵadvance(5);
|
|
111
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(21, _c3));
|
|
112
|
+
i0.ɵɵproperty("appendTo", "body");
|
|
113
|
+
i0.ɵɵadvance(10);
|
|
114
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(21, 8, ctx_r3.moneyResponse.wba, "USD"), " ");
|
|
115
|
+
i0.ɵɵadvance(5);
|
|
116
|
+
i0.ɵɵtextInterpolate1(" Maximum amount thru ", i0.ɵɵpipeBind2(26, 11, ctx_r3.moneyResponse.byeDate, "M/d/yyyy"), " ");
|
|
117
|
+
i0.ɵɵadvance(3);
|
|
118
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(29, 14, ctx_r3.moneyResponse.mba, "USD"), " ");
|
|
56
119
|
} }
|
|
57
|
-
|
|
58
|
-
|
|
120
|
+
function MoneyExpectComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
121
|
+
i0.ɵɵelementStart(0, "div");
|
|
122
|
+
i0.ɵɵtemplate(1, MoneyExpectComponent_div_1_div_1_Template, 30, 22, "div", 11);
|
|
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);
|
|
128
|
+
} }
|
|
129
|
+
const _c4 = ["*"];
|
|
130
|
+
export class MoneyExpectComponent extends BasePage {
|
|
131
|
+
constructor(logger, validationService, ls, activatedRoute, storage) {
|
|
132
|
+
super();
|
|
59
133
|
this.logger = logger;
|
|
60
134
|
this.validationService = validationService;
|
|
61
135
|
this.ls = ls;
|
|
62
136
|
this.activatedRoute = activatedRoute;
|
|
137
|
+
this.storage = storage;
|
|
138
|
+
this.isCsr = false;
|
|
139
|
+
this.uuid = null;
|
|
63
140
|
this.moneyResponse = new ClaimAppEmpResponseModel();
|
|
64
141
|
}
|
|
65
|
-
|
|
142
|
+
async getIdentifier() {
|
|
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();
|
|
66
161
|
let model = new ClaimAppEmpRequestModel();
|
|
162
|
+
model.uuid = this.uuid;
|
|
67
163
|
let url = "";
|
|
68
164
|
if (this.ls.isClaimant() === true) {
|
|
69
165
|
url = "/claims-service/claim/claimant/app/estimate";
|
|
70
166
|
}
|
|
71
167
|
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
|
-
}
|
|
77
168
|
url = "/claims-service/claim/app/estimate";
|
|
78
169
|
}
|
|
79
170
|
this.validationService.post(url, model).subscribe(res => {
|
|
@@ -83,16 +174,29 @@ export class MoneyExpectComponent {
|
|
|
83
174
|
//do not do anything
|
|
84
175
|
});
|
|
85
176
|
}
|
|
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"]],
|
|
88
|
-
i0.ɵɵ
|
|
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), i0.ɵɵdirectiveInject(i5.Storage)); }; }
|
|
178
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MoneyExpectComponent, selectors: [["money-expect"]], viewQuery: function MoneyExpectComponent_Query(rf, ctx) { if (rf & 1) {
|
|
179
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
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);
|
|
89
186
|
} if (rf & 2) {
|
|
90
|
-
i0.ɵɵproperty("ngIf", !ctx.
|
|
91
|
-
|
|
187
|
+
i0.ɵɵproperty("ngIf", !ctx.isMS());
|
|
188
|
+
i0.ɵɵadvance(1);
|
|
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%)}}"] }); }
|
|
92
191
|
}
|
|
93
192
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MoneyExpectComponent, [{
|
|
94
193
|
type: Component,
|
|
95
|
-
args: [{ selector: 'money-expect', template: "<div class=\"card-position\" *ngIf=\"!moneyResponse.hideMonetaryEstimation\">\r\n
|
|
96
|
-
}], () => [{ type: i1.LoggerService }, { type: i2.ValidationService }, { type: i3.LoginService }, { type: i4.ActivatedRoute }],
|
|
97
|
-
|
|
98
|
-
|
|
194
|
+
args: [{ selector: 'money-expect', template: "<div *ngIf=\"!isMS()\">\r\n <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\">Maximum payments you can expect</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 Maximum payment per week\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 Maximum Total thru {{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>\r\n</div>\r\n\r\n<div *ngIf=\"isMS()\">\r\n<div [ngClass]=\"{ 'card-position-csr': isCsr, 'card-position': !isCsr}\" *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=\"10\" >\r\n <h2 class=\"heading\">Estimated payments</h2>\r\n </ion-col>\r\n <ion-col size=\"1\">\r\n <p-overlayPanel #op1 [appendTo]=\"'body'\" [style]=\"{'width': '510px'}\">\r\n <ng-template pTemplate>\r\n <div [innerHTML]=\"wbaText.wbaHelperText\" class=\"overlay-desc\"></div>\r\n <ng-content></ng-content>\r\n </ng-template>\r\n </p-overlayPanel>\r\n <ion-button fill=\"outline\" size=\"small\" shape=\"round\" class=\"small-button\" aria-label=\"info button\" (click)=\"op1.toggle($event)\">\r\n <ion-icon slot=\"icon-only\" name=\"information-outline\" class=\"button-icon\" aria-hidden=\"true\"></ion-icon>\r\n </ion-button>\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-7 money-text\" >\r\n Maximum weekly amount\r\n </div>\r\n <div class=\"col-5 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-7 money-text\">\r\n Maximum amount thru {{moneyResponse.byeDate | date:'M/d/yyyy'}}\r\n </div>\r\n <div class=\"col-5 money\" style=\"text-align: right;\">\r\n {{moneyResponse.mba | currency:'USD'}}\r\n </div>\r\n </div>\r\n</div>\r\n</div>\r\n\r\n\r\n \r\n", 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:absolute}.card-position-csr{position:absolute;transform:translate(80%)}@media (max-width: 768px){.card-position{position:inherit}}.no-margin{margin:0}.p-button.p-button-icon-only{background-color:transparent!important}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:-moz-fit-content!important;height:fit-content!important}.small-button{--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::part(native){padding:3px}.button-icon{font-size:18px;color:var(--ion-color-primary)}@media (max-width: 360px){.overlay-desc{width:335px!important;padding:24px 24px 12px;max-height:25vh;overflow-y:auto}}@media (min-width: 365px) and (max-width: 400px){.overlay-desc{width:355px!important;padding:24px 24px 12px;max-height:25vh;overflow-y:auto}}@media (min-width: 405px) and (max-width: 800px){.overlay-desc{width:390px!important;padding:24px 24px 12px;max-height:25vh;overflow-y:auto}}@media (min-width: 344px) and (max-width: 540px){.card-position-csr{position:relative;transform:translate(0)!important}}@media (min-width: 768px) and (max-width: 1280px){.card-position-csr{position:absolute;transform:translate(30%)}}\n"] }]
|
|
195
|
+
}], () => [{ type: i1.LoggerService }, { type: i2.ValidationService }, { type: i3.LoginService }, { type: i4.ActivatedRoute }, { type: i5.Storage }], { op1: [{
|
|
196
|
+
type: ViewChild,
|
|
197
|
+
args: ['op1', { static: false }]
|
|
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
|