@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,129 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { BasePage } from '../../pages/BasePage';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../services/weekly-cert/review.service";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
import * as i3 from "@ionic/angular";
|
|
7
|
+
import * as i4 from "primeng/dialog";
|
|
8
|
+
import * as i5 from "@ngx-translate/core";
|
|
9
|
+
function ConfirmationComponent_ion_col_5_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
+
i0.ɵɵelementStart(0, "ion-col", 10)(1, "h3");
|
|
11
|
+
i0.ɵɵtext(2, "You're all set, nothing more to do for that week.");
|
|
12
|
+
i0.ɵɵelementEnd()();
|
|
13
|
+
} }
|
|
14
|
+
function ConfirmationComponent_ion_col_6_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementStart(0, "ion-col", 10)(1, "h3");
|
|
16
|
+
i0.ɵɵtext(2, "Your weekly certification for the week of ");
|
|
17
|
+
i0.ɵɵelementStart(3, "span", 11);
|
|
18
|
+
i0.ɵɵtext(4);
|
|
19
|
+
i0.ɵɵelementEnd();
|
|
20
|
+
i0.ɵɵtext(5, " could not be processed.");
|
|
21
|
+
i0.ɵɵelementEnd()();
|
|
22
|
+
} if (rf & 2) {
|
|
23
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
24
|
+
i0.ɵɵadvance(4);
|
|
25
|
+
i0.ɵɵtextInterpolate2("", ctx_r1.dynamicParam.sunday_date, " through ", ctx_r1.dynamicParam.saturday_date, "");
|
|
26
|
+
} }
|
|
27
|
+
function ConfirmationComponent_section_11_Template(rf, ctx) { if (rf & 1) {
|
|
28
|
+
i0.ɵɵelementStart(0, "section");
|
|
29
|
+
i0.ɵɵelement(1, "img", 12);
|
|
30
|
+
i0.ɵɵelementEnd();
|
|
31
|
+
} }
|
|
32
|
+
function ConfirmationComponent_ion_icon_12_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
i0.ɵɵelement(0, "ion-icon", 13);
|
|
34
|
+
} }
|
|
35
|
+
function ConfirmationComponent_ion_icon_13_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵelement(0, "ion-icon", 14);
|
|
37
|
+
} }
|
|
38
|
+
function ConfirmationComponent_ion_col_17_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
+
i0.ɵɵelementStart(0, "ion-col", 8);
|
|
40
|
+
i0.ɵɵtext(1, " You can start adding this week's activities immediately. ");
|
|
41
|
+
i0.ɵɵelementEnd();
|
|
42
|
+
} }
|
|
43
|
+
function ConfirmationComponent_ion_col_18_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
+
i0.ɵɵelementStart(0, "ion-col", 10);
|
|
45
|
+
i0.ɵɵtext(1);
|
|
46
|
+
i0.ɵɵpipe(2, "translate");
|
|
47
|
+
i0.ɵɵelementEnd();
|
|
48
|
+
} if (rf & 2) {
|
|
49
|
+
const ctx_r6 = i0.ɵɵnextContext();
|
|
50
|
+
i0.ɵɵadvance(1);
|
|
51
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, ctx_r6.data.message), " ");
|
|
52
|
+
} }
|
|
53
|
+
const _c0 = () => ({ width: "35vw" });
|
|
54
|
+
const _c1 = () => ({ "960px": "75vw", "640px": "100vw" });
|
|
55
|
+
export class ConfirmationComponent extends BasePage {
|
|
56
|
+
constructor(rs, datepipe) {
|
|
57
|
+
super();
|
|
58
|
+
this.rs = rs;
|
|
59
|
+
this.datepipe = datepipe;
|
|
60
|
+
this.onClose = new EventEmitter();
|
|
61
|
+
}
|
|
62
|
+
ngOnInit() {
|
|
63
|
+
if (this.data && !this.data.has_error) {
|
|
64
|
+
this.rs.setReviewApp(true);
|
|
65
|
+
}
|
|
66
|
+
this.saturdayDate = this.datepipe.transform(this.dynamicParam.saturday_date, 'MM/dd/yyyy');
|
|
67
|
+
this.sundayDate = this.datepipe.transform(this.dynamicParam.sunday_date, 'MM/dd/yyyy');
|
|
68
|
+
this.confirmation = 'Certification done for ' + this.sundayDate + '-' + this.saturdayDate;
|
|
69
|
+
}
|
|
70
|
+
close() {
|
|
71
|
+
this.onClose.emit();
|
|
72
|
+
}
|
|
73
|
+
static { this.ɵfac = function ConfirmationComponent_Factory(t) { return new (t || ConfirmationComponent)(i0.ɵɵdirectiveInject(i1.ReviewService), i0.ɵɵdirectiveInject(i2.DatePipe)); }; }
|
|
74
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConfirmationComponent, selectors: [["app-confirmation"]], inputs: { data: "data", dynamicParam: "dynamicParam" }, outputs: { onClose: "onClose" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 23, vars: 13, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "breakpoints"], [1, "heading", 2, "padding-left", "10px"], ["class", "ion-text-left", 4, "ngIf"], [1, "ion-text-center"], [4, "ngIf"], ["name", "checkmark-circle", "style", "font-size: 80px; color: var(--ion-color-green);", 4, "ngIf"], ["name", "warning-outline", "style", "font-size: 80px; color: var(--ion-color-yellow);", 4, "ngIf"], ["class", "ion-text-right", 4, "ngIf"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"], [1, "ion-text-left"], [2, "color", "var(--ion-color-yellow)"], ["alt", "weekly help", "src", "assets/icon/weeklyCompleted.PNG"], ["name", "checkmark-circle", 2, "font-size", "80px", "color", "var(--ion-color-green)"], ["name", "warning-outline", 2, "font-size", "80px", "color", "var(--ion-color-yellow)"]], template: function ConfirmationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
75
|
+
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "h4", 1);
|
|
76
|
+
i0.ɵɵtext(2);
|
|
77
|
+
i0.ɵɵelementEnd();
|
|
78
|
+
i0.ɵɵelementStart(3, "ion-grid")(4, "ion-row");
|
|
79
|
+
i0.ɵɵtemplate(5, ConfirmationComponent_ion_col_5_Template, 3, 0, "ion-col", 2)(6, ConfirmationComponent_ion_col_6_Template, 6, 2, "ion-col", 2);
|
|
80
|
+
i0.ɵɵelementEnd();
|
|
81
|
+
i0.ɵɵelementStart(7, "ion-row");
|
|
82
|
+
i0.ɵɵelement(8, "ion-col");
|
|
83
|
+
i0.ɵɵelementEnd();
|
|
84
|
+
i0.ɵɵelementStart(9, "ion-row")(10, "ion-col", 3);
|
|
85
|
+
i0.ɵɵtemplate(11, ConfirmationComponent_section_11_Template, 2, 0, "section", 4)(12, ConfirmationComponent_ion_icon_12_Template, 1, 0, "ion-icon", 5)(13, ConfirmationComponent_ion_icon_13_Template, 1, 0, "ion-icon", 6);
|
|
86
|
+
i0.ɵɵelementEnd()();
|
|
87
|
+
i0.ɵɵelementStart(14, "ion-row");
|
|
88
|
+
i0.ɵɵelement(15, "ion-col");
|
|
89
|
+
i0.ɵɵelementEnd();
|
|
90
|
+
i0.ɵɵelementStart(16, "ion-row");
|
|
91
|
+
i0.ɵɵtemplate(17, ConfirmationComponent_ion_col_17_Template, 2, 0, "ion-col", 7)(18, ConfirmationComponent_ion_col_18_Template, 3, 3, "ion-col", 2);
|
|
92
|
+
i0.ɵɵelementEnd();
|
|
93
|
+
i0.ɵɵelementStart(19, "ion-row")(20, "ion-col", 8)(21, "ion-button", 9);
|
|
94
|
+
i0.ɵɵlistener("click", function ConfirmationComponent_Template_ion_button_click_21_listener() { return ctx.close(); });
|
|
95
|
+
i0.ɵɵtext(22, "Home");
|
|
96
|
+
i0.ɵɵelementEnd()()()()();
|
|
97
|
+
} if (rf & 2) {
|
|
98
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(11, _c0));
|
|
99
|
+
i0.ɵɵproperty("breakpoints", i0.ɵɵpureFunction0(12, _c1));
|
|
100
|
+
i0.ɵɵadvance(2);
|
|
101
|
+
i0.ɵɵtextInterpolate(ctx.data && ctx.data.has_error ? "Could not process" : ctx.confirmation);
|
|
102
|
+
i0.ɵɵadvance(3);
|
|
103
|
+
i0.ɵɵproperty("ngIf", ctx.data && !ctx.data.has_error);
|
|
104
|
+
i0.ɵɵadvance(1);
|
|
105
|
+
i0.ɵɵproperty("ngIf", ctx.data && ctx.data.has_error);
|
|
106
|
+
i0.ɵɵadvance(5);
|
|
107
|
+
i0.ɵɵproperty("ngIf", ctx.data && !ctx.data.has_error && ctx.isMS());
|
|
108
|
+
i0.ɵɵadvance(1);
|
|
109
|
+
i0.ɵɵproperty("ngIf", ctx.data && !ctx.data.has_error && !ctx.isMS());
|
|
110
|
+
i0.ɵɵadvance(1);
|
|
111
|
+
i0.ɵɵproperty("ngIf", ctx.data && ctx.data.has_error);
|
|
112
|
+
i0.ɵɵadvance(4);
|
|
113
|
+
i0.ɵɵproperty("ngIf", ctx.data && !ctx.data.has_error);
|
|
114
|
+
i0.ɵɵadvance(1);
|
|
115
|
+
i0.ɵɵproperty("ngIf", ctx.data && ctx.data.has_error);
|
|
116
|
+
} }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonIcon, i3.IonRow, i2.NgIf, i4.Dialog, i5.TranslatePipe] }); }
|
|
117
|
+
}
|
|
118
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfirmationComponent, [{
|
|
119
|
+
type: Component,
|
|
120
|
+
args: [{ selector: 'app-confirmation', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '75vw', '640px': '100vw'}\" [style]=\"{width: '35vw'}\" position=\"top\">\r\n <h4 style=\"padding-left: 10px;\" class=\"heading\">{{data && data.has_error ? 'Could not process' : confirmation }}</h4>\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\" *ngIf=\"data && !data.has_error\">\r\n <h3>You're all set, nothing more to do for that week.</h3>\r\n </ion-col>\r\n <ion-col class=\"ion-text-left\" *ngIf=\"data && data.has_error\">\r\n <h3>Your weekly certification for the week of <span style=\"color: var(--ion-color-yellow);\">{{dynamicParam.sunday_date}} through {{dynamicParam.saturday_date}}</span> could not be processed.</h3>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row><ion-col></ion-col></ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <section *ngIf=\"data && !data.has_error && isMS()\"> \r\n <img alt=\"weekly help\" src=\"assets/icon/weeklyCompleted.PNG\" />\r\n </section> \r\n <ion-icon name=\"checkmark-circle\" style=\"font-size: 80px; color: var(--ion-color-green);\" *ngIf=\"data && !data.has_error && !isMS()\"></ion-icon>\r\n <ion-icon name=\"warning-outline\" style=\"font-size: 80px; color: var(--ion-color-yellow);\" *ngIf=\"data && data.has_error\"></ion-icon>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row><ion-col></ion-col></ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-right\" *ngIf=\"data && !data.has_error\">\r\n You can start adding this week's activities immediately.\r\n </ion-col>\r\n <ion-col class=\"ion-text-left\" *ngIf=\"data && data.has_error\">\r\n {{data.message | translate}}\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\" type=\"reset\">Home</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n</p-dialog>" }]
|
|
121
|
+
}], () => [{ type: i1.ReviewService }, { type: i2.DatePipe }], { data: [{
|
|
122
|
+
type: Input
|
|
123
|
+
}], dynamicParam: [{
|
|
124
|
+
type: Input
|
|
125
|
+
}], onClose: [{
|
|
126
|
+
type: Output
|
|
127
|
+
}] }); })();
|
|
128
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfirmationComponent, { className: "ConfirmationComponent", filePath: "lib\\components\\weekly-confirmation\\confirmation.component.ts", lineNumber: 12 }); })();
|
|
129
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93ZWVrbHktY29uZmlybWF0aW9uL2NvbmZpcm1hdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LWNvbmZpcm1hdGlvbi9jb25maXJtYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUvRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7Ozs7O0lDQzFDLG1DQUErRCxTQUFBO0lBQ3pELGlFQUFpRDtJQUFBLGlCQUFLLEVBQUE7OztJQUU1RCxtQ0FBOEQsU0FBQTtJQUN4RCwwREFBMEM7SUFBQSxnQ0FBOEM7SUFBQSxZQUFtRTtJQUFBLGlCQUFPO0lBQUMsd0NBQXVCO0lBQUEsaUJBQUssRUFBQTs7O0lBQXZHLGVBQW1FO0lBQW5FLDhHQUFtRTs7O0lBTS9KLCtCQUFtRDtJQUNqRCwwQkFBK0Q7SUFDL0QsaUJBQVU7OztJQUNaLCtCQUFnSjs7O0lBQ2hKLCtCQUFvSTs7O0lBS3RJLGtDQUFnRTtJQUM5RCwwRUFDRjtJQUFBLGlCQUFVOzs7SUFDVixtQ0FBOEQ7SUFDNUQsWUFDRjs7SUFBQSxpQkFBVTs7O0lBRFIsZUFDRjtJQURFLDBFQUNGOzs7O0FEakJOLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxRQUFRO0lBZWpELFlBQXFCLEVBQWlCLEVBQVUsUUFBaUI7UUFDL0QsS0FBSyxFQUFFLENBQUM7UUFEVyxPQUFFLEdBQUYsRUFBRSxDQUFlO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBUztRQU5qRSxZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7SUFRL0MsQ0FBQztJQUVGLFFBQVE7UUFDTixJQUFHLElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBQztZQUNuQyxJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUM1QjtRQUVELElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxhQUFhLEVBQUUsWUFBWSxDQUFDLENBQUM7UUFDM0YsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxZQUFZLENBQUMsQ0FBQztRQUN2RixJQUFJLENBQUMsWUFBWSxHQUFHLHlCQUF5QixHQUFHLElBQUksQ0FBQyxVQUFVLEdBQUcsR0FBRyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUM7SUFFNUYsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7c0ZBaENVLHFCQUFxQjtvRUFBckIscUJBQXFCO1lDWGxDLG1DQUFtSixZQUFBO1lBQ2pHLFlBQWdFO1lBQUEsaUJBQUs7WUFDckgsZ0NBQVUsY0FBQTtZQUVOLDhFQUVVLGlFQUFBO1lBSVosaUJBQVU7WUFDViwrQkFBUztZQUFBLDBCQUFtQjtZQUFBLGlCQUFVO1lBQ3RDLCtCQUFTLGtCQUFBO1lBRUwsZ0ZBRVkscUVBQUEscUVBQUE7WUFHZCxpQkFBVSxFQUFBO1lBRVosZ0NBQVM7WUFBQSwyQkFBbUI7WUFBQSxpQkFBVTtZQUN0QyxnQ0FBUztZQUNQLGdGQUVVLG1FQUFBO1lBSVosaUJBQVU7WUFDVixnQ0FBUyxrQkFBQSxxQkFBQTtZQUVvQyx1R0FBUyxXQUFPLElBQUM7WUFBYyxxQkFBSTtZQUFBLGlCQUFhLEVBQUEsRUFBQSxFQUFBLEVBQUE7O1lBaENTLDBDQUF5QjtZQUE3RSx5REFBbUQ7WUFDdkQsZUFBZ0U7WUFBaEUsNkZBQWdFO1lBRzVFLGVBQTZCO1lBQTdCLHNEQUE2QjtZQUc3QixlQUE0QjtZQUE1QixxREFBNEI7WUFPaEQsZUFBdUM7WUFBdkMsb0VBQXVDO1lBRzBDLGVBQXdDO1lBQXhDLHFFQUF3QztZQUN4QyxlQUE0QjtZQUE1QixxREFBNEI7WUFLeEYsZUFBNkI7WUFBN0Isc0RBQTZCO1lBRzlCLGVBQTRCO1lBQTVCLHFEQUE0Qjs7O2lGRGZyRCxxQkFBcUI7Y0FMakMsU0FBUzsyQkFDRSxrQkFBa0I7cUVBTzVCLElBQUk7a0JBREgsS0FBSztZQUlDLFlBQVk7a0JBRGxCLEtBQUs7WUFJTixPQUFPO2tCQUROLE1BQU07O2tGQVJJLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERhdGVQaXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSZXZpZXdTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvd2Vla2x5LWNlcnQvcmV2aWV3LnNlcnZpY2UnXHJcbmltcG9ydCB7IEJhc2VQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvQmFzZVBhZ2UnO1xyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWNvbmZpcm1hdGlvbicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbmZpcm1hdGlvbi5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vY29uZmlybWF0aW9uLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDb25maXJtYXRpb25Db21wb25lbnQgZXh0ZW5kcyBCYXNlUGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZGF0YSA6IGFueTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgZHluYW1pY1BhcmFtIDogYW55O1xyXG5cclxuICBAT3V0cHV0KCkgXHJcbiAgb25DbG9zZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIHNhdHVyZGF5RGF0ZSA6IHN0cmluZztcclxuICBzdW5kYXlEYXRlIDogc3RyaW5nO1xyXG4gIGNvbmZpcm1hdGlvbiA6IHN0cmluZztcclxuXHJcbiAgY29uc3RydWN0b3IoIHByaXZhdGUgcnM6IFJldmlld1NlcnZpY2UsIHByaXZhdGUgZGF0ZXBpcGU6RGF0ZVBpcGUpIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgIH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICBpZih0aGlzLmRhdGEgJiYgIXRoaXMuZGF0YS5oYXNfZXJyb3Ipe1xyXG4gICAgICB0aGlzLnJzLnNldFJldmlld0FwcCh0cnVlKTtcclxuICAgIH1cclxuXHJcbiAgICB0aGlzLnNhdHVyZGF5RGF0ZSA9IHRoaXMuZGF0ZXBpcGUudHJhbnNmb3JtKHRoaXMuZHluYW1pY1BhcmFtLnNhdHVyZGF5X2RhdGUsICdNTS9kZC95eXl5Jyk7XHJcbiAgICB0aGlzLnN1bmRheURhdGUgPSB0aGlzLmRhdGVwaXBlLnRyYW5zZm9ybSh0aGlzLmR5bmFtaWNQYXJhbS5zdW5kYXlfZGF0ZSwgJ01NL2RkL3l5eXknKTtcclxuICAgIHRoaXMuY29uZmlybWF0aW9uID0gJ0NlcnRpZmljYXRpb24gZG9uZSBmb3IgJyArIHRoaXMuc3VuZGF5RGF0ZSArICctJyArIHRoaXMuc2F0dXJkYXlEYXRlO1xyXG5cclxuICB9XHJcblxyXG4gIGNsb3NlKCl7XHJcbiAgICB0aGlzLm9uQ2xvc2UuZW1pdCgpO1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPHAtZGlhbG9nIHZpc2libGU9XCJ0cnVlXCIgbW9kYWw9XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsnOTYwcHgnOiAnNzV2dycsICc2NDBweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzM1dncnfVwiIHBvc2l0aW9uPVwidG9wXCI+XHJcbiAgPGg0IHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxMHB4O1wiIGNsYXNzPVwiaGVhZGluZ1wiPnt7ZGF0YSAmJiBkYXRhLmhhc19lcnJvciA/ICdDb3VsZCBub3QgcHJvY2VzcycgOiBjb25maXJtYXRpb24gfX08L2g0PlxyXG4gIDxpb24tZ3JpZD5cclxuICAgIDxpb24tcm93PlxyXG4gICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnRcIiAqbmdJZj1cImRhdGEgJiYgIWRhdGEuaGFzX2Vycm9yXCI+XHJcbiAgICAgICAgPGgzPllvdSdyZSBhbGwgc2V0LCBub3RoaW5nIG1vcmUgdG8gZG8gZm9yIHRoYXQgd2Vlay48L2gzPlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiICpuZ0lmPVwiZGF0YSAmJiBkYXRhLmhhc19lcnJvclwiPlxyXG4gICAgICAgIDxoMz5Zb3VyIHdlZWtseSBjZXJ0aWZpY2F0aW9uIGZvciB0aGUgd2VlayBvZiA8c3BhbiBzdHlsZT1cImNvbG9yOiB2YXIoLS1pb24tY29sb3IteWVsbG93KTtcIj57e2R5bmFtaWNQYXJhbS5zdW5kYXlfZGF0ZX19IHRocm91Z2gge3tkeW5hbWljUGFyYW0uc2F0dXJkYXlfZGF0ZX19PC9zcGFuPiBjb3VsZCBub3QgYmUgcHJvY2Vzc2VkLjwvaDM+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgIDwvaW9uLXJvdz5cclxuICAgIDxpb24tcm93Pjxpb24tY29sPjwvaW9uLWNvbD48L2lvbi1yb3c+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICA8c2VjdGlvbiAqbmdJZj1cImRhdGEgJiYgIWRhdGEuaGFzX2Vycm9yICYmIGlzTVMoKVwiPiBcclxuICAgICAgICAgIDxpbWcgYWx0PVwid2Vla2x5IGhlbHBcIiBzcmM9XCJhc3NldHMvaWNvbi93ZWVrbHlDb21wbGV0ZWQuUE5HXCIgLz5cclxuICAgICAgICAgIDwvc2VjdGlvbj4gICAgICAgICAgXHJcbiAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJjaGVja21hcmstY2lyY2xlXCIgc3R5bGU9XCJmb250LXNpemU6IDgwcHg7IGNvbG9yOiB2YXIoLS1pb24tY29sb3ItZ3JlZW4pO1wiICpuZ0lmPVwiZGF0YSAmJiAhZGF0YS5oYXNfZXJyb3IgJiYgIWlzTVMoKVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJ3YXJuaW5nLW91dGxpbmVcIiBzdHlsZT1cImZvbnQtc2l6ZTogODBweDsgY29sb3I6IHZhcigtLWlvbi1jb2xvci15ZWxsb3cpO1wiICpuZ0lmPVwiZGF0YSAmJiBkYXRhLmhhc19lcnJvclwiPjwvaW9uLWljb24+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgIDwvaW9uLXJvdz5cclxuICAgIDxpb24tcm93Pjxpb24tY29sPjwvaW9uLWNvbD48L2lvbi1yb3c+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiICpuZ0lmPVwiZGF0YSAmJiAhZGF0YS5oYXNfZXJyb3JcIj5cclxuICAgICAgICBZb3UgY2FuIHN0YXJ0IGFkZGluZyB0aGlzIHdlZWsncyBhY3Rpdml0aWVzIGltbWVkaWF0ZWx5LlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiICpuZ0lmPVwiZGF0YSAmJiBkYXRhLmhhc19lcnJvclwiPlxyXG4gICAgICAgIHt7ZGF0YS5tZXNzYWdlIHwgdHJhbnNsYXRlfX1cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiY2xvc2UoKVwiIHR5cGU9XCJyZXNldFwiPkhvbWU8L2lvbi1idXR0b24+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgIDwvaW9uLXJvdz5cclxuICA8L2lvbi1ncmlkPlxyXG48L3AtZGlhbG9nPiJdfQ==
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { BasePage } from '../../pages/BasePage';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../services/weekly-cert/review.service";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
import * as i3 from "@ionic/angular";
|
|
7
|
+
import * as i4 from "primeng/dialog";
|
|
8
|
+
function InterimConfirmationComponent_ion_col_6_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵelementStart(0, "ion-col", 13)(1, "p", 14)(2, "b");
|
|
10
|
+
i0.ɵɵtext(3, "Next,");
|
|
11
|
+
i0.ɵɵelementEnd();
|
|
12
|
+
i0.ɵɵtext(4);
|
|
13
|
+
i0.ɵɵelementEnd()();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
16
|
+
i0.ɵɵadvance(4);
|
|
17
|
+
i0.ɵɵtextInterpolate1(" certify for the week of ", ctx_r0.nextWeekToCertifyDates, " ");
|
|
18
|
+
} }
|
|
19
|
+
function InterimConfirmationComponent_ion_col_7_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelementStart(0, "ion-col", 13)(1, "p", 15);
|
|
21
|
+
i0.ɵɵtext(2, " Your weekly certification for the week of ");
|
|
22
|
+
i0.ɵɵelementStart(3, "span", 16);
|
|
23
|
+
i0.ɵɵtext(4);
|
|
24
|
+
i0.ɵɵelementEnd();
|
|
25
|
+
i0.ɵɵtext(5, " could not be processed. ");
|
|
26
|
+
i0.ɵɵelementEnd()();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
29
|
+
i0.ɵɵadvance(4);
|
|
30
|
+
i0.ɵɵtextInterpolate2("", ctx_r1.dynamicParam.sunday_date, " through ", ctx_r1.dynamicParam.saturday_date, "");
|
|
31
|
+
} }
|
|
32
|
+
function InterimConfirmationComponent_section_9_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
i0.ɵɵelementStart(0, "section");
|
|
34
|
+
i0.ɵɵelement(1, "img", 17);
|
|
35
|
+
i0.ɵɵelementEnd();
|
|
36
|
+
} }
|
|
37
|
+
function InterimConfirmationComponent_ion_icon_10_Template(rf, ctx) { if (rf & 1) {
|
|
38
|
+
i0.ɵɵelement(0, "ion-icon", 18);
|
|
39
|
+
} }
|
|
40
|
+
const _c0 = () => ({ width: "35vw" });
|
|
41
|
+
const _c1 = () => ({ "960px": "75vw", "640px": "100vw" });
|
|
42
|
+
export class InterimConfirmationComponent extends BasePage {
|
|
43
|
+
constructor(rs, datepipe, nav) {
|
|
44
|
+
super();
|
|
45
|
+
this.rs = rs;
|
|
46
|
+
this.datepipe = datepipe;
|
|
47
|
+
this.nav = nav;
|
|
48
|
+
this.onClose = new EventEmitter();
|
|
49
|
+
this.onNext = new EventEmitter();
|
|
50
|
+
this.numberOfWeeksFiled = 1;
|
|
51
|
+
this.currentNumberFiling = 1;
|
|
52
|
+
this.continueToFileForMultipleWeeks = false;
|
|
53
|
+
this.weeksToBeCertifiedTotal = 0;
|
|
54
|
+
}
|
|
55
|
+
ngOnInit() {
|
|
56
|
+
if (this.data && !this.data.has_error) {
|
|
57
|
+
this.rs.setReviewApp(true);
|
|
58
|
+
this.numberOfWeeksFiled += 1;
|
|
59
|
+
this.currentNumberFiling = ++this.currentNumberFiling;
|
|
60
|
+
}
|
|
61
|
+
this.saturdayDate = this.datepipe.transform(this.dynamicParam.saturday_date, 'MM/dd/yyyy');
|
|
62
|
+
this.sundayDate = this.datepipe.transform(this.dynamicParam.sunday_date, 'MM/dd/yyyy');
|
|
63
|
+
this.confirmation = 'Certification done for ' + this.sundayDate + '-' + this.saturdayDate;
|
|
64
|
+
this.nextSaturdayDate = this.datepipe.transform(this.dynamicParam.next_saturday, 'MM/dd/yyyy');
|
|
65
|
+
this.nextSundayDate = this.datepipe.transform(this.dynamicParam.next_sunday, 'MM/dd/yyyy');
|
|
66
|
+
this.nextWeekToCertifyDates = this.nextSundayDate + '-' + this.nextSaturdayDate;
|
|
67
|
+
if (this.numberOfWeeksFiled <= this.dynamicParam.numberOfMultipleWeeksDue) {
|
|
68
|
+
this.continueToFileForMultipleWeeks = true;
|
|
69
|
+
this.weeksToBeCertifiedTotal = this.dynamicParam.numberOfMultipleWeeksDue;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
this.continueToFileForMultipleWeeks = false;
|
|
73
|
+
}
|
|
74
|
+
this.dynamicParamToSend = {
|
|
75
|
+
count: this.numberOfWeeksFiled,
|
|
76
|
+
continueToFileForMultipleWeeks: this.continueToFileForMultipleWeeks,
|
|
77
|
+
total: this.weeksToBeCertifiedTotal,
|
|
78
|
+
currentNumberFiling: this.currentNumberFiling,
|
|
79
|
+
claimantId: this.dynamicParam.claimantId
|
|
80
|
+
};
|
|
81
|
+
this.dynamicParamToSend = JSON.stringify(this.dynamicParamToSend);
|
|
82
|
+
this.encodedParams = btoa((this.dynamicParamToSend));
|
|
83
|
+
}
|
|
84
|
+
close() {
|
|
85
|
+
this.onClose.emit();
|
|
86
|
+
}
|
|
87
|
+
next() {
|
|
88
|
+
this.onNext.emit(this.encodedParams);
|
|
89
|
+
}
|
|
90
|
+
static { this.ɵfac = function InterimConfirmationComponent_Factory(t) { return new (t || InterimConfirmationComponent)(i0.ɵɵdirectiveInject(i1.ReviewService), i0.ɵɵdirectiveInject(i2.DatePipe), i0.ɵɵdirectiveInject(i3.NavController)); }; }
|
|
91
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InterimConfirmationComponent, selectors: [["app-interim-confirmation"]], inputs: { data: "data", dynamicParam: "dynamicParam" }, outputs: { onClose: "onClose", onNext: "onNext" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 18, vars: 10, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "breakpoints"], [1, "confirmation-wrapper"], [1, "confirmation-heading"], [1, "ion-align-items-center"], ["size", "6", "class", "confirmation-text-col", 4, "ngIf"], ["size", "6", 1, "ion-text-center"], [4, "ngIf"], ["name", "warning-outline", "class", "warning-icon", 4, "ngIf"], [1, "ion-padding-top"], [1, "ion-text-center"], ["shape", "round", "fill", "outline", 3, "click"], [1, "ion-text-right"], ["shape", "round", "fill", "solid", 2, "padding-left", "10px", 3, "click"], ["size", "6", 1, "confirmation-text-col"], [1, "confirmation-text"], [1, "confirmation-error-text"], [1, "highlight"], ["src", "assets/icon/interimConfirmation.png", "alt", "weekly help", 1, "confirmation-image"], ["name", "warning-outline", 1, "warning-icon"]], template: function InterimConfirmationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92
|
+
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "div", 1)(2, "h4", 2);
|
|
93
|
+
i0.ɵɵtext(3);
|
|
94
|
+
i0.ɵɵelementEnd();
|
|
95
|
+
i0.ɵɵelementStart(4, "ion-grid")(5, "ion-row", 3);
|
|
96
|
+
i0.ɵɵtemplate(6, InterimConfirmationComponent_ion_col_6_Template, 5, 1, "ion-col", 4)(7, InterimConfirmationComponent_ion_col_7_Template, 6, 2, "ion-col", 4);
|
|
97
|
+
i0.ɵɵelementStart(8, "ion-col", 5);
|
|
98
|
+
i0.ɵɵtemplate(9, InterimConfirmationComponent_section_9_Template, 2, 0, "section", 6)(10, InterimConfirmationComponent_ion_icon_10_Template, 1, 0, "ion-icon", 7);
|
|
99
|
+
i0.ɵɵelementEnd()();
|
|
100
|
+
i0.ɵɵelementStart(11, "ion-row", 8)(12, "ion-col", 9)(13, "ion-button", 10);
|
|
101
|
+
i0.ɵɵlistener("click", function InterimConfirmationComponent_Template_ion_button_click_13_listener() { return ctx.close(); });
|
|
102
|
+
i0.ɵɵtext(14, "Home");
|
|
103
|
+
i0.ɵɵelementEnd()();
|
|
104
|
+
i0.ɵɵelementStart(15, "ion-col", 11)(16, "ion-button", 12);
|
|
105
|
+
i0.ɵɵlistener("click", function InterimConfirmationComponent_Template_ion_button_click_16_listener() { return ctx.next(); });
|
|
106
|
+
i0.ɵɵtext(17, "Next");
|
|
107
|
+
i0.ɵɵelementEnd()()()()()();
|
|
108
|
+
} if (rf & 2) {
|
|
109
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(8, _c0));
|
|
110
|
+
i0.ɵɵproperty("breakpoints", i0.ɵɵpureFunction0(9, _c1));
|
|
111
|
+
i0.ɵɵadvance(3);
|
|
112
|
+
i0.ɵɵtextInterpolate1(" ", (ctx.data == null ? null : ctx.data.has_error) ? "Could not process" : ctx.confirmation, " ");
|
|
113
|
+
i0.ɵɵadvance(3);
|
|
114
|
+
i0.ɵɵproperty("ngIf", ctx.data && !ctx.data.has_error);
|
|
115
|
+
i0.ɵɵadvance(1);
|
|
116
|
+
i0.ɵɵproperty("ngIf", ctx.data && ctx.data.has_error);
|
|
117
|
+
i0.ɵɵadvance(2);
|
|
118
|
+
i0.ɵɵproperty("ngIf", ctx.data && !ctx.data.has_error && ctx.isMS());
|
|
119
|
+
i0.ɵɵadvance(1);
|
|
120
|
+
i0.ɵɵproperty("ngIf", ctx.data && ctx.data.has_error);
|
|
121
|
+
} }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonIcon, i3.IonRow, i2.NgIf, i4.Dialog], styles: [".confirmation-wrapper[_ngcontent-%COMP%]{padding:10px 20px;max-width:100%;box-sizing:border-box}.confirmation-heading[_ngcontent-%COMP%]{padding-left:10px;font-size:23px;font-family:var(--app-font-light);color:var(--ion-color-medium-gray)}.confirmation-text[_ngcontent-%COMP%], .confirmation-error-text[_ngcontent-%COMP%]{font-size:16px;margin:10px 0;word-wrap:break-word}.confirmation-image[_ngcontent-%COMP%]{max-width:100%;height:auto;margin:0 auto}.warning-icon[_ngcontent-%COMP%]{font-size:80px;color:var(--ion-color-yellow)}.highlight[_ngcontent-%COMP%]{color:var(--ion-color-yellow)}@media screen and (max-width: 640px){ion-col.confirmation-text-col[_ngcontent-%COMP%]{width:100%;flex:100%;max-width:100%}.confirmation-wrapper[_ngcontent-%COMP%]{padding:10px}.confirmation-heading[_ngcontent-%COMP%]{font-size:20px}.confirmation-image[_ngcontent-%COMP%], .warning-icon[_ngcontent-%COMP%]{margin-top:20px}}"] }); }
|
|
122
|
+
}
|
|
123
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InterimConfirmationComponent, [{
|
|
124
|
+
type: Component,
|
|
125
|
+
args: [{ selector: 'app-interim-confirmation', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\" [breakpoints]=\"{ '960px': '75vw', '640px': '100vw' }\"\r\n [style]=\"{ width: '35vw' }\" position=\"top\">\r\n <div class=\"confirmation-wrapper\">\r\n <h4 class=\"confirmation-heading\">\r\n {{ data?.has_error ? 'Could not process' : confirmation }}\r\n </h4>\r\n\r\n <ion-grid>\r\n <!-- TEXT + IMAGE in the same row -->\r\n <ion-row class=\"ion-align-items-center\">\r\n <!-- Text Column -->\r\n <ion-col size=\"6\" class=\"confirmation-text-col\" *ngIf=\"data && !data.has_error\">\r\n <p class=\"confirmation-text\">\r\n <b>Next,</b> certify for the week of {{ nextWeekToCertifyDates }}\r\n </p>\r\n </ion-col>\r\n\r\n <!-- Error Text if any -->\r\n <ion-col size=\"6\" class=\"confirmation-text-col\" *ngIf=\"data && data.has_error\">\r\n <p class=\"confirmation-error-text\">\r\n Your weekly certification for the week of\r\n <span class=\"highlight\">{{ dynamicParam.sunday_date }} through {{ dynamicParam.saturday_date }}</span>\r\n could not be processed.\r\n </p>\r\n </ion-col>\r\n\r\n <!-- Image/Icon Column -->\r\n <ion-col size=\"6\" class=\"ion-text-center\">\r\n <section *ngIf=\"data && !data.has_error && isMS()\">\r\n <img src=\"assets/icon/interimConfirmation.png\" alt=\"weekly help\" class=\"confirmation-image\" />\r\n </section>\r\n <ion-icon *ngIf=\"data && data.has_error\" name=\"warning-outline\" class=\"warning-icon\"></ion-icon>\r\n </ion-col>\r\n </ion-row>\r\n\r\n <!-- Buttons Row -->\r\n <ion-row class=\"ion-padding-top\">\r\n <ion-col class=\"ion-text-center\">\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\">Home</ion-button>\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"solid\" (click)=\"next()\" style=\"padding-left: 10px;\">Next</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </div>\r\n</p-dialog>", styles: [".confirmation-wrapper{padding:10px 20px;max-width:100%;box-sizing:border-box}.confirmation-heading{padding-left:10px;font-size:23px;font-family:var(--app-font-light);color:var(--ion-color-medium-gray)}.confirmation-text,.confirmation-error-text{font-size:16px;margin:10px 0;word-wrap:break-word}.confirmation-image{max-width:100%;height:auto;margin:0 auto}.warning-icon{font-size:80px;color:var(--ion-color-yellow)}.highlight{color:var(--ion-color-yellow)}@media screen and (max-width: 640px){ion-col.confirmation-text-col{width:100%;flex:100%;max-width:100%}.confirmation-wrapper{padding:10px}.confirmation-heading{font-size:20px}.confirmation-image,.warning-icon{margin-top:20px}}\n"] }]
|
|
126
|
+
}], () => [{ type: i1.ReviewService }, { type: i2.DatePipe }, { type: i3.NavController }], { data: [{
|
|
127
|
+
type: Input
|
|
128
|
+
}], dynamicParam: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}], onClose: [{
|
|
131
|
+
type: Output
|
|
132
|
+
}], onNext: [{
|
|
133
|
+
type: Output
|
|
134
|
+
}] }); })();
|
|
135
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InterimConfirmationComponent, { className: "InterimConfirmationComponent", filePath: "lib\\components\\weekly-interim-confirmation\\interim-confirmation.component.ts", lineNumber: 13 }); })();
|
|
136
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZXJpbS1jb25maXJtYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL3dlZWtseS1pbnRlcmltLWNvbmZpcm1hdGlvbi9pbnRlcmltLWNvbmZpcm1hdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LWludGVyaW0tY29uZmlybWF0aW9uL2ludGVyaW0tY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0UsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLHNCQUFzQixDQUFDOzs7Ozs7O0lDUXhDLG1DQUFnRixZQUFBLFFBQUE7SUFFekUscUJBQUs7SUFBQSxpQkFBSTtJQUFDLFlBQ2Y7SUFBQSxpQkFBSSxFQUFBOzs7SUFEVyxlQUNmO0lBRGUsc0ZBQ2Y7OztJQUlGLG1DQUErRSxZQUFBO0lBRTNFLDJEQUNBO0lBQUEsZ0NBQXdCO0lBQUEsWUFBdUU7SUFBQSxpQkFBTztJQUN0Ryx5Q0FDRjtJQUFBLGlCQUFJLEVBQUE7OztJQUZzQixlQUF1RTtJQUF2RSw4R0FBdUU7OztJQU9qRywrQkFBbUQ7SUFDakQsMEJBQThGO0lBQ2hHLGlCQUFVOzs7SUFDViwrQkFBZ0c7Ozs7QURuQjFHLE1BQU0sT0FBTyw0QkFBNkIsU0FBUSxRQUFRO0lBaUN4RCxZQUFxQixFQUFpQixFQUFVLFFBQWlCLEVBQVMsR0FBa0I7UUFDMUYsS0FBSyxFQUFFLENBQUM7UUFEVyxPQUFFLEdBQUYsRUFBRSxDQUFlO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBUztRQUFTLFFBQUcsR0FBSCxHQUFHLENBQWU7UUF4QjVGLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUdoRCxXQUFNLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFXeEMsdUJBQWtCLEdBQUcsQ0FBQyxDQUFDO1FBQ3ZCLHdCQUFtQixHQUFHLENBQUMsQ0FBQztRQUN4QixtQ0FBOEIsR0FBWSxLQUFLLENBQUM7UUFFaEQsNEJBQXVCLEdBQUcsQ0FBQyxDQUFDO0lBUWxDLENBQUM7SUFFRixRQUFRO1FBQ04sSUFBRyxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUM7WUFDbkMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDM0IsSUFBSSxDQUFDLGtCQUFrQixJQUFJLENBQUMsQ0FBQztZQUM3QixJQUFJLENBQUMsbUJBQW1CLEdBQUcsRUFBRSxJQUFJLENBQUMsbUJBQW1CLENBQUM7U0FDdkQ7UUFFRCxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsYUFBYSxFQUFFLFlBQVksQ0FBQyxDQUFDO1FBQzNGLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsWUFBWSxDQUFDLENBQUM7UUFDdkYsSUFBSSxDQUFDLFlBQVksR0FBRyx5QkFBeUIsR0FBRyxJQUFJLENBQUMsVUFBVSxHQUFHLEdBQUcsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDO1FBRTFGLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLGFBQWEsRUFBRSxZQUFZLENBQUMsQ0FBQztRQUMvRixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxFQUFFLFlBQVksQ0FBQyxDQUFDO1FBRTNGLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxJQUFJLENBQUMsY0FBYyxHQUFHLEdBQUcsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7UUFFaEYsSUFBRyxJQUFJLENBQUMsa0JBQWtCLElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyx3QkFBd0IsRUFDeEU7WUFDRSxJQUFJLENBQUMsOEJBQThCLEdBQUcsSUFBSSxDQUFDO1lBQzNDLElBQUksQ0FBQyx1QkFBdUIsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLHdCQUF3QixDQUFDO1NBQzNFO2FBQ0k7WUFDSCxJQUFJLENBQUMsOEJBQThCLEdBQUcsS0FBSyxDQUFDO1NBQzdDO1FBRUQsSUFBSSxDQUFDLGtCQUFrQixHQUFHO1lBQ3hCLEtBQUssRUFBRSxJQUFJLENBQUMsa0JBQWtCO1lBQzlCLDhCQUE4QixFQUFFLElBQUksQ0FBQyw4QkFBOEI7WUFDbkUsS0FBSyxFQUFFLElBQUksQ0FBQyx1QkFBdUI7WUFDbkMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtZQUM3QyxVQUFVLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxVQUFVO1NBQ3pDLENBQUM7UUFFRixJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsQ0FBQztRQUNsRSxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7SUFFdkQsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxJQUFJO1FBQ0YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7NkZBakZVLDRCQUE0QjtvRUFBNUIsNEJBQTRCO1lDWnpDLG1DQUM2QyxhQUFBLFlBQUE7WUFHdkMsWUFDRjtZQUFBLGlCQUFLO1lBRUwsZ0NBQVUsaUJBQUE7WUFJTixxRkFJVSx3RUFBQTtZQVlWLGtDQUEwQztZQUN4QyxxRkFFVSw0RUFBQTtZQUVaLGlCQUFVLEVBQUE7WUFJWixtQ0FBaUMsa0JBQUEsc0JBQUE7WUFFWSw4R0FBUyxXQUFPLElBQUM7WUFBQyxxQkFBSTtZQUFBLGlCQUFhLEVBQUE7WUFFOUUsb0NBQWdDLHNCQUFBO1lBQ1MsOEdBQVMsVUFBTSxJQUFDO1lBQTZCLHFCQUFJO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBOztZQXhDN0cseUNBQTJCO1lBRHlCLHdEQUFxRDtZQUlyRyxlQUNGO1lBREUsd0hBQ0Y7WUFNcUQsZUFBNkI7WUFBN0Isc0RBQTZCO1lBTzdCLGVBQTRCO1lBQTVCLHFEQUE0QjtZQVVqRSxlQUF1QztZQUF2QyxvRUFBdUM7WUFHdEMsZUFBNEI7WUFBNUIscURBQTRCOzs7aUZEbkJwQyw0QkFBNEI7Y0FMeEMsU0FBUzsyQkFDRSwwQkFBMEI7aUdBT3BDLElBQUk7a0JBREgsS0FBSztZQUlDLFlBQVk7a0JBRGxCLEtBQUs7WUFJTixPQUFPO2tCQUROLE1BQU07WUFJUCxNQUFNO2tCQURMLE1BQU07O2tGQVhJLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERhdGVQaXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSZXZpZXdTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvd2Vla2x5LWNlcnQvcmV2aWV3LnNlcnZpY2UnXHJcbmltcG9ydCB7IEJhc2VQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvQmFzZVBhZ2UnO1xyXG5pbXBvcnQgeyBBbGVydENvbnRyb2xsZXIsIE5hdkNvbnRyb2xsZXIsIFBsYXRmb3JtIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWludGVyaW0tY29uZmlybWF0aW9uJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vaW50ZXJpbS1jb25maXJtYXRpb24uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2ludGVyaW0tY29uZmlybWF0aW9uLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJbnRlcmltQ29uZmlybWF0aW9uQ29tcG9uZW50IGV4dGVuZHMgQmFzZVBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGRhdGEgOiBhbnk7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIGR5bmFtaWNQYXJhbSA6IGFueTtcclxuXHJcbiAgQE91dHB1dCgpIFxyXG4gIG9uQ2xvc2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KCkgXHJcbiAgb25OZXh0OiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgc2F0dXJkYXlEYXRlIDogc3RyaW5nO1xyXG4gIHN1bmRheURhdGUgOiBzdHJpbmc7XHJcblxyXG4gIG5leHRTYXR1cmRheURhdGUgOiBzdHJpbmc7XHJcbiAgbmV4dFN1bmRheURhdGUgOiBzdHJpbmc7XHJcblxyXG4gIGNvbmZpcm1hdGlvbiA6IHN0cmluZztcclxuICBuZXh0V2Vla1RvQ2VydGlmeURhdGVzIDogc3RyaW5nO1xyXG5cclxuICBwdWJsaWMgbnVtYmVyT2ZXZWVrc0ZpbGVkID0gMTtcclxuICBwdWJsaWMgY3VycmVudE51bWJlckZpbGluZyA9IDE7XHJcbiAgcHVibGljIGNvbnRpbnVlVG9GaWxlRm9yTXVsdGlwbGVXZWVrczogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBwdWJsaWMgd2Vla3NUb0JlQ2VydGlmaWVkVG90YWwgPSAwO1xyXG5cclxuICBwdWJsaWMgZHluYW1pY1BhcmFtVG9TZW5kOiBhbnk7XHJcblxyXG4gIHB1YmxpYyBlbmNvZGVkUGFyYW1zOiBhbnk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCBwcml2YXRlIHJzOiBSZXZpZXdTZXJ2aWNlLCBwcml2YXRlIGRhdGVwaXBlOkRhdGVQaXBlLCBwdWJsaWMgbmF2OiBOYXZDb250cm9sbGVyKSB7XHJcbiAgICBzdXBlcigpO1xyXG4gICB9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgaWYodGhpcy5kYXRhICYmICF0aGlzLmRhdGEuaGFzX2Vycm9yKXtcclxuICAgICAgdGhpcy5ycy5zZXRSZXZpZXdBcHAodHJ1ZSk7XHJcbiAgICAgIHRoaXMubnVtYmVyT2ZXZWVrc0ZpbGVkICs9IDE7XHJcbiAgICAgIHRoaXMuY3VycmVudE51bWJlckZpbGluZyA9ICsrdGhpcy5jdXJyZW50TnVtYmVyRmlsaW5nO1xyXG4gICAgfVxyXG5cclxuICAgIHRoaXMuc2F0dXJkYXlEYXRlID0gdGhpcy5kYXRlcGlwZS50cmFuc2Zvcm0odGhpcy5keW5hbWljUGFyYW0uc2F0dXJkYXlfZGF0ZSwgJ01NL2RkL3l5eXknKTtcclxuICAgIHRoaXMuc3VuZGF5RGF0ZSA9IHRoaXMuZGF0ZXBpcGUudHJhbnNmb3JtKHRoaXMuZHluYW1pY1BhcmFtLnN1bmRheV9kYXRlLCAnTU0vZGQveXl5eScpO1xyXG4gICAgdGhpcy5jb25maXJtYXRpb24gPSAnQ2VydGlmaWNhdGlvbiBkb25lIGZvciAnICsgdGhpcy5zdW5kYXlEYXRlICsgJy0nICsgdGhpcy5zYXR1cmRheURhdGU7XHJcblxyXG4gICAgdGhpcy5uZXh0U2F0dXJkYXlEYXRlID0gdGhpcy5kYXRlcGlwZS50cmFuc2Zvcm0odGhpcy5keW5hbWljUGFyYW0ubmV4dF9zYXR1cmRheSwgJ01NL2RkL3l5eXknKTtcclxuICAgIHRoaXMubmV4dFN1bmRheURhdGUgPSB0aGlzLmRhdGVwaXBlLnRyYW5zZm9ybSh0aGlzLmR5bmFtaWNQYXJhbS5uZXh0X3N1bmRheSwgJ01NL2RkL3l5eXknKTtcclxuXHJcbiAgICB0aGlzLm5leHRXZWVrVG9DZXJ0aWZ5RGF0ZXMgPSB0aGlzLm5leHRTdW5kYXlEYXRlICsgJy0nICsgdGhpcy5uZXh0U2F0dXJkYXlEYXRlO1xyXG5cclxuICAgIGlmKHRoaXMubnVtYmVyT2ZXZWVrc0ZpbGVkIDw9IHRoaXMuZHluYW1pY1BhcmFtLm51bWJlck9mTXVsdGlwbGVXZWVrc0R1ZSlcclxuICAgIHtcclxuICAgICAgdGhpcy5jb250aW51ZVRvRmlsZUZvck11bHRpcGxlV2Vla3MgPSB0cnVlO1xyXG4gICAgICB0aGlzLndlZWtzVG9CZUNlcnRpZmllZFRvdGFsID0gdGhpcy5keW5hbWljUGFyYW0ubnVtYmVyT2ZNdWx0aXBsZVdlZWtzRHVlO1xyXG4gICAgfSBcclxuICAgIGVsc2Uge1xyXG4gICAgICB0aGlzLmNvbnRpbnVlVG9GaWxlRm9yTXVsdGlwbGVXZWVrcyA9IGZhbHNlO1xyXG4gICAgfVxyXG5cclxuICAgIHRoaXMuZHluYW1pY1BhcmFtVG9TZW5kID0ge1xyXG4gICAgICBjb3VudDogdGhpcy5udW1iZXJPZldlZWtzRmlsZWQsXHJcbiAgICAgIGNvbnRpbnVlVG9GaWxlRm9yTXVsdGlwbGVXZWVrczogdGhpcy5jb250aW51ZVRvRmlsZUZvck11bHRpcGxlV2Vla3MsXHJcbiAgICAgIHRvdGFsOiB0aGlzLndlZWtzVG9CZUNlcnRpZmllZFRvdGFsLFxyXG4gICAgICBjdXJyZW50TnVtYmVyRmlsaW5nOiB0aGlzLmN1cnJlbnROdW1iZXJGaWxpbmcsXHJcbiAgICAgIGNsYWltYW50SWQ6IHRoaXMuZHluYW1pY1BhcmFtLmNsYWltYW50SWRcclxuICAgIH07XHJcblxyXG4gICAgdGhpcy5keW5hbWljUGFyYW1Ub1NlbmQgPSBKU09OLnN0cmluZ2lmeSh0aGlzLmR5bmFtaWNQYXJhbVRvU2VuZCk7XHJcbiAgICB0aGlzLmVuY29kZWRQYXJhbXMgPSBidG9hKCh0aGlzLmR5bmFtaWNQYXJhbVRvU2VuZCkpO1xyXG5cclxuICB9XHJcblxyXG4gIGNsb3NlKCl7XHJcbiAgICB0aGlzLm9uQ2xvc2UuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgbmV4dCgpe1xyXG4gICAgdGhpcy5vbk5leHQuZW1pdCh0aGlzLmVuY29kZWRQYXJhbXMpO1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPHAtZGlhbG9nIHZpc2libGU9XCJ0cnVlXCIgbW9kYWw9XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsgJzk2MHB4JzogJzc1dncnLCAnNjQwcHgnOiAnMTAwdncnIH1cIlxyXG4gIFtzdHlsZV09XCJ7IHdpZHRoOiAnMzV2dycgfVwiIHBvc2l0aW9uPVwidG9wXCI+XHJcbiAgPGRpdiBjbGFzcz1cImNvbmZpcm1hdGlvbi13cmFwcGVyXCI+XHJcbiAgICA8aDQgY2xhc3M9XCJjb25maXJtYXRpb24taGVhZGluZ1wiPlxyXG4gICAgICB7eyBkYXRhPy5oYXNfZXJyb3IgPyAnQ291bGQgbm90IHByb2Nlc3MnIDogY29uZmlybWF0aW9uIH19XHJcbiAgICA8L2g0PlxyXG5cclxuICAgIDxpb24tZ3JpZD5cclxuICAgICAgPCEtLSBURVhUICsgSU1BR0UgaW4gdGhlIHNhbWUgcm93IC0tPlxyXG4gICAgICA8aW9uLXJvdyBjbGFzcz1cImlvbi1hbGlnbi1pdGVtcy1jZW50ZXJcIj5cclxuICAgICAgICA8IS0tIFRleHQgQ29sdW1uIC0tPlxyXG4gICAgICAgIDxpb24tY29sIHNpemU9XCI2XCIgY2xhc3M9XCJjb25maXJtYXRpb24tdGV4dC1jb2xcIiAqbmdJZj1cImRhdGEgJiYgIWRhdGEuaGFzX2Vycm9yXCI+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cImNvbmZpcm1hdGlvbi10ZXh0XCI+XHJcbiAgICAgICAgICAgIDxiPk5leHQsPC9iPiBjZXJ0aWZ5IGZvciB0aGUgd2VlayBvZiB7eyBuZXh0V2Vla1RvQ2VydGlmeURhdGVzIH19XHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG5cclxuICAgICAgICA8IS0tIEVycm9yIFRleHQgaWYgYW55IC0tPlxyXG4gICAgICAgIDxpb24tY29sIHNpemU9XCI2XCIgY2xhc3M9XCJjb25maXJtYXRpb24tdGV4dC1jb2xcIiAqbmdJZj1cImRhdGEgJiYgZGF0YS5oYXNfZXJyb3JcIj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwiY29uZmlybWF0aW9uLWVycm9yLXRleHRcIj5cclxuICAgICAgICAgICAgWW91ciB3ZWVrbHkgY2VydGlmaWNhdGlvbiBmb3IgdGhlIHdlZWsgb2ZcclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoaWdobGlnaHRcIj57eyBkeW5hbWljUGFyYW0uc3VuZGF5X2RhdGUgfX0gdGhyb3VnaCB7eyBkeW5hbWljUGFyYW0uc2F0dXJkYXlfZGF0ZSB9fTwvc3Bhbj5cclxuICAgICAgICAgICAgY291bGQgbm90IGJlIHByb2Nlc3NlZC5cclxuICAgICAgICAgIDwvcD5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcblxyXG4gICAgICAgIDwhLS0gSW1hZ2UvSWNvbiBDb2x1bW4gLS0+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjZcIiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgPHNlY3Rpb24gKm5nSWY9XCJkYXRhICYmICFkYXRhLmhhc19lcnJvciAmJiBpc01TKClcIj5cclxuICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvaWNvbi9pbnRlcmltQ29uZmlybWF0aW9uLnBuZ1wiIGFsdD1cIndlZWtseSBoZWxwXCIgY2xhc3M9XCJjb25maXJtYXRpb24taW1hZ2VcIiAvPlxyXG4gICAgICAgICAgPC9zZWN0aW9uPlxyXG4gICAgICAgICAgPGlvbi1pY29uICpuZ0lmPVwiZGF0YSAmJiBkYXRhLmhhc19lcnJvclwiIG5hbWU9XCJ3YXJuaW5nLW91dGxpbmVcIiBjbGFzcz1cIndhcm5pbmctaWNvblwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8L2lvbi1yb3c+XHJcblxyXG4gICAgICA8IS0tIEJ1dHRvbnMgUm93IC0tPlxyXG4gICAgICA8aW9uLXJvdyBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcFwiPlxyXG4gICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiY2xvc2UoKVwiPkhvbWU8L2lvbi1idXR0b24+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwic29saWRcIiAoY2xpY2spPVwibmV4dCgpXCIgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDEwcHg7XCI+TmV4dDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDwvaW9uLXJvdz5cclxuICAgIDwvaW9uLWdyaWQ+XHJcbiAgPC9kaXY+XHJcbjwvcC1kaWFsb2c+Il19
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Component, EventEmitter, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/weekly-cert/weekly-cert-v2.service";
|
|
4
|
+
import * as i2 from "@ionic/angular";
|
|
5
|
+
import * as i3 from "@angular/common";
|
|
6
|
+
import * as i4 from "primeng/divider";
|
|
7
|
+
import * as i5 from "../questionnaire/form-builder/form-builder.page";
|
|
8
|
+
import * as i6 from "../weekly-work-search-question-v2/work-search-question.component-v2";
|
|
9
|
+
function SummaryComponentV2_p_divider_11_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
+
i0.ɵɵelement(0, "p-divider");
|
|
11
|
+
} }
|
|
12
|
+
function SummaryComponentV2_app_inadequate_questionnaire_v2_12_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
14
|
+
i0.ɵɵelementStart(0, "app-inadequate-questionnaire-v2", 9);
|
|
15
|
+
i0.ɵɵlistener("success", function SummaryComponentV2_app_inadequate_questionnaire_v2_12_Template_app_inadequate_questionnaire_v2_success_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onSuccess()); });
|
|
16
|
+
i0.ɵɵelementEnd();
|
|
17
|
+
} }
|
|
18
|
+
export class SummaryComponentV2 {
|
|
19
|
+
constructor(wcs) {
|
|
20
|
+
this.wcs = wcs;
|
|
21
|
+
this.success = new EventEmitter();
|
|
22
|
+
this.error = new EventEmitter();
|
|
23
|
+
}
|
|
24
|
+
ngOnInit() {
|
|
25
|
+
this.param = {
|
|
26
|
+
sunday_date: this.wcs.getSundayDateAsString(),
|
|
27
|
+
saturday_date: this.wcs.getSaturdayDateAsString()
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
onSuccess() {
|
|
31
|
+
this.success.emit();
|
|
32
|
+
}
|
|
33
|
+
onError() {
|
|
34
|
+
this.error.emit();
|
|
35
|
+
}
|
|
36
|
+
submitForm() {
|
|
37
|
+
this.onSuccess();
|
|
38
|
+
}
|
|
39
|
+
static { this.ɵfac = function SummaryComponentV2_Factory(t) { return new (t || SummaryComponentV2)(i0.ɵɵdirectiveInject(i1.WeeklyCertServiceV2)); }; }
|
|
40
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SummaryComponentV2, selectors: [["app-summary-v2"]], outputs: { success: "success", error: "error" }, decls: 13, vars: 20, consts: [[1, "ion-text-center"], [1, "app-heading"], ["size", "12", "sizeXl", "5", "offsetXl", "1", "sizeLg", "6"], [3, "disabled", "readOnly"], ["size", "12", "sizeXl", "5", "sizeLg", "6"], [3, "flowKey", "autoSave", "showOnlyQuestion", "hideHeader", "hideFooter", "sizeXs", "sizeSm", "sizeMd", "sizeLg", "sizeXl", "offsetXl", "offsetLg", "data", "dynamicParam", "readonly", "multiMode"], ["weeklyQuestions", ""], [4, "ngIf"], ["error", "onError()", 3, "success", 4, "ngIf"], ["error", "onError()", 3, "success"]], template: function SummaryComponentV2_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "h2", 1);
|
|
42
|
+
i0.ɵɵtext(2, "Summary");
|
|
43
|
+
i0.ɵɵelementEnd()();
|
|
44
|
+
i0.ɵɵelement(3, "p-divider");
|
|
45
|
+
i0.ɵɵelementStart(4, "ion-grid")(5, "ion-row")(6, "ion-col", 2);
|
|
46
|
+
i0.ɵɵelement(7, "app-work-search-question-v2", 3);
|
|
47
|
+
i0.ɵɵelementEnd();
|
|
48
|
+
i0.ɵɵelementStart(8, "ion-col", 4);
|
|
49
|
+
i0.ɵɵelement(9, "app-form-builder", 5, 6);
|
|
50
|
+
i0.ɵɵelementEnd()()();
|
|
51
|
+
i0.ɵɵtemplate(11, SummaryComponentV2_p_divider_11_Template, 1, 0, "p-divider", 7)(12, SummaryComponentV2_app_inadequate_questionnaire_v2_12_Template, 1, 0, "app-inadequate-questionnaire-v2", 8);
|
|
52
|
+
} if (rf & 2) {
|
|
53
|
+
i0.ɵɵadvance(7);
|
|
54
|
+
i0.ɵɵproperty("disabled", true)("readOnly", true);
|
|
55
|
+
i0.ɵɵadvance(2);
|
|
56
|
+
i0.ɵɵproperty("flowKey", "weekly-cert")("autoSave", false)("showOnlyQuestion", true)("hideHeader", true)("hideFooter", true)("sizeXs", 12)("sizeSm", 12)("sizeMd", 12)("sizeLg", 12)("sizeXl", 12)("offsetXl", 0)("offsetLg", 0)("data", ctx.wcs.weeklyCertData)("dynamicParam", ctx.param)("readonly", true)("multiMode", true);
|
|
57
|
+
i0.ɵɵadvance(2);
|
|
58
|
+
i0.ɵɵproperty("ngIf", ctx.wcs.checkIfInadequateWorkSearchQuestionnaireShouldBeOpened());
|
|
59
|
+
i0.ɵɵadvance(1);
|
|
60
|
+
i0.ɵɵproperty("ngIf", ctx.wcs.checkIfInadequateWorkSearchQuestionnaireShouldBeOpened());
|
|
61
|
+
} }, dependencies: [i2.IonCol, i2.IonGrid, i2.IonRow, i3.NgIf, i4.Divider, i5.FormBuilderPage, i6.WorkSearchQuestionComponentV2], styles: [".app-heading[_ngcontent-%COMP%]{font-family:var(--app-font-light);font-size:36px;color:var(--ion-color-medium-gray)}"] }); }
|
|
62
|
+
}
|
|
63
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SummaryComponentV2, [{
|
|
64
|
+
type: Component,
|
|
65
|
+
args: [{ selector: 'app-summary-v2', template: "<div class=\"ion-text-center\">\r\n <h2 class=\"app-heading\">Summary</h2>\r\n</div>\r\n<p-divider></p-divider>\r\n<ion-grid>\r\n <ion-row>\r\n <ion-col size=\"12\" sizeXl=\"5\" offsetXl=\"1\" sizeLg=\"6\">\r\n <app-work-search-question-v2 [disabled]=\"true\" [readOnly]=\"true\"></app-work-search-question-v2>\r\n </ion-col>\r\n <ion-col size=\"12\" sizeXl=\"5\" sizeLg=\"6\">\r\n <app-form-builder #weeklyQuestions [flowKey]=\"'weekly-cert'\" [autoSave]=\"false\" [showOnlyQuestion]=\"true\" [hideHeader]=\"true\" \r\n [hideFooter]=\"true\" [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\" [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" \r\n [data]=\"wcs.weeklyCertData\" [dynamicParam]=\"param\" [readonly]=\"true\" [multiMode]=\"true\">\r\n </app-form-builder>\r\n </ion-col>\r\n </ion-row>\r\n</ion-grid>\r\n\r\n<p-divider *ngIf=\"wcs.checkIfInadequateWorkSearchQuestionnaireShouldBeOpened()\"></p-divider>\r\n<app-inadequate-questionnaire-v2 *ngIf=\"wcs.checkIfInadequateWorkSearchQuestionnaireShouldBeOpened()\"\r\n (success)=\"onSuccess()\" error=\"onError()\"></app-inadequate-questionnaire-v2>", styles: [".app-heading{font-family:var(--app-font-light);font-size:36px;color:var(--ion-color-medium-gray)}\n"] }]
|
|
66
|
+
}], () => [{ type: i1.WeeklyCertServiceV2 }], { success: [{
|
|
67
|
+
type: Output
|
|
68
|
+
}], error: [{
|
|
69
|
+
type: Output
|
|
70
|
+
}] }); })();
|
|
71
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SummaryComponentV2, { className: "SummaryComponentV2", filePath: "lib\\components\\weekly-summary-v2\\summary.component-v2.ts", lineNumber: 9 }); })();
|
|
72
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VtbWFyeS5jb21wb25lbnQtdjIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LXN1bW1hcnktdjIvc3VtbWFyeS5jb21wb25lbnQtdjIudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LXN1bW1hcnktdjIvc3VtbWFyeS5jb21wb25lbnQtdjIuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBVSxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7OztJQ2tCbkYsNEJBQTRGOzs7O0lBQzVGLDBEQUM4QztJQUExQyx5TkFBVyxlQUFBLGtCQUFXLENBQUEsSUFBQztJQUFtQixpQkFBa0M7O0FEWmhGLE1BQU0sT0FBTyxrQkFBa0I7SUFVN0IsWUFBbUIsR0FBd0I7UUFBeEIsUUFBRyxHQUFILEdBQUcsQ0FBcUI7UUFQM0MsWUFBTyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBR2hELFVBQUssR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUlDLENBQUM7SUFFaEQsUUFBUTtRQUNOLElBQUksQ0FBQyxLQUFLLEdBQUc7WUFDWCxXQUFXLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxxQkFBcUIsRUFBRTtZQUM3QyxhQUFhLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyx1QkFBdUIsRUFBRTtTQUNsRCxDQUFDO0lBQ0osQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBRUQsVUFBVTtRQUVOLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztJQUNyQixDQUFDO21GQTlCVSxrQkFBa0I7b0VBQWxCLGtCQUFrQjtZQ1IvQiw4QkFBNkIsWUFBQTtZQUNELHVCQUFPO1lBQUEsaUJBQUssRUFBQTtZQUV4Qyw0QkFBdUI7WUFDdkIsZ0NBQVUsY0FBQSxpQkFBQTtZQUdFLGlEQUErRjtZQUNuRyxpQkFBVTtZQUNWLGtDQUF5QztZQUNyQyx5Q0FHaUI7WUFDckIsaUJBQVUsRUFBQSxFQUFBO1lBSWxCLGlGQUE0RixnSEFBQTs7WUFYbkQsZUFBaUI7WUFBakIsK0JBQWlCLGtCQUFBO1lBR1gsZUFBeUI7WUFBekIsdUNBQXlCLG1CQUFBLDBCQUFBLG9CQUFBLG9CQUFBLGNBQUEsY0FBQSxjQUFBLGNBQUEsY0FBQSxlQUFBLGVBQUEsZ0NBQUEsMkJBQUEsa0JBQUEsbUJBQUE7WUFRNUQsZUFBa0U7WUFBbEUsdUZBQWtFO1lBQzVDLGVBQWtFO1lBQWxFLHVGQUFrRTs7O2lGRFh2RixrQkFBa0I7Y0FMOUIsU0FBUzsyQkFDRSxnQkFBZ0I7b0RBTzFCLE9BQU87a0JBRE4sTUFBTTtZQUlQLEtBQUs7a0JBREosTUFBTTs7a0ZBTEksa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgV2Vla2x5Q2VydFNlcnZpY2VWMiB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3dlZWtseS1jZXJ0L3dlZWtseS1jZXJ0LXYyLnNlcnZpY2UnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtc3VtbWFyeS12MicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3N1bW1hcnkuY29tcG9uZW50LXYyLmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3N1bW1hcnkuY29tcG9uZW50LXYyLnNjc3MnXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFN1bW1hcnlDb21wb25lbnRWMiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBzdWNjZXNzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpIFxyXG4gIGVycm9yOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgcHVibGljIHBhcmFtO1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgd2NzOiBXZWVrbHlDZXJ0U2VydmljZVYyKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7IFxyXG4gICAgdGhpcy5wYXJhbSA9IHtcclxuICAgICAgc3VuZGF5X2RhdGU6IHRoaXMud2NzLmdldFN1bmRheURhdGVBc1N0cmluZygpLFxyXG4gICAgICBzYXR1cmRheV9kYXRlOiB0aGlzLndjcy5nZXRTYXR1cmRheURhdGVBc1N0cmluZygpXHJcbiAgICB9O1xyXG4gIH1cclxuXHJcbiAgb25TdWNjZXNzKCl7XHJcbiAgICB0aGlzLnN1Y2Nlc3MuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgb25FcnJvcigpe1xyXG4gICAgdGhpcy5lcnJvci5lbWl0KCk7XHJcbiAgfVxyXG5cclxuICBzdWJtaXRGb3JtKCkge1xyXG4gICAgXHJcbiAgICAgIHRoaXMub25TdWNjZXNzKCk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgIDxoMiBjbGFzcz1cImFwcC1oZWFkaW5nXCI+U3VtbWFyeTwvaDI+XHJcbjwvZGl2PlxyXG48cC1kaXZpZGVyPjwvcC1kaXZpZGVyPlxyXG48aW9uLWdyaWQ+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplWGw9XCI1XCIgb2Zmc2V0WGw9XCIxXCIgc2l6ZUxnPVwiNlwiPlxyXG4gICAgICAgICAgICA8YXBwLXdvcmstc2VhcmNoLXF1ZXN0aW9uLXYyIFtkaXNhYmxlZF09XCJ0cnVlXCIgW3JlYWRPbmx5XT1cInRydWVcIj48L2FwcC13b3JrLXNlYXJjaC1xdWVzdGlvbi12Mj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVhsPVwiNVwiIHNpemVMZz1cIjZcIj5cclxuICAgICAgICAgICAgPGFwcC1mb3JtLWJ1aWxkZXIgI3dlZWtseVF1ZXN0aW9ucyBbZmxvd0tleV09XCInd2Vla2x5LWNlcnQnXCIgW2F1dG9TYXZlXT1cImZhbHNlXCIgW3Nob3dPbmx5UXVlc3Rpb25dPVwidHJ1ZVwiIFtoaWRlSGVhZGVyXT1cInRydWVcIiBcclxuICAgICAgICAgICAgW2hpZGVGb290ZXJdPVwidHJ1ZVwiIFtzaXplWHNdPVwiMTJcIiBbc2l6ZVNtXT1cIjEyXCIgW3NpemVNZF09XCIxMlwiIFtzaXplTGddPVwiMTJcIiBbc2l6ZVhsXT1cIjEyXCIgW29mZnNldFhsXT1cIjBcIiBbb2Zmc2V0TGddPVwiMFwiIFxyXG4gICAgICAgICAgICBbZGF0YV09XCJ3Y3Mud2Vla2x5Q2VydERhdGFcIiBbZHluYW1pY1BhcmFtXT1cInBhcmFtXCIgW3JlYWRvbmx5XT1cInRydWVcIiBbbXVsdGlNb2RlXT1cInRydWVcIj5cclxuICAgICAgICAgIDwvYXBwLWZvcm0tYnVpbGRlcj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICA8L2lvbi1yb3c+XHJcbjwvaW9uLWdyaWQ+XHJcblxyXG48cC1kaXZpZGVyICpuZ0lmPVwid2NzLmNoZWNrSWZJbmFkZXF1YXRlV29ya1NlYXJjaFF1ZXN0aW9ubmFpcmVTaG91bGRCZU9wZW5lZCgpXCI+PC9wLWRpdmlkZXI+XHJcbjxhcHAtaW5hZGVxdWF0ZS1xdWVzdGlvbm5haXJlLXYyICpuZ0lmPVwid2NzLmNoZWNrSWZJbmFkZXF1YXRlV29ya1NlYXJjaFF1ZXN0aW9ubmFpcmVTaG91bGRCZU9wZW5lZCgpXCJcclxuICAgIChzdWNjZXNzKT1cIm9uU3VjY2VzcygpXCIgZXJyb3I9XCJvbkVycm9yKClcIj48L2FwcC1pbmFkZXF1YXRlLXF1ZXN0aW9ubmFpcmUtdjI+Il19
|
package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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 "primeng/api";
|
|
5
|
+
import * as i3 from "primeng/dialog";
|
|
6
|
+
import * as i4 from "@ngx-translate/core";
|
|
7
|
+
function WeeklyWorkPerformedPopupComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
9
|
+
i0.ɵɵelementStart(0, "ion-button", 3);
|
|
10
|
+
i0.ɵɵlistener("click", function WeeklyWorkPerformedPopupComponent_ng_template_7_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r2); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
|
|
11
|
+
i0.ɵɵtext(1, "Ok");
|
|
12
|
+
i0.ɵɵelementEnd();
|
|
13
|
+
} }
|
|
14
|
+
const _c0 = () => ({ width: "30vw" });
|
|
15
|
+
const _c1 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
16
|
+
export class WeeklyWorkPerformedPopupComponent {
|
|
17
|
+
ngOnInit() {
|
|
18
|
+
}
|
|
19
|
+
close() {
|
|
20
|
+
this.showWeeklyWorkPerformedPopup = false;
|
|
21
|
+
}
|
|
22
|
+
static { this.ɵfac = function WeeklyWorkPerformedPopupComponent_Factory(t) { return new (t || WeeklyWorkPerformedPopupComponent)(); }; }
|
|
23
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WeeklyWorkPerformedPopupComponent, selectors: [["app-weekly-work-performed-popup"]], inputs: { showWeeklyWorkPerformedPopup: "showWeeklyWorkPerformedPopup" }, decls: 8, vars: 16, consts: [["appendTo", "body", "position", "center", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable"], [1, "heading"], ["pTemplate", "footer"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"]], template: function WeeklyWorkPerformedPopupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
+
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "h4", 1);
|
|
25
|
+
i0.ɵɵtext(2);
|
|
26
|
+
i0.ɵɵpipe(3, "translate");
|
|
27
|
+
i0.ɵɵelementEnd();
|
|
28
|
+
i0.ɵɵelementStart(4, "ion-label");
|
|
29
|
+
i0.ɵɵtext(5);
|
|
30
|
+
i0.ɵɵpipe(6, "translate");
|
|
31
|
+
i0.ɵɵelementEnd();
|
|
32
|
+
i0.ɵɵtemplate(7, WeeklyWorkPerformedPopupComponent_ng_template_7_Template, 2, 0, "ng-template", 2);
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
} if (rf & 2) {
|
|
35
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c0));
|
|
36
|
+
i0.ɵɵproperty("visible", ctx.showWeeklyWorkPerformedPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c1))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
37
|
+
i0.ɵɵadvance(2);
|
|
38
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 10, "weekly.work.performed.popup.header"));
|
|
39
|
+
i0.ɵɵadvance(3);
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 12, "weekly.work.performed.popup.message"));
|
|
41
|
+
} }, dependencies: [i1.IonButton, i1.IonLabel, i2.PrimeTemplate, i3.Dialog, i4.TranslatePipe] }); }
|
|
42
|
+
}
|
|
43
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WeeklyWorkPerformedPopupComponent, [{
|
|
44
|
+
type: Component,
|
|
45
|
+
args: [{ selector: 'app-weekly-work-performed-popup', template: "<p-dialog [visible]=\"showWeeklyWorkPerformedPopup\" [modal]=\"true\"\r\nappendTo=\"body\" position=\"center\"\r\n[breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\"\r\n[style]=\"{width: '30vw'}\" [baseZIndex]=\"5000\" [draggable]=\"false\"\r\n[resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\r\n <h4 class=\"heading\">{{'weekly.work.performed.popup.header'|translate}}</h4>\r\n <ion-label>{{'weekly.work.performed.popup.message'|translate}}</ion-label>\r\n <ng-template pTemplate=\"footer\"> \r\n <ion-button shape=\"round\" fill=\"outline\" type=\"reset\" (click)=\"close()\">Ok</ion-button>\r\n </ng-template>\r\n</p-dialog>\r\n" }]
|
|
46
|
+
}], null, { showWeeklyWorkPerformedPopup: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}] }); })();
|
|
49
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WeeklyWorkPerformedPopupComponent, { className: "WeeklyWorkPerformedPopupComponent", filePath: "lib\\components\\weekly-work-performed-popup\\weekly-work-performed-popup.component.ts", lineNumber: 8 }); })();
|
|
50
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2Vla2x5LXdvcmstcGVyZm9ybWVkLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93ZWVrbHktd29yay1wZXJmb3JtZWQtcG9wdXAvd2Vla2x5LXdvcmstcGVyZm9ybWVkLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93ZWVrbHktd29yay1wZXJmb3JtZWQtcG9wdXAvd2Vla2x5LXdvcmstcGVyZm9ybWVkLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7OztJQ1FqRCxxQ0FBd0U7SUFBbEIsMExBQVMsZUFBQSxjQUFPLENBQUEsSUFBQztJQUFDLGtCQUFFO0lBQUEsaUJBQWE7Ozs7QUREL0YsTUFBTSxPQUFPLGlDQUFpQztJQUk1QyxRQUFRO0lBQ1IsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsNEJBQTRCLEdBQUcsS0FBSyxDQUFDO0lBQzVDLENBQUM7a0dBVFUsaUNBQWlDO29FQUFqQyxpQ0FBaUM7WUNQOUMsbUNBSTBELFlBQUE7WUFDbEMsWUFBa0Q7O1lBQUEsaUJBQUs7WUFDM0UsaUNBQVc7WUFBQSxZQUFtRDs7WUFBQSxpQkFBWTtZQUMxRSxrR0FFYztZQUNsQixpQkFBVzs7WUFQWCwwQ0FBeUI7WUFIZiwwREFBd0MsZUFBQSw0Q0FBQSxvQkFBQSxvQkFBQSxvQkFBQTtZQUsxQixlQUFrRDtZQUFsRCxpRkFBa0Q7WUFDM0QsZUFBbUQ7WUFBbkQsa0ZBQW1EOzs7aUZEQ3JELGlDQUFpQztjQUw3QyxTQUFTOzJCQUNFLGlDQUFpQztnQkFNcEMsNEJBQTRCO2tCQURsQyxLQUFLOztrRkFESyxpQ0FBaUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXdlZWtseS13b3JrLXBlcmZvcm1lZC1wb3B1cCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3dlZWtseS13b3JrLXBlcmZvcm1lZC1wb3B1cC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3dlZWtseS13b3JrLXBlcmZvcm1lZC1wb3B1cC5jb21wb25lbnQuY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgV2Vla2x5V29ya1BlcmZvcm1lZFBvcHVwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0e1xyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHNob3dXZWVrbHlXb3JrUGVyZm9ybWVkUG9wdXA6IGJvb2xlYW47XHJcbiAgXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgfVxyXG5cclxuICBjbG9zZSgpe1xyXG4gICAgdGhpcy5zaG93V2Vla2x5V29ya1BlcmZvcm1lZFBvcHVwID0gZmFsc2U7XHJcbiAgfVxyXG59XHJcbiIsIjxwLWRpYWxvZyBbdmlzaWJsZV09XCJzaG93V2Vla2x5V29ya1BlcmZvcm1lZFBvcHVwXCIgW21vZGFsXT1cInRydWVcIlxyXG5hcHBlbmRUbz1cImJvZHlcIiBwb3NpdGlvbj1cImNlbnRlclwiXHJcblticmVha3BvaW50c109XCJ7JzEyMDBweCc6ICc2NjBweCcsICc5OTJweCc6ICc2NjBweCcsICc3NjhweCc6ICc2NjBweCcsICc1NzZweCc6ICcxMDB2dyd9XCJcclxuW3N0eWxlXT1cInt3aWR0aDogJzMwdncnfVwiIFtiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCJcclxuW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiIGNsb3NlT25Fc2NhcGU9XCJmYWxzZVwiPlxyXG4gICAgPGg0IGNsYXNzPVwiaGVhZGluZ1wiPnt7J3dlZWtseS53b3JrLnBlcmZvcm1lZC5wb3B1cC5oZWFkZXInfHRyYW5zbGF0ZX19PC9oND5cclxuICAgIDxpb24tbGFiZWw+e3snd2Vla2x5LndvcmsucGVyZm9ybWVkLnBvcHVwLm1lc3NhZ2UnfHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XHJcbiAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiZm9vdGVyXCI+ICBcclxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgZmlsbD1cIm91dGxpbmVcIiB0eXBlPVwicmVzZXRcIiAoY2xpY2spPVwiY2xvc2UoKVwiPk9rPC9pb24tYnV0dG9uPlxyXG4gICAgPC9uZy10ZW1wbGF0ZT5cclxuPC9wLWRpYWxvZz5cclxuIl19
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/platform-browser";
|
|
4
|
+
import * as i2 from "../../services/util/util.service";
|
|
5
|
+
import * as i3 from "@angular/common";
|
|
6
|
+
function WorkSearchCounterComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
8
|
+
i0.ɵɵtext(1, "2");
|
|
9
|
+
i0.ɵɵelementEnd();
|
|
10
|
+
} if (rf & 2) {
|
|
11
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
|
+
i0.ɵɵproperty("ngClass", ctx_r0.count < 2 && ctx_r0.hiredRecordCount < 1 ? "required" : ctx_r0.count < 2 && ctx_r0.hiredRecordCount >= 1 ? "optional" : ctx_r0.count >= 2 ? "filled" : "required");
|
|
13
|
+
} }
|
|
14
|
+
function WorkSearchCounterComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
16
|
+
i0.ɵɵtext(1, "3");
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
} if (rf & 2) {
|
|
19
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
20
|
+
i0.ɵɵproperty("ngClass", ctx_r1.count < 3 && ctx_r1.hiredRecordCount < 1 ? "required" : ctx_r1.count < 3 && ctx_r1.hiredRecordCount >= 1 ? "optional" : ctx_r1.count >= 3 ? "filled" : "required");
|
|
21
|
+
} }
|
|
22
|
+
function WorkSearchCounterComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵelement(0, "div", 3);
|
|
24
|
+
} if (rf & 2) {
|
|
25
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
26
|
+
i0.ɵɵproperty("ngClass", ctx_r2.count < 2 ? "optional" : "filled");
|
|
27
|
+
} }
|
|
28
|
+
function WorkSearchCounterComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
+
i0.ɵɵelement(0, "div", 3);
|
|
30
|
+
} if (rf & 2) {
|
|
31
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
32
|
+
i0.ɵɵproperty("ngClass", ctx_r3.count < 3 ? "optional" : "filled");
|
|
33
|
+
} }
|
|
34
|
+
export class WorkSearchCounterComponent {
|
|
35
|
+
constructor(ds, util) {
|
|
36
|
+
this.ds = ds;
|
|
37
|
+
this.util = util;
|
|
38
|
+
this.count = 0;
|
|
39
|
+
this.hiredRecordCount = 0;
|
|
40
|
+
}
|
|
41
|
+
ngOnInit() {
|
|
42
|
+
this.state = this.util.getStateLowercase();
|
|
43
|
+
}
|
|
44
|
+
static { this.ɵfac = function WorkSearchCounterComponent_Factory(t) { return new (t || WorkSearchCounterComponent)(i0.ɵɵdirectiveInject(i1.DomSanitizer), i0.ɵɵdirectiveInject(i2.UtilService)); }; }
|
|
45
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WorkSearchCounterComponent, selectors: [["app-work-search-counter"]], inputs: { count: "count", msg: "msg", hiredRecordCount: "hiredRecordCount" }, decls: 16, vars: 13, consts: [[1, "counter-message", 3, "innerHTML"], [2, "margin-bottom", "10px"], [1, "display-flex"], [1, "app-box-counter", 3, "ngClass"], ["class", "app-box-counter", 3, "ngClass", 4, "ngIf"]], template: function WorkSearchCounterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
+
i0.ɵɵelement(0, "div", 0)(1, "div", 1);
|
|
47
|
+
i0.ɵɵelementStart(2, "div", 2)(3, "div", 3);
|
|
48
|
+
i0.ɵɵtext(4, "1");
|
|
49
|
+
i0.ɵɵelementEnd();
|
|
50
|
+
i0.ɵɵtemplate(5, WorkSearchCounterComponent_div_5_Template, 2, 1, "div", 4)(6, WorkSearchCounterComponent_div_6_Template, 2, 1, "div", 4)(7, WorkSearchCounterComponent_div_7_Template, 1, 1, "div", 4)(8, WorkSearchCounterComponent_div_8_Template, 1, 1, "div", 4);
|
|
51
|
+
i0.ɵɵelement(9, "div", 3)(10, "div", 3)(11, "div", 3)(12, "div", 3)(13, "div", 3)(14, "div", 3)(15, "div", 3);
|
|
52
|
+
i0.ɵɵelementEnd();
|
|
53
|
+
} if (rf & 2) {
|
|
54
|
+
i0.ɵɵproperty("innerHTML", ctx.ds.bypassSecurityTrustHtml(ctx.msg), i0.ɵɵsanitizeHtml);
|
|
55
|
+
i0.ɵɵadvance(3);
|
|
56
|
+
i0.ɵɵproperty("ngClass", ctx.count < 1 ? "required" : "filled");
|
|
57
|
+
i0.ɵɵadvance(2);
|
|
58
|
+
i0.ɵɵproperty("ngIf", ctx.state != "me");
|
|
59
|
+
i0.ɵɵadvance(1);
|
|
60
|
+
i0.ɵɵproperty("ngIf", ctx.state != "me");
|
|
61
|
+
i0.ɵɵadvance(1);
|
|
62
|
+
i0.ɵɵproperty("ngIf", ctx.state == "me");
|
|
63
|
+
i0.ɵɵadvance(1);
|
|
64
|
+
i0.ɵɵproperty("ngIf", ctx.state == "me");
|
|
65
|
+
i0.ɵɵadvance(1);
|
|
66
|
+
i0.ɵɵproperty("ngClass", ctx.count < 4 ? "optional" : "filled");
|
|
67
|
+
i0.ɵɵadvance(1);
|
|
68
|
+
i0.ɵɵproperty("ngClass", ctx.count < 5 ? "optional" : "filled");
|
|
69
|
+
i0.ɵɵadvance(1);
|
|
70
|
+
i0.ɵɵproperty("ngClass", ctx.count < 6 ? "optional" : "filled");
|
|
71
|
+
i0.ɵɵadvance(1);
|
|
72
|
+
i0.ɵɵproperty("ngClass", ctx.count < 7 ? "optional" : "filled");
|
|
73
|
+
i0.ɵɵadvance(1);
|
|
74
|
+
i0.ɵɵproperty("ngClass", ctx.count < 8 ? "optional" : "filled");
|
|
75
|
+
i0.ɵɵadvance(1);
|
|
76
|
+
i0.ɵɵproperty("ngClass", ctx.count < 9 ? "optional" : "filled");
|
|
77
|
+
i0.ɵɵadvance(1);
|
|
78
|
+
i0.ɵɵproperty("ngClass", ctx.count < 10 ? "optional" : "filled");
|
|
79
|
+
} }, dependencies: [i3.NgClass, i3.NgIf], styles: [".display-flex[_ngcontent-%COMP%]{display:flex;margin:5px 0}.app-box-counter[_ngcontent-%COMP%]{border-radius:3px;width:36px;height:34px;margin:1px;padding-top:1px;text-align:center}.app-box-counter.required[_ngcontent-%COMP%]{border:2px solid #BC0A39;color:#000;font-weight:700;font-style:italic}.app-box-counter.optional[_ngcontent-%COMP%]{border:1px solid var(--ion-color-light-gray)}.app-box-counter.filled[_ngcontent-%COMP%]{padding-top:3px;color:#fff;background:var(--ion-color-primary)}.counter-message[_ngcontent-%COMP%]{font-size:16px;width:430px;margin-left:-15px;padding:0 25px}@media (min-width: 320px) and (max-width: 344px){.counter-message[_ngcontent-%COMP%]{font-size:16px;width:365px;margin-left:-30px;padding:0 25px}}@media (min-width: 345px) and (max-width: 400px){.counter-message[_ngcontent-%COMP%]{font-size:16px;width:375px;margin-left:-30px;padding:0 25px}}p[_ngcontent-%COMP%]{margin:0}"] }); }
|
|
80
|
+
}
|
|
81
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WorkSearchCounterComponent, [{
|
|
82
|
+
type: Component,
|
|
83
|
+
args: [{ selector: 'app-work-search-counter', template: "<div [innerHTML]=\"ds.bypassSecurityTrustHtml(msg)\" class=\"counter-message\"></div>\r\n<div style=\"margin-bottom: 10px;\"></div>\r\n<div class=\"display-flex\">\r\n\t<div class=\"app-box-counter\" [ngClass]=\"count < 1 ? 'required' : 'filled'\">1</div>\r\n <div *ngIf=\"state != 'me'\" class=\"app-box-counter\" [ngClass]=\"(count < 2 && hiredRecordCount < 1 )? 'required' : (count < 2 && hiredRecordCount >= 1 ) ? 'optional' : (count >= 2 ) ? 'filled' : 'required'\">2</div>\r\n <div *ngIf=\"state != 'me'\" class=\"app-box-counter\" [ngClass]=\"(count < 3 && hiredRecordCount < 1 )? 'required' : (count < 3 && hiredRecordCount >= 1 ) ? 'optional' : (count >= 3 ) ? 'filled' : 'required'\">3</div>\r\n <div *ngIf=\"state == 'me'\" class=\"app-box-counter\" [ngClass]=\"count < 2 ? 'optional' : 'filled'\"></div>\r\n <div *ngIf=\"state == 'me'\" class=\"app-box-counter\" [ngClass]=\"count < 3 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 4 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 5 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 6 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 7 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 8 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 9 ? 'optional' : 'filled'\"></div>\r\n <div class=\"app-box-counter\" [ngClass]=\"count < 10 ? 'optional' : 'filled'\"></div>\r\n</div>", styles: [".display-flex{display:flex;margin:5px 0}.app-box-counter{border-radius:3px;width:36px;height:34px;margin:1px;padding-top:1px;text-align:center}.app-box-counter.required{border:2px solid #BC0A39;color:#000;font-weight:700;font-style:italic}.app-box-counter.optional{border:1px solid var(--ion-color-light-gray)}.app-box-counter.filled{padding-top:3px;color:#fff;background:var(--ion-color-primary)}.counter-message{font-size:16px;width:430px;margin-left:-15px;padding:0 25px}@media (min-width: 320px) and (max-width: 344px){.counter-message{font-size:16px;width:365px;margin-left:-30px;padding:0 25px}}@media (min-width: 345px) and (max-width: 400px){.counter-message{font-size:16px;width:375px;margin-left:-30px;padding:0 25px}}p{margin:0}\n"] }]
|
|
84
|
+
}], () => [{ type: i1.DomSanitizer }, { type: i2.UtilService }], { count: [{
|
|
85
|
+
type: Input
|
|
86
|
+
}], msg: [{
|
|
87
|
+
type: Input
|
|
88
|
+
}], hiredRecordCount: [{
|
|
89
|
+
type: Input
|
|
90
|
+
}] }); })();
|
|
91
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WorkSearchCounterComponent, { className: "WorkSearchCounterComponent", filePath: "lib\\components\\weekly-work-search-counter\\work-search-counter.component.ts", lineNumber: 10 }); })();
|
|
92
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29yay1zZWFyY2gtY291bnRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LXdvcmstc2VhcmNoLWNvdW50ZXIvd29yay1zZWFyY2gtY291bnRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LXdvcmstc2VhcmNoLWNvdW50ZXIvd29yay1zZWFyY2gtY291bnRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0lDSXZELDhCQUE2TTtJQUFBLGlCQUFDO0lBQUEsaUJBQU07OztJQUFqSyxrTUFBeUo7OztJQUM1TSw4QkFBNk07SUFBQSxpQkFBQztJQUFBLGlCQUFNOzs7SUFBakssa01BQXlKOzs7SUFDNU0seUJBQXVHOzs7SUFBcEQsa0VBQTZDOzs7SUFDaEcseUJBQXVHOzs7SUFBcEQsa0VBQTZDOztBREVsRyxNQUFNLE9BQU8sMEJBQTBCO0lBYXJDLFlBQW1CLEVBQWlCLEVBQVMsSUFBaUI7UUFBM0MsT0FBRSxHQUFGLEVBQUUsQ0FBZTtRQUFTLFNBQUksR0FBSixJQUFJLENBQWE7UUFWOUQsVUFBSyxHQUFHLENBQUMsQ0FBQztRQU1WLHFCQUFnQixHQUFHLENBQUMsQ0FBQztJQUk2QyxDQUFDO0lBRW5FLFFBQVE7UUFDTixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUM3QyxDQUFDOzJGQWpCVSwwQkFBMEI7b0VBQTFCLDBCQUEwQjtZQ1R2Qyx5QkFBaUYsYUFBQTtZQUVqRiw4QkFBMEIsYUFBQTtZQUNrRCxpQkFBQztZQUFBLGlCQUFNO1lBQ2pGLDJFQUFvTiw4REFBQSw4REFBQSw4REFBQTtZQUlwTix5QkFBaUYsY0FBQSxjQUFBLGNBQUEsY0FBQSxjQUFBLGNBQUE7WUFPbkYsaUJBQU07O1lBZkQsc0ZBQTZDO1lBR3BCLGVBQTZDO1lBQTdDLCtEQUE2QztZQUNuRSxlQUFtQjtZQUFuQix3Q0FBbUI7WUFDbkIsZUFBbUI7WUFBbkIsd0NBQW1CO1lBQ25CLGVBQW1CO1lBQW5CLHdDQUFtQjtZQUNuQixlQUFtQjtZQUFuQix3Q0FBbUI7WUFDSSxlQUE2QztZQUE3QywrREFBNkM7WUFDN0MsZUFBNkM7WUFBN0MsK0RBQTZDO1lBQzdDLGVBQTZDO1lBQTdDLCtEQUE2QztZQUM3QyxlQUE2QztZQUE3QywrREFBNkM7WUFDN0MsZUFBNkM7WUFBN0MsK0RBQTZDO1lBQzdDLGVBQTZDO1lBQTdDLCtEQUE2QztZQUM3QyxlQUE4QztZQUE5QyxnRUFBOEM7OztpRkRMaEUsMEJBQTBCO2NBTHRDLFNBQVM7MkJBQ0UseUJBQXlCO3VFQU9uQyxLQUFLO2tCQURKLEtBQUs7WUFJTixHQUFHO2tCQURGLEtBQUs7WUFJTixnQkFBZ0I7a0JBRGYsS0FBSzs7a0ZBUkssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERvbVNhbml0aXplciB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXdvcmstc2VhcmNoLWNvdW50ZXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi93b3JrLXNlYXJjaC1jb3VudGVyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi93b3JrLXNlYXJjaC1jb3VudGVyLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBXb3JrU2VhcmNoQ291bnRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgY291bnQgPSAwO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIG1zZyA6IHN0cmluZztcclxuXHJcbiAgQElucHV0KClcclxuICBoaXJlZFJlY29yZENvdW50ID0gMDtcclxuXHJcbiAgc3RhdGUgOiBzdHJpbmc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBkcyA6IERvbVNhbml0aXplciwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLnN0YXRlID0gdGhpcy51dGlsLmdldFN0YXRlTG93ZXJjYXNlKCk7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8ZGl2IFtpbm5lckhUTUxdPVwiZHMuYnlwYXNzU2VjdXJpdHlUcnVzdEh0bWwobXNnKVwiIGNsYXNzPVwiY291bnRlci1tZXNzYWdlXCI+PC9kaXY+XHJcbjxkaXYgc3R5bGU9XCJtYXJnaW4tYm90dG9tOiAxMHB4O1wiPjwvZGl2PlxyXG48ZGl2IGNsYXNzPVwiZGlzcGxheS1mbGV4XCI+XHJcblx0PGRpdiBjbGFzcz1cImFwcC1ib3gtY291bnRlclwiIFtuZ0NsYXNzXT1cImNvdW50IDwgMSA/ICdyZXF1aXJlZCcgOiAnZmlsbGVkJ1wiPjE8L2Rpdj5cclxuICA8ZGl2ICpuZ0lmPVwic3RhdGUgIT0gJ21lJ1wiIGNsYXNzPVwiYXBwLWJveC1jb3VudGVyXCIgW25nQ2xhc3NdPVwiKGNvdW50IDwgMiAmJiBoaXJlZFJlY29yZENvdW50IDwgMSApPyAncmVxdWlyZWQnIDogKGNvdW50IDwgMiAmJiBoaXJlZFJlY29yZENvdW50ID49IDEgKSA/ICdvcHRpb25hbCcgOiAoY291bnQgPj0gMiApID8gJ2ZpbGxlZCcgOiAncmVxdWlyZWQnXCI+MjwvZGl2PlxyXG4gIDxkaXYgKm5nSWY9XCJzdGF0ZSAhPSAnbWUnXCIgY2xhc3M9XCJhcHAtYm94LWNvdW50ZXJcIiBbbmdDbGFzc109XCIoY291bnQgPCAzICYmIGhpcmVkUmVjb3JkQ291bnQgPCAxICk/ICdyZXF1aXJlZCcgOiAoY291bnQgPCAzICYmIGhpcmVkUmVjb3JkQ291bnQgPj0gMSApID8gJ29wdGlvbmFsJyA6IChjb3VudCA+PSAzICkgPyAnZmlsbGVkJyA6ICdyZXF1aXJlZCdcIj4zPC9kaXY+XHJcbiAgPGRpdiAqbmdJZj1cInN0YXRlID09ICdtZSdcIiBjbGFzcz1cImFwcC1ib3gtY291bnRlclwiIFtuZ0NsYXNzXT1cImNvdW50IDwgMiA/ICdvcHRpb25hbCcgOiAnZmlsbGVkJ1wiPjwvZGl2PlxyXG4gIDxkaXYgKm5nSWY9XCJzdGF0ZSA9PSAnbWUnXCIgY2xhc3M9XCJhcHAtYm94LWNvdW50ZXJcIiBbbmdDbGFzc109XCJjb3VudCA8IDMgPyAnb3B0aW9uYWwnIDogJ2ZpbGxlZCdcIj48L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwiYXBwLWJveC1jb3VudGVyXCIgW25nQ2xhc3NdPVwiY291bnQgPCA0ID8gJ29wdGlvbmFsJyA6ICdmaWxsZWQnXCI+PC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cImFwcC1ib3gtY291bnRlclwiIFtuZ0NsYXNzXT1cImNvdW50IDwgNSA/ICdvcHRpb25hbCcgOiAnZmlsbGVkJ1wiPjwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJhcHAtYm94LWNvdW50ZXJcIiBbbmdDbGFzc109XCJjb3VudCA8IDYgPyAnb3B0aW9uYWwnIDogJ2ZpbGxlZCdcIj48L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwiYXBwLWJveC1jb3VudGVyXCIgW25nQ2xhc3NdPVwiY291bnQgPCA3ID8gJ29wdGlvbmFsJyA6ICdmaWxsZWQnXCI+PC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cImFwcC1ib3gtY291bnRlclwiIFtuZ0NsYXNzXT1cImNvdW50IDwgOCA/ICdvcHRpb25hbCcgOiAnZmlsbGVkJ1wiPjwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJhcHAtYm94LWNvdW50ZXJcIiBbbmdDbGFzc109XCJjb3VudCA8IDkgPyAnb3B0aW9uYWwnIDogJ2ZpbGxlZCdcIj48L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwiYXBwLWJveC1jb3VudGVyXCIgW25nQ2xhc3NdPVwiY291bnQgPCAxMCA/ICdvcHRpb25hbCcgOiAnZmlsbGVkJ1wiPjwvZGl2PlxyXG48L2Rpdj4iXX0=
|