@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,161 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import { Validators } from '@angular/forms';
|
|
3
|
-
import { WageInfoModel } from '../../models/WageInfoModel';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/util/util.service";
|
|
6
|
-
import * as i2 from "@angular/forms";
|
|
7
|
-
import * as i3 from "@ionic/angular";
|
|
8
|
-
import * as i4 from "primeng/inputtext";
|
|
9
|
-
import * as i5 from "primeng/inputnumber";
|
|
10
|
-
import * as i6 from "../error/error.component";
|
|
11
|
-
import * as i7 from "@ngx-translate/core";
|
|
12
|
-
const _c0 = ["wageFormDirective"];
|
|
13
|
-
const _c1 = () => ({ required: "Required." });
|
|
14
|
-
export class AddWageComponent {
|
|
15
|
-
constructor(util, formBuilder) {
|
|
16
|
-
this.util = util;
|
|
17
|
-
this.formBuilder = formBuilder;
|
|
18
|
-
this.wageToEdit = new WageInfoModel();
|
|
19
|
-
this.success = new EventEmitter();
|
|
20
|
-
this.onClose = new EventEmitter();
|
|
21
|
-
this.currentYear = new Date().getFullYear();
|
|
22
|
-
this.previousYear = new Date().getFullYear() - 1;
|
|
23
|
-
}
|
|
24
|
-
ngOnInit() {
|
|
25
|
-
this.initializeWageInfoForm();
|
|
26
|
-
}
|
|
27
|
-
initializeWageInfoForm() {
|
|
28
|
-
let wageInfo = this.wageToEdit ? this.wageToEdit : new WageInfoModel();
|
|
29
|
-
this.wageForm = this.formBuilder.group({
|
|
30
|
-
'wageEmpNameAndAddress': [wageInfo.wageEmpNameAndAddress != null ? wageInfo.wageEmpNameAndAddress : null, Validators.required],
|
|
31
|
-
'wageAmountQuarter1': [wageInfo.wageAmountQuarter1 != null ? wageInfo.wageAmountQuarter1 : null, Validators.required],
|
|
32
|
-
'wageAmountQuarter2': [wageInfo.wageAmountQuarter2 != null ? wageInfo.wageAmountQuarter2 : null, Validators.required],
|
|
33
|
-
'wageAmountQuarter3': [wageInfo.wageAmountQuarter3 != null ? wageInfo.wageAmountQuarter3 : null, Validators.required],
|
|
34
|
-
'wageAmountQuarter4': [wageInfo.wageAmountQuarter4 != null ? wageInfo.wageAmountQuarter4 : null, Validators.required]
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
save() {
|
|
38
|
-
if (this.wageForm.valid) {
|
|
39
|
-
this.success.emit(this.wageForm.value);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
cancel() {
|
|
43
|
-
this.onClose.emit();
|
|
44
|
-
}
|
|
45
|
-
ngOnChanges(changes) {
|
|
46
|
-
if (changes.wageToEdit && changes.wageToEdit.currentValue) {
|
|
47
|
-
this.initializeWageInfoForm();
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
get wageEmpNameAndAddress() {
|
|
51
|
-
return this.wageForm.controls['wageEmpNameAndAddress'];
|
|
52
|
-
}
|
|
53
|
-
get wageAmountQuarter1() {
|
|
54
|
-
return this.wageForm.controls['wageAmountQuarter1'];
|
|
55
|
-
}
|
|
56
|
-
get wageAmountQuarter2() {
|
|
57
|
-
return this.wageForm.controls['wageAmountQuarter2'];
|
|
58
|
-
}
|
|
59
|
-
get wageAmountQuarter3() {
|
|
60
|
-
return this.wageForm.controls['wageAmountQuarter3'];
|
|
61
|
-
}
|
|
62
|
-
get wageAmountQuarter4() {
|
|
63
|
-
return this.wageForm.controls['wageAmountQuarter4'];
|
|
64
|
-
}
|
|
65
|
-
static { this.ɵfac = function AddWageComponent_Factory(t) { return new (t || AddWageComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder)); }; }
|
|
66
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddWageComponent, selectors: [["app-add-wage"]], viewQuery: function AddWageComponent_Query(rf, ctx) { if (rf & 1) {
|
|
67
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
68
|
-
} if (rf & 2) {
|
|
69
|
-
let _t;
|
|
70
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.wageFormDirective = _t.first);
|
|
71
|
-
} }, inputs: { wageToEdit: "wageToEdit" }, outputs: { success: "success", onClose: "onClose" }, features: [i0.ɵɵNgOnChangesFeature], decls: 51, vars: 52, consts: [[3, "formGroup"], ["wageFormDirective", "ngForm"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "12", "sizeLg", "12", "sizeXl", "12"], [1, "p-fluid", "p-formgrid"], [1, "field"], ["for", "wageEmpNameAndAddress"], ["id", "wageEmpNameAndAddress", "type", "input", "pInputText", "", 3, "formControl"], [3, "field", "form", "errDef"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "3", "sizeLg", "3", "sizeXl", "3"], ["for", "wageAmountQuarter1"], ["inputId", "wageAmountQuarter1", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wageAmountQuarter2"], ["inputId", "wageAmountQuarter2", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wageAmountQuarter3"], ["inputId", "wageAmountQuarter3", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wageAmountQuarter4"], ["inputId", "wageAmountQuarter4", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 2, "width", "80px", 3, "click"], ["shape", "round", "type", "submit", 2, "width", "80px", 3, "click"]], template: function AddWageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
72
|
-
i0.ɵɵelementStart(0, "form", 0, 1)(2, "ion-grid")(3, "ion-row")(4, "ion-col", 2)(5, "div", 3)(6, "div", 4)(7, "label", 5);
|
|
73
|
-
i0.ɵɵtext(8, "Name & Address");
|
|
74
|
-
i0.ɵɵelementEnd();
|
|
75
|
-
i0.ɵɵelement(9, "br")(10, "input", 6)(11, "app-error", 7);
|
|
76
|
-
i0.ɵɵelementEnd()()()();
|
|
77
|
-
i0.ɵɵelementStart(12, "ion-row")(13, "ion-col", 8)(14, "div", 3)(15, "div", 4)(16, "label", 9);
|
|
78
|
-
i0.ɵɵtext(17);
|
|
79
|
-
i0.ɵɵpipe(18, "translate");
|
|
80
|
-
i0.ɵɵelementEnd();
|
|
81
|
-
i0.ɵɵelement(19, "p-inputNumber", 10)(20, "app-error", 7);
|
|
82
|
-
i0.ɵɵelementEnd()()();
|
|
83
|
-
i0.ɵɵelementStart(21, "ion-col", 8)(22, "div", 3)(23, "div", 4)(24, "label", 11);
|
|
84
|
-
i0.ɵɵtext(25);
|
|
85
|
-
i0.ɵɵpipe(26, "translate");
|
|
86
|
-
i0.ɵɵelementEnd();
|
|
87
|
-
i0.ɵɵelement(27, "p-inputNumber", 12)(28, "app-error", 7);
|
|
88
|
-
i0.ɵɵelementEnd()()();
|
|
89
|
-
i0.ɵɵelementStart(29, "ion-col", 8)(30, "div", 3)(31, "div", 4)(32, "label", 13);
|
|
90
|
-
i0.ɵɵtext(33);
|
|
91
|
-
i0.ɵɵpipe(34, "translate");
|
|
92
|
-
i0.ɵɵelementEnd();
|
|
93
|
-
i0.ɵɵelement(35, "p-inputNumber", 14)(36, "app-error", 7);
|
|
94
|
-
i0.ɵɵelementEnd()()();
|
|
95
|
-
i0.ɵɵelementStart(37, "ion-col", 8)(38, "div", 3)(39, "div", 4)(40, "label", 15);
|
|
96
|
-
i0.ɵɵtext(41);
|
|
97
|
-
i0.ɵɵpipe(42, "translate");
|
|
98
|
-
i0.ɵɵelementEnd();
|
|
99
|
-
i0.ɵɵelement(43, "p-inputNumber", 16)(44, "app-error", 7);
|
|
100
|
-
i0.ɵɵelementEnd()()()();
|
|
101
|
-
i0.ɵɵelementStart(45, "ion-row")(46, "ion-col", 17)(47, "ion-button", 18);
|
|
102
|
-
i0.ɵɵlistener("click", function AddWageComponent_Template_ion_button_click_47_listener() { return ctx.cancel(); });
|
|
103
|
-
i0.ɵɵtext(48, " Clear ");
|
|
104
|
-
i0.ɵɵelementEnd();
|
|
105
|
-
i0.ɵɵelementStart(49, "ion-button", 19);
|
|
106
|
-
i0.ɵɵlistener("click", function AddWageComponent_Template_ion_button_click_49_listener() { return ctx.save(); });
|
|
107
|
-
i0.ɵɵtext(50, " Save ");
|
|
108
|
-
i0.ɵɵelementEnd()()()()();
|
|
109
|
-
} if (rf & 2) {
|
|
110
|
-
const _r0 = i0.ɵɵreference(1);
|
|
111
|
-
i0.ɵɵproperty("formGroup", ctx.wageForm);
|
|
112
|
-
i0.ɵɵadvance(10);
|
|
113
|
-
i0.ɵɵproperty("formControl", ctx.wageEmpNameAndAddress);
|
|
114
|
-
i0.ɵɵadvance(1);
|
|
115
|
-
i0.ɵɵclassMap("app-grid");
|
|
116
|
-
i0.ɵɵproperty("field", ctx.wageEmpNameAndAddress)("form", _r0)("errDef", i0.ɵɵpureFunction0(47, _c1));
|
|
117
|
-
i0.ɵɵadvance(6);
|
|
118
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(18, 39, "wage.firstQuarter"), " ", ctx.previousYear, "");
|
|
119
|
-
i0.ɵɵadvance(2);
|
|
120
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter1);
|
|
121
|
-
i0.ɵɵadvance(1);
|
|
122
|
-
i0.ɵɵclassMap("app-grid");
|
|
123
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter1)("form", _r0)("errDef", i0.ɵɵpureFunction0(48, _c1));
|
|
124
|
-
i0.ɵɵadvance(5);
|
|
125
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(26, 41, "wage.secondQuarter"), " ", ctx.previousYear, "");
|
|
126
|
-
i0.ɵɵadvance(2);
|
|
127
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter2);
|
|
128
|
-
i0.ɵɵadvance(1);
|
|
129
|
-
i0.ɵɵclassMap("app-grid");
|
|
130
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter2)("form", _r0)("errDef", i0.ɵɵpureFunction0(49, _c1));
|
|
131
|
-
i0.ɵɵadvance(5);
|
|
132
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(34, 43, "wage.thirdQuarter"), " ", ctx.previousYear, "");
|
|
133
|
-
i0.ɵɵadvance(2);
|
|
134
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter3);
|
|
135
|
-
i0.ɵɵadvance(1);
|
|
136
|
-
i0.ɵɵclassMap("app-grid");
|
|
137
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter3)("form", _r0)("errDef", i0.ɵɵpureFunction0(50, _c1));
|
|
138
|
-
i0.ɵɵadvance(5);
|
|
139
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(42, 45, "wage.fourthQuarter"), " ", ctx.previousYear, "");
|
|
140
|
-
i0.ɵɵadvance(2);
|
|
141
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter4);
|
|
142
|
-
i0.ɵɵadvance(1);
|
|
143
|
-
i0.ɵɵclassMap("app-grid");
|
|
144
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter4)("form", _r0)("errDef", i0.ɵɵpureFunction0(51, _c1));
|
|
145
|
-
} }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonRow, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i4.InputText, i5.InputNumber, i6.ErrorComponent, i7.TranslatePipe] }); }
|
|
146
|
-
}
|
|
147
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddWageComponent, [{
|
|
148
|
-
type: Component,
|
|
149
|
-
args: [{ selector: 'app-add-wage', template: "<form [formGroup]=\"wageForm\" #wageFormDirective=\"ngForm\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"12\" sizeLg=\"12\" sizeXl=\"12\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageEmpNameAndAddress\">Name & Address</label><br>\r\n <input id=\"wageEmpNameAndAddress\" type=\"input\" pInputText [formControl]=\"wageEmpNameAndAddress\" />\r\n <app-error [class]=\"'app-grid'\" [field]='wageEmpNameAndAddress' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter1\">{{ \"wage.firstQuarter\" | translate }} {{ previousYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter1\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter1\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter1' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter2\">{{ \"wage.secondQuarter\" | translate }} {{ previousYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter2\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter2\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter2' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter3\">{{ \"wage.thirdQuarter\" | translate }} {{ previousYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter3\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter3\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter3' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter4\">{{ \"wage.fourthQuarter\" | translate }} {{ previousYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter4\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter4\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter4' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n\r\n <ion-row>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" style=\"width: 80px;\" fill=\"outline\" (click)=\"cancel()\"\r\n type=\"reset\"> Clear </ion-button>\r\n <ion-button shape=\"round\" style=\"width: 80px;\" (click)=\"save()\" type=\"submit\"> Save </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n\r\n </ion-grid>\r\n</form>" }]
|
|
150
|
-
}], () => [{ type: i1.UtilService }, { type: i2.UntypedFormBuilder }], { wageToEdit: [{
|
|
151
|
-
type: Input
|
|
152
|
-
}], success: [{
|
|
153
|
-
type: Output
|
|
154
|
-
}], onClose: [{
|
|
155
|
-
type: Output
|
|
156
|
-
}], wageFormDirective: [{
|
|
157
|
-
type: ViewChild,
|
|
158
|
-
args: ['wageFormDirective', { static: false }]
|
|
159
|
-
}] }); })();
|
|
160
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddWageComponent, { className: "AddWageComponent", filePath: "lib\\components\\add-wage\\add-wage.component.ts", lineNumber: 11 }); })();
|
|
161
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXdhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FkZC13YWdlL2FkZC13YWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtd2FnZS9hZGQtd2FnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFpQixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekcsT0FBTyxFQUFnRCxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUMxRixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7Ozs7Ozs7O0FBTzNELE1BQU0sT0FBTyxnQkFBZ0I7SUFpQjNCLFlBQW1CLElBQWtCLEVBQVMsV0FBZ0M7UUFBM0QsU0FBSSxHQUFKLElBQUksQ0FBYztRQUFTLGdCQUFXLEdBQVgsV0FBVyxDQUFxQjtRQVp2RSxlQUFVLEdBQUcsSUFBSSxhQUFhLEVBQUUsQ0FBQztRQUd4QyxZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFHaEQsWUFBTyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBTzlDLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUM1QyxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUMsV0FBVyxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLHNCQUFzQixFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVELHNCQUFzQjtRQUNwQixJ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QkFBb0I7WUFBQyw4Q0FBNEIsYUFBQSx1Q0FBQTs7O2lGRHBEbkUsZ0JBQWdCO2NBTDVCLFNBQVM7MkJBQ0UsY0FBYzs2RUFTakIsVUFBVTtrQkFEaEIsS0FBSztZQUlOLE9BQU87a0JBRE4sTUFBTTtZQUlQLE9BQU87a0JBRE4sTUFBTTtZQUlBLGlCQUFpQjtrQkFEdkIsU0FBUzttQkFBQyxtQkFBbUIsRUFBRSxFQUFDLE1BQU0sRUFBRSxLQUFLLEVBQUM7O2tGQWJwQyxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XHJcbmltcG9ydCB7IE5nRm9ybSwgVW50eXBlZEZvcm1CdWlsZGVyLCBVbnR5cGVkRm9ybUdyb3VwLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBXYWdlSW5mb01vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL1dhZ2VJbmZvTW9kZWwnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYWRkLXdhZ2UnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hZGQtd2FnZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2FkZC13YWdlLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZGRXYWdlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBjdXJyZW50WWVhcjpudW1iZXI7XHJcbiAgcHJldmlvdXNZZWFyOiBudW1iZXI7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHdhZ2VUb0VkaXQgPSBuZXcgV2FnZUluZm9Nb2RlbCgpO1xyXG5cclxuICBAT3V0cHV0KCkgXHJcbiAgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBvbkNsb3NlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQFZpZXdDaGlsZCgnd2FnZUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljOiBmYWxzZX0pXHJcbiAgcHVibGljIHdhZ2VGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XHJcbiAgcHVibGljIHdhZ2VGb3JtIDogVW50eXBlZEZvcm1Hcm91cDtcclxuICBcclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdXRpbCA6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgZm9ybUJ1aWxkZXIgOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHsgXHJcbiAgICB0aGlzLmN1cnJlbnRZZWFyID0gbmV3IERhdGUoKS5nZXRGdWxsWWVhcigpO1xyXG4gICAgdGhpcy5wcmV2aW91c1llYXIgPSBuZXcgRGF0ZSgpLmdldEZ1bGxZZWFyKCkgLSAxO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLmluaXRpYWxpemVXYWdlSW5mb0Zvcm0oKTtcclxuICB9XHJcblxyXG4gIGluaXRpYWxpemVXYWdlSW5mb0Zvcm0oKSB7XHJcbiAgICBsZXQgd2FnZUluZm8gPSB0aGlzLndhZ2VUb0VkaXQgPyB0aGlzLndhZ2VUb0VkaXQgOiBuZXcgV2FnZUluZm9Nb2RlbCgpO1xyXG4gICAgdGhpcy53YWdlRm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xyXG4gICAgICAnd2FnZUVtcE5hbWVBbmRBZGRyZXNzJyA6IFt3YWdlSW5mby53YWdlRW1wTmFtZUFuZEFkZHJlc3MgIT0gbnVsbCA/IHdhZ2VJbmZvLndhZ2VFbXBOYW1lQW5kQWRkcmVzcyA6IG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAnd2FnZUFtb3VudFF1YXJ0ZXIxJzogW3dhZ2VJbmZvLndhZ2VBbW91bnRRdWFydGVyMSAhPSBudWxsID8gd2FnZUluZm8ud2FnZUFtb3VudFF1YXJ0ZXIxIDogbnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICd3YWdlQW1vdW50UXVhcnRlcjInOiBbd2FnZUluZm8ud2FnZUFtb3VudFF1YXJ0ZXIyICE9IG51bGwgPyB3YWdlSW5mby53YWdlQW1vdW50UXVhcnRlcjIgOiBudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgJ3dhZ2VBbW91bnRRdWFydGVyMycgOiBbd2FnZUluZm8ud2FnZUFtb3VudFF1YXJ0ZXIzICE9IG51bGwgPyB3YWdlSW5mby53YWdlQW1vdW50UXVhcnRlcjMgOiBudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgJ3dhZ2VBbW91bnRRdWFydGVyNCc6IFt3YWdlSW5mby53YWdlQW1vdW50UXVhcnRlcjQgIT0gbnVsbCA/IHdhZ2VJbmZvLndhZ2VBbW91bnRRdWFydGVyNCA6IG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWRdXHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHNhdmUoKXtcclxuICAgIGlmKHRoaXMud2FnZUZvcm0udmFsaWQpe1xyXG4gICAgICB0aGlzLnN1Y2Nlc3MuZW1pdCh0aGlzLndhZ2VGb3JtLnZhbHVlKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGNhbmNlbCgpe1xyXG4gICAgdGhpcy5vbkNsb3NlLmVtaXQoKTtcclxuICB9XHJcblxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGlmKGNoYW5nZXMud2FnZVRvRWRpdCAmJiBjaGFuZ2VzLndhZ2VUb0VkaXQuY3VycmVudFZhbHVlKXtcclxuICAgICAgdGhpcy5pbml0aWFsaXplV2FnZUluZm9Gb3JtKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBnZXQgd2FnZUVtcE5hbWVBbmRBZGRyZXNzKCkge1xyXG4gICAgcmV0dXJuIHRoaXMud2FnZUZvcm0uY29udHJvbHNbJ3dhZ2VFbXBOYW1lQW5kQWRkcmVzcyddO1xyXG4gIH1cclxuXHJcbiAgZ2V0IHdhZ2VBbW91bnRRdWFydGVyMSgpIHtcclxuICAgIHJldHVybiB0aGlzLndhZ2VGb3JtLmNvbnRyb2xzWyd3YWdlQW1vdW50UXVhcnRlcjEnXTtcclxuICB9XHJcblxyXG4gIGdldCB3YWdlQW1vdW50UXVhcnRlcjIoKSB7XHJcbiAgICByZXR1cm4gdGhpcy53YWdlRm9ybS5jb250cm9sc1snd2FnZUFtb3VudFF1YXJ0ZXIyJ107XHJcbiAgfVxyXG5cclxuICBnZXQgd2FnZUFtb3VudFF1YXJ0ZXIzKCkge1xyXG4gICAgcmV0dXJuIHRoaXMud2FnZUZvcm0uY29udHJvbHNbJ3dhZ2VBbW91bnRRdWFydGVyMyddO1xyXG4gIH1cclxuXHJcbiAgZ2V0IHdhZ2VBbW91bnRRdWFydGVyNCgpIHtcclxuICAgIHJldHVybiB0aGlzLndhZ2VGb3JtLmNvbnRyb2xzWyd3YWdlQW1vdW50UXVhcnRlcjQnXTtcclxuICB9XHJcblxyXG59XHJcbiIsIjxmb3JtIFtmb3JtR3JvdXBdPVwid2FnZUZvcm1cIiAjd2FnZUZvcm1EaXJlY3RpdmU9XCJuZ0Zvcm1cIj5cclxuICAgIDxpb24tZ3JpZD5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIiBzaXplWHM9XCIxMlwiIHNpemVNZD1cIjEyXCIgc2l6ZUxnPVwiMTJcIiBzaXplWGw9XCIxMlwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cIndhZ2VFbXBOYW1lQW5kQWRkcmVzc1wiPk5hbWUgJiBBZGRyZXNzPC9sYWJlbD48YnI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlucHV0IGlkPVwid2FnZUVtcE5hbWVBbmRBZGRyZXNzXCIgdHlwZT1cImlucHV0XCIgcElucHV0VGV4dCBbZm9ybUNvbnRyb2xdPVwid2FnZUVtcE5hbWVBbmRBZGRyZXNzXCIgLz5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIFtjbGFzc109XCInYXBwLWdyaWQnXCIgW2ZpZWxkXT0nd2FnZUVtcE5hbWVBbmRBZGRyZXNzJyBbZm9ybV09XCJ3YWdlRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuXHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJ3YWdlQW1vdW50UXVhcnRlcjFcIj57eyBcIndhZ2UuZmlyc3RRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgcHJldmlvdXNZZWFyIH19PC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICA8cC1pbnB1dE51bWJlciBpbnB1dElkPVwid2FnZUFtb3VudFF1YXJ0ZXIxXCIgbW9kZT1cImN1cnJlbmN5XCIgY3VycmVuY3k9XCJVU0RcIiBsb2NhbGU9XCJlbi1VU1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtmb3JtQ29udHJvbF09XCJ3YWdlQW1vdW50UXVhcnRlcjFcIiBtYXhsZW5ndGg9XCIxMFwiPjwvcC1pbnB1dE51bWJlcj5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIFtjbGFzc109XCInYXBwLWdyaWQnXCIgW2ZpZWxkXT0nd2FnZUFtb3VudFF1YXJ0ZXIxJyBbZm9ybV09XCJ3YWdlRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIFxyXG4gICAgICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjEyXCIgc2l6ZU1kPVwiM1wiIHNpemVMZz1cIjNcIiBzaXplWGw9XCIzXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwid2FnZUFtb3VudFF1YXJ0ZXIyXCI+e3sgXCJ3YWdlLnNlY29uZFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBwcmV2aW91c1llYXIgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwLWlucHV0TnVtYmVyIGlucHV0SWQ9XCJ3YWdlQW1vdW50UXVhcnRlcjJcIiBtb2RlPVwiY3VycmVuY3lcIiBjdXJyZW5jeT1cIlVTRFwiIGxvY2FsZT1cImVuLVVTXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2Zvcm1Db250cm9sXT1cIndhZ2VBbW91bnRRdWFydGVyMlwiIG1heGxlbmd0aD1cIjEwXCI+PC9wLWlucHV0TnVtYmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSd3YWdlQW1vdW50UXVhcnRlcjInIFtmb3JtXT1cIndhZ2VGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJ3YWdlQW1vdW50UXVhcnRlcjNcIj57eyBcIndhZ2UudGhpcmRRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgcHJldmlvdXNZZWFyIH19PC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICA8cC1pbnB1dE51bWJlciBpbnB1dElkPVwid2FnZUFtb3VudFF1YXJ0ZXIzXCIgbW9kZT1cImN1cnJlbmN5XCIgY3VycmVuY3k9XCJVU0RcIiBsb2NhbGU9XCJlbi1VU1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtmb3JtQ29udHJvbF09XCJ3YWdlQW1vdW50UXVhcnRlcjNcIiBtYXhsZW5ndGg9XCIxMFwiPjwvcC1pbnB1dE51bWJlcj5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIFtjbGFzc109XCInYXBwLWdyaWQnXCIgW2ZpZWxkXT0nd2FnZUFtb3VudFF1YXJ0ZXIzJyBbZm9ybV09XCJ3YWdlRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIFxyXG4gICAgICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjEyXCIgc2l6ZU1kPVwiM1wiIHNpemVMZz1cIjNcIiBzaXplWGw9XCIzXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwid2FnZUFtb3VudFF1YXJ0ZXI0XCI+e3sgXCJ3YWdlLmZvdXJ0aFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBwcmV2aW91c1llYXIgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwLWlucHV0TnVtYmVyIGlucHV0SWQ9XCJ3YWdlQW1vdW50UXVhcnRlcjRcIiBtb2RlPVwiY3VycmVuY3lcIiBjdXJyZW5jeT1cIlVTRFwiIGxvY2FsZT1cImVuLVVTXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2Zvcm1Db250cm9sXT1cIndhZ2VBbW91bnRRdWFydGVyNFwiIG1heGxlbmd0aD1cIjEwXCI+PC9wLWlucHV0TnVtYmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSd3YWdlQW1vdW50UXVhcnRlcjQnIFtmb3JtXT1cIndhZ2VGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHN0eWxlPVwid2lkdGg6IDgwcHg7XCIgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiY2FuY2VsKClcIlxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU9XCJyZXNldFwiPiBDbGVhciA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc3R5bGU9XCJ3aWR0aDogODBweDtcIiAoY2xpY2spPVwic2F2ZSgpXCIgdHlwZT1cInN1Ym1pdFwiPiBTYXZlIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuXHJcbiAgICA8L2lvbi1ncmlkPlxyXG48L2Zvcm0+Il19
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@ionic/angular";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/forms";
|
|
6
|
-
function AddressPopupComponent_ion_item_21_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
i0.ɵɵelementStart(0, "ion-item")(1, "ion-label");
|
|
8
|
-
i0.ɵɵtext(2);
|
|
9
|
-
i0.ɵɵelement(3, "br");
|
|
10
|
-
i0.ɵɵtext(4);
|
|
11
|
-
i0.ɵɵelementEnd();
|
|
12
|
-
i0.ɵɵelement(5, "ion-radio", 4);
|
|
13
|
-
i0.ɵɵelementEnd();
|
|
14
|
-
} if (rf & 2) {
|
|
15
|
-
const c_r1 = ctx.$implicit;
|
|
16
|
-
i0.ɵɵadvance(2);
|
|
17
|
-
i0.ɵɵtextInterpolate2(" ", c_r1.deliveryLine1, " ", c_r1.deliveryLine2, "");
|
|
18
|
-
i0.ɵɵadvance(2);
|
|
19
|
-
i0.ɵɵtextInterpolate4(" ", c_r1.cityName, ", ", c_r1.stateAbbrevation, ", ", c_r1.zipCode, " ", c_r1.country, "\n");
|
|
20
|
-
i0.ɵɵadvance(1);
|
|
21
|
-
i0.ɵɵproperty("value", c_r1);
|
|
22
|
-
} }
|
|
23
|
-
export class AddressPopupComponent {
|
|
24
|
-
constructor(modalCtrl) {
|
|
25
|
-
this.modalCtrl = modalCtrl;
|
|
26
|
-
this.choices = [];
|
|
27
|
-
this.picked = null;
|
|
28
|
-
}
|
|
29
|
-
confirm() {
|
|
30
|
-
console.log('inside popup submit');
|
|
31
|
-
if (this.picked == this.original) {
|
|
32
|
-
const originalAddress = { ...this.original, isOriginal: true };
|
|
33
|
-
this.modalCtrl.dismiss({ selected: originalAddress }, 'confirm');
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
this.modalCtrl.dismiss({ selected: this.picked }, 'confirm');
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
cancel() {
|
|
40
|
-
this.modalCtrl.dismiss(null, 'cancel');
|
|
41
|
-
}
|
|
42
|
-
static { this.ɵfac = function AddressPopupComponent_Factory(t) { return new (t || AddressPopupComponent)(i0.ɵɵdirectiveInject(i1.ModalController)); }; }
|
|
43
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressPopupComponent, selectors: [["app-address-popup"]], inputs: { original: "original", choices: "choices" }, decls: 27, vars: 10, consts: [["color", "primary"], [1, "ion-padding"], [3, "ngModel", "ngModelChange"], [1, "label-heading"], ["slot", "start", 3, "value"], ["lines", "none"], [4, "ngFor", "ngForOf"], ["slot", "end"], [3, "disabled", "click"]], template: function AddressPopupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
-
i0.ɵɵelementStart(0, "ion-header")(1, "ion-toolbar", 0)(2, "ion-title");
|
|
45
|
-
i0.ɵɵtext(3, "Address Validation");
|
|
46
|
-
i0.ɵɵelementEnd()()();
|
|
47
|
-
i0.ɵɵelementStart(4, "ion-content", 1)(5, "p");
|
|
48
|
-
i0.ɵɵtext(6, "The U.S. Postal Service has recommended changes to your address. Select the address you want to use:");
|
|
49
|
-
i0.ɵɵelementEnd();
|
|
50
|
-
i0.ɵɵelementStart(7, "ion-radio-group", 2);
|
|
51
|
-
i0.ɵɵlistener("ngModelChange", function AddressPopupComponent_Template_ion_radio_group_ngModelChange_7_listener($event) { return ctx.picked = $event; });
|
|
52
|
-
i0.ɵɵelementStart(8, "div", 3);
|
|
53
|
-
i0.ɵɵtext(9, "You Entered:");
|
|
54
|
-
i0.ɵɵelementEnd();
|
|
55
|
-
i0.ɵɵelementStart(10, "ion-item");
|
|
56
|
-
i0.ɵɵelement(11, "ion-radio", 4);
|
|
57
|
-
i0.ɵɵelementStart(12, "ion-label");
|
|
58
|
-
i0.ɵɵtext(13);
|
|
59
|
-
i0.ɵɵelement(14, "br");
|
|
60
|
-
i0.ɵɵtext(15);
|
|
61
|
-
i0.ɵɵelementEnd()();
|
|
62
|
-
i0.ɵɵelementStart(16, "ion-item", 5)(17, "ion-label")(18, "strong", 3);
|
|
63
|
-
i0.ɵɵtext(19, "USPS Recommendations:");
|
|
64
|
-
i0.ɵɵelementEnd();
|
|
65
|
-
i0.ɵɵelement(20, "br");
|
|
66
|
-
i0.ɵɵelementEnd()();
|
|
67
|
-
i0.ɵɵtemplate(21, AddressPopupComponent_ion_item_21_Template, 6, 7, "ion-item", 6);
|
|
68
|
-
i0.ɵɵelementEnd()();
|
|
69
|
-
i0.ɵɵelementStart(22, "ion-footer")(23, "ion-toolbar")(24, "ion-buttons", 7)(25, "ion-button", 8);
|
|
70
|
-
i0.ɵɵlistener("click", function AddressPopupComponent_Template_ion_button_click_25_listener() { return ctx.confirm(); });
|
|
71
|
-
i0.ɵɵtext(26, "Submit");
|
|
72
|
-
i0.ɵɵelementEnd()()()();
|
|
73
|
-
} if (rf & 2) {
|
|
74
|
-
i0.ɵɵadvance(7);
|
|
75
|
-
i0.ɵɵproperty("ngModel", ctx.picked);
|
|
76
|
-
i0.ɵɵadvance(4);
|
|
77
|
-
i0.ɵɵproperty("value", ctx.original);
|
|
78
|
-
i0.ɵɵadvance(2);
|
|
79
|
-
i0.ɵɵtextInterpolate2(" ", ctx.original.line1, ", ", ctx.original.line2, "");
|
|
80
|
-
i0.ɵɵadvance(2);
|
|
81
|
-
i0.ɵɵtextInterpolate4(" ", ctx.original.city, ", ", ctx.original.state, ", ", ctx.original.zipCode, " ", ctx.original.country, "\n");
|
|
82
|
-
i0.ɵɵadvance(6);
|
|
83
|
-
i0.ɵɵproperty("ngForOf", ctx.choices);
|
|
84
|
-
i0.ɵɵadvance(4);
|
|
85
|
-
i0.ɵɵproperty("disabled", ctx.picked == null);
|
|
86
|
-
} }, dependencies: [i1.IonButton, i1.IonButtons, i1.IonContent, i1.IonFooter, i1.IonHeader, i1.IonItem, i1.IonLabel, i1.IonRadio, i1.IonRadioGroup, i1.IonTitle, i1.IonToolbar, i1.RadioValueAccessor, i1.SelectValueAccessor, i2.NgForOf, i3.NgControlStatus, i3.NgModel], styles: ["ion-modal[_ngcontent-%COMP%] .modal-wrapper[_ngcontent-%COMP%]{z-index:9999!important;background:#fff}.label-heading[_ngcontent-%COMP%]{display:block;font-weight:700;margin:10px 0 5px}"] }); }
|
|
87
|
-
}
|
|
88
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressPopupComponent, [{
|
|
89
|
-
type: Component,
|
|
90
|
-
args: [{ selector: 'app-address-popup', template: "<ion-header>\r\n<ion-toolbar color=\"primary\">\r\n<ion-title>Address Validation</ion-title>\r\n</ion-toolbar>\r\n</ion-header>\r\n<ion-content class=\"ion-padding\">\r\n<p>The U.S. Postal Service has recommended changes to your address. Select the address you want to use:</p>\r\n<!-- Radio Group for Selection -->\r\n<ion-radio-group [(ngModel)]=\"picked\">\r\n<!-- Original Address -->\r\n<div class=\"label-heading\">You Entered:</div>\r\n<ion-item>\r\n<ion-radio slot=\"start\" [value]=\"original\"></ion-radio>\r\n<ion-label>\r\n {{ original.line1 }}, {{ original.line2 }}<br />\r\n {{ original.city }}, {{ original.state }}, {{ original.zipCode }} {{ original.country }}\r\n</ion-label>\r\n</ion-item>\r\n<!-- USPS Recommendations Heading-->\r\n<ion-item lines=\"none\">\r\n<ion-label>\r\n<strong class=\"label-heading\">USPS Recommendations:</strong><br />\r\n</ion-label>\r\n</ion-item>\r\n <!-- USPS Recommendations -->\r\n<ion-item *ngFor=\"let c of choices\">\r\n<ion-label>\r\n {{ c.deliveryLine1 }} {{ c.deliveryLine2 }}<br />\r\n {{ c.cityName }}, {{ c.stateAbbrevation }}, {{ c.zipCode }} {{ c.country }}\r\n</ion-label>\r\n<ion-radio slot=\"start\" [value]=\"c\"></ion-radio>\r\n</ion-item>\r\n</ion-radio-group>\r\n</ion-content>\r\n<ion-footer>\r\n<ion-toolbar>\r\n<ion-buttons slot=\"end\">\r\n<ion-button (click)=\"confirm()\" [disabled]=\"picked == null\">Submit</ion-button>\r\n</ion-buttons>\r\n</ion-toolbar>\r\n</ion-footer>\r\n ", styles: ["ion-modal .modal-wrapper{z-index:9999!important;background:#fff}.label-heading{display:block;font-weight:700;margin:10px 0 5px}\n"] }]
|
|
91
|
-
}], () => [{ type: i1.ModalController }], { original: [{
|
|
92
|
-
type: Input
|
|
93
|
-
}], choices: [{
|
|
94
|
-
type: Input
|
|
95
|
-
}] }); })();
|
|
96
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddressPopupComponent, { className: "AddressPopupComponent", filePath: "lib\\components\\address-popup\\address-popup.component.ts", lineNumber: 10 }); })();
|
|
97
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkcmVzcy1wb3B1cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvYWRkcmVzcy1wb3B1cC9hZGRyZXNzLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGRyZXNzLXBvcHVwL2FkZHJlc3MtcG9wdXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztJQ3lCakQsZ0NBQW9DLGdCQUFBO0lBRTVCLFlBQTJDO0lBQUEscUJBQU07SUFDakQsWUFDUjtJQUFBLGlCQUFZO0lBQ1osK0JBQWdEO0lBQ2hELGlCQUFXOzs7SUFKSCxlQUEyQztJQUEzQywyRUFBMkM7SUFDM0MsZUFDUjtJQURRLG1IQUNSO0lBQ3dCLGVBQVc7SUFBWCw0QkFBVzs7QURyQm5DLE1BQU0sT0FBTyxxQkFBcUI7SUFLakMsWUFBb0IsU0FBMEI7UUFBMUIsY0FBUyxHQUFULFNBQVMsQ0FBaUI7UUFIckMsWUFBTyxHQUFpQyxFQUFFLENBQUM7UUFDcEQsV0FBTSxHQUFRLElBQUksQ0FBQztJQUduQixDQUFDO0lBRUQsT0FBTztRQUNMLE9BQU8sQ0FBQyxHQUFHLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUNwQyxJQUFHLElBQUksQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBQztZQUM5QixNQUFNLGVBQWUsR0FBRyxFQUFFLEdBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFLENBQUM7WUFDL0QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFFLEVBQUUsU0FBUyxDQUFDLENBQUM7U0FDbEU7YUFBSTtZQUNKLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEVBQUUsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsRUFBRSxTQUFTLENBQUMsQ0FBQztTQUM3RDtJQUNGLENBQUM7SUFFRCxNQUFNO1FBQ0osSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0lBQ3pDLENBQUM7c0ZBcEJXLHFCQUFxQjtvRUFBckIscUJBQXFCO1lDVGxDLGtDQUFZLHFCQUFBLGdCQUFBO1lBRUQsa0NBQWtCO1lBQUEsaUJBQVksRUFBQSxFQUFBO1lBR3pDLHNDQUFpQyxRQUFBO1lBQzlCLG9IQUFvRztZQUFBLGlCQUFJO1lBRTNHLDBDQUFzQztZQUFyQix3SkFBb0I7WUFFckMsOEJBQTJCO1lBQUEsNEJBQVk7WUFBQSxpQkFBTTtZQUM3QyxpQ0FBVTtZQUNWLGdDQUF1RDtZQUN2RCxrQ0FBVztZQUNILGFBQTBDO1lBQUEsc0JBQU07WUFDaEQsYUFDUjtZQUFBLGlCQUFZLEVBQUE7WUFHWixvQ0FBdUIsaUJBQUEsaUJBQUE7WUFFTyxzQ0FBcUI7WUFBQSxpQkFBUztZQUFBLHNCQUFNO1lBQ2xFLGlCQUFZLEVBQUE7WUFHWixrRkFNVztZQUNYLGlCQUFrQixFQUFBO1lBRWxCLG1DQUFZLG1CQUFBLHNCQUFBLHFCQUFBO1lBR0EsdUdBQVMsYUFBUyxJQUFDO1lBQTZCLHVCQUFNO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUE7O1lBN0I5RCxlQUFvQjtZQUFwQixvQ0FBb0I7WUFJYixlQUFrQjtZQUFsQixvQ0FBa0I7WUFFbEMsZUFBMEM7WUFBMUMsNEVBQTBDO1lBQzFDLGVBQ1I7WUFEUSxvSUFDUjtZQVN3QixlQUFVO1lBQVYscUNBQVU7WUFZRixlQUEyQjtZQUEzQiw2Q0FBMkI7OztpRkQ1QjlDLHFCQUFxQjtjQUxqQyxTQUFTOzJCQUNDLG1CQUFtQjtnREFLcEIsUUFBUTtrQkFBaEIsS0FBSztZQUNHLE9BQU87a0JBQWYsS0FBSzs7a0ZBRk0scUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNb2RhbENvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XHJcbmltcG9ydCB7IEFkZHJlc3NSZWNvbW1lbmRhdGlvbk1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2FkZHJlc3NWYWxpZGF0aW9uL0FkZHJlc3NSZWNvbW1lbmRhdGlvbk1vZGVsJztcclxuaW1wb3J0IHsgQWRkcmVzc1ZhbGlkYXRpb25SZXF1ZXN0Q29tcG9uZW50TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvYWRkcmVzc1ZhbGlkYXRpb24vQWRkcmVzc1ZhbGlkYXRpb25SZXF1ZXN0Q29tcG9uZW50TW9kZWwnO1xyXG5AQ29tcG9uZW50KHtcclxuIHNlbGVjdG9yOiAnYXBwLWFkZHJlc3MtcG9wdXAnLFxyXG4gdGVtcGxhdGVVcmw6ICcuL2FkZHJlc3MtcG9wdXAuY29tcG9uZW50Lmh0bWwnLFxyXG4gc3R5bGVVcmxzOiBbJy4vYWRkcmVzcy1wb3B1cC5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZGRyZXNzUG9wdXBDb21wb25lbnQge1xyXG4gQElucHV0KCkgb3JpZ2luYWw6IEFkZHJlc3NWYWxpZGF0aW9uUmVxdWVzdENvbXBvbmVudE1vZGVsO1xyXG4gQElucHV0KCkgY2hvaWNlczogQWRkcmVzc1JlY29tbWVuZGF0aW9uTW9kZWxbXSA9IFtdO1xyXG4gcGlja2VkOiBhbnkgPSBudWxsO1xyXG5cclxuIGNvbnN0cnVjdG9yKHByaXZhdGUgbW9kYWxDdHJsOiBNb2RhbENvbnRyb2xsZXIpIHtcclxuIH1cclxuXHJcbiBjb25maXJtKCkge1xyXG4gICBjb25zb2xlLmxvZygnaW5zaWRlIHBvcHVwIHN1Ym1pdCcpO1xyXG4gIGlmKHRoaXMucGlja2VkID09IHRoaXMub3JpZ2luYWwpe1xyXG4gICAgY29uc3Qgb3JpZ2luYWxBZGRyZXNzID0geyAuLi50aGlzLm9yaWdpbmFsLCBpc09yaWdpbmFsOiB0cnVlIH07XHJcbiAgICB0aGlzLm1vZGFsQ3RybC5kaXNtaXNzKHsgc2VsZWN0ZWQ6IG9yaWdpbmFsQWRkcmVzcyB9LCAnY29uZmlybScpO1xyXG4gIH1lbHNle1xyXG4gICB0aGlzLm1vZGFsQ3RybC5kaXNtaXNzKHsgc2VsZWN0ZWQ6IHRoaXMucGlja2VkIH0sICdjb25maXJtJyk7XHJcbiAgfVxyXG4gfVxyXG4gXHJcbiBjYW5jZWwoKSB7XHJcbiAgIHRoaXMubW9kYWxDdHJsLmRpc21pc3MobnVsbCwgJ2NhbmNlbCcpO1xyXG4gfVxyXG59IiwiPGlvbi1oZWFkZXI+XHJcbjxpb24tdG9vbGJhciBjb2xvcj1cInByaW1hcnlcIj5cclxuPGlvbi10aXRsZT5BZGRyZXNzIFZhbGlkYXRpb248L2lvbi10aXRsZT5cclxuPC9pb24tdG9vbGJhcj5cclxuPC9pb24taGVhZGVyPlxyXG48aW9uLWNvbnRlbnQgY2xhc3M9XCJpb24tcGFkZGluZ1wiPlxyXG48cD5UaGUgVS5TLiBQb3N0YWwgU2VydmljZSBoYXMgcmVjb21tZW5kZWQgY2hhbmdlcyB0byB5b3VyIGFkZHJlc3MuIFNlbGVjdCB0aGUgYWRkcmVzcyB5b3Ugd2FudCB0byB1c2U6PC9wPlxyXG48IS0tIFJhZGlvIEdyb3VwIGZvciBTZWxlY3Rpb24gLS0+XHJcbjxpb24tcmFkaW8tZ3JvdXAgWyhuZ01vZGVsKV09XCJwaWNrZWRcIj5cclxuPCEtLSBPcmlnaW5hbCBBZGRyZXNzIC0tPlxyXG48ZGl2IGNsYXNzPVwibGFiZWwtaGVhZGluZ1wiPllvdSBFbnRlcmVkOjwvZGl2PlxyXG48aW9uLWl0ZW0+XHJcbjxpb24tcmFkaW8gc2xvdD1cInN0YXJ0XCIgW3ZhbHVlXT1cIm9yaWdpbmFsXCI+PC9pb24tcmFkaW8+XHJcbjxpb24tbGFiZWw+XHJcbiAgICAgICAge3sgb3JpZ2luYWwubGluZTEgfX0sIHt7IG9yaWdpbmFsLmxpbmUyIH19PGJyIC8+XHJcbiAgICAgICAge3sgb3JpZ2luYWwuY2l0eSB9fSwge3sgb3JpZ2luYWwuc3RhdGUgfX0sIHt7IG9yaWdpbmFsLnppcENvZGUgfX0ge3sgb3JpZ2luYWwuY291bnRyeSB9fVxyXG48L2lvbi1sYWJlbD5cclxuPC9pb24taXRlbT5cclxuPCEtLSBVU1BTIFJlY29tbWVuZGF0aW9ucyBIZWFkaW5nLS0+XHJcbjxpb24taXRlbSBsaW5lcz1cIm5vbmVcIj5cclxuPGlvbi1sYWJlbD5cclxuPHN0cm9uZyBjbGFzcz1cImxhYmVsLWhlYWRpbmdcIj5VU1BTIFJlY29tbWVuZGF0aW9uczo8L3N0cm9uZz48YnIgLz5cclxuPC9pb24tbGFiZWw+XHJcbjwvaW9uLWl0ZW0+XHJcbiA8IS0tIFVTUFMgUmVjb21tZW5kYXRpb25zIC0tPlxyXG48aW9uLWl0ZW0gKm5nRm9yPVwibGV0IGMgb2YgY2hvaWNlc1wiPlxyXG48aW9uLWxhYmVsPlxyXG4gICAgICAgIHt7IGMuZGVsaXZlcnlMaW5lMSB9fSB7eyBjLmRlbGl2ZXJ5TGluZTIgfX08YnIgLz5cclxuICAgICAgICB7eyBjLmNpdHlOYW1lIH19LCB7eyBjLnN0YXRlQWJicmV2YXRpb24gfX0sIHt7IGMuemlwQ29kZSB9fSB7eyBjLmNvdW50cnkgfX1cclxuPC9pb24tbGFiZWw+XHJcbjxpb24tcmFkaW8gc2xvdD1cInN0YXJ0XCIgW3ZhbHVlXT1cImNcIj48L2lvbi1yYWRpbz5cclxuPC9pb24taXRlbT5cclxuPC9pb24tcmFkaW8tZ3JvdXA+XHJcbjwvaW9uLWNvbnRlbnQ+XHJcbjxpb24tZm9vdGVyPlxyXG48aW9uLXRvb2xiYXI+XHJcbjxpb24tYnV0dG9ucyBzbG90PVwiZW5kXCI+XHJcbjxpb24tYnV0dG9uIChjbGljayk9XCJjb25maXJtKClcIiBbZGlzYWJsZWRdPVwicGlja2VkID09IG51bGxcIj5TdWJtaXQ8L2lvbi1idXR0b24+XHJcbjwvaW9uLWJ1dHRvbnM+XHJcbjwvaW9uLXRvb2xiYXI+XHJcbjwvaW9uLWZvb3Rlcj5cclxuICJdfQ==
|