@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1377
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
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../services/util/util.service";
|
|
5
|
+
import * as i2 from "../../services/questionnaire/validation.service";
|
|
6
|
+
import * as i3 from "@angular/forms";
|
|
7
|
+
import * as i4 from "@ionic/angular";
|
|
8
|
+
import * as i5 from "@angular/common";
|
|
9
|
+
import * as i6 from "primeng/api";
|
|
10
|
+
import * as i7 from "primeng/table";
|
|
11
|
+
import * as i8 from "@fortawesome/angular-fontawesome";
|
|
12
|
+
import * as i9 from "../add-wage/add-wage.component";
|
|
13
|
+
import * as i10 from "@ngx-translate/core";
|
|
14
|
+
function WageGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementStart(0, "tr", 7)(1, "th", 8);
|
|
16
|
+
i0.ɵɵtext(2, " Employment ");
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
i0.ɵɵelementStart(3, "th", 9);
|
|
19
|
+
i0.ɵɵtext(4);
|
|
20
|
+
i0.ɵɵpipe(5, "translate");
|
|
21
|
+
i0.ɵɵelementEnd();
|
|
22
|
+
i0.ɵɵelementStart(6, "th", 10);
|
|
23
|
+
i0.ɵɵtext(7);
|
|
24
|
+
i0.ɵɵpipe(8, "translate");
|
|
25
|
+
i0.ɵɵelementEnd();
|
|
26
|
+
i0.ɵɵelementStart(9, "th", 11);
|
|
27
|
+
i0.ɵɵtext(10);
|
|
28
|
+
i0.ɵɵpipe(11, "translate");
|
|
29
|
+
i0.ɵɵelementEnd();
|
|
30
|
+
i0.ɵɵelementStart(12, "th", 12);
|
|
31
|
+
i0.ɵɵtext(13);
|
|
32
|
+
i0.ɵɵpipe(14, "translate");
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
i0.ɵɵelement(15, "th");
|
|
35
|
+
i0.ɵɵelementEnd();
|
|
36
|
+
} if (rf & 2) {
|
|
37
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
38
|
+
i0.ɵɵadvance(4);
|
|
39
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(5, 8, "wage.firstQuarter"), " ", ctx_r1.previousYear, " ");
|
|
40
|
+
i0.ɵɵadvance(3);
|
|
41
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(8, 10, "wage.secondQuarter"), " ", ctx_r1.previousYear, " ");
|
|
42
|
+
i0.ɵɵadvance(3);
|
|
43
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(11, 12, "wage.thirdQuarter"), " ", ctx_r1.previousYear, " ");
|
|
44
|
+
i0.ɵɵadvance(3);
|
|
45
|
+
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(14, 14, "wage.fourthQuarter"), " ", ctx_r1.previousYear, " ");
|
|
46
|
+
} }
|
|
47
|
+
const _c0 = () => ["fal", "edit"];
|
|
48
|
+
const _c1 = () => ["fal", "trash-alt"];
|
|
49
|
+
function WageGridComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
50
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
51
|
+
i0.ɵɵelementStart(0, "tr", 7)(1, "td", 13)(2, "span", 14);
|
|
52
|
+
i0.ɵɵtext(3, "Employer");
|
|
53
|
+
i0.ɵɵelementEnd();
|
|
54
|
+
i0.ɵɵelementStart(4, "span");
|
|
55
|
+
i0.ɵɵtext(5);
|
|
56
|
+
i0.ɵɵelementEnd()();
|
|
57
|
+
i0.ɵɵelementStart(6, "td", 13)(7, "span", 14);
|
|
58
|
+
i0.ɵɵtext(8);
|
|
59
|
+
i0.ɵɵpipe(9, "translate");
|
|
60
|
+
i0.ɵɵelementEnd();
|
|
61
|
+
i0.ɵɵelementStart(10, "span");
|
|
62
|
+
i0.ɵɵtext(11);
|
|
63
|
+
i0.ɵɵpipe(12, "currency");
|
|
64
|
+
i0.ɵɵelementEnd()();
|
|
65
|
+
i0.ɵɵelementStart(13, "td", 13)(14, "span", 14);
|
|
66
|
+
i0.ɵɵtext(15);
|
|
67
|
+
i0.ɵɵpipe(16, "translate");
|
|
68
|
+
i0.ɵɵelementEnd();
|
|
69
|
+
i0.ɵɵelementStart(17, "span");
|
|
70
|
+
i0.ɵɵtext(18);
|
|
71
|
+
i0.ɵɵpipe(19, "currency");
|
|
72
|
+
i0.ɵɵelementEnd()();
|
|
73
|
+
i0.ɵɵelementStart(20, "td", 13)(21, "span", 14);
|
|
74
|
+
i0.ɵɵtext(22);
|
|
75
|
+
i0.ɵɵpipe(23, "translate");
|
|
76
|
+
i0.ɵɵelementEnd();
|
|
77
|
+
i0.ɵɵelementStart(24, "span");
|
|
78
|
+
i0.ɵɵtext(25);
|
|
79
|
+
i0.ɵɵpipe(26, "currency");
|
|
80
|
+
i0.ɵɵelementEnd()();
|
|
81
|
+
i0.ɵɵelementStart(27, "td", 13)(28, "span", 14);
|
|
82
|
+
i0.ɵɵtext(29);
|
|
83
|
+
i0.ɵɵpipe(30, "translate");
|
|
84
|
+
i0.ɵɵelementEnd();
|
|
85
|
+
i0.ɵɵelementStart(31, "span");
|
|
86
|
+
i0.ɵɵtext(32);
|
|
87
|
+
i0.ɵɵpipe(33, "currency");
|
|
88
|
+
i0.ɵɵelementEnd()()();
|
|
89
|
+
i0.ɵɵelementStart(34, "td", 15)(35, "ion-button", 16);
|
|
90
|
+
i0.ɵɵlistener("click", function WageGridComponent_ng_template_4_Template_ion_button_click_35_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const employerWage_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editWageDetail(employerWage_r6)); });
|
|
91
|
+
i0.ɵɵelement(36, "fa-icon", 17);
|
|
92
|
+
i0.ɵɵelementEnd();
|
|
93
|
+
i0.ɵɵelementStart(37, "ion-button", 18);
|
|
94
|
+
i0.ɵɵlistener("click", function WageGridComponent_ng_template_4_Template_ion_button_click_37_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const rowIndex_r7 = restoredCtx.rowIndex; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.deleteWageDetail(rowIndex_r7)); });
|
|
95
|
+
i0.ɵɵelement(38, "fa-icon", 17);
|
|
96
|
+
i0.ɵɵelementEnd()();
|
|
97
|
+
} if (rf & 2) {
|
|
98
|
+
const employerWage_r6 = ctx.$implicit;
|
|
99
|
+
const rowIndex_r7 = ctx.rowIndex;
|
|
100
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
101
|
+
i0.ɵɵadvance(5);
|
|
102
|
+
i0.ɵɵtextInterpolate1(" ", employerWage_r6.wageEmpNameAndAddress, "");
|
|
103
|
+
i0.ɵɵadvance(3);
|
|
104
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(9, 17, "wage.firstQuarter"), " ", ctx_r2.currentYear, "");
|
|
105
|
+
i0.ɵɵadvance(3);
|
|
106
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(12, 19, employerWage_r6.wageAmountQuarter1), "");
|
|
107
|
+
i0.ɵɵadvance(4);
|
|
108
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(16, 21, "wage.secondQuarter"), " ", ctx_r2.currentYear, "");
|
|
109
|
+
i0.ɵɵadvance(3);
|
|
110
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 23, employerWage_r6.wageAmountQuarter2), "");
|
|
111
|
+
i0.ɵɵadvance(4);
|
|
112
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(23, 25, "wage.thirdQuarter"), " ", ctx_r2.currentYear, "");
|
|
113
|
+
i0.ɵɵadvance(3);
|
|
114
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(26, 27, employerWage_r6.wageAmountQuarter3), "");
|
|
115
|
+
i0.ɵɵadvance(4);
|
|
116
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(30, 29, "wage.fourthQuarter"), " ", ctx_r2.currentYear, "");
|
|
117
|
+
i0.ɵɵadvance(3);
|
|
118
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(33, 31, employerWage_r6.wageAmountQuarter4), "");
|
|
119
|
+
i0.ɵɵadvance(3);
|
|
120
|
+
i0.ɵɵproperty("id", "btnEditWageDetail-" + rowIndex_r7);
|
|
121
|
+
i0.ɵɵadvance(1);
|
|
122
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(33, _c0));
|
|
123
|
+
i0.ɵɵadvance(1);
|
|
124
|
+
i0.ɵɵproperty("id", "btnDeleteWageDetail-" + rowIndex_r7);
|
|
125
|
+
i0.ɵɵadvance(1);
|
|
126
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(34, _c1));
|
|
127
|
+
} }
|
|
128
|
+
const _c2 = () => ["fal", "plus"];
|
|
129
|
+
function WageGridComponent_ng_template_5_table_0_Template(rf, ctx) { if (rf & 1) {
|
|
130
|
+
const _r14 = i0.ɵɵgetCurrentView();
|
|
131
|
+
i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 20)(3, "div")(4, "b");
|
|
132
|
+
i0.ɵɵtext(5, "+ Add");
|
|
133
|
+
i0.ɵɵelementEnd();
|
|
134
|
+
i0.ɵɵtext(6, " an Employment");
|
|
135
|
+
i0.ɵɵelementEnd()();
|
|
136
|
+
i0.ɵɵelementStart(7, "td", 21)(8, "ion-button", 22);
|
|
137
|
+
i0.ɵɵlistener("click", function WageGridComponent_ng_template_5_table_0_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.addWageDetails()); });
|
|
138
|
+
i0.ɵɵelement(9, "fa-icon", 17);
|
|
139
|
+
i0.ɵɵelementEnd()()()();
|
|
140
|
+
} if (rf & 2) {
|
|
141
|
+
i0.ɵɵadvance(2);
|
|
142
|
+
i0.ɵɵattribute("colspan", 4);
|
|
143
|
+
i0.ɵɵadvance(7);
|
|
144
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c2));
|
|
145
|
+
} }
|
|
146
|
+
function WageGridComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
147
|
+
i0.ɵɵtemplate(0, WageGridComponent_ng_template_5_table_0_Template, 10, 3, "table", 19);
|
|
148
|
+
} if (rf & 2) {
|
|
149
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
150
|
+
i0.ɵɵproperty("ngIf", !ctx_r3.selected);
|
|
151
|
+
} }
|
|
152
|
+
function WageGridComponent_app_add_wage_6_Template(rf, ctx) { if (rf & 1) {
|
|
153
|
+
const _r16 = i0.ɵɵgetCurrentView();
|
|
154
|
+
i0.ɵɵelementStart(0, "app-add-wage", 23);
|
|
155
|
+
i0.ɵɵlistener("success", function WageGridComponent_app_add_wage_6_Template_app_add_wage_success_0_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.addEmployerWageDetail($event)); })("onClose", function WageGridComponent_app_add_wage_6_Template_app_add_wage_onClose_0_listener() { i0.ɵɵrestoreView(_r16); const ctx_r17 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r17.close()); });
|
|
156
|
+
i0.ɵɵelementEnd();
|
|
157
|
+
} if (rf & 2) {
|
|
158
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
159
|
+
i0.ɵɵproperty("wageToEdit", ctx_r4.selectedEmployerWage);
|
|
160
|
+
} }
|
|
161
|
+
export class WageGridComponent {
|
|
162
|
+
constructor(util, vs, formBuilder) {
|
|
163
|
+
this.util = util;
|
|
164
|
+
this.vs = vs;
|
|
165
|
+
this.formBuilder = formBuilder;
|
|
166
|
+
this.selected = false;
|
|
167
|
+
this.indexToEdit = null;
|
|
168
|
+
this.activeIndex = null;
|
|
169
|
+
this.showDuplicatePopup = false;
|
|
170
|
+
this.wages = [];
|
|
171
|
+
this.onChange = (value) => { };
|
|
172
|
+
this.onTouch = () => { };
|
|
173
|
+
this.onChangeSubs = [];
|
|
174
|
+
this.isDisabled = false;
|
|
175
|
+
this.modelDisplay = new EventEmitter();
|
|
176
|
+
this.currentYear = new Date().getFullYear();
|
|
177
|
+
this.previousYear = new Date().getFullYear() - 1;
|
|
178
|
+
}
|
|
179
|
+
ngOnInit() {
|
|
180
|
+
//This is used for DUA FORM - Wage Table, adding employment information for prior year
|
|
181
|
+
this.wages = this.vs.employerWageDetails.getValue() || [];
|
|
182
|
+
}
|
|
183
|
+
writeValue(value) {
|
|
184
|
+
if (value) {
|
|
185
|
+
this.wages = value;
|
|
186
|
+
this.publishEmployerWage();
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
registerOnChange(fn) {
|
|
190
|
+
let sub = this.vs.employerWageDetails.subscribe(fn);
|
|
191
|
+
this.onChangeSubs.push(sub);
|
|
192
|
+
}
|
|
193
|
+
registerOnTouched(onTouch) {
|
|
194
|
+
this.onTouch = onTouch;
|
|
195
|
+
}
|
|
196
|
+
setDisabledState(isDisabled) {
|
|
197
|
+
this.isDisabled = isDisabled;
|
|
198
|
+
}
|
|
199
|
+
ngOnDestroy() {
|
|
200
|
+
for (let sub of this.onChangeSubs) {
|
|
201
|
+
sub.unsubscribe();
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
deleteWageDetail(employerWage) {
|
|
205
|
+
let index = this.wages.indexOf(employerWage);
|
|
206
|
+
this.wages.splice(index, 1);
|
|
207
|
+
this.publishEmployerWage();
|
|
208
|
+
}
|
|
209
|
+
editWageDetail(employerWage) {
|
|
210
|
+
this.selectedEmployerWage = employerWage;
|
|
211
|
+
this.indexToEdit = this.wages.indexOf(employerWage);
|
|
212
|
+
this.display = true;
|
|
213
|
+
this.selected = true;
|
|
214
|
+
this.activeIndex = 0;
|
|
215
|
+
}
|
|
216
|
+
close() {
|
|
217
|
+
this.display = false;
|
|
218
|
+
this.indexToEdit = null;
|
|
219
|
+
this.selectedEmployerWage = null;
|
|
220
|
+
this.showDuplicatePopup = false;
|
|
221
|
+
this.selected = false;
|
|
222
|
+
this.activeIndex = -1;
|
|
223
|
+
}
|
|
224
|
+
async addWageDetails() {
|
|
225
|
+
this.selected = true;
|
|
226
|
+
this.modelDisplay.emit(true);
|
|
227
|
+
}
|
|
228
|
+
addEmployerWageDetail(employerWage) {
|
|
229
|
+
if (this.indexToEdit != null) {
|
|
230
|
+
this.wages[this.indexToEdit] = employerWage;
|
|
231
|
+
}
|
|
232
|
+
else {
|
|
233
|
+
this.wages.push(employerWage);
|
|
234
|
+
}
|
|
235
|
+
this.display = false;
|
|
236
|
+
this.selectedEmployerWage = null;
|
|
237
|
+
this.indexToEdit = null;
|
|
238
|
+
this.publishEmployerWage();
|
|
239
|
+
this.selected = false;
|
|
240
|
+
this.activeIndex = -1;
|
|
241
|
+
}
|
|
242
|
+
publishEmployerWage() {
|
|
243
|
+
this.vs.employerWageDetails.next(this.wages.length > 0 ? this.wages : null);
|
|
244
|
+
}
|
|
245
|
+
static { this.ɵfac = function WageGridComponent_Factory(t) { return new (t || WageGridComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.ValidationService), i0.ɵɵdirectiveInject(i3.UntypedFormBuilder)); }; }
|
|
246
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WageGridComponent, selectors: [["app-wage-grid"]], outputs: { modelDisplay: "modelDisplay" }, features: [i0.ɵɵProvidersFeature([{
|
|
247
|
+
provide: NG_VALUE_ACCESSOR,
|
|
248
|
+
useExisting: WageGridComponent,
|
|
249
|
+
multi: true
|
|
250
|
+
}])], decls: 7, vars: 3, consts: [[2, "margin-left", "-5px"], [3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], [3, "wageToEdit", "success", "onClose", 4, "ngIf"], [1, "ion-padding-top", "ion-padding-bottom"], [1, "titleHeader"], [1, "firstQuarter", 2, "font-weight", "bold"], [1, "secondQuarter", 2, "font-weight", "bold"], [1, "thirdQuarter", 2, "font-weight", "bold"], [1, "fourthQuarter", 2, "font-weight", "bold"], [2, "padding-left", "15px"], [1, "p-column-title"], [2, "text-align", "center"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Edit wage details", 1, "action-button", 3, "id", "click"], [1, "action-icon", 3, "icon"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Remove wage details", 1, "action-button", 3, "id", "click"], [4, "ngIf"], [1, "ion-padding-top", 2, "width", "55%", "width", "max-content !important", "white-space", "nowrap"], [1, "ion-padding-top"], ["id", "addWageDetails", "aria-label", "Add Wage Details", "fill", "outline", "size", "small", 1, "action-button", 3, "click"], [3, "wageToEdit", "success", "onClose"]], template: function WageGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
251
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "p-table", 1, 2);
|
|
252
|
+
i0.ɵɵtemplate(3, WageGridComponent_ng_template_3_Template, 16, 16, "ng-template", 3)(4, WageGridComponent_ng_template_4_Template, 39, 35, "ng-template", 4)(5, WageGridComponent_ng_template_5_Template, 1, 1, "ng-template", 5);
|
|
253
|
+
i0.ɵɵelementEnd();
|
|
254
|
+
i0.ɵɵtemplate(6, WageGridComponent_app_add_wage_6_Template, 1, 1, "app-add-wage", 6);
|
|
255
|
+
i0.ɵɵelementEnd();
|
|
256
|
+
} if (rf & 2) {
|
|
257
|
+
i0.ɵɵadvance(1);
|
|
258
|
+
i0.ɵɵproperty("rowHover", true)("value", ctx.wages);
|
|
259
|
+
i0.ɵɵadvance(5);
|
|
260
|
+
i0.ɵɵproperty("ngIf", ctx.selected);
|
|
261
|
+
} }, dependencies: [i4.IonButton, i5.NgIf, i6.PrimeTemplate, i7.Table, i8.FaIconComponent, i9.AddWageComponent, i5.CurrencyPipe, i10.TranslatePipe], styles: [".titleHeader[_ngcontent-%COMP%]{padding-left:15px;font-weight:700}@media screen and (max-width: 40rem){.header[_ngcontent-%COMP%]{padding-right:5px}.titleHeader[_ngcontent-%COMP%]{font-weight:700}.firstQuarter[_ngcontent-%COMP%], .secondQuarter[_ngcontent-%COMP%], .thirdQuarter[_ngcontent-%COMP%], .fourthQuarter[_ngcontent-%COMP%]{width:max-content!important;white-space:nowrap;padding:revert-layer}}@media (min-width: 1200px) and (max-width: 1350px){.titleHeader[_ngcontent-%COMP%]{padding-left:15px;font-weight:700;width:30%}.firstQuarter[_ngcontent-%COMP%], .secondQuarter[_ngcontent-%COMP%], .thirdQuarter[_ngcontent-%COMP%], .fourthQuarter[_ngcontent-%COMP%]{width:max-content!important;white-space:nowrap;padding:revert-layer}}"] }); }
|
|
262
|
+
}
|
|
263
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WageGridComponent, [{
|
|
264
|
+
type: Component,
|
|
265
|
+
args: [{ selector: 'app-wage-grid', providers: [{
|
|
266
|
+
provide: NG_VALUE_ACCESSOR,
|
|
267
|
+
useExisting: WageGridComponent,
|
|
268
|
+
multi: true
|
|
269
|
+
}], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <p-table #dt [rowHover]=\"true\" [value]=\"wages\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <th class=\"titleHeader\">\r\n Employment\r\n </th>\r\n <th class=\"firstQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.firstQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th class=\"secondQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.secondQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th class=\"thirdQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.thirdQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th class=\"fourthQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.fourthQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-employerWage let-rowIndex=\"rowIndex\">\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">Employer</span><span>\r\n {{employerWage.wageEmpNameAndAddress}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.firstQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter1 | currency}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.secondQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter2 | currency}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.thirdQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter3 | currency}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.fourthQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter4 | currency}}</span>\r\n </td>\r\n\r\n </tr>\r\n\r\n <td style=\"text-align: center;\">\r\n <ion-button [id]=\"'btnEditWageDetail-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"editWageDetail(employerWage);\" class=\"action-button\" aria-label=\"Edit wage details\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnDeleteWageDetail-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"deleteWageDetail(rowIndex);\" class=\"action-button\" aria-label=\"Remove wage details\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n \r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"summary\" let-columns>\r\n <table *ngIf=\"!selected\">\r\n <tr>\r\n <td [attr.colspan]=\"4\" style=\"width: 55%; width: max-content !important; white-space: nowrap;\" class=\"ion-padding-top\">\r\n <div><b>+ Add</b> an Employment</div>\r\n </td>\r\n <td class=\"ion-padding-top\">\r\n <ion-button id=\"addWageDetails\" aria-label=\"Add Wage Details\" (click)=\"addWageDetails()\"\r\n fill=\"outline\" size=\"small\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </table>\r\n </ng-template>\r\n </p-table>\r\n <app-add-wage (success)=\"addEmployerWageDetail($event)\" (onClose)=\"close()\" [wageToEdit]=\"selectedEmployerWage\"\r\n *ngIf=\"selected\">\r\n </app-add-wage>\r\n</div>", styles: [".titleHeader{padding-left:15px;font-weight:700}@media screen and (max-width: 40rem){.header{padding-right:5px}.titleHeader{font-weight:700}.firstQuarter,.secondQuarter,.thirdQuarter,.fourthQuarter{width:max-content!important;white-space:nowrap;padding:revert-layer}}@media (min-width: 1200px) and (max-width: 1350px){.titleHeader{padding-left:15px;font-weight:700;width:30%}.firstQuarter,.secondQuarter,.thirdQuarter,.fourthQuarter{width:max-content!important;white-space:nowrap;padding:revert-layer}}\n"] }]
|
|
270
|
+
}], () => [{ type: i1.UtilService }, { type: i2.ValidationService }, { type: i3.UntypedFormBuilder }], { modelDisplay: [{
|
|
271
|
+
type: Output
|
|
272
|
+
}] }); })();
|
|
273
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WageGridComponent, { className: "WageGridComponent", filePath: "lib\\components\\wage-grid\\wage-grid.component.ts", lineNumber: 22 }); })();
|
|
274
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FnZS1ncmlkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93YWdlLWdyaWQvd2FnZS1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93YWdlLWdyaWQvd2FnZS1ncmlkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRyxPQUFPLEVBQXdCLGlCQUFpQixFQUFzQixNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7O0lDQ2pGLDZCQUErQyxZQUFBO0lBRXZDLDRCQUNKO0lBQUEsaUJBQUs7SUFDTCw2QkFBa0Q7SUFDOUMsWUFDSjs7SUFBQSxpQkFBSztJQUNMLDhCQUFtRDtJQUMvQyxZQUNKOztJQUFBLGlCQUFLO0lBQ0wsOEJBQWtEO0lBQzlDLGFBQ0o7O0lBQUEsaUJBQUs7SUFDTCwrQkFBbUQ7SUFDL0MsYUFDSjs7SUFBQSxpQkFBSztJQUNMLHNCQUFTO0lBQ2IsaUJBQUs7OztJQVpHLGVBQ0o7SUFESSxvR0FDSjtJQUVJLGVBQ0o7SUFESSxzR0FDSjtJQUVJLGVBQ0o7SUFESSxzR0FDSjtJQUVJLGVBQ0o7SUFESSx1R0FDSjs7Ozs7O0lBTUosNkJBQStDLGFBQUEsZUFBQTtJQUNpQix3QkFBUTtJQUFBLGlCQUFPO0lBQUEsNEJBQU07SUFDekUsWUFBc0M7SUFBQSxpQkFBTyxFQUFBO0lBRXJELDhCQUErQixlQUFBO0lBQTZCLFlBQXVEOztJQUFBLGlCQUFPO0lBQUEsNkJBQU07SUFDeEgsYUFBOEM7O0lBQUEsaUJBQU8sRUFBQTtJQUU3RCwrQkFBK0Is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QyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM5RSxDQUFDO2tGQWpHVSxpQkFBaUI7b0VBQWpCLGlCQUFpQiw4R0FUakIsQ0FBQztvQkFDVixPQUFPLEVBQUUsaUJBQWlCO29CQUUxQixXQUFXLEVBQUUsaUJBQWlCO29CQUU5QixLQUFLLEVBQUUsSUFBSTtpQkFDWixDQUFDO1lDbEJKLDhCQUFnQyxvQkFBQTtZQUV4QixvRkFtQmMsdUVBQUEscUVBQUE7WUFtRGxCLGlCQUFVO1lBQ1Ysb0ZBRWU7WUFDbkIsaUJBQU07O1lBM0VXLGVBQWlCO1lBQWpCLCtCQUFpQixvQkFBQTtZQXlFekIsZUFBYztZQUFkLG1DQUFjOzs7aUZEckRWLGlCQUFpQjtjQWI3QixTQUFTOzJCQUNFLGVBQWUsYUFHZCxDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBRTFCLFdBQVcsbUJBQW1CO3dCQUU5QixLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDLG1CQUNlLHVCQUF1QixDQUFDLE9BQU87NkdBaUJ0QyxZQUFZO2tCQUFyQixNQUFNOztrRkFmSSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFkZFdhZ2VDb21wb25lbnQgfSBmcm9tICcuLi9hZGQtd2FnZS9hZGQtd2FnZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IsIFVudHlwZWRGb3JtQnVpbGRlciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3F1ZXN0aW9ubmFpcmUvdmFsaWRhdGlvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgV2FnZUluZm9Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9XYWdlSW5mb01vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXdhZ2UtZ3JpZCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3dhZ2UtZ3JpZC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3dhZ2UtZ3JpZC5jb21wb25lbnQuY3NzJyxcclxuICBwcm92aWRlcnM6IFt7XHJcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuXHJcbiAgICB1c2VFeGlzdGluZzogV2FnZUdyaWRDb21wb25lbnQsXHJcblxyXG4gICAgbXVsdGk6IHRydWVcclxuICB9XSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHRcclxufSlcclxuZXhwb3J0IGNsYXNzIFdhZ2VHcmlkQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciB7XHJcbiAgY3VycmVudFllYXI6IG51bWJlcjtcclxuICBwcmV2aW91c1llYXI6IG51bWJlcjtcclxuICBwdWJsaWMgc2VsZWN0ZWQgOmJvb2xlYW4gPSBmYWxzZTtcclxuICBpbmRleFRvRWRpdCA9IG51bGw7XHJcbiAgZGlzcGxheTogYm9vbGVhbjtcclxuICBwdWJsaWMgYWN0aXZlSW5kZXggOiBudW1iZXIgPSBudWxsO1xyXG4gIHNob3dEdXBsaWNhdGVQb3B1cCA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBlbXBsb3llcldhZ2U6IFdhZ2VJbmZvTW9kZWw7XHJcbiAgc2VsZWN0ZWRFbXBsb3llcldhZ2U6IFdhZ2VJbmZvTW9kZWw7XHJcbiAgd2FnZXMgOiBXYWdlSW5mb01vZGVsW10gPSBbXTtcclxuICBwcml2YXRlIG9uQ2hhbmdlOiBGdW5jdGlvbiA9ICh2YWx1ZTogU3RyaW5nKSA9PiB7fTtcclxuICBwcml2YXRlIG9uVG91Y2g6IEZ1bmN0aW9uID0gKCkgPT4ge307XHJcbiAgb25DaGFuZ2VTdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xyXG4gIGlzRGlzYWJsZWQgPSBmYWxzZTtcclxuICBAT3V0cHV0KCkgbW9kZWxEaXNwbGF5ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdXRpbCA6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgdnM6IFZhbGlkYXRpb25TZXJ2aWNlLCBwdWJsaWMgZm9ybUJ1aWxkZXIgOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHsgXHJcbiAgICB0aGlzLmN1cnJlbnRZZWFyID0gbmV3IERhdGUoKS5nZXRGdWxsWWVhcigpO1xyXG4gICAgdGhpcy5wcmV2aW91c1llYXIgPSBuZXcgRGF0ZSgpLmdldEZ1bGxZZWFyKCkgLSAxO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKXtcclxuICAgIC8vVGhpcyBpcyB1c2VkIGZvciBEVUEgRk9STSAtIFdhZ2UgVGFibGUsIGFkZGluZyBlbXBsb3ltZW50IGluZm9ybWF0aW9uIGZvciBwcmlvciB5ZWFyXHJcbiAgICB0aGlzLndhZ2VzID0gdGhpcy52cy5lbXBsb3llcldhZ2VEZXRhaWxzLmdldFZhbHVlKCkgfHwgW107XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpIHtcclxuICAgIGlmKHZhbHVlKXtcclxuICAgICAgdGhpcy53YWdlcyA9IHZhbHVlO1xyXG4gICAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcldhZ2UoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xyXG4gICAgbGV0IHN1YiA9IHRoaXMudnMuZW1wbG95ZXJXYWdlRGV0YWlscy5zdWJzY3JpYmUoZm4pO1xyXG4gICAgdGhpcy5vbkNoYW5nZVN1YnMucHVzaChzdWIpO1xyXG4gIH1cclxuXHJcbiAgcmVnaXN0ZXJPblRvdWNoZWQob25Ub3VjaDogRnVuY3Rpb24pIHtcclxuICAgIHRoaXMub25Ub3VjaCA9IG9uVG91Y2g7XHJcbiAgfVxyXG5cclxuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XHJcbiAgICB0aGlzLmlzRGlzYWJsZWQgPSBpc0Rpc2FibGVkO1xyXG4gIH1cclxuXHJcbiAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICBmb3IgKGxldCBzdWIgb2YgdGhpcy5vbkNoYW5nZVN1YnMpIHtcclxuICAgICAgc3ViLnVuc3Vic2NyaWJlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBkZWxldGVXYWdlRGV0YWlsKGVtcGxveWVyV2FnZSkge1xyXG4gICAgbGV0IGluZGV4ID0gdGhpcy53YWdlcy5pbmRleE9mKGVtcGxveWVyV2FnZSk7XHJcbiAgICB0aGlzLndhZ2VzLnNwbGljZShpbmRleCwgMSk7XHJcbiAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcldhZ2UoKTtcclxuICB9XHJcblxyXG4gIGVkaXRXYWdlRGV0YWlsKGVtcGxveWVyV2FnZSl7XHJcbiAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXJXYWdlID0gZW1wbG95ZXJXYWdlO1xyXG4gICAgdGhpcy5pbmRleFRvRWRpdCA9IHRoaXMud2FnZXMuaW5kZXhPZihlbXBsb3llcldhZ2UpO1xyXG4gICAgdGhpcy5kaXNwbGF5ID0gdHJ1ZTtcclxuICAgIHRoaXMuc2VsZWN0ZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5hY3RpdmVJbmRleD0wO1xyXG4gIH1cclxuXHJcbiAgY2xvc2UoKSB7XHJcbiAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xyXG4gICAgdGhpcy5zZWxlY3RlZEVtcGxveWVyV2FnZSA9IG51bGw7XHJcbiAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5hY3RpdmVJbmRleD0tMTtcclxuICB9XHJcblxyXG4gIGFzeW5jIGFkZFdhZ2VEZXRhaWxzKCkge1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IHRydWU7XHJcbiAgICB0aGlzLm1vZGVsRGlzcGxheS5lbWl0KHRydWUpO1xyXG4gIH1cclxuXHJcbiAgYWRkRW1wbG95ZXJXYWdlRGV0YWlsKGVtcGxveWVyV2FnZSl7XHJcbiAgICBpZih0aGlzLmluZGV4VG9FZGl0ICE9IG51bGwpe1xyXG4gICAgICB0aGlzLndhZ2VzW3RoaXMuaW5kZXhUb0VkaXRdID0gZW1wbG95ZXJXYWdlO1xyXG4gICAgfWVsc2V7XHJcbiAgICAgIHRoaXMud2FnZXMucHVzaChlbXBsb3llcldhZ2UpO1xyXG4gICAgfVxyXG4gICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXJXYWdlID0gbnVsbDtcclxuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xyXG4gICAgdGhpcy5wdWJsaXNoRW1wbG95ZXJXYWdlKCk7XHJcbiAgICB0aGlzLnNlbGVjdGVkID0gZmFsc2U7XHJcbiAgICB0aGlzLmFjdGl2ZUluZGV4PS0xO1xyXG4gIH1cclxuXHJcbiAgcHVibGlzaEVtcGxveWVyV2FnZSgpIHtcclxuICAgIHRoaXMudnMuZW1wbG95ZXJXYWdlRGV0YWlscy5uZXh0KHRoaXMud2FnZXMubGVuZ3RoID4gMCA/IHRoaXMud2FnZXMgOiBudWxsKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxyXG4gICAgPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgIFt2YWx1ZV09XCJ3YWdlc1wiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIiBsZXQtY29sdW1ucz5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiPlxyXG4gICAgICAgICAgICAgICAgPHRoIGNsYXNzPVwidGl0bGVIZWFkZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICBFbXBsb3ltZW50XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICAgICAgPHRoIGNsYXNzPVwiZmlyc3RRdWFydGVyXCIgc3R5bGU9XCJmb250LXdlaWdodDpib2xkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgXCJ3YWdlLmZpcnN0UXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IHByZXZpb3VzWWVhciB9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aCBjbGFzcz1cInNlY29uZFF1YXJ0ZXJcIiBzdHlsZT1cImZvbnQtd2VpZ2h0OmJvbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICB7eyBcIndhZ2Uuc2Vjb25kUXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IHByZXZpb3VzWWVhciB9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aCBjbGFzcz1cInRoaXJkUXVhcnRlclwiIHN0eWxlPVwiZm9udC13ZWlnaHQ6Ym9sZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7IFwid2FnZS50aGlyZFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBwcmV2aW91c1llYXIgfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGggY2xhc3M9XCJmb3VydGhRdWFydGVyXCIgc3R5bGU9XCJmb250LXdlaWdodDpib2xkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgXCJ3YWdlLmZvdXJ0aFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBwcmV2aW91c1llYXIgfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+PC90aD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1lbXBsb3llcldhZ2UgbGV0LXJvd0luZGV4PVwicm93SW5kZXhcIj5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiPlxyXG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxNXB4XCI+PHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPkVtcGxveWVyPC9zcGFuPjxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyV2FnZS53YWdlRW1wTmFtZUFuZEFkZHJlc3N9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDE1cHhcIj48c3BhbiBjbGFzcz1cInAtY29sdW1uLXRpdGxlXCI+e3sgXCJ3YWdlLmZpcnN0UXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IGN1cnJlbnRZZWFyIH19PC9zcGFuPjxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyV2FnZS53YWdlQW1vdW50UXVhcnRlcjEgfCBjdXJyZW5jeX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweFwiPjxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj57eyBcIndhZ2Uuc2Vjb25kUXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IGN1cnJlbnRZZWFyIH19PC9zcGFuPjxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyV2FnZS53YWdlQW1vdW50UXVhcnRlcjIgfCBjdXJyZW5jeX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweFwiPjxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj57eyBcIndhZ2UudGhpcmRRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgY3VycmVudFllYXIgfX08L3NwYW4+PHNwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHt7ZW1wbG95ZXJXYWdlLndhZ2VBbW91bnRRdWFydGVyMyB8IGN1cnJlbmN5fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxNXB4XCI+PHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7IFwid2FnZS5mb3VydGhRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgY3VycmVudFllYXIgfX08L3NwYW4+PHNwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHt7ZW1wbG95ZXJXYWdlLndhZ2VBbW91bnRRdWFydGVyNCB8IGN1cnJlbmN5fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG5cclxuICAgICAgICAgICAgPC90cj5cclxuXHJcbiAgICAgICAgICAgICAgICA8dGQgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5FZGl0V2FnZURldGFpbC0nICsgcm93SW5kZXhcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJlZGl0V2FnZURldGFpbChlbXBsb3llcldhZ2UpO1wiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIGFyaWEtbGFiZWw9XCJFZGl0IHdhZ2UgZGV0YWlsc1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdlZGl0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5EZWxldGVXYWdlRGV0YWlsLScgKyByb3dJbmRleFwiIHNpemU9XCJzbWFsbFwiIGNvbG9yPVwic3VjY2Vzc1wiIGZpbGw9XCJvdXRsaW5lXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImRlbGV0ZVdhZ2VEZXRhaWwocm93SW5kZXgpO1wiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIGFyaWEtbGFiZWw9XCJSZW1vdmUgd2FnZSBkZXRhaWxzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ3RyYXNoLWFsdCddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICBcclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dGFibGUgKm5nSWY9XCIhc2VsZWN0ZWRcIj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgW2F0dHIuY29sc3Bhbl09XCI0XCIgc3R5bGU9XCJ3aWR0aDogNTUlOyB3aWR0aDogbWF4LWNvbnRlbnQgIWltcG9ydGFudDsgd2hpdGUtc3BhY2U6IG5vd3JhcDtcIiBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2PjxiPisgQWRkPC9iPiBhbiBFbXBsb3ltZW50PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgY2xhc3M9XCJpb24tcGFkZGluZy10b3BcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gaWQ9XCJhZGRXYWdlRGV0YWlsc1wiIGFyaWEtbGFiZWw9XCJBZGQgV2FnZSBEZXRhaWxzXCIgKGNsaWNrKT1cImFkZFdhZ2VEZXRhaWxzKClcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ3BsdXMnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgPC90YWJsZT5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLXRhYmxlPlxyXG4gICAgPGFwcC1hZGQtd2FnZSAoc3VjY2Vzcyk9XCJhZGRFbXBsb3llcldhZ2VEZXRhaWwoJGV2ZW50KVwiIChvbkNsb3NlKT1cImNsb3NlKClcIiBbd2FnZVRvRWRpdF09XCJzZWxlY3RlZEVtcGxveWVyV2FnZVwiXHJcbiAgICAgICAgKm5nSWY9XCJzZWxlY3RlZFwiPlxyXG4gICAgPC9hcHAtYWRkLXdhZ2U+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { Component, EventEmitter, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import { Validators } from '@angular/forms';
|
|
3
|
+
import { AppValidators } from '../../validations/AppValidators';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../services/weekly-cert/weekly-cert-v2.service";
|
|
6
|
+
import * as i2 from "@angular/forms";
|
|
7
|
+
import * as i3 from "../../services/login/login.service";
|
|
8
|
+
import * as i4 from "../../services/claimant-context/claimant-context.service";
|
|
9
|
+
import * as i5 from "@ionic/angular";
|
|
10
|
+
import * as i6 from "@angular/common";
|
|
11
|
+
import * as i7 from "primeng/inputtext";
|
|
12
|
+
import * as i8 from "../error/error.component";
|
|
13
|
+
import * as i9 from "@ngx-translate/core";
|
|
14
|
+
import * as i10 from "../../pipes/trust-html/trust-html.pipe";
|
|
15
|
+
const _c0 = ["qeFormDirective"];
|
|
16
|
+
function AcknowledgementMsComponent_ion_col_4_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
+
i0.ɵɵelement(0, "ion-col", 10);
|
|
18
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
19
|
+
i0.ɵɵpipe(2, "translate");
|
|
20
|
+
} if (rf & 2) {
|
|
21
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind1(2, 3, "weeklies.acknowledgement.one")), i0.ɵɵsanitizeHtml);
|
|
22
|
+
} }
|
|
23
|
+
function AcknowledgementMsComponent_ion_col_5_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
+
i0.ɵɵelement(0, "ion-col", 10);
|
|
25
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
26
|
+
i0.ɵɵpipe(2, "translate");
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind1(2, 3, "weeklies.acknowledgement.oneWaived")), i0.ɵɵsanitizeHtml);
|
|
29
|
+
} }
|
|
30
|
+
function AcknowledgementMsComponent_ion_col_23_Template(rf, ctx) { if (rf & 1) {
|
|
31
|
+
i0.ɵɵelementStart(0, "ion-col", 11);
|
|
32
|
+
i0.ɵɵelement(1, "ion-spinner", 12);
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
} }
|
|
35
|
+
const _c1 = "Last 4 number of entered SSN doesn't match with your SSN's last 4 number.";
|
|
36
|
+
const _c2 = () => ({ required: "Required.", notEqual: _c1 });
|
|
37
|
+
export class AcknowledgementMsComponent {
|
|
38
|
+
constructor(wcs, formBuilder, ls, contextService) {
|
|
39
|
+
this.wcs = wcs;
|
|
40
|
+
this.formBuilder = formBuilder;
|
|
41
|
+
this.ls = ls;
|
|
42
|
+
this.contextService = contextService;
|
|
43
|
+
this.success = new EventEmitter();
|
|
44
|
+
this.error = new EventEmitter();
|
|
45
|
+
this.onClose = new EventEmitter();
|
|
46
|
+
this.blocked = false;
|
|
47
|
+
this.getSsnForUserTypes();
|
|
48
|
+
this.qeForm = this.formBuilder.group({
|
|
49
|
+
ssnLast4: [null, Validators.compose([Validators.required, AppValidators.isEqual(this.ssnConfirmation)])]
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
getSsnForUserTypes() {
|
|
53
|
+
if (this.ls.isCsr()) {
|
|
54
|
+
this.ssnConfirmation = this.contextService.getUnEncodedSsn().substring(5, 9);
|
|
55
|
+
}
|
|
56
|
+
else if (this.ls.isClaimant()) {
|
|
57
|
+
this.ssnConfirmation = this.ls.getUser().ssn.substring(5, 9);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
get ssnLast4() {
|
|
61
|
+
return this.qeForm.controls['ssnLast4'];
|
|
62
|
+
}
|
|
63
|
+
ngOnInit() { }
|
|
64
|
+
close() {
|
|
65
|
+
this.onClose.emit();
|
|
66
|
+
}
|
|
67
|
+
submit() {
|
|
68
|
+
if (!this.qeForm.valid) {
|
|
69
|
+
this.qeForm.markAllAsTouched();
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
72
|
+
if (this.qeForm.valid) {
|
|
73
|
+
this.blocked = true;
|
|
74
|
+
this.wcs.submitWeeklyCertification(this.ssnLast4.value)
|
|
75
|
+
.subscribe(res => {
|
|
76
|
+
this.success.emit(res);
|
|
77
|
+
}, err => {
|
|
78
|
+
this.success.emit({
|
|
79
|
+
has_error: true,
|
|
80
|
+
message: err.msg[0]
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
static { this.ɵfac = function AcknowledgementMsComponent_Factory(t) { return new (t || AcknowledgementMsComponent)(i0.ɵɵdirectiveInject(i1.WeeklyCertServiceV2), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ClaimantContextService)); }; }
|
|
86
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AcknowledgementMsComponent, selectors: [["app-acknowledgement-ms"]], viewQuery: function AcknowledgementMsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
87
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
88
|
+
} if (rf & 2) {
|
|
89
|
+
let _t;
|
|
90
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
|
|
91
|
+
} }, outputs: { success: "success", error: "error", onClose: "onClose" }, decls: 24, vars: 17, consts: [[3, "formGroup", "ngSubmit"], ["qeFormDirective", "ngForm"], [2, "min-height", "500px"], [3, "innerHtml", 4, "ngIf"], [1, "field"], ["for", "ssn"], ["id", "ssn", "type", "input", "pInputText", "", "size", "4", "required", "", "maxlength", "4", "minlength", "4", 3, "formControl"], [3, "field", "form", "errDef"], [1, "ion-text-left", 2, "font-family", "var(--app-font-light)"], ["class", "ion-text-center", 4, "ngIf"], [3, "innerHtml"], [1, "ion-text-center"], ["name", "dots"]], template: function AcknowledgementMsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92
|
+
i0.ɵɵelementStart(0, "form", 0, 1);
|
|
93
|
+
i0.ɵɵlistener("ngSubmit", function AcknowledgementMsComponent_Template_form_ngSubmit_0_listener() { return ctx.submit(); });
|
|
94
|
+
i0.ɵɵelementStart(2, "ion-grid", 2)(3, "ion-row");
|
|
95
|
+
i0.ɵɵtemplate(4, AcknowledgementMsComponent_ion_col_4_Template, 3, 5, "ion-col", 3)(5, AcknowledgementMsComponent_ion_col_5_Template, 3, 5, "ion-col", 3);
|
|
96
|
+
i0.ɵɵelementEnd();
|
|
97
|
+
i0.ɵɵelementStart(6, "ion-row");
|
|
98
|
+
i0.ɵɵelement(7, "ion-col");
|
|
99
|
+
i0.ɵɵelementEnd();
|
|
100
|
+
i0.ɵɵelementStart(8, "ion-row")(9, "ion-col")(10, "div", 4)(11, "label", 5);
|
|
101
|
+
i0.ɵɵtext(12);
|
|
102
|
+
i0.ɵɵpipe(13, "translate");
|
|
103
|
+
i0.ɵɵelementEnd();
|
|
104
|
+
i0.ɵɵelement(14, "br")(15, "input", 6)(16, "br")(17, "app-error", 7);
|
|
105
|
+
i0.ɵɵelementEnd()()();
|
|
106
|
+
i0.ɵɵelementStart(18, "ion-row")(19, "ion-col", 8);
|
|
107
|
+
i0.ɵɵtext(20);
|
|
108
|
+
i0.ɵɵpipe(21, "translate");
|
|
109
|
+
i0.ɵɵelementEnd()();
|
|
110
|
+
i0.ɵɵelementStart(22, "ion-row");
|
|
111
|
+
i0.ɵɵtemplate(23, AcknowledgementMsComponent_ion_col_23_Template, 2, 0, "ion-col", 9);
|
|
112
|
+
i0.ɵɵelementEnd()()();
|
|
113
|
+
} if (rf & 2) {
|
|
114
|
+
const _r0 = i0.ɵɵreference(1);
|
|
115
|
+
i0.ɵɵproperty("formGroup", ctx.qeForm);
|
|
116
|
+
i0.ɵɵadvance(4);
|
|
117
|
+
i0.ɵɵproperty("ngIf", !ctx.wcs.getWorkSearchWaived() && ctx.wcs.getWaitingWeekServed());
|
|
118
|
+
i0.ɵɵadvance(1);
|
|
119
|
+
i0.ɵɵproperty("ngIf", ctx.wcs.getWorkSearchWaived() || !ctx.wcs.getWaitingWeekServed());
|
|
120
|
+
i0.ɵɵadvance(7);
|
|
121
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 12, "weeklies.acknowledgement.two"));
|
|
122
|
+
i0.ɵɵadvance(3);
|
|
123
|
+
i0.ɵɵproperty("formControl", ctx.ssnLast4);
|
|
124
|
+
i0.ɵɵadvance(2);
|
|
125
|
+
i0.ɵɵclassMap("app-grid");
|
|
126
|
+
i0.ɵɵproperty("field", ctx.ssnLast4)("form", _r0)("errDef", i0.ɵɵpureFunction0(16, _c2));
|
|
127
|
+
i0.ɵɵadvance(3);
|
|
128
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(21, 14, "weeklies.acknowledgement.three"));
|
|
129
|
+
i0.ɵɵadvance(3);
|
|
130
|
+
i0.ɵɵproperty("ngIf", ctx.blocked);
|
|
131
|
+
} }, dependencies: [i5.IonCol, i5.IonGrid, i5.IonRow, i5.IonSpinner, i6.NgIf, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.RequiredValidator, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i7.InputText, i8.ErrorComponent, i9.TranslatePipe, i10.TrustHtmlPipe] }); }
|
|
132
|
+
}
|
|
133
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AcknowledgementMsComponent, [{
|
|
134
|
+
type: Component,
|
|
135
|
+
args: [{ selector: 'app-acknowledgement-ms', template: "<form [formGroup]=\"qeForm\" #qeFormDirective=\"ngForm\" (ngSubmit)=\"submit()\">\r\n <ion-grid style=\"min-height: 500px\">\r\n <ion-row>\r\n <ion-col *ngIf=\"!wcs.getWorkSearchWaived() && wcs.getWaitingWeekServed()\"\r\n [innerHtml]=\"'weeklies.acknowledgement.one' | translate | trustHtml\"></ion-col>\r\n <ion-col *ngIf=\"wcs.getWorkSearchWaived() || !wcs.getWaitingWeekServed()\"\r\n [innerHtml]=\"'weeklies.acknowledgement.oneWaived' | translate | trustHtml\"></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n\r\n <div class=\"field\">\r\n <label for=\"ssn\">{{'weeklies.acknowledgement.two' | translate}}</label><br />\r\n <input id=\"ssn\" type=\"input\" pInputText size=\"4\" required [formControl]=\"ssnLast4\" maxlength=\"4\"\r\n minlength=\"4\" />\r\n <br />\r\n <app-error [class]=\"'app-grid'\" [field]='ssnLast4' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'Required.',\r\n notEqual: 'Last 4 number of entered SSN doesn\\'t match with your SSN\\'s last 4 number.'\r\n }\"></app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\" style=\"font-family: var(--app-font-light)\">{{'weeklies.acknowledgement.three' |\r\n translate}}</ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col *ngIf=\"blocked\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n</form>" }]
|
|
136
|
+
}], () => [{ type: i1.WeeklyCertServiceV2 }, { type: i2.UntypedFormBuilder }, { type: i3.LoginService }, { type: i4.ClaimantContextService }], { qeFormDirective: [{
|
|
137
|
+
type: ViewChild,
|
|
138
|
+
args: ['qeFormDirective', { static: false }]
|
|
139
|
+
}], success: [{
|
|
140
|
+
type: Output
|
|
141
|
+
}], error: [{
|
|
142
|
+
type: Output
|
|
143
|
+
}], onClose: [{
|
|
144
|
+
type: Output
|
|
145
|
+
}] }); })();
|
|
146
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AcknowledgementMsComponent, { className: "AcknowledgementMsComponent", filePath: "lib\\components\\weekly-acknowledgement-ms\\acknowledgement-ms.component.ts", lineNumber: 13 }); })();
|
|
147
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNrbm93bGVkZ2VtZW50LW1zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93ZWVrbHktYWNrbm93bGVkZ2VtZW50LW1zL2Fja25vd2xlZGdlbWVudC1tcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LWFja25vd2xlZGdlbWVudC1tcy9hY2tub3dsZWRnZW1lbnQtbXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQWdELFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTFGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7SUNGMUQsOEJBQ2lGOzs7O0lBQS9FLHlIQUFvRTs7O0lBQ3RFLDhCQUN1Rjs7OztJQUFyRiwrSEFBMEU7OztJQXlCNUUsbUNBQWlEO0lBQy9DLGtDQUF1QztJQUN6QyxpQkFBVTs7OztBRHJCaEIsTUFBTSxPQUFPLDBCQUEwQjtJQW9CckMsWUFBbUIsR0FBd0IsRUFBUyxXQUErQixFQUFVLEVBQWdCLEVBQVUsY0FBc0M7UUFBMUksUUFBRyxHQUFILEdBQUcsQ0FBcUI7UUFBUyxnQkFBVyxHQUFYLFdBQVcsQ0FBb0I7UUFBVSxPQUFFLEdBQUYsRUFBRSxDQUFjO1FBQVUsbUJBQWMsR0FBZCxjQUFjLENBQXdCO1FBZDdKLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUdoRCxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFHOUMsWUFBTyxHQUFz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QixhQUFBLHVDQUFBO1lBUW9CLGVBQzdEO1lBRDZELDhFQUM3RDtZQUdILGVBQWE7WUFBYixrQ0FBYTs7O2lGRG5CaEIsMEJBQTBCO2NBTHRDLFNBQVM7MkJBQ0Usd0JBQXdCO3FKQU8zQixlQUFlO2tCQURyQixTQUFTO21CQUFDLGlCQUFpQixFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtZQUkvQyxPQUFPO2tCQUROLE1BQU07WUFJUCxLQUFLO2tCQURKLE1BQU07WUFJUCxPQUFPO2tCQUROLE1BQU07O2tGQVhJLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5nRm9ybSwgVW50eXBlZEZvcm1CdWlsZGVyLCBVbnR5cGVkRm9ybUdyb3VwLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDbGFpbWFudENvbnRleHRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2xhaW1hbnQtY29udGV4dC9jbGFpbWFudC1jb250ZXh0LnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgV2Vla2x5Q2VydFNlcnZpY2VWMiB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3dlZWtseS1jZXJ0L3dlZWtseS1jZXJ0LXYyLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vLi4vdmFsaWRhdGlvbnMvQXBwVmFsaWRhdG9ycyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1hY2tub3dsZWRnZW1lbnQtbXMnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2tub3dsZWRnZW1lbnQtbXMuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2Fja25vd2xlZGdlbWVudC1tcy5jb21wb25lbnQuc2NzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWNrbm93bGVkZ2VtZW50TXNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBAVmlld0NoaWxkKCdxZUZvcm1EaXJlY3RpdmUnLCB7IHN0YXRpYzogZmFsc2UgfSlcclxuICBwdWJsaWMgcWVGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHN1Y2Nlc3M6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBlcnJvcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ2xvc2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBwdWJsaWMgcWVGb3JtOiBVbnR5cGVkRm9ybUdyb3VwO1xyXG5cclxuICBibG9ja2VkID0gZmFsc2U7XHJcblxyXG4gIHByaXZhdGUgc3NuQ29uZmlybWF0aW9uOiBzdHJpbmc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB3Y3M6IFdlZWtseUNlcnRTZXJ2aWNlVjIsIHB1YmxpYyBmb3JtQnVpbGRlcjogVW50eXBlZEZvcm1CdWlsZGVyLCBwcml2YXRlIGxzOiBMb2dpblNlcnZpY2UsIHByaXZhdGUgY29udGV4dFNlcnZpY2U6IENsYWltYW50Q29udGV4dFNlcnZpY2UpIHtcclxuXHJcbiAgICB0aGlzLmdldFNzbkZvclVzZXJUeXBlcygpO1xyXG5cclxuICAgIHRoaXMucWVGb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XHJcbiAgICAgIHNzbkxhc3Q0OiBbbnVsbCwgVmFsaWRhdG9ycy5jb21wb3NlKFtWYWxpZGF0b3JzLnJlcXVpcmVkLCBBcHBWYWxpZGF0b3JzLmlzRXF1YWwodGhpcy5zc25Db25maXJtYXRpb24pXSldXHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIGdldFNzbkZvclVzZXJUeXBlcygpIHtcclxuICAgIGlmICh0aGlzLmxzLmlzQ3NyKCkpIHtcclxuICAgICAgdGhpcy5zc25Db25maXJtYXRpb24gPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmdldFVuRW5jb2RlZFNzbigpLnN1YnN0cmluZyg1LCA5KTtcclxuICAgIH0gZWxzZSBpZiAodGhpcy5scy5pc0NsYWltYW50KCkpIHtcclxuICAgICAgdGhpcy5zc25Db25maXJtYXRpb24gPSB0aGlzLmxzLmdldFVzZXIoKS5zc24uc3Vic3RyaW5nKDUsIDkpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgZ2V0IHNzbkxhc3Q0KCkge1xyXG4gICAgcmV0dXJuIHRoaXMucWVGb3JtLmNvbnRyb2xzWydzc25MYXN0NCddO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKSB7IH1cclxuXHJcbiAgY2xvc2UoKSB7XHJcbiAgICB0aGlzLm9uQ2xvc2UuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgc3VibWl0KCkge1xyXG4gICAgaWYoIXRoaXMucWVGb3JtLnZhbGlkKSB7XHJcbiAgICAgIHRoaXMucWVGb3JtLm1hcmtBbGxBc1RvdWNoZWQoKTtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG4gICAgaWYgKHRoaXMucWVGb3JtLnZhbGlkKSB7XHJcbiAgICAgIHRoaXMuYmxvY2tlZCA9IHRydWU7XHJcbiAgICAgIHRoaXMud2NzLnN1Ym1pdFdlZWtseUNlcnRpZmljYXRpb24odGhpcy5zc25MYXN0NC52YWx1ZSlcclxuICAgICAgICAuc3Vic2NyaWJlKFxyXG4gICAgICAgICAgcmVzID0+IHtcclxuICAgICAgICAgICAgdGhpcy5zdWNjZXNzLmVtaXQocmVzKTtcclxuICAgICAgICAgIH0sIGVyciA9PiB7XHJcbiAgICAgICAgICAgIHRoaXMuc3VjY2Vzcy5lbWl0KHtcclxuICAgICAgICAgICAgICBoYXNfZXJyb3I6IHRydWUsXHJcbiAgICAgICAgICAgICAgbWVzc2FnZTogZXJyLm1zZ1swXVxyXG4gICAgICAgICAgICB9KTtcclxuICAgICAgICAgIH1cclxuICAgICAgICApXHJcbiAgICB9ICAgIFxyXG4gIH1cclxuXHJcbn1cclxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJxZUZvcm1cIiAjcWVGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCIgKG5nU3VibWl0KT1cInN1Ym1pdCgpXCI+XHJcbiAgPGlvbi1ncmlkIHN0eWxlPVwibWluLWhlaWdodDogNTAwcHhcIj5cclxuICAgIDxpb24tcm93PlxyXG4gICAgICA8aW9uLWNvbCAqbmdJZj1cIiF3Y3MuZ2V0V29ya1NlYXJjaFdhaXZlZCgpICYmIHdjcy5nZXRXYWl0aW5nV2Vla1NlcnZlZCgpXCJcclxuICAgICAgICBbaW5uZXJIdG1sXT1cIid3ZWVrbGllcy5hY2tub3dsZWRnZW1lbnQub25lJyB8IHRyYW5zbGF0ZSB8IHRydXN0SHRtbFwiPjwvaW9uLWNvbD5cclxuICAgICAgPGlvbi1jb2wgKm5nSWY9XCJ3Y3MuZ2V0V29ya1NlYXJjaFdhaXZlZCgpIHx8ICF3Y3MuZ2V0V2FpdGluZ1dlZWtTZXJ2ZWQoKVwiXHJcbiAgICAgICAgW2lubmVySHRtbF09XCInd2Vla2xpZXMuYWNrbm93bGVkZ2VtZW50Lm9uZVdhaXZlZCcgfCB0cmFuc2xhdGUgfCB0cnVzdEh0bWxcIj48L2lvbi1jb2w+XHJcbiAgICA8L2lvbi1yb3c+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2w+PC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sPlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgIDxsYWJlbCBmb3I9XCJzc25cIj57eyd3ZWVrbGllcy5hY2tub3dsZWRnZW1lbnQudHdvJyB8IHRyYW5zbGF0ZX19PC9sYWJlbD48YnIgLz5cclxuICAgICAgICAgIDxpbnB1dCBpZD1cInNzblwiIHR5cGU9XCJpbnB1dFwiIHBJbnB1dFRleHQgc2l6ZT1cIjRcIiByZXF1aXJlZCBbZm9ybUNvbnRyb2xdPVwic3NuTGFzdDRcIiBtYXhsZW5ndGg9XCI0XCJcclxuICAgICAgICAgICAgbWlubGVuZ3RoPVwiNFwiIC8+XHJcbiAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSdzc25MYXN0NCcgW2Zvcm1dPVwicWVGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7XHJcbiAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nLFxyXG4gICAgICAgICAgICAgIG5vdEVxdWFsOiAnTGFzdCA0IG51bWJlciBvZiBlbnRlcmVkIFNTTiBkb2VzblxcJ3QgbWF0Y2ggd2l0aCB5b3VyIFNTTlxcJ3MgbGFzdCA0IG51bWJlci4nXHJcbiAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiIHN0eWxlPVwiZm9udC1mYW1pbHk6IHZhcigtLWFwcC1mb250LWxpZ2h0KVwiPnt7J3dlZWtsaWVzLmFja25vd2xlZGdlbWVudC50aHJlZScgfFxyXG4gICAgICAgIHRyYW5zbGF0ZX19PC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sICpuZ0lmPVwiYmxvY2tlZFwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgPGlvbi1zcGlubmVyIG5hbWU9XCJkb3RzXCI+PC9pb24tc3Bpbm5lcj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gIDwvaW9uLWdyaWQ+XHJcbjwvZm9ybT4iXX0=
|