@uiapplib/ngx-ui-web-lib 0.0.1
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/README.md +46 -0
- package/esm2022/lib/annimations/app-animations.mjs +37 -0
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +700 -0
- 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 +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- 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 +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
- 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 +103 -0
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
- package/esm2022/lib/components/footer/footer.component.mjs +361 -0
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +801 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +179 -0
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
- package/esm2022/lib/components/link/link.component.mjs +131 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +420 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- 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/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +901 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
- 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 +790 -0
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
- package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
- package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
- package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
- package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
- package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- 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 +1040 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
- 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/auto-focus/auto-focus.directive.mjs +31 -0
- package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -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/enums/EmailStatusEnum.mjs +9 -0
- package/esm2022/lib/guards/auth.guard.mjs +186 -0
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
- package/esm2022/lib/models/CinRequalificationCriteriaModel.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 +6 -0
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/ErrorModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/FileModel.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 +171 -0
- package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
- package/esm2022/lib/models/NotificationModel.mjs +6 -0
- package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -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/SsaVerificationModel.mjs +3 -0
- package/esm2022/lib/models/TrendModel.mjs +3 -0
- package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +6 -0
- 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/case/CaseAttachmentModel.mjs +3 -0
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
- package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- 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/AutocoderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
- package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
- 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.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
- package/esm2022/lib/pages/BasePage.mjs +79 -0
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
- 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 +53 -0
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
- package/esm2022/lib/services/case-service/case.service.mjs +47 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
- package/esm2022/lib/services/claims/claims.service.mjs +193 -0
- package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
- package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
- 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/fpjs/fingerprint.service.mjs +70 -0
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
- package/esm2022/lib/services/help/help.service.mjs +63 -0
- package/esm2022/lib/services/idle/idle.service.mjs +159 -0
- package/esm2022/lib/services/logger/logger.service.mjs +67 -0
- package/esm2022/lib/services/login/login.service.mjs +358 -0
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
- package/esm2022/lib/services/notification/notification.service.mjs +113 -0
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
- package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
- package/esm2022/lib/services/security-service/security.service.mjs +59 -0
- package/esm2022/lib/services/tour/tour.service.mjs +60 -0
- package/esm2022/lib/services/util/util.service.mjs +506 -0
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
- 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 +49 -0
- package/esm2022/lib/validations/AppValidators.mjs +269 -0
- package/esm2022/public-api.mjs +180 -0
- package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/annimations/app-animations.d.ts +4 -0
- package/lib/annimations/app-animations.d.ts.map +1 -0
- package/lib/components/add-employer/add-employer.component.d.ts +318 -0
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
- package/lib/components/add-participant/add-participant.component.d.ts +55 -0
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
- package/lib/components/add-payment/add-payment.component.d.ts +39 -0
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
- 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 +108 -0
- package/lib/components/address/address.component.d.ts.map +1 -0
- 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 +40 -0
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
- package/lib/components/captcha/captcha.component.d.ts +45 -0
- package/lib/components/captcha/captcha.component.d.ts.map +1 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/card.component.d.ts.map +1 -0
- 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 +106 -0
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
- package/lib/components/content/content.component.d.ts +14 -0
- package/lib/components/content/content.component.d.ts.map +1 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
- package/lib/components/disclosure/disclosure.component.d.ts +13 -0
- package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts +582 -0
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- 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 +32 -0
- package/lib/components/email-update/email-update.component.d.ts.map +1 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
- 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 +19 -0
- package/lib/components/error/error.component.d.ts.map +1 -0
- 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/fav-menu/fav-menu.component.d.ts +22 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
- package/lib/components/file-download/file-download.component.d.ts +23 -0
- package/lib/components/file-download/file-download.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
- package/lib/components/footer/footer.component.d.ts +37 -0
- package/lib/components/footer/footer.component.d.ts.map +1 -0
- 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 +76 -0
- package/lib/components/header/header.component.d.ts.map +1 -0
- package/lib/components/help/help.component.d.ts +11 -0
- package/lib/components/help/help.component.d.ts.map +1 -0
- 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/idle-detector/idle-detector.component.d.ts +16 -0
- package/lib/components/idle-detector/idle-detector.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/info/info.component.d.ts +23 -0
- package/lib/components/info/info.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
- package/lib/components/job-title/job-title.component.d.ts +37 -0
- package/lib/components/job-title/job-title.component.d.ts.map +1 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/link/link.component.d.ts +35 -0
- package/lib/components/link/link.component.d.ts.map +1 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
- package/lib/components/mask/mask.component.d.ts +12 -0
- package/lib/components/mask/mask.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +45 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -0
- package/lib/components/mfa/mfa.component.d.ts +60 -0
- package/lib/components/mfa/mfa.component.d.ts.map +1 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +30 -0
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
- package/lib/components/msg/msg.component.d.ts +11 -0
- package/lib/components/msg/msg.component.d.ts.map +1 -0
- package/lib/components/news/news.component.d.ts +15 -0
- package/lib/components/news/news.component.d.ts.map +1 -0
- 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/overlay-info/overlay-info.component.d.ts +35 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
- package/lib/components/page/page.component.d.ts +24 -0
- package/lib/components/page/page.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +107 -0
- package/lib/components/profile/profile.component.d.ts.map +1 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
- 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 +17 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
- package/lib/components/questionnaire/FbConstants.d.ts +8 -0
- package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
- package/lib/components/questionnaire/SelectItem.d.ts +5 -0
- package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
- package/lib/components/questionnaire/question-base.d.ts +17 -0
- package/lib/components/questionnaire/question-base.d.ts.map +1 -0
- package/lib/components/questionnaire/question-control.service.d.ts +21 -0
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
- package/lib/components/questionnaire/question.service.d.ts +18 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
- package/lib/components/read-more/read-more.component.d.ts +15 -0
- package/lib/components/read-more/read-more.component.d.ts.map +1 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
- 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 +41 -0
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
- package/lib/components/select/select.component.d.ts +56 -0
- package/lib/components/select/select.component.d.ts.map +1 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
- 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/ssn.component.d.ts +12 -0
- package/lib/components/ssn/ssn.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
- package/lib/components/test/test.component.d.ts +9 -0
- package/lib/components/test/test.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +49 -0
- package/lib/components/user-login/user-login.component.d.ts.map +1 -0
- 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 +84 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
- 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/auto-focus/auto-focus.directive.d.ts +13 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
- package/lib/directives/caps-lock.directive.d.ts +12 -0
- package/lib/directives/caps-lock.directive.d.ts.map +1 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
- package/lib/directives/required-roles/required-roles.directive.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/enums/EmailStatusEnum.d.ts +8 -0
- package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts +29 -0
- package/lib/guards/auth.guard.d.ts.map +1 -0
- package/lib/guards/no-login/no-login.guard.d.ts +12 -0
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/AddressComponentModel.d.ts +14 -0
- package/lib/models/AddressComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsComponentModel.d.ts +12 -0
- package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsModel.d.ts +5 -0
- package/lib/models/BankDetailsModel.d.ts.map +1 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
- package/lib/models/CinRequalificationCriteriaModel.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 +54 -0
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
- 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/ErrorModel.d.ts +7 -0
- package/lib/models/ErrorModel.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/FileModel.d.ts +5 -0
- package/lib/models/FileModel.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 +162 -0
- package/lib/models/LibConstants.d.ts.map +1 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
- package/lib/models/NotificationModel.d.ts +11 -0
- package/lib/models/NotificationModel.d.ts.map +1 -0
- package/lib/models/OtpAuthModel.d.ts +7 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +8 -0
- package/lib/models/PaymentComponentModel.d.ts.map +1 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
- package/lib/models/RequalifyLiftPageModel.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/SsaVerificationModel.d.ts +9 -0
- package/lib/models/SsaVerificationModel.d.ts.map +1 -0
- package/lib/models/TrendModel.d.ts +14 -0
- package/lib/models/TrendModel.d.ts.map +1 -0
- package/lib/models/UserDetailsModel.d.ts +10 -0
- package/lib/models/UserDetailsModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +47 -0
- package/lib/models/UserModel.d.ts.map +1 -0
- 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/case/CaseAttachmentModel.d.ts +6 -0
- package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
- package/lib/models/claimant/ClaimantModel.d.ts +23 -0
- package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
- package/lib/models/claimant/JobResultsData.d.ts +8 -0
- package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
- package/lib/models/claimant/MatchingJobs.d.ts +13 -0
- package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
- package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
- package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
- package/lib/models/cmp/ContactUsModel.d.ts +23 -0
- package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
- package/lib/models/cmp/messageRourceModel.d.ts +6 -0
- package/lib/models/cmp/messageRourceModel.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 +66 -0
- package/lib/models/dashboard-model.d.ts.map +1 -0
- package/lib/models/dependent.model.d.ts +20 -0
- package/lib/models/dependent.model.d.ts.map +1 -0
- 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/AutocoderModel.d.ts +9 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ComboModel.d.ts +110 -0
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
- package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +17 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
- package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
- 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.component.d.ts +9 -0
- package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
- package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
- package/lib/pages/BasePage.d.ts +29 -0
- package/lib/pages/BasePage.d.ts.map +1 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
- package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
- package/lib/pages/common/landing/landing.component.d.ts +25 -0
- package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
- package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
- package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
- package/lib/pages/common/login/login.component.d.ts +65 -0
- package/lib/pages/common/login/login.component.d.ts.map +1 -0
- package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
- package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
- package/lib/pages/popovers/language/language.page.d.ts +17 -0
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
- package/lib/pipes/filter.pipe.d.ts +8 -0
- package/lib/pipes/filter.pipe.d.ts.map +1 -0
- 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/pipes/mask/mask.email.pipe.d.ts +11 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
- package/lib/pipes/trust-html/trust-html.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 +105 -0
- package/lib/services/base-service.d.ts.map +1 -0
- 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/captcha/captcha.service.d.ts +16 -0
- package/lib/services/captcha/captcha.service.d.ts.map +1 -0
- package/lib/services/case-service/case.service.d.ts +20 -0
- package/lib/services/case-service/case.service.d.ts.map +1 -0
- package/lib/services/chatbot/chatbot.service.d.ts +61 -0
- package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
- package/lib/services/chatbot/script.const.d.ts +16 -0
- package/lib/services/chatbot/script.const.d.ts.map +1 -0
- package/lib/services/claimant/claimant.service.d.ts +18 -0
- package/lib/services/claimant/claimant.service.d.ts.map +1 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +25 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
- package/lib/services/claims/claims.service.d.ts +76 -0
- package/lib/services/claims/claims.service.d.ts.map +1 -0
- package/lib/services/cmp-service/cmp.service.d.ts +34 -0
- package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
- package/lib/services/dms-service/dms.service.d.ts +24 -0
- package/lib/services/dms-service/dms.service.d.ts.map +1 -0
- 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/fpjs/fingerprint.service.d.ts +19 -0
- package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
- package/lib/services/help/help.service.d.ts +26 -0
- package/lib/services/help/help.service.d.ts.map +1 -0
- package/lib/services/idle/idle.service.d.ts +44 -0
- package/lib/services/idle/idle.service.d.ts.map +1 -0
- package/lib/services/logger/logger.service.d.ts +32 -0
- package/lib/services/logger/logger.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +81 -0
- package/lib/services/login/login.service.d.ts.map +1 -0
- package/lib/services/maintenance/maintenance.service.d.ts +16 -0
- package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
- package/lib/services/notification/notification.service.d.ts +39 -0
- package/lib/services/notification/notification.service.d.ts.map +1 -0
- 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 +37 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
- package/lib/services/questionnaire/validation.service.d.ts +85 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
- package/lib/services/security-service/security.service.d.ts +26 -0
- package/lib/services/security-service/security.service.d.ts.map +1 -0
- package/lib/services/tour/tour.service.d.ts +25 -0
- package/lib/services/tour/tour.service.d.ts.map +1 -0
- package/lib/services/util/util.service.d.ts +200 -0
- package/lib/services/util/util.service.d.ts.map +1 -0
- 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 +59 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- 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 +48 -0
- package/lib/validations/AppRegex.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +78 -0
- package/lib/validations/AppValidators.d.ts.map +1 -0
- package/package.json +25 -0
- package/public-api.d.ts +170 -0
- package/public-api.d.ts.map +1 -0
- package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs
ADDED
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../services/questionnaire/validation.service";
|
|
5
|
+
import * as i2 from "../../services/claims/claims.service";
|
|
6
|
+
import * as i3 from "../../services/weekly-cert/weekly-cert.service";
|
|
7
|
+
import * as i4 from "@ionic/angular";
|
|
8
|
+
import * as i5 from "@angular/common";
|
|
9
|
+
import * as i6 from "primeng/api";
|
|
10
|
+
import * as i7 from "primeng/dialog";
|
|
11
|
+
import * as i8 from "primeng/table";
|
|
12
|
+
import * as i9 from "primeng/accordion";
|
|
13
|
+
import * as i10 from "@fortawesome/angular-fontawesome";
|
|
14
|
+
import * as i11 from "../weekly-cert-employer/weekly-cert-employer.component";
|
|
15
|
+
import * as i12 from "@ngx-translate/core";
|
|
16
|
+
const _c0 = ["accordionTab"];
|
|
17
|
+
function WeeklyCertEmployerGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelementStart(0, "tr")(1, "th");
|
|
19
|
+
i0.ɵɵtext(2);
|
|
20
|
+
i0.ɵɵpipe(3, "translate");
|
|
21
|
+
i0.ɵɵelementEnd();
|
|
22
|
+
i0.ɵɵelement(4, "th");
|
|
23
|
+
i0.ɵɵelementStart(5, "th");
|
|
24
|
+
i0.ɵɵtext(6);
|
|
25
|
+
i0.ɵɵpipe(7, "translate");
|
|
26
|
+
i0.ɵɵelementEnd();
|
|
27
|
+
i0.ɵɵelementStart(8, "th");
|
|
28
|
+
i0.ɵɵtext(9);
|
|
29
|
+
i0.ɵɵpipe(10, "translate");
|
|
30
|
+
i0.ɵɵelementEnd();
|
|
31
|
+
i0.ɵɵelementStart(11, "th");
|
|
32
|
+
i0.ɵɵtext(12);
|
|
33
|
+
i0.ɵɵpipe(13, "translate");
|
|
34
|
+
i0.ɵɵelementEnd()();
|
|
35
|
+
} if (rf & 2) {
|
|
36
|
+
i0.ɵɵadvance(2);
|
|
37
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 4, "weeklies.employer.grid.header.name"), " ");
|
|
38
|
+
i0.ɵɵadvance(4);
|
|
39
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 6, "weeklies.employer.grid.header.lastDay"), " ");
|
|
40
|
+
i0.ɵɵadvance(3);
|
|
41
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 8, "weeklies.employer.grid.header.status"), " ");
|
|
42
|
+
i0.ɵɵadvance(3);
|
|
43
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(13, 10, "weeklies.employer.grid.header.grossEarnings"), " ");
|
|
44
|
+
} }
|
|
45
|
+
const _c1 = () => ["far", "arrows-rotate"];
|
|
46
|
+
function WeeklyCertEmployerGridComponent_ng_template_4_ion_button_12_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
+
const _r13 = i0.ɵɵgetCurrentView();
|
|
48
|
+
i0.ɵɵelementStart(0, "ion-button", 14);
|
|
49
|
+
i0.ɵɵlistener("click", function WeeklyCertEmployerGridComponent_ng_template_4_ion_button_12_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r13); const employer_r6 = i0.ɵɵnextContext().$implicit; const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.editEmployer(employer_r6)); });
|
|
50
|
+
i0.ɵɵelement(1, "fa-icon", 15);
|
|
51
|
+
i0.ɵɵelementEnd();
|
|
52
|
+
} if (rf & 2) {
|
|
53
|
+
const employer_r6 = i0.ɵɵnextContext().$implicit;
|
|
54
|
+
const ctx_r8 = i0.ɵɵnextContext();
|
|
55
|
+
i0.ɵɵproperty("disabled", ctx_r8.isDisabled)("color", employer_r6.isPartTimeEmployer && !employer_r6.isPartTimeEmployerEdited && employer_r6.isEmployerGridSubmitted ? "danger" : "");
|
|
56
|
+
i0.ɵɵadvance(1);
|
|
57
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(3, _c1));
|
|
58
|
+
} }
|
|
59
|
+
const _c2 = () => ["fal", "edit"];
|
|
60
|
+
function WeeklyCertEmployerGridComponent_ng_template_4_ion_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
61
|
+
const _r17 = i0.ɵɵgetCurrentView();
|
|
62
|
+
i0.ɵɵelementStart(0, "ion-button", 16);
|
|
63
|
+
i0.ɵɵlistener("click", function WeeklyCertEmployerGridComponent_ng_template_4_ion_button_13_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r17); const employer_r6 = i0.ɵɵnextContext().$implicit; const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.editEmployer(employer_r6)); });
|
|
64
|
+
i0.ɵɵelement(1, "fa-icon", 15);
|
|
65
|
+
i0.ɵɵelementEnd();
|
|
66
|
+
} if (rf & 2) {
|
|
67
|
+
const rowIndex_r7 = i0.ɵɵnextContext().rowIndex;
|
|
68
|
+
const ctx_r9 = i0.ɵɵnextContext();
|
|
69
|
+
i0.ɵɵproperty("id", "btnEditEmployer-" + rowIndex_r7)("disabled", ctx_r9.isDisabled);
|
|
70
|
+
i0.ɵɵadvance(1);
|
|
71
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(3, _c2));
|
|
72
|
+
} }
|
|
73
|
+
const _c3 = () => ["fal", "trash-alt"];
|
|
74
|
+
function WeeklyCertEmployerGridComponent_ng_template_4_ion_button_14_Template(rf, ctx) { if (rf & 1) {
|
|
75
|
+
const _r21 = i0.ɵɵgetCurrentView();
|
|
76
|
+
i0.ɵɵelementStart(0, "ion-button", 16);
|
|
77
|
+
i0.ɵɵlistener("click", function WeeklyCertEmployerGridComponent_ng_template_4_ion_button_14_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r21); const employer_r6 = i0.ɵɵnextContext().$implicit; const ctx_r19 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r19.deleteDependent(employer_r6)); });
|
|
78
|
+
i0.ɵɵelement(1, "fa-icon", 15);
|
|
79
|
+
i0.ɵɵelementEnd();
|
|
80
|
+
} if (rf & 2) {
|
|
81
|
+
const rowIndex_r7 = i0.ɵɵnextContext().rowIndex;
|
|
82
|
+
const ctx_r10 = i0.ɵɵnextContext();
|
|
83
|
+
i0.ɵɵproperty("id", "btnDeleteEmployer-" + rowIndex_r7)("disabled", ctx_r10.isDisabled);
|
|
84
|
+
i0.ɵɵadvance(1);
|
|
85
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(3, _c3));
|
|
86
|
+
} }
|
|
87
|
+
function WeeklyCertEmployerGridComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵelementStart(0, "tr", 9)(1, "td")(2, "span", 10);
|
|
89
|
+
i0.ɵɵtext(3);
|
|
90
|
+
i0.ɵɵpipe(4, "translate");
|
|
91
|
+
i0.ɵɵelementEnd();
|
|
92
|
+
i0.ɵɵtext(5);
|
|
93
|
+
i0.ɵɵelement(6, "br");
|
|
94
|
+
i0.ɵɵelementStart(7, "span", 11);
|
|
95
|
+
i0.ɵɵtext(8);
|
|
96
|
+
i0.ɵɵelement(9, "br");
|
|
97
|
+
i0.ɵɵtext(10);
|
|
98
|
+
i0.ɵɵelementEnd()();
|
|
99
|
+
i0.ɵɵelementStart(11, "td");
|
|
100
|
+
i0.ɵɵtemplate(12, WeeklyCertEmployerGridComponent_ng_template_4_ion_button_12_Template, 2, 4, "ion-button", 12)(13, WeeklyCertEmployerGridComponent_ng_template_4_ion_button_13_Template, 2, 4, "ion-button", 13)(14, WeeklyCertEmployerGridComponent_ng_template_4_ion_button_14_Template, 2, 4, "ion-button", 13);
|
|
101
|
+
i0.ɵɵelementEnd();
|
|
102
|
+
i0.ɵɵelementStart(15, "td")(16, "span", 10);
|
|
103
|
+
i0.ɵɵtext(17);
|
|
104
|
+
i0.ɵɵpipe(18, "translate");
|
|
105
|
+
i0.ɵɵelementEnd();
|
|
106
|
+
i0.ɵɵtext(19);
|
|
107
|
+
i0.ɵɵpipe(20, "date");
|
|
108
|
+
i0.ɵɵelementEnd();
|
|
109
|
+
i0.ɵɵelementStart(21, "td")(22, "span", 10);
|
|
110
|
+
i0.ɵɵtext(23);
|
|
111
|
+
i0.ɵɵpipe(24, "translate");
|
|
112
|
+
i0.ɵɵelementEnd();
|
|
113
|
+
i0.ɵɵtext(25);
|
|
114
|
+
i0.ɵɵelementEnd();
|
|
115
|
+
i0.ɵɵelementStart(26, "td")(27, "span", 10);
|
|
116
|
+
i0.ɵɵtext(28);
|
|
117
|
+
i0.ɵɵpipe(29, "translate");
|
|
118
|
+
i0.ɵɵelementEnd();
|
|
119
|
+
i0.ɵɵtext(30);
|
|
120
|
+
i0.ɵɵpipe(31, "currency");
|
|
121
|
+
i0.ɵɵelementEnd()();
|
|
122
|
+
} if (rf & 2) {
|
|
123
|
+
const employer_r6 = ctx.$implicit;
|
|
124
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
125
|
+
i0.ɵɵadvance(1);
|
|
126
|
+
i0.ɵɵstyleProp("color", employer_r6.isPartTimeEmployer && !employer_r6.isPartTimeEmployerEdited && employer_r6.isEmployerGridSubmitted ? "#eb445a" : "");
|
|
127
|
+
i0.ɵɵadvance(2);
|
|
128
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 17, "weeklies.employer.grid.header.name"));
|
|
129
|
+
i0.ɵɵadvance(2);
|
|
130
|
+
i0.ɵɵtextInterpolate1(" ", employer_r6.employerName, "");
|
|
131
|
+
i0.ɵɵadvance(3);
|
|
132
|
+
i0.ɵɵtextInterpolate(employer_r6.line1);
|
|
133
|
+
i0.ɵɵadvance(2);
|
|
134
|
+
i0.ɵɵtextInterpolate3("", employer_r6.city, "\u00A0", employer_r6.state, "\u00A0", employer_r6.zip, "");
|
|
135
|
+
i0.ɵɵadvance(2);
|
|
136
|
+
i0.ɵɵproperty("ngIf", employer_r6.isPartTimeEmployer && !employer_r6.isPartTimeEmployerEdited);
|
|
137
|
+
i0.ɵɵadvance(1);
|
|
138
|
+
i0.ɵɵproperty("ngIf", !employer_r6.isPartTimeEmployer || employer_r6.isPartTimeEmployer && employer_r6.isPartTimeEmployerEdited);
|
|
139
|
+
i0.ɵɵadvance(1);
|
|
140
|
+
i0.ɵɵproperty("ngIf", !employer_r6.isPartTimeEmployer);
|
|
141
|
+
i0.ɵɵadvance(3);
|
|
142
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 19, "weeklies.employer.grid.header.lastDay"));
|
|
143
|
+
i0.ɵɵadvance(2);
|
|
144
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(20, 21, employer_r6.lastDayWorked, "MMMM d, y"), " ");
|
|
145
|
+
i0.ɵɵadvance(4);
|
|
146
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24, 24, "weeklies.employer.grid.header.status"));
|
|
147
|
+
i0.ɵɵadvance(2);
|
|
148
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.getSepReason(employer_r6.reasonSeparation), " ");
|
|
149
|
+
i0.ɵɵadvance(3);
|
|
150
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(29, 26, "weeklies.employer.grid.header.grossEarnings"));
|
|
151
|
+
i0.ɵɵadvance(2);
|
|
152
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(31, 28, employer_r6.grossEarning), " ");
|
|
153
|
+
} }
|
|
154
|
+
function WeeklyCertEmployerGridComponent_5_ng_template_0_app_weekly_cert_employer_qe_5_Template(rf, ctx) { if (rf & 1) {
|
|
155
|
+
const _r26 = i0.ɵɵgetCurrentView();
|
|
156
|
+
i0.ɵɵelementStart(0, "app-weekly-cert-employer-qe", 22);
|
|
157
|
+
i0.ɵɵlistener("success", function WeeklyCertEmployerGridComponent_5_ng_template_0_app_weekly_cert_employer_qe_5_Template_app_weekly_cert_employer_qe_success_0_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r25.addEmployer($event)); })("onClose", function WeeklyCertEmployerGridComponent_5_ng_template_0_app_weekly_cert_employer_qe_5_Template_app_weekly_cert_employer_qe_onClose_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r27 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r27.close()); });
|
|
158
|
+
i0.ɵɵelementEnd();
|
|
159
|
+
} if (rf & 2) {
|
|
160
|
+
const ctx_r24 = i0.ɵɵnextContext(3);
|
|
161
|
+
i0.ɵɵproperty("dynamicParam", ctx_r24.dynamicParam)("empToEdit", ctx_r24.selectedEmployer);
|
|
162
|
+
} }
|
|
163
|
+
function WeeklyCertEmployerGridComponent_5_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
164
|
+
const _r29 = i0.ɵɵgetCurrentView();
|
|
165
|
+
i0.ɵɵelementStart(0, "div", 18)(1, "p-accordion", 19);
|
|
166
|
+
i0.ɵɵlistener("onClose", function WeeklyCertEmployerGridComponent_5_ng_template_0_Template_p_accordion_onClose_1_listener() { i0.ɵɵrestoreView(_r29); const ctx_r28 = i0.ɵɵnextContext(2); ctx_r28.selected = false; ctx_r28.isEditMode = false; ctx_r28.close(); return i0.ɵɵresetView(ctx_r28.activeIndex = null); })("onOpen", function WeeklyCertEmployerGridComponent_5_ng_template_0_Template_p_accordion_onOpen_1_listener() { i0.ɵɵrestoreView(_r29); const ctx_r30 = i0.ɵɵnextContext(2); ctx_r30.selected = true; return i0.ɵɵresetView(ctx_r30.activeIndex = 0); });
|
|
167
|
+
i0.ɵɵelementStart(2, "p-accordionTab", 20);
|
|
168
|
+
i0.ɵɵpipe(3, "translate");
|
|
169
|
+
i0.ɵɵpipe(4, "translate");
|
|
170
|
+
i0.ɵɵtemplate(5, WeeklyCertEmployerGridComponent_5_ng_template_0_app_weekly_cert_employer_qe_5_Template, 1, 2, "app-weekly-cert-employer-qe", 21);
|
|
171
|
+
i0.ɵɵelementEnd()()();
|
|
172
|
+
} if (rf & 2) {
|
|
173
|
+
const ctx_r23 = i0.ɵɵnextContext(2);
|
|
174
|
+
i0.ɵɵadvance(1);
|
|
175
|
+
i0.ɵɵproperty("selected", ctx_r23.selected)("activeIndex", ctx_r23.activeIndex);
|
|
176
|
+
i0.ɵɵadvance(1);
|
|
177
|
+
i0.ɵɵpropertyInterpolate("header", ctx_r23.isEditMode ? i0.ɵɵpipeBind1(3, 4, "weeklies.employer.grid.header.edit") : i0.ɵɵpipeBind1(4, 6, "weeklies.employer.grid.header.add"));
|
|
178
|
+
i0.ɵɵadvance(3);
|
|
179
|
+
i0.ɵɵproperty("ngIf", ctx_r23.selected);
|
|
180
|
+
} }
|
|
181
|
+
function WeeklyCertEmployerGridComponent_5_Template(rf, ctx) { if (rf & 1) {
|
|
182
|
+
i0.ɵɵtemplate(0, WeeklyCertEmployerGridComponent_5_ng_template_0_Template, 6, 8, "ng-template", 17);
|
|
183
|
+
} }
|
|
184
|
+
function WeeklyCertEmployerGridComponent_ng_template_11_Template(rf, ctx) { if (rf & 1) {
|
|
185
|
+
const _r32 = i0.ɵɵgetCurrentView();
|
|
186
|
+
i0.ɵɵelementStart(0, "ion-button", 23);
|
|
187
|
+
i0.ɵɵlistener("click", function WeeklyCertEmployerGridComponent_ng_template_11_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r32); const ctx_r31 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r31.close()); });
|
|
188
|
+
i0.ɵɵtext(1, " Close ");
|
|
189
|
+
i0.ɵɵelementEnd();
|
|
190
|
+
i0.ɵɵelementStart(2, "ion-button", 24);
|
|
191
|
+
i0.ɵɵlistener("click", function WeeklyCertEmployerGridComponent_ng_template_11_Template_ion_button_click_2_listener() { i0.ɵɵrestoreView(_r32); const ctx_r33 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r33.editDuplicateEmployer()); });
|
|
192
|
+
i0.ɵɵtext(3, " Edit ");
|
|
193
|
+
i0.ɵɵelementEnd();
|
|
194
|
+
} }
|
|
195
|
+
const _c4 = () => ({ width: "45vw" });
|
|
196
|
+
const _c5 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
197
|
+
export class WeeklyCertEmployerGridComponent {
|
|
198
|
+
constructor(vs, cs, wcService) {
|
|
199
|
+
this.vs = vs;
|
|
200
|
+
this.cs = cs;
|
|
201
|
+
this.wcService = wcService;
|
|
202
|
+
this.onComplete = new EventEmitter();
|
|
203
|
+
this.selected = false;
|
|
204
|
+
this.activeIndex = null;
|
|
205
|
+
this.isEditMode = false;
|
|
206
|
+
this.employmentStatusOptionsAll = [];
|
|
207
|
+
this.indexToEdit = null;
|
|
208
|
+
this.employers = [];
|
|
209
|
+
this.showAddEmpPopup = false;
|
|
210
|
+
this.showDuplicatePopup = false;
|
|
211
|
+
this.isDisabled = false;
|
|
212
|
+
this.onChange = (value) => { };
|
|
213
|
+
this.onTouch = () => { };
|
|
214
|
+
this.onChangeSubs = [];
|
|
215
|
+
}
|
|
216
|
+
ngOnDestroy() {
|
|
217
|
+
for (let sub of this.onChangeSubs) {
|
|
218
|
+
sub.unsubscribe();
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
writeValue(value) {
|
|
222
|
+
if (value) {
|
|
223
|
+
if (value.some(emp => emp.isPartTimeEmployer === true && emp.grossEarning === 0)) {
|
|
224
|
+
this.setupEmployer(value);
|
|
225
|
+
}
|
|
226
|
+
else {
|
|
227
|
+
this.employers = [...value];
|
|
228
|
+
this.publishEmployer();
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
else {
|
|
232
|
+
this.setupEmployer(value);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
async setupEmployer(value) {
|
|
236
|
+
this.wcService.fetchWeeklyEmployerDetails(this.dynamicParam['claimantId'], this.dynamicParam['claimWeekEndDate']).subscribe(res => {
|
|
237
|
+
if (res && res.length > 0) {
|
|
238
|
+
this.employers = [...res];
|
|
239
|
+
this.publishEmployer();
|
|
240
|
+
}
|
|
241
|
+
else {
|
|
242
|
+
this.employers = [...value];
|
|
243
|
+
this.publishEmployer();
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
}
|
|
247
|
+
registerOnChange(fn) {
|
|
248
|
+
let sub = this.vs.weeklyEmployers.subscribe(fn);
|
|
249
|
+
this.onChangeSubs.push(sub);
|
|
250
|
+
}
|
|
251
|
+
registerOnTouched(onTouch) {
|
|
252
|
+
this.onTouch = onTouch;
|
|
253
|
+
}
|
|
254
|
+
setDisabledState(isDisabled) {
|
|
255
|
+
this.isDisabled = isDisabled;
|
|
256
|
+
}
|
|
257
|
+
ngOnInit() {
|
|
258
|
+
this.loadMasterData();
|
|
259
|
+
this.employers = this.vs.weeklyEmployers.getValue() || [];
|
|
260
|
+
}
|
|
261
|
+
loadMasterData() {
|
|
262
|
+
this.cs.loadMasterData();
|
|
263
|
+
this.cs.getReasonSeparation().subscribe(value => {
|
|
264
|
+
value.forEach(arr => this.employmentStatusOptionsAll.push(arr));
|
|
265
|
+
});
|
|
266
|
+
}
|
|
267
|
+
addEmployer(employer) {
|
|
268
|
+
if (this.checkForDuplicate(employer)) {
|
|
269
|
+
this.selectedEmployer = employer;
|
|
270
|
+
this.showAddEmpPopup = false;
|
|
271
|
+
this.showDuplicatePopup = true;
|
|
272
|
+
return;
|
|
273
|
+
}
|
|
274
|
+
if (this.indexToEdit != null) {
|
|
275
|
+
this.employers[this.indexToEdit] = employer;
|
|
276
|
+
}
|
|
277
|
+
else {
|
|
278
|
+
this.employers.push(employer);
|
|
279
|
+
}
|
|
280
|
+
this.showAddEmpPopup = false;
|
|
281
|
+
this.selectedEmployer = null;
|
|
282
|
+
this.indexToEdit = null;
|
|
283
|
+
this.publishEmployer();
|
|
284
|
+
if (this.employers.length > 0) {
|
|
285
|
+
this.form.controls['workPerformed'].setValue('Y');
|
|
286
|
+
}
|
|
287
|
+
this.selected = false;
|
|
288
|
+
this.activeIndex = -1;
|
|
289
|
+
this.isEditMode = false;
|
|
290
|
+
}
|
|
291
|
+
publishEmployer() {
|
|
292
|
+
this.vs.weeklyEmployers.next(this.employers.length > 0 ? this.employers : null);
|
|
293
|
+
}
|
|
294
|
+
editEmployer(employer) {
|
|
295
|
+
if (this.showAddEmpPopup && this.selectedEmployer !== employer) {
|
|
296
|
+
this.close();
|
|
297
|
+
setTimeout(() => {
|
|
298
|
+
this.selectedEmployer = employer;
|
|
299
|
+
this.indexToEdit = this.employers.indexOf(employer);
|
|
300
|
+
this.showAddEmpPopup = true;
|
|
301
|
+
this.selected = true;
|
|
302
|
+
this.activeIndex = 0;
|
|
303
|
+
this.isEditMode = true;
|
|
304
|
+
}, 0);
|
|
305
|
+
}
|
|
306
|
+
else {
|
|
307
|
+
this.selectedEmployer = employer;
|
|
308
|
+
this.indexToEdit = this.employers.indexOf(employer);
|
|
309
|
+
this.showAddEmpPopup = true;
|
|
310
|
+
this.selected = true;
|
|
311
|
+
this.activeIndex = 0;
|
|
312
|
+
this.isEditMode = true;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
editDuplicateEmployer() {
|
|
316
|
+
this.showDuplicatePopup = false;
|
|
317
|
+
this.showAddEmpPopup = true;
|
|
318
|
+
this.selected = true;
|
|
319
|
+
this.activeIndex = 0;
|
|
320
|
+
this.isEditMode = true;
|
|
321
|
+
}
|
|
322
|
+
deleteDependent(employer) {
|
|
323
|
+
let index = this.employers.indexOf(employer);
|
|
324
|
+
this.employers.splice(index, 1);
|
|
325
|
+
this.publishEmployer();
|
|
326
|
+
if (this.employers.length == 0) {
|
|
327
|
+
this.form.controls['workPerformed'].setValue('N');
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
close() {
|
|
331
|
+
this.showAddEmpPopup = false;
|
|
332
|
+
this.indexToEdit = null;
|
|
333
|
+
this.selectedEmployer = null;
|
|
334
|
+
this.showDuplicatePopup = false;
|
|
335
|
+
this.selected = false;
|
|
336
|
+
this.activeIndex = -1;
|
|
337
|
+
this.isEditMode = false;
|
|
338
|
+
}
|
|
339
|
+
checkForDuplicate(employer) {
|
|
340
|
+
if (this.employers) {
|
|
341
|
+
let employers = this.employers.filter(e => {
|
|
342
|
+
if (this.indexToEdit == this.employers.indexOf(e)) {
|
|
343
|
+
return false;
|
|
344
|
+
}
|
|
345
|
+
let result = (employer.employerId && e.employerId && employer.employerId == e.employerId)
|
|
346
|
+
||
|
|
347
|
+
(employer.employerName == e.employerName &&
|
|
348
|
+
employer.state == e.state &&
|
|
349
|
+
employer.city == e.city);
|
|
350
|
+
return result;
|
|
351
|
+
});
|
|
352
|
+
return employers.length > 0;
|
|
353
|
+
}
|
|
354
|
+
else {
|
|
355
|
+
return false;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
getSepReason(value) {
|
|
359
|
+
if (this.employmentStatusOptionsAll.length > 0 && value) {
|
|
360
|
+
return this.employmentStatusOptionsAll.filter(s => s.value == value)[0].text;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
submit() {
|
|
364
|
+
this.employers.forEach(e => {
|
|
365
|
+
if (!e.isPartTimeEmployerEdited && e.isPartTimeEmployer) {
|
|
366
|
+
e.isEmployerGridSubmitted = true;
|
|
367
|
+
}
|
|
368
|
+
});
|
|
369
|
+
}
|
|
370
|
+
static { this.ɵfac = function WeeklyCertEmployerGridComponent_Factory(t) { return new (t || WeeklyCertEmployerGridComponent)(i0.ɵɵdirectiveInject(i1.ValidationService), i0.ɵɵdirectiveInject(i2.ClaimService), i0.ɵɵdirectiveInject(i3.WeeklyCertService)); }; }
|
|
371
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WeeklyCertEmployerGridComponent, selectors: [["app-weekly-cert-employer-grid"]], viewQuery: function WeeklyCertEmployerGridComponent_Query(rf, ctx) { if (rf & 1) {
|
|
372
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
373
|
+
} if (rf & 2) {
|
|
374
|
+
let _t;
|
|
375
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.accordionTab = _t.first);
|
|
376
|
+
} }, inputs: { dynamicParam: "dynamicParam", form: "form" }, outputs: { onComplete: "onComplete" }, features: [i0.ɵɵProvidersFeature([{
|
|
377
|
+
provide: NG_VALUE_ACCESSOR,
|
|
378
|
+
useExisting: WeeklyCertEmployerGridComponent,
|
|
379
|
+
multi: true
|
|
380
|
+
}])], decls: 12, vars: 13, consts: [[2, "margin-left", "-5px"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], [4, "ngIf"], ["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable"], [1, "heading"], ["pTemplate", "footer"], [1, "ion-padding-top", "ion-padding-bottom"], [1, "p-column-title"], [2, "font-size", "12px"], ["fill", "outline", "size", "small", "class", "action-button", 3, "disabled", "color", "click", 4, "ngIf"], ["fill", "outline", "size", "small", "class", "action-button", 3, "id", "disabled", "click", 4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "disabled", "color", "click"], [1, "action-icon", 3, "icon"], ["fill", "outline", "size", "small", 1, "action-button", 3, "id", "disabled", "click"], ["pTemplate", "summary"], [1, "align-items-center", "justify-content-between"], ["expandIcon", "pi pi-plus-circle", "collapseIcon", "pi pi-minus-circle", "id", "wcAddEmployer", 3, "selected", "activeIndex", "onClose", "onOpen"], [3, "header"], [3, "dynamicParam", "empToEdit", "success", "onClose", 4, "ngIf"], [3, "dynamicParam", "empToEdit", "success", "onClose"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"]], template: function WeeklyCertEmployerGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
381
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "p-table", 1, 2);
|
|
382
|
+
i0.ɵɵtemplate(3, WeeklyCertEmployerGridComponent_ng_template_3_Template, 14, 12, "ng-template", 3)(4, WeeklyCertEmployerGridComponent_ng_template_4_Template, 32, 30, "ng-template", 4)(5, WeeklyCertEmployerGridComponent_5_Template, 1, 0, null, 5);
|
|
383
|
+
i0.ɵɵelementEnd();
|
|
384
|
+
i0.ɵɵelementStart(6, "p-dialog", 6)(7, "h4", 7);
|
|
385
|
+
i0.ɵɵtext(8, "Duplicate employer not allowed");
|
|
386
|
+
i0.ɵɵelementEnd();
|
|
387
|
+
i0.ɵɵelementStart(9, "ion-label");
|
|
388
|
+
i0.ɵɵtext(10, "It seems like you have added a employer that has been added already. Please check details and try adding employer again.");
|
|
389
|
+
i0.ɵɵelementEnd();
|
|
390
|
+
i0.ɵɵtemplate(11, WeeklyCertEmployerGridComponent_ng_template_11_Template, 4, 0, "ng-template", 8);
|
|
391
|
+
i0.ɵɵelementEnd()();
|
|
392
|
+
} if (rf & 2) {
|
|
393
|
+
i0.ɵɵadvance(1);
|
|
394
|
+
i0.ɵɵproperty("rowHover", true)("value", ctx.employers);
|
|
395
|
+
i0.ɵɵadvance(4);
|
|
396
|
+
i0.ɵɵproperty("ngIf", !ctx.isDisabled);
|
|
397
|
+
i0.ɵɵadvance(1);
|
|
398
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(11, _c4));
|
|
399
|
+
i0.ɵɵproperty("visible", ctx.showDuplicatePopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(12, _c5))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
400
|
+
} }, dependencies: [i4.IonButton, i4.IonLabel, i5.NgIf, i6.PrimeTemplate, i7.Dialog, i8.Table, i9.Accordion, i9.AccordionTab, i10.FaIconComponent, i11.WeeklyCertEmployerComponentQe, i5.CurrencyPipe, i5.DatePipe, i12.TranslatePipe], styles: ["[_nghost-%COMP%] .p-datatable-footer{padding:10px 0!important}[_nghost-%COMP%] .p-accordion-content{padding:0!important}[_nghost-%COMP%] .p-fluid .p-autocomplete{display:flex!important}[_nghost-%COMP%] .p-fluid .p-calendar{width:100%!important}[_nghost-%COMP%] .p-calendar .p-inputtext{max-width:100%!important}"] }); }
|
|
401
|
+
}
|
|
402
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WeeklyCertEmployerGridComponent, [{
|
|
403
|
+
type: Component,
|
|
404
|
+
args: [{ selector: 'app-weekly-cert-employer-grid', providers: [{
|
|
405
|
+
provide: NG_VALUE_ACCESSOR,
|
|
406
|
+
useExisting: WeeklyCertEmployerGridComponent,
|
|
407
|
+
multi: true
|
|
408
|
+
}], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"employers\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th>\r\n {{\"weeklies.employer.grid.header.name\"|translate}}\r\n </th>\r\n <th></th>\r\n <th>\r\n {{\"weeklies.employer.grid.header.lastDay\"|translate}}\r\n </th>\r\n <th>\r\n {{\"weeklies.employer.grid.header.status\"|translate}}\r\n </th>\r\n <th>\r\n {{\"weeklies.employer.grid.header.grossEarnings\"|translate}}\r\n </th>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-employer let-rowIndex=\"rowIndex\">\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <td [style.Color]=\"(employer.isPartTimeEmployer && !employer.isPartTimeEmployerEdited && employer.isEmployerGridSubmitted) ? '#eb445a':''\">\r\n <span class=\"p-column-title\">{{\"weeklies.employer.grid.header.name\"|translate}}</span>\r\n {{employer.employerName}}<br/>\r\n <span style=\"font-size: 12px;\">{{employer.line1}}<br/>{{employer.city}} {{employer.state}} {{employer.zip}}</span>\r\n </td>\r\n <td>\r\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"editEmployer(employer)\" [disabled]=\"isDisabled\" *ngIf=\"employer.isPartTimeEmployer && !employer.isPartTimeEmployerEdited\" [color]=\"(employer.isPartTimeEmployer && !employer.isPartTimeEmployerEdited && employer.isEmployerGridSubmitted) ? 'danger':''\">\r\n <fa-icon [icon]=\"['far', 'arrows-rotate']\" class=\"action-icon\"></fa-icon>\r\n </ion-button> \r\n <ion-button [id]=\"'btnEditEmployer-' + rowIndex\" fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"editEmployer(employer)\" [disabled]=\"isDisabled\" *ngIf=\"!employer.isPartTimeEmployer || (employer.isPartTimeEmployer && employer.isPartTimeEmployerEdited)\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n <ion-button [id]=\"'btnDeleteEmployer-' + rowIndex\" fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"deleteDependent(employer)\" [disabled]=\"isDisabled\" *ngIf=\"!employer.isPartTimeEmployer\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"weeklies.employer.grid.header.lastDay\"|translate}}</span>\r\n {{employer.lastDayWorked | date:'MMMM d, y'}}\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"weeklies.employer.grid.header.status\"|translate}}</span>\r\n {{getSepReason(employer.reasonSeparation)}}\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"weeklies.employer.grid.header.grossEarnings\"|translate}}</span>\r\n {{employer.grossEarning | currency}}\r\n </td>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"summary\" *ngIf=\"!isDisabled\">\r\n <div class=\"align-items-center justify-content-between\">\r\n <p-accordion expandIcon=\"pi pi-plus-circle\" collapseIcon=\"pi pi-minus-circle\" [selected]=\"selected\" (onClose)=\"selected = false; isEditMode= false; close(); activeIndex = null\"\r\n (onOpen)=\"selected = true; activeIndex=0\" [activeIndex]=\"activeIndex\" id=\"wcAddEmployer\">\r\n <!-- <p-accordionTab header='{{\"weeklies.employer.grid.header.add\"|translate}}'> -->\r\n <p-accordionTab header='{{ isEditMode ? (\"weeklies.employer.grid.header.edit\"|translate) : (\"weeklies.employer.grid.header.add\"|translate) }}'>\r\n <app-weekly-cert-employer-qe [dynamicParam]=\"dynamicParam\" (success)=\"addEmployer($event)\" \r\n (onClose)=\"close()\" [empToEdit]=\"selectedEmployer\" *ngIf=\"selected\"></app-weekly-cert-employer-qe>\r\n </p-accordionTab>\r\n </p-accordion>\r\n </div>\r\n </ng-template>\r\n </p-table>\r\n <p-dialog [visible]=\"showDuplicatePopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\r\n <h4 class=\"heading\">Duplicate employer not allowed</h4>\r\n <ion-label>It seems like you have added a employer that has been added already. Please check details and try adding employer again.</ion-label>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"outline\" (click)=\"close()\">\r\n Close\r\n </ion-button>\r\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"solid\" (click)=\"editDuplicateEmployer()\">\r\n Edit\r\n </ion-button>\r\n </ng-template>\r\n </p-dialog>\r\n</div>", styles: [":host ::ng-deep .p-datatable-footer{padding:10px 0!important}:host ::ng-deep .p-accordion-content{padding:0!important}:host ::ng-deep .p-fluid .p-autocomplete{display:flex!important}:host ::ng-deep .p-fluid .p-calendar{width:100%!important}:host ::ng-deep .p-calendar .p-inputtext{max-width:100%!important}\n"] }]
|
|
409
|
+
}], () => [{ type: i1.ValidationService }, { type: i2.ClaimService }, { type: i3.WeeklyCertService }], { dynamicParam: [{
|
|
410
|
+
type: Input
|
|
411
|
+
}], form: [{
|
|
412
|
+
type: Input
|
|
413
|
+
}], onComplete: [{
|
|
414
|
+
type: Output
|
|
415
|
+
}], accordionTab: [{
|
|
416
|
+
type: ViewChild,
|
|
417
|
+
args: ['accordionTab']
|
|
418
|
+
}] }); })();
|
|
419
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WeeklyCertEmployerGridComponent, { className: "WeeklyCertEmployerGridComponent", filePath: "lib\\components\\weekly-cert-employer-grid\\weekly-cert-employer-grid.component.ts", lineNumber: 24 }); })();
|
|
420
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2Vla2x5LWNlcnQtZW1wbG95ZXItZ3JpZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LWNlcnQtZW1wbG95ZXItZ3JpZC93ZWVrbHktY2VydC1lbXBsb3llci1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93ZWVrbHktY2VydC1lbXBsb3llci1ncmlkL3dlZWtseS1jZXJ0LWVtcGxveWVyLWdyaWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkgsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDRTdELDBCQUFJLFNBQUE7SUFFSSxZQUNKOztJQUFBLGlCQUFLO0lBQ0wscUJBQVM7SUFDVCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwyQkFBSTtJQUNBLGFBQ0o7O0lBQUEsaUJBQUssRUFBQTs7SUFYRCxlQUNKO0lBREksMkZBQ0o7SUFHSSxlQUNKO0lBREksOEZBQ0o7SUFFSSxlQUNKO0lBREksOEZBQ0o7SUFFSSxlQUNKO0lBREksc0dBQ0o7Ozs7O0lBWUksc0NBQWlVO0lBQW5RLDBQQUFTLGVBQUEsaUNBQXNCLENBQUEsSUFBQztJQUMxRiw4QkFBeUU7SUFDN0UsaUJBQWE7Ozs7SUFGa0YsNENBQXVCLHlJQUFBO0lBQ3pHLGVBQWlDO0lBQWpDLGlEQUFpQzs7Ozs7SUFFOUMs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QmMscUZBQUEsOERBQUE7WUErQ2xCLGlCQUFVO1lBQ1YsbUNBQ2tHLFlBQUE7WUFDMUUsOENBQThCO1lBQUEsaUJBQUs7WUFDdkQsaUNBQVc7WUFBQSx5SUFBd0g7WUFBQSxpQkFBWTtZQUMvSSxrR0FPYztZQUNsQixpQkFBVyxFQUFBOztZQTdFRSxlQUFpQjtZQUFqQiwrQkFBaUIsd0JBQUE7WUFvRFEsZUFBaUI7WUFBakIsc0NBQWlCO1lBYTBILGVBQXlCO1lBQXpCLDBDQUF5QjtZQUFoTSxnREFBOEIsZUFBQSw0Q0FBQSxvQkFBQSxvQkFBQSxvQkFBQTs7O2lGRDNDL0IsK0JBQStCO2NBYjNDLFNBQVM7MkJBQ0UsK0JBQStCLGFBRzlCLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFFMUIsV0FBVyxpQ0FBaUM7d0JBRTVDLEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUMsbUJBQ2UsdUJBQXVCLENBQUMsT0FBTzs2R0FLekMsWUFBWTtrQkFEbEIsS0FBSztZQUlDLElBQUk7a0JBRFYsS0FBSztZQUdJLFVBQVU7a0JBQW5CLE1BQU07WUFFb0IsWUFBWTtrQkFBdEMsU0FBUzttQkFBQyxjQUFjOztrRkFWZCwrQkFBK0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBBY2NvcmRpb25UYWIgfSBmcm9tICdwcmltZW5nL2FjY29yZGlvbic7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENob2ljZXNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9BZGRyZXNzQ29tcG9uZW50TW9kZWwnO1xuaW1wb3J0IHsgRW1wbG95ZXJJbmZvTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvRW1wbG95ZXJEZXRhaWxTZWFyY2hSZXN1bHQnO1xuaW1wb3J0IHsgQ2xhaW1TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2xhaW1zL2NsYWltcy5zZXJ2aWNlJztcbmltcG9ydCB7IFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS92YWxpZGF0aW9uLnNlcnZpY2UnO1xuaW1wb3J0IHsgV2Vla2x5Q2VydFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy93ZWVrbHktY2VydC93ZWVrbHktY2VydC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXdlZWtseS1jZXJ0LWVtcGxveWVyLWdyaWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vd2Vla2x5LWNlcnQtZW1wbG95ZXItZ3JpZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3dlZWtseS1jZXJ0LWVtcGxveWVyLWdyaWQuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuXG4gICAgdXNlRXhpc3Rpbmc6IFdlZWtseUNlcnRFbXBsb3llckdyaWRDb21wb25lbnQsXG5cbiAgICBtdWx0aTogdHJ1ZVxuICB9XSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0XG59KVxuZXhwb3J0IGNsYXNzIFdlZWtseUNlcnRFbXBsb3llckdyaWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgZHluYW1pY1BhcmFtOiBhbnk7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGZvcm06IGFueTtcblxuICBAT3V0cHV0KCkgb25Db21wbGV0ZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgXG4gIEBWaWV3Q2hpbGQoJ2FjY29yZGlvblRhYicpIGFjY29yZGlvblRhYjogQWNjb3JkaW9uVGFiXG5cbiAgcHVibGljIHNlbGVjdGVkIDpib29sZWFuID0gZmFsc2U7XG5cbiAgcHVibGljIGFjdGl2ZUluZGV4IDogbnVtYmVyID0gbnVsbDtcblxuICBwdWJsaWMgaXNFZGl0TW9kZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIHB1YmxpYyBlbXBsb3ltZW50U3RhdHVzT3B0aW9uc0FsbDogQ2hvaWNlc01vZGVsW10gPSBbXTtcblxuICBzZWxlY3RlZEVtcGxveWVyIDogRW1wbG95ZXJJbmZvTW9kZWw7XG5cbiAgaW5kZXhUb0VkaXQgPSBudWxsO1xuXG4gIGVtcGxveWVycyA6IEVtcGxveWVySW5mb01vZGVsW10gPSBbXTtcblxuICBzaG93QWRkRW1wUG9wdXAgOiBib29sZWFuID0gZmFsc2U7XG5cbiAgc2hvd0R1cGxpY2F0ZVBvcHVwIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIGlzRGlzYWJsZWQgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdnM6IFZhbGlkYXRpb25TZXJ2aWNlLCBwdWJsaWMgY3MgOiBDbGFpbVNlcnZpY2UsIHByaXZhdGUgd2NTZXJ2aWNlOiBXZWVrbHlDZXJ0U2VydmljZSkgeyBcbiAgfVxuXG4gIHByaXZhdGUgb25DaGFuZ2U6IEZ1bmN0aW9uID0gKHZhbHVlOiBTdHJpbmcpID0+IHt9O1xuXG4gIHByaXZhdGUgb25Ub3VjaDogRnVuY3Rpb24gPSAoKSA9PiB7fTtcblxuICBvbkNoYW5nZVN1YnM6IFN1YnNjcmlwdGlvbltdID0gW107XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgZm9yIChsZXQgc3ViIG9mIHRoaXMub25DaGFuZ2VTdWJzKSB7XG4gICAgICBzdWIudW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gIH1cblxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpIHtcbiAgICBpZiAodmFsdWUpIHtcbiAgICAgIGlmICh2YWx1ZS5zb21lKFxuICAgICAgICBlbXAgPT4gZW1wLmlzUGFydFRpbWVFbXBsb3llciA9PT0gdHJ1ZSAmJiBlbXAuZ3Jvc3NFYXJuaW5nID09PSAwXG4gICAgICApKSB7XG4gICAgICAgIHRoaXMuc2V0dXBFbXBsb3llcih2YWx1ZSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmVtcGxveWVycyA9IFsuLi52YWx1ZV07XG4gICAgICAgIHRoaXMucHVibGlzaEVtcGxveWVyKCk7XG4gICAgICB9XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuc2V0dXBFbXBsb3llcih2YWx1ZSk7XG4gICAgfVxuICB9XG5cbiAgYXN5bmMgc2V0dXBFbXBsb3llcih2YWx1ZTogYW55KSB7XG4gICAgdGhpcy53Y1NlcnZpY2UuZmV0Y2hXZWVrbHlFbXBsb3llckRldGFpbHModGhpcy5keW5hbWljUGFyYW1bJ2NsYWltYW50SWQnXSwgdGhpcy5keW5hbWljUGFyYW1bJ2NsYWltV2Vla0VuZERhdGUnXSkuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICBpZiAocmVzICYmIHJlcy5sZW5ndGggPiAwKSB7XG4gICAgICAgIHRoaXMuZW1wbG95ZXJzID0gWy4uLnJlc107XG4gICAgICAgIHRoaXMucHVibGlzaEVtcGxveWVyKCk7XG4gICAgICB9XG4gICAgICBlbHNlIHtcbiAgICAgICAgdGhpcy5lbXBsb3llcnMgPSBbLi4udmFsdWVdO1xuICAgICAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcigpO1xuICAgICAgfVxuICAgIH0pXG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpIHtcbiAgICBsZXQgc3ViID0gdGhpcy52cy53ZWVrbHlFbXBsb3llcnMuc3Vic2NyaWJlKGZuKTtcbiAgICB0aGlzLm9uQ2hhbmdlU3Vicy5wdXNoKHN1Yik7XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChvblRvdWNoOiBGdW5jdGlvbikge1xuICAgIHRoaXMub25Ub3VjaCA9IG9uVG91Y2g7XG4gIH1cblxuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5pc0Rpc2FibGVkID0gaXNEaXNhYmxlZDtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMubG9hZE1hc3RlckRhdGEoKTtcbiAgICB0aGlzLmVtcGxveWVycyA9IHRoaXMudnMud2Vla2x5RW1wbG95ZXJzLmdldFZhbHVlKCkgfHwgW107IFxuICB9XG5cbiAgbG9hZE1hc3RlckRhdGEoKSB7XG4gICAgdGhpcy5jcy5sb2FkTWFzdGVyRGF0YSgpO1xuXG4gICAgdGhpcy5jcy5nZXRSZWFzb25TZXBhcmF0aW9uKCkuc3Vic2NyaWJlKFxuICAgICAgdmFsdWUgPT4ge1xuICAgICAgICB2YWx1ZS5mb3JFYWNoKGFyciA9PiAgdGhpcy5lbXBsb3ltZW50U3RhdHVzT3B0aW9uc0FsbC5wdXNoKGFycikpO1xuICAgICAgfVxuICAgICk7XG4gIH1cblxuICBhZGRFbXBsb3llcihlbXBsb3llciA6IEVtcGxveWVySW5mb01vZGVsKXtcbiAgICBpZih0aGlzLmNoZWNrRm9yRHVwbGljYXRlKGVtcGxveWVyKSl7XG4gICAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXIgPSBlbXBsb3llcjtcbiAgICAgIHRoaXMuc2hvd0FkZEVtcFBvcHVwID0gZmFsc2U7XG4gICAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IHRydWU7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGlmKHRoaXMuaW5kZXhUb0VkaXQgIT0gbnVsbCl7XG4gICAgICB0aGlzLmVtcGxveWVyc1t0aGlzLmluZGV4VG9FZGl0XSA9IGVtcGxveWVyO1xuICAgIH1lbHNle1xuICAgICAgdGhpcy5lbXBsb3llcnMucHVzaChlbXBsb3llcik7XG4gICAgfVxuICAgIHRoaXMuc2hvd0FkZEVtcFBvcHVwID0gZmFsc2U7XG4gICAgdGhpcy5zZWxlY3RlZEVtcGxveWVyID0gbnVsbDtcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gbnVsbDtcbiAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcigpO1xuICAgIGlmKHRoaXMuZW1wbG95ZXJzLmxlbmd0aCA+IDApe1xuICAgICAgICB0aGlzLmZvcm0uY29udHJvbHNbJ3dvcmtQZXJmb3JtZWQnXS5zZXRWYWx1ZSgnWScpO1xuICAgIH1cbiAgICB0aGlzLnNlbGVjdGVkID0gZmFsc2U7XG4gICAgdGhpcy5hY3RpdmVJbmRleD0tMTtcbiAgICB0aGlzLmlzRWRpdE1vZGUgPSBmYWxzZTtcbiAgfVxuXG4gIHB1Ymxpc2hFbXBsb3llcigpIHtcbiAgICB0aGlzLnZzLndlZWtseUVtcGxveWVycy5uZXh0KHRoaXMuZW1wbG95ZXJzLmxlbmd0aCA+IDAgPyB0aGlzLmVtcGxveWVycyA6IG51bGwpO1xuICB9XG5cbiAgZWRpdEVtcGxveWVyKGVtcGxveWVyOiBFbXBsb3llckluZm9Nb2RlbCkge1xuICAgIGlmICh0aGlzLnNob3dBZGRFbXBQb3B1cCAmJiB0aGlzLnNlbGVjdGVkRW1wbG95ZXIgIT09IGVtcGxveWVyKSB7XG4gICAgICAgIHRoaXMuY2xvc2UoKTtcbiAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXIgPSBlbXBsb3llcjtcbiAgICAgICAgICAgIHRoaXMuaW5kZXhUb0VkaXQgPSB0aGlzLmVtcGxveWVycy5pbmRleE9mKGVtcGxveWVyKTtcbiAgICAgICAgICAgIHRoaXMuc2hvd0FkZEVtcFBvcHVwID0gdHJ1ZTtcbiAgICAgICAgICAgIHRoaXMuc2VsZWN0ZWQgPSB0cnVlO1xuICAgICAgICAgICAgdGhpcy5hY3RpdmVJbmRleCA9IDA7XG4gICAgICAgICAgICB0aGlzLmlzRWRpdE1vZGUgPSB0cnVlO1xuICAgICAgICB9LCAwKTsgXG4gICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy5zZWxlY3RlZEVtcGxveWVyID0gZW1wbG95ZXI7XG4gICAgICAgIHRoaXMuaW5kZXhUb0VkaXQgPSB0aGlzLmVtcGxveWVycy5pbmRleE9mKGVtcGxveWVyKTtcbiAgICAgICAgdGhpcy5zaG93QWRkRW1wUG9wdXAgPSB0cnVlO1xuICAgICAgICB0aGlzLnNlbGVjdGVkID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5hY3RpdmVJbmRleCA9IDA7XG4gICAgICAgIHRoaXMuaXNFZGl0TW9kZSA9IHRydWU7XG4gICAgfVxufVxuXG4gIGVkaXREdXBsaWNhdGVFbXBsb3llcigpe1xuICAgIHRoaXMuc2hvd0R1cGxpY2F0ZVBvcHVwID0gZmFsc2U7XG4gICAgdGhpcy5zaG93QWRkRW1wUG9wdXAgPSB0cnVlO1xuICAgIHRoaXMuc2VsZWN0ZWQgPSB0cnVlO1xuICAgIHRoaXMuYWN0aXZlSW5kZXg9MDtcbiAgICB0aGlzLmlzRWRpdE1vZGUgPSB0cnVlO1xuICB9XG5cbiAgZGVsZXRlRGVwZW5kZW50KGVtcGxveWVyKXtcbiAgICBsZXQgaW5kZXggPSB0aGlzLmVtcGxveWVycy5pbmRleE9mKGVtcGxveWVyKTtcbiAgICB0aGlzLmVtcGxveWVycy5zcGxpY2UoaW5kZXgsIDEpO1xuICAgIHRoaXMucHVibGlzaEVtcGxveWVyKCk7XG4gICAgaWYodGhpcy5lbXBsb3llcnMubGVuZ3RoID09IDApe1xuICAgICAgdGhpcy5mb3JtLmNvbnRyb2xzWyd3b3JrUGVyZm9ybWVkJ10uc2V0VmFsdWUoJ04nKTtcbiAgfVxuICB9XG5cbiAgY2xvc2UoKXtcbiAgICB0aGlzLnNob3dBZGRFbXBQb3B1cCA9IGZhbHNlO1xuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xuICAgIHRoaXMuc2VsZWN0ZWRFbXBsb3llciA9IG51bGw7XG4gICAgdGhpcy5zaG93RHVwbGljYXRlUG9wdXAgPSBmYWxzZTtcbiAgICB0aGlzLnNlbGVjdGVkID0gZmFsc2U7XG4gICAgdGhpcy5hY3RpdmVJbmRleD0tMTtcbiAgICB0aGlzLmlzRWRpdE1vZGUgPSBmYWxzZTtcbiAgfVxuXG4gIGNoZWNrRm9yRHVwbGljYXRlKGVtcGxveWVyIDogRW1wbG95ZXJJbmZvTW9kZWwpIHtcbiAgICBpZih0aGlzLmVtcGxveWVycyl7XG4gICAgICBsZXQgZW1wbG95ZXJzID0gdGhpcy5lbXBsb3llcnMuZmlsdGVyKGUgPT4ge1xuICAgICAgICBpZih0aGlzLmluZGV4VG9FZGl0ID09IHRoaXMuZW1wbG95ZXJzLmluZGV4T2YoZSkpe1xuICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICBsZXQgcmVzdWx0ID0gKGVtcGxveWVyLmVtcGxveWVySWQgJiYgZS5lbXBsb3llcklkICYmIGVtcGxveWVyLmVtcGxveWVySWQgPT0gZS5lbXBsb3llcklkKSBcbiAgICAgICAgfHwgXG4gICAgICAgIChcbiAgICAgICAgICBlbXBsb3llci5lbXBsb3llck5hbWUgPT0gZS5lbXBsb3llck5hbWUgJiYgXG4gICAgICAgICAgZW1wbG95ZXIuc3RhdGUgPT0gZS5zdGF0ZSAmJiBcbiAgICAgICAgICBlbXBsb3llci5jaXR5ID09IGUuY2l0eVxuICAgICAgICApXG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICB9KTtcbiAgICAgIHJldHVybiBlbXBsb3llcnMubGVuZ3RoID4gMDtcbiAgICB9IGVsc2V7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfVxuICB9XG5cbiAgZ2V0U2VwUmVhc29uKHZhbHVlIDogc3RyaW5nKXtcbiAgICBpZih0aGlzLmVtcGxveW1lbnRTdGF0dXNPcHRpb25zQWxsLmxlbmd0aCA+IDAgJiYgdmFsdWUpe1xuICAgICAgcmV0dXJuIHRoaXMuZW1wbG95bWVudFN0YXR1c09wdGlvbnNBbGwuZmlsdGVyKHMgPT4gcy52YWx1ZSA9PSB2YWx1ZSlbMF0udGV4dDtcbiAgICB9IFxuICB9XG5cbiAgc3VibWl0KCl7XG4gICAgdGhpcy5lbXBsb3llcnMuZm9yRWFjaChlID0+IHtcbiAgICAgIGlmKCFlLmlzUGFydFRpbWVFbXBsb3llckVkaXRlZCAmJiBlLmlzUGFydFRpbWVFbXBsb3llcil7XG4gICAgICAgIGUuaXNFbXBsb3llckdyaWRTdWJtaXR0ZWQgPSB0cnVlO1xuICAgICAgfVxuICAgIH0pXG4gIH1cblxufVxuXG5cblxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxyXG4gICAgPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgc3R5bGVDbGFzcz1cInAtZGF0YXRhYmxlLXN0cmlwZWQgYXBwLWRhdGF0YWJsZSBpb24tcGFkZGluZy10b3BcIiBbdmFsdWVdPVwiZW1wbG95ZXJzXCI+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImhlYWRlclwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcIndlZWtsaWVzLmVtcGxveWVyLmdyaWQuaGVhZGVyLm5hbWVcInx0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aD48L3RoPlxyXG4gICAgICAgICAgICAgICAgPHRoPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7XCJ3ZWVrbGllcy5lbXBsb3llci5ncmlkLmhlYWRlci5sYXN0RGF5XCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcIndlZWtsaWVzLmVtcGxveWVyLmdyaWQuaGVhZGVyLnN0YXR1c1wifHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICAgICAgPHRoPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7XCJ3ZWVrbGllcy5lbXBsb3llci5ncmlkLmhlYWRlci5ncm9zc0Vhcm5pbmdzXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImJvZHlcIiBsZXQtZW1wbG95ZXIgbGV0LXJvd0luZGV4PVwicm93SW5kZXhcIj5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiPlxyXG4gICAgICAgICAgICAgICAgPHRkIFtzdHlsZS5Db2xvcl09XCIoZW1wbG95ZXIuaXNQYXJ0VGltZUVtcGxveWVyICYmICFlbXBsb3llci5pc1BhcnRUaW1lRW1wbG95ZXJFZGl0ZWQgJiYgZW1wbG95ZXIuaXNFbXBsb3llckdyaWRTdWJtaXR0ZWQpID8gJyNlYjQ0NWEnOicnXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJ3ZWVrbGllcy5lbXBsb3llci5ncmlkLmhlYWRlci5uYW1lXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tlbXBsb3llci5lbXBsb3llck5hbWV9fTxici8+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDEycHg7XCI+e3tlbXBsb3llci5saW5lMX19PGJyLz57e2VtcGxveWVyLmNpdHl9fSZuYnNwO3t7ZW1wbG95ZXIuc3RhdGV9fSZuYnNwO3t7ZW1wbG95ZXIuemlwfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCIgKGNsaWNrKT1cImVkaXRFbXBsb3llcihlbXBsb3llcilcIiBbZGlzYWJsZWRdPVwiaXNEaXNhYmxlZFwiICpuZ0lmPVwiZW1wbG95ZXIuaXNQYXJ0VGltZUVtcGxveWVyICYmICFlbXBsb3llci5pc1BhcnRUaW1lRW1wbG95ZXJFZGl0ZWRcIiBbY29sb3JdPVwiKGVtcGxveWVyLmlzUGFydFRpbWVFbXBsb3llciAmJiAhZW1wbG95ZXIuaXNQYXJ0VGltZUVtcGxveWVyRWRpdGVkICYmIGVtcGxveWVyLmlzRW1wbG95ZXJHcmlkU3VibWl0dGVkKSA/ICdkYW5nZXInOicnXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFyJywgJ2Fycm93cy1yb3RhdGUnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPiAgIFxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIFtpZF09XCInYnRuRWRpdEVtcGxveWVyLScgKyByb3dJbmRleFwiIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCIgKGNsaWNrKT1cImVkaXRFbXBsb3llcihlbXBsb3llcilcIiBbZGlzYWJsZWRdPVwiaXNEaXNhYmxlZFwiICpuZ0lmPVwiIWVtcGxveWVyLmlzUGFydFRpbWVFbXBsb3llciB8fCAoZW1wbG95ZXIuaXNQYXJ0VGltZUVtcGxveWVyICYmIGVtcGxveWVyLmlzUGFydFRpbWVFbXBsb3llckVkaXRlZClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAnZWRpdCddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5EZWxldGVFbXBsb3llci0nICsgcm93SW5kZXhcIiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIChjbGljayk9XCJkZWxldGVEZXBlbmRlbnQoZW1wbG95ZXIpXCIgW2Rpc2FibGVkXT1cImlzRGlzYWJsZWRcIiAqbmdJZj1cIiFlbXBsb3llci5pc1BhcnRUaW1lRW1wbG95ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAndHJhc2gtYWx0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJ3ZWVrbGllcy5lbXBsb3llci5ncmlkLmhlYWRlci5sYXN0RGF5XCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tlbXBsb3llci5sYXN0RGF5V29ya2VkIHwgZGF0ZTonTU1NTSBkLCB5J319XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj57e1wid2Vla2xpZXMuZW1wbG95ZXIuZ3JpZC5oZWFkZXIuc3RhdHVzXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tnZXRTZXBSZWFzb24oZW1wbG95ZXIucmVhc29uU2VwYXJhdGlvbil9fVxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZD5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInAtY29sdW1uLXRpdGxlXCI+e3tcIndlZWtsaWVzLmVtcGxveWVyLmdyaWQuaGVhZGVyLmdyb3NzRWFybmluZ3NcInx0cmFuc2xhdGV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyLmdyb3NzRWFybmluZyB8IGN1cnJlbmN5fX1cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cInN1bW1hcnlcIiAqbmdJZj1cIiFpc0Rpc2FibGVkXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWJldHdlZW5cIj5cclxuICAgICAgICAgICAgICAgICA8cC1hY2NvcmRpb24gZXhwYW5kSWNvbj1cInBpIHBpLXBsdXMtY2lyY2xlXCIgY29sbGFwc2VJY29uPVwicGkgcGktbWludXMtY2lyY2xlXCIgW3NlbGVjdGVkXT1cInNlbGVjdGVkXCIgKG9uQ2xvc2UpPVwic2VsZWN0ZWQgPSBmYWxzZTsgaXNFZGl0TW9kZT0gZmFsc2U7IGNsb3NlKCk7IGFjdGl2ZUluZGV4ID0gbnVsbFwiXHJcbiAgICAgICAgICAgICAgICAgKG9uT3Blbik9XCJzZWxlY3RlZCA9IHRydWU7IGFjdGl2ZUluZGV4PTBcIiBbYWN0aXZlSW5kZXhdPVwiYWN0aXZlSW5kZXhcIiBpZD1cIndjQWRkRW1wbG95ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgPCEtLSA8cC1hY2NvcmRpb25UYWIgaGVhZGVyPSd7e1wid2Vla2xpZXMuZW1wbG95ZXIuZ3JpZC5oZWFkZXIuYWRkXCJ8dHJhbnNsYXRlfX0nPiAtLT5cclxuICAgICAgICAgICAgICAgICAgICA8cC1hY2NvcmRpb25UYWIgaGVhZGVyPSd7eyBpc0VkaXRNb2RlID8gKFwid2Vla2xpZXMuZW1wbG95ZXIuZ3JpZC5oZWFkZXIuZWRpdFwifHRyYW5zbGF0ZSkgOiAoXCJ3ZWVrbGllcy5lbXBsb3llci5ncmlkLmhlYWRlci5hZGRcInx0cmFuc2xhdGUpIH19Jz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC13ZWVrbHktY2VydC1lbXBsb3llci1xZSBbZHluYW1pY1BhcmFtXT1cImR5bmFtaWNQYXJhbVwiIChzdWNjZXNzKT1cImFkZEVtcGxveWVyKCRldmVudClcIiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgKG9uQ2xvc2UpPVwiY2xvc2UoKVwiIFtlbXBUb0VkaXRdPVwic2VsZWN0ZWRFbXBsb3llclwiICpuZ0lmPVwic2VsZWN0ZWRcIj48L2FwcC13ZWVrbHktY2VydC1lbXBsb3llci1xZT5cclxuICAgICAgICAgICAgICAgICAgICA8L3AtYWNjb3JkaW9uVGFiPlxyXG4gICAgICAgICAgICAgICAgPC9wLWFjY29yZGlvbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC10YWJsZT5cclxuICAgIDxwLWRpYWxvZyBbdmlzaWJsZV09XCJzaG93RHVwbGljYXRlUG9wdXBcIiBbbW9kYWxdPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIHBvc2l0aW9uPVwidG9wXCIgW2JyZWFrcG9pbnRzXT1cInsnMTIwMHB4JzogJzY2MHB4JywgJzk5MnB4JzogJzY2MHB4JywgJzc2OHB4JzogJzY2MHB4JywgJzU3NnB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNDV2dyd9XCJcclxuICAgIFtiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCIgW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiIGNsb3NlT25Fc2NhcGU9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxoNCBjbGFzcz1cImhlYWRpbmdcIj5EdXBsaWNhdGUgZW1wbG95ZXIgbm90IGFsbG93ZWQ8L2g0PlxyXG4gICAgICAgIDxpb24tbGFiZWw+SXQgc2VlbXMgbGlrZSB5b3UgaGF2ZSBhZGRlZCBhIGVtcGxveWVyIHRoYXQgaGFzIGJlZW4gYWRkZWQgYWxyZWFkeS4gUGxlYXNlIGNoZWNrIGRldGFpbHMgYW5kIHRyeSBhZGRpbmcgZW1wbG95ZXIgYWdhaW4uPC9pb24tbGFiZWw+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc2l6ZT1cInNtYWxsXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNsb3NlKClcIj5cclxuICAgICAgICAgICAgICAgIENsb3NlXHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHNpemU9XCJzbWFsbFwiIHR5cGU9XCJzdWJtaXRcIiBmaWxsPVwic29saWRcIiAoY2xpY2spPVwiZWRpdER1cGxpY2F0ZUVtcGxveWVyKClcIj5cclxuICAgICAgICAgICAgICAgIEVkaXRcclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICA8L3AtZGlhbG9nPlxyXG48L2Rpdj4iXX0=
|