@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1377
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +2392 -1322
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +287 -152
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +79 -219
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +63 -140
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +422 -574
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +22 -5
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
- package/esm2022/lib/components/footer/footer.component.mjs +112 -101
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +440 -174
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +4 -12
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +16 -22
- package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +68 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/profile/profile.component.mjs +749 -353
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +296 -47
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +377 -173
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +877 -1153
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +497 -237
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -30
- package/esm2022/lib/components/select/select.component.mjs +5 -10
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +52 -72
- package/esm2022/lib/components/user-login/user-login.component.mjs +139 -360
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +655 -387
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/guards/auth.guard.mjs +50 -2
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +45 -6
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +96 -653
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +135 -23
- package/esm2022/lib/pages/BasePage.mjs +4 -23
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
- package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +7 -13
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -2
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +4 -1
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
- package/esm2022/lib/services/claims/claims.service.mjs +105 -14
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +29 -14
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
- package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
- package/esm2022/lib/services/security-service/security.service.mjs +23 -6
- package/esm2022/lib/services/util/util.service.mjs +61 -5
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -3
- package/esm2022/lib/validations/AppValidators.mjs +78 -62
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41277 -23401
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -53
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -5
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +9 -3
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +42 -15
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +1 -23
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +1 -4
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +1 -12
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +25 -15
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +3 -2
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +5 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +17 -5
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +1 -3
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +22 -23
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +3 -12
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -19
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/money-expect/money-expect.component.d.ts +15 -4
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +82 -49
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +7 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +33 -35
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +7 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +0 -1
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +11 -3
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +5 -4
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +1 -5
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +5 -38
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +27 -10
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +9 -3
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +4 -1
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +40 -1
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +0 -1
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +0 -1
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +22 -0
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +3 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +15 -4
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +14 -82
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +0 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +124 -86
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +3 -6
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +12 -0
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +5 -6
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +39 -5
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +5 -3
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +3 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +12 -4
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +6 -0
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +47 -5
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +0 -2
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +20 -24
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +46 -4
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -402
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
- package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
- package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
- package/lib/components/mfa2/mfa2.component.d.ts +0 -48
- package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
- package/lib/components/security-question/security-question.component.d.ts +0 -37
- package/lib/components/security-question/security-question.component.d.ts.map +0 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
- package/lib/models/PartialEmploymentModel.d.ts +0 -6
- package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionModel.d.ts +0 -7
- package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
- package/lib/services/ovp/ovp.service.d.ts +0 -17
- package/lib/services/ovp/ovp.service.d.ts.map +0 -1
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
import { Component, ViewChild } from '@angular/core';
|
|
2
|
+
import { NG_VALIDATORS, NG_VALUE_ACCESSOR, Validators } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "../../services/logger/logger.service";
|
|
6
|
+
import * as i3 from "../../services/login/login.service";
|
|
7
|
+
import * as i4 from "../../services/claims/claims.service";
|
|
8
|
+
import * as i5 from "@ionic/angular";
|
|
9
|
+
import * as i6 from "@angular/common";
|
|
10
|
+
import * as i7 from "primeng/checkbox";
|
|
11
|
+
import * as i8 from "primeng/inputnumber";
|
|
12
|
+
const _c0 = ["grossEarningsFormDirective"];
|
|
13
|
+
function GrossEarningsComponent_ion_row_25_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
const _r5 = i0.ɵɵgetCurrentView();
|
|
15
|
+
i0.ɵɵelementStart(0, "ion-row", 15)(1, "ion-col", 16)(2, "div", 5)(3, "div", 17)(4, "p-checkbox", 18);
|
|
16
|
+
i0.ɵɵlistener("ngModelChange", function GrossEarningsComponent_ion_row_25_Template_p_checkbox_ngModelChange_4_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.checkbox = $event); })("onChange", function GrossEarningsComponent_ion_row_25_Template_p_checkbox_onChange_4_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r5); const formRow_r2 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.change($event, formRow_r2)); });
|
|
17
|
+
i0.ɵɵelementEnd()()()();
|
|
18
|
+
i0.ɵɵelementStart(5, "ion-col", 8)(6, "div", 5)(7, "div", 6)(8, "ion-label");
|
|
19
|
+
i0.ɵɵtext(9);
|
|
20
|
+
i0.ɵɵelementEnd()()()();
|
|
21
|
+
i0.ɵɵelementStart(10, "ion-col", 10)(11, "div", 5)(12, "div", 6);
|
|
22
|
+
i0.ɵɵelement(13, "p-inputNumber", 19);
|
|
23
|
+
i0.ɵɵelementEnd()()();
|
|
24
|
+
i0.ɵɵelementStart(14, "ion-col", 10)(15, "div", 5)(16, "div", 6);
|
|
25
|
+
i0.ɵɵelement(17, "p-inputNumber", 20);
|
|
26
|
+
i0.ɵɵelementEnd()()()();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
const formRow_r2 = ctx.$implicit;
|
|
29
|
+
const i_r3 = ctx.index;
|
|
30
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
31
|
+
i0.ɵɵproperty("formGroupName", i_r3);
|
|
32
|
+
i0.ɵɵadvance(4);
|
|
33
|
+
i0.ɵɵproperty("ngModel", ctx_r1.checkbox);
|
|
34
|
+
i0.ɵɵadvance(5);
|
|
35
|
+
i0.ɵɵtextInterpolate(formRow_r2.value.weekDisplay);
|
|
36
|
+
i0.ɵɵadvance(4);
|
|
37
|
+
i0.ɵɵproperty("inputId", "hoursWorked-" + i_r3)("max", 168);
|
|
38
|
+
i0.ɵɵadvance(4);
|
|
39
|
+
i0.ɵɵproperty("inputId", "earnings-" + i_r3);
|
|
40
|
+
} }
|
|
41
|
+
export class GrossEarningsComponent {
|
|
42
|
+
constructor(fb, logger, ls, claimsService) {
|
|
43
|
+
this.fb = fb;
|
|
44
|
+
this.logger = logger;
|
|
45
|
+
this.ls = ls;
|
|
46
|
+
this.claimsService = claimsService;
|
|
47
|
+
this.showProgressBar = false;
|
|
48
|
+
this.onTouched = () => { };
|
|
49
|
+
this.onChangeSubs = [];
|
|
50
|
+
this.checkbox = false;
|
|
51
|
+
this.checkboxWithStringValue = '';
|
|
52
|
+
}
|
|
53
|
+
writeValue(value) {
|
|
54
|
+
console.log('am n wrte value');
|
|
55
|
+
}
|
|
56
|
+
registerOnChange(onChange) {
|
|
57
|
+
const sub = this.grossEarningsForm.valueChanges.subscribe(onChange);
|
|
58
|
+
this.onChangeSubs.push(sub);
|
|
59
|
+
}
|
|
60
|
+
registerOnTouched(onTouched) {
|
|
61
|
+
this.onTouched = onTouched;
|
|
62
|
+
}
|
|
63
|
+
setDisabledState(disabled) {
|
|
64
|
+
if (disabled) {
|
|
65
|
+
this.grossEarningsForm.disable();
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
this.grossEarningsForm.enable();
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
ngOnInit() {
|
|
72
|
+
this.logger.debug('ng onit of employer grid');
|
|
73
|
+
this.grossEarningsForm = this.fb.group({
|
|
74
|
+
grossEarningsFormArray: this.fb.array([])
|
|
75
|
+
});
|
|
76
|
+
this.loadRetroWeeksDataForSsn();
|
|
77
|
+
}
|
|
78
|
+
change(event, formRow) {
|
|
79
|
+
// Update string value based on the checkbox state
|
|
80
|
+
this.checkboxWithStringValue = event.checked ? 'true' : 'false';
|
|
81
|
+
formRow.get('weekSelected')?.patchValue(this.checkboxWithStringValue);
|
|
82
|
+
}
|
|
83
|
+
loadRetroWeeksDataForSsn() {
|
|
84
|
+
this.showProgressBar = true;
|
|
85
|
+
this.claimsService.fetchRetroWeeks().subscribe(res => {
|
|
86
|
+
this.logger.debug('response from service ', res);
|
|
87
|
+
let temp = res;
|
|
88
|
+
let size = 0;
|
|
89
|
+
size = temp.grossEarningsFormArray?.length;
|
|
90
|
+
if (size > 0) {
|
|
91
|
+
this.logger.debug('size', size);
|
|
92
|
+
this.initGrossEarningsForm(size);
|
|
93
|
+
this.logger.debug('beofre ', this.grossEarningsFormArray.length);
|
|
94
|
+
this.grossEarningsFormArray.patchValue(temp.grossEarningsFormArray);
|
|
95
|
+
this.logger.debug(this.grossEarningsFormArray);
|
|
96
|
+
this.logger.debug('after ', this.grossEarningsFormArray.length);
|
|
97
|
+
}
|
|
98
|
+
}, err => {
|
|
99
|
+
this.logger.debug(err);
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
initGrossEarningsForm(len) {
|
|
103
|
+
for (let i = 0; i < len; i++) {
|
|
104
|
+
this.addgrossEarning();
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
addgrossEarning() {
|
|
108
|
+
const grossEarningsFormGroup = this.fb.group({
|
|
109
|
+
'weekDisplay': [null],
|
|
110
|
+
'hoursWorked': [null, Validators.required],
|
|
111
|
+
'earnings': [null, Validators.required],
|
|
112
|
+
'cweDate': [null],
|
|
113
|
+
'weekSelected': ['']
|
|
114
|
+
});
|
|
115
|
+
this.grossEarningsFormArray.push(grossEarningsFormGroup);
|
|
116
|
+
}
|
|
117
|
+
validate(control) {
|
|
118
|
+
if (this.grossEarningsForm.valid) {
|
|
119
|
+
return null;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
ngOnChanges(changes) {
|
|
123
|
+
}
|
|
124
|
+
get grossEarningsFormArray() {
|
|
125
|
+
return this.grossEarningsForm.controls["grossEarningsFormArray"];
|
|
126
|
+
}
|
|
127
|
+
get cweDate() {
|
|
128
|
+
return this.grossEarningsForm.controls['cweDate'];
|
|
129
|
+
}
|
|
130
|
+
get weekDisplay() {
|
|
131
|
+
return this.grossEarningsForm.controls['weekDisplay'];
|
|
132
|
+
}
|
|
133
|
+
get hoursWorked() {
|
|
134
|
+
return this.grossEarningsForm.controls['hoursWorked'];
|
|
135
|
+
}
|
|
136
|
+
get earnings() {
|
|
137
|
+
return this.grossEarningsForm.controls['earnings'];
|
|
138
|
+
}
|
|
139
|
+
get weekSelected() {
|
|
140
|
+
return this.grossEarningsForm.controls['weekSelected'];
|
|
141
|
+
}
|
|
142
|
+
static { this.ɵfac = function GrossEarningsComponent_Factory(t) { return new (t || GrossEarningsComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder), i0.ɵɵdirectiveInject(i2.LoggerService), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ClaimService)); }; }
|
|
143
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GrossEarningsComponent, selectors: [["app-gross-earnings"]], viewQuery: function GrossEarningsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
144
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
145
|
+
} if (rf & 2) {
|
|
146
|
+
let _t;
|
|
147
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.grossEarningsFormDirective = _t.first);
|
|
148
|
+
} }, features: [i0.ɵɵProvidersFeature([{
|
|
149
|
+
provide: NG_VALUE_ACCESSOR,
|
|
150
|
+
useExisting: GrossEarningsComponent,
|
|
151
|
+
multi: true
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
provide: NG_VALIDATORS,
|
|
155
|
+
multi: true,
|
|
156
|
+
useExisting: GrossEarningsComponent
|
|
157
|
+
}
|
|
158
|
+
]), i0.ɵɵNgOnChangesFeature], decls: 26, vars: 2, consts: [[3, "formGroup"], ["grossEarningsFormDirective", "ngForm"], ["size", "auto", 1, "divider"], ["size", "auto", 1, "divider", "ion-padding-top"], ["size", "12", "sizeSm", "1", "sizeXs", "1", "sizeMd", "1", "sizeLg", "1", "sizeXl", "1", 2, "text-align", "center"], [1, "p-fluid", "p-formgrid"], [1, "field"], ["for", "select", 2, "font-weight", "bold"], ["size", "12", "sizeSm", "12", "sizeXs", "5", "sizeMd", "3", "sizeLg", "3", "sizeXl", "3", 2, "text-align", "center"], ["for", "weeks", 2, "font-weight", "bold"], ["size", "12", "sizeSm", "12", "sizeXs", "3", "sizeMd", "3", "sizeLg", "3", "sizeXl", "3", 2, "text-align", "center"], ["for", "hours", 2, "font-weight", "bold"], ["for", "earning", 2, "font-weight", "bold"], ["formArrayName", "grossEarningsFormArray"], ["class", "divider ion-padding-top", "size", "auto", 3, "formGroupName", 4, "ngFor", "ngForOf"], ["size", "auto", 1, "divider", "ion-padding-top", 3, "formGroupName"], ["size", "12", "sizeSm", "12", "sizeXs", "1", "sizeMd", "1", "sizeLg", "1", "sizeXl", "1", 2, "text-align", "center"], [1, "mobile-field"], ["name", "checkbox", "inputId", "checkbox", "binary", "true", 1, "mobile-field", 3, "ngModel", "ngModelChange", "onChange"], ["mode", "decimal", "formControlName", "hoursWorked", "maxlength", "3", "min", "0.0", 3, "inputId", "max"], ["mode", "currency", "currency", "USD", "locale", "en-US", "formControlName", "earnings", "maxlength", "10", "min", "0.0", 1, "earnings", 3, "inputId"]], template: function GrossEarningsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
159
|
+
i0.ɵɵelementStart(0, "form", 0, 1);
|
|
160
|
+
i0.ɵɵelement(2, "ion-row", 2);
|
|
161
|
+
i0.ɵɵelementStart(3, "ion-row", 3)(4, "ion-col", 4)(5, "div", 5)(6, "div", 6)(7, "label", 7);
|
|
162
|
+
i0.ɵɵtext(8, "Select");
|
|
163
|
+
i0.ɵɵelementEnd()()()();
|
|
164
|
+
i0.ɵɵelementStart(9, "ion-col", 8)(10, "div", 5)(11, "div", 6)(12, "label", 9);
|
|
165
|
+
i0.ɵɵtext(13, "Weeks");
|
|
166
|
+
i0.ɵɵelementEnd()()()();
|
|
167
|
+
i0.ɵɵelementStart(14, "ion-col", 10)(15, "div", 5)(16, "div", 6)(17, "label", 11);
|
|
168
|
+
i0.ɵɵtext(18, "Hours Worked");
|
|
169
|
+
i0.ɵɵelementEnd()()()();
|
|
170
|
+
i0.ɵɵelementStart(19, "ion-col", 10)(20, "div", 5)(21, "div", 6)(22, "label", 12);
|
|
171
|
+
i0.ɵɵtext(23, "Earnings");
|
|
172
|
+
i0.ɵɵelementEnd()()()()();
|
|
173
|
+
i0.ɵɵelementContainerStart(24, 13);
|
|
174
|
+
i0.ɵɵtemplate(25, GrossEarningsComponent_ion_row_25_Template, 18, 6, "ion-row", 14);
|
|
175
|
+
i0.ɵɵelementContainerEnd();
|
|
176
|
+
i0.ɵɵelementEnd();
|
|
177
|
+
} if (rf & 2) {
|
|
178
|
+
i0.ɵɵproperty("formGroup", ctx.grossEarningsForm);
|
|
179
|
+
i0.ɵɵadvance(25);
|
|
180
|
+
i0.ɵɵproperty("ngForOf", ctx.grossEarningsFormArray.controls);
|
|
181
|
+
} }, dependencies: [i5.IonCol, i5.IonLabel, i5.IonRow, i6.NgForOf, i1.ɵNgNoValidate, i1.NgControlStatus, i1.NgControlStatusGroup, i1.MaxLengthValidator, i1.FormGroupDirective, i1.FormControlName, i1.FormGroupName, i1.FormArrayName, i1.NgModel, i7.Checkbox, i8.InputNumber], styles: ["@media (min-width: 344px) and (max-width: 389px){.mobile-field[_ngcontent-%COMP%]{justify-content:center!important}}@media (min-width: 390px) and (max-width: 415px){.mobile-field[_ngcontent-%COMP%]{justify-content:center!important}}@media (min-width: 416px) and (max-width: 480px){.mobile-field[_ngcontent-%COMP%]{justify-content:center!important}}@media (min-width: 481px) and (max-width: 767px){.mobile-field[_ngcontent-%COMP%]{justify-content:center!important}}@media screen and (max-width: 576px){.earnings[_ngcontent-%COMP%]{width:100px!important}}"] }); }
|
|
182
|
+
}
|
|
183
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GrossEarningsComponent, [{
|
|
184
|
+
type: Component,
|
|
185
|
+
args: [{ selector: 'app-gross-earnings', providers: [{
|
|
186
|
+
provide: NG_VALUE_ACCESSOR,
|
|
187
|
+
useExisting: GrossEarningsComponent,
|
|
188
|
+
multi: true
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
provide: NG_VALIDATORS,
|
|
192
|
+
multi: true,
|
|
193
|
+
useExisting: GrossEarningsComponent
|
|
194
|
+
}
|
|
195
|
+
], template: "<form [formGroup]=\"grossEarningsForm\" #grossEarningsFormDirective=\"ngForm\">\r\n <ion-row class=\"divider\" size=\"auto\"></ion-row>\r\n\r\n <ion-row class=\"divider ion-padding-top\" size=\"auto\" >\r\n \r\n <ion-col size=\"12\" sizeSm=\"1\" sizeXs=\"1\" sizeMd=\"1\" sizeLg=\"1\" sizeXl=\"1\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\" >\r\n <label style=\"font-weight: bold;\" for=\"select\">Select</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"5\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\" >\r\n <label style=\"font-weight: bold;\" for=\"weeks\">Weeks</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"3\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\" >\r\n <label style=\"font-weight: bold;\" for=\"hours\">Hours Worked</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"3\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\" >\r\n <label style=\"font-weight: bold;\" for=\"earning\">Earnings</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n\r\n <ng-container formArrayName=\"grossEarningsFormArray\">\r\n <ion-row class=\"divider ion-padding-top\" size=\"auto\" *ngFor=\"let formRow of grossEarningsFormArray.controls; let i = index\" [formGroupName]=\"i\">\r\n\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"1\" sizeMd=\"1\" sizeLg=\"1\" sizeXl=\"1\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"mobile-field\">\r\n <p-checkbox [(ngModel)]=\"checkbox\"\r\n (onChange)=\"change($event, formRow)\"\r\n name=\"checkbox\"\r\n inputId=\"checkbox\"\r\n binary=\"true\" class=\"mobile-field\"/>\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"5\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <ion-label>{{formRow.value.weekDisplay}}</ion-label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"3\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <p-inputNumber [inputId]=\"'hoursWorked-' + i\" mode=\"decimal\" formControlName=\"hoursWorked\"\r\n maxlength=\"3\" min=\"0.0\" [max]=\"168\"></p-inputNumber>\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"3\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <p-inputNumber class=\"earnings\" [inputId]=\"'earnings-' + i\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n formControlName=\"earnings\" maxlength=\"10\" min=\"0.0\"></p-inputNumber>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n </ng-container>\r\n</form>", styles: ["@media (min-width: 344px) and (max-width: 389px){.mobile-field{justify-content:center!important}}@media (min-width: 390px) and (max-width: 415px){.mobile-field{justify-content:center!important}}@media (min-width: 416px) and (max-width: 480px){.mobile-field{justify-content:center!important}}@media (min-width: 481px) and (max-width: 767px){.mobile-field{justify-content:center!important}}@media screen and (max-width: 576px){.earnings{width:100px!important}}\n"] }]
|
|
196
|
+
}], () => [{ type: i1.FormBuilder }, { type: i2.LoggerService }, { type: i3.LoginService }, { type: i4.ClaimService }], { grossEarningsFormDirective: [{
|
|
197
|
+
type: ViewChild,
|
|
198
|
+
args: ['grossEarningsFormDirective', { static: false }]
|
|
199
|
+
}] }); })();
|
|
200
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GrossEarningsComponent, { className: "GrossEarningsComponent", filePath: "lib\\components\\gross-earnings\\gross-earnings.component.ts", lineNumber: 28 }); })();
|
|
201
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3Jvc3MtZWFybmluZ3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2dyb3NzLWVhcm5pbmdzL2dyb3NzLWVhcm5pbmdzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9ncm9zcy1lYXJuaW5ncy9ncm9zcy1lYXJuaW5ncy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQyxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkYsT0FBTyxFQUE0RSxhQUFhLEVBQUUsaUJBQWlCLEVBQXVDLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7O0lDc0NyTCxtQ0FBZ0osa0JBQUEsYUFBQSxjQUFBLHFCQUFBO0lBSzFILDhPQUFzQix5T0FDdEIsZUFBQSxpQ0FBdUIsQ0FBQSxJQUREO0lBQWxDLGlCQUlvQyxFQUFBLEVBQUEsRUFBQTtJQUsxQyxrQ0FBdUcsYUFBQSxhQUFBLGdCQUFBO0lBR2xGLFlBQTZCO0lBQUEsaUJBQVksRUFBQSxFQUFBLEVBQUE7SUFLOUQsb0NBQXVHLGNBQUEsY0FBQTtJQUczRixxQ0FDd0Q7SUFDNUQsaUJBQU0sRUFBQSxFQUFBO0lBSWQsb0NBQXVHLGNBQUEsY0FBQTtJQUczRixxQ0FDd0U7SUFDNUUsaUJBQU0sRUFBQSxFQUFBLEVBQUE7Ozs7O0lBcEMwRyxvQ0FBbUI7SUFLekgsZUFBc0I7SUFBdEIseUNBQXNCO0lBWW5CLGVBQTZCO0lBQTdCLGtEQUE2QjtJQVF2QixlQUE4QjtJQUE5QiwrQ0FBOEIsWUFBQTtJQVNiLGVBQTJCO0lBQTNCLDRDQUEyQjs7QUQ5Q25GLE1BQU0sT0FBTyxzQkFBc0I7SUFXakMsWUFB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RUFBQSxFQUFBO1lBS3hFLG9DQUF1RyxjQUFBLGNBQUEsaUJBQUE7WUFHakQseUJBQVE7WUFBQSxpQkFBUSxFQUFBLEVBQUEsRUFBQSxFQUFBO1lBTXhFLGtDQUFxRDtZQUNqRCxtRkF1Q1U7WUFDZCwwQkFBZTtZQUNuQixpQkFBTzs7WUFoRkQsaURBQStCO1lBdUM0QyxnQkFBb0M7WUFBcEMsNkRBQW9DOzs7aUZEWnhHLHNCQUFzQjtjQWhCbEMsU0FBUzsyQkFDRSxvQkFBb0IsYUFHbkIsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLHdCQUF3Qjt3QkFDbkMsS0FBSyxFQUFFLElBQUk7cUJBQ1o7b0JBQ0Q7d0JBQ0UsT0FBTyxFQUFFLGFBQWE7d0JBQ3RCLEtBQUssRUFBRSxJQUFJO3dCQUNYLFdBQVcsd0JBQXdCO3FCQUNwQztpQkFDQTs4SEFLTSwwQkFBMEI7a0JBRGhDLFNBQVM7bUJBQUMsNEJBQTRCLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFOztrRkFGL0Msc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkNoYW5nZXMsIE9uSW5pdCwgU2ltcGxlQ2hhbmdlcywgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCwgQ29udHJvbFZhbHVlQWNjZXNzb3IsIEZvcm1BcnJheSwgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCwgTkdfVkFMSURBVE9SUywgTkdfVkFMVUVfQUNDRVNTT1IsIE5nRm9ybSwgVmFsaWRhdGlvbkVycm9ycywgVmFsaWRhdG9yLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBUcmVlTm9kZSB9IGZyb20gJ3ByaW1lbmcvYXBpJztcclxuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IER1YVJldHJvV2Vla3NDb21wb25lbnRNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9EdWFSZXRyb1dlZWtzQ29tcG9uZW50TW9kZWwnO1xyXG5pbXBvcnQgeyBHcm9zc0Vhcm5pbmdzTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvR3Jvc3NFYXJuaW5nc01vZGVsJztcclxuaW1wb3J0IHsgQ2xhaW1TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2xhaW1zL2NsYWltcy5zZXJ2aWNlJztcclxuaW1wb3J0IHsgTG9nZ2VyU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2dlci9sb2dnZXIuc2VydmljZSc7XHJcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBDaGVja2JveENoYW5nZUV2ZW50IH0gZnJvbSAncHJpbWVuZy9jaGVja2JveCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1ncm9zcy1lYXJuaW5ncycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2dyb3NzLWVhcm5pbmdzLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vZ3Jvc3MtZWFybmluZ3MuY29tcG9uZW50LmNzcycsXHJcbiAgcHJvdmlkZXJzOiBbe1xyXG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcbiAgICB1c2VFeGlzdGluZzogR3Jvc3NFYXJuaW5nc0NvbXBvbmVudCxcclxuICAgIG11bHRpOiB0cnVlXHJcbiAgfSxcclxuICB7XHJcbiAgICBwcm92aWRlOiBOR19WQUxJREFUT1JTLFxyXG4gICAgbXVsdGk6IHRydWUsXHJcbiAgICB1c2VFeGlzdGluZzogR3Jvc3NFYXJuaW5nc0NvbXBvbmVudFxyXG4gIH1cclxuICBdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgR3Jvc3NFYXJuaW5nc0NvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkluaXQsIFZhbGlkYXRvciwgT25DaGFuZ2VzIHtcclxuICBncm9zc0Vhcm5pbmdzRm9ybTogRm9ybUdyb3VwO1xyXG4gIEBWaWV3Q2hpbGQoJ2dyb3NzRWFybmluZ3NGb3JtRGlyZWN0aXZlJywgeyBzdGF0aWM6IGZhbHNlIH0pXHJcbiAgcHVibGljIGdyb3NzRWFybmluZ3NGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XHJcbiAgcHVibGljIHNob3dQcm9ncmVzc0JhciA9IGZhbHNlO1xyXG4gIG9uVG91Y2hlZDogRnVuY3Rpb24gPSAoKSA9PiB7IH07XHJcbiAgb25DaGFuZ2VTdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xyXG5cclxuICBjaGVja2JveDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIGNoZWNrYm94V2l0aFN0cmluZ1ZhbHVlOiBzdHJpbmcgPSAnJztcclxuICBcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZiOiBGb3JtQnVpbGRlciwgcHVibGljIGxvZ2dlcjogTG9nZ2VyU2VydmljZSwgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBjbGFpbXNTZXJ2aWNlIDogQ2xhaW1TZXJ2aWNlLCkge1xyXG4gIH1cclxuXHJcbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KSB7XHJcbiAgICBjb25zb2xlLmxvZygnYW0gbiB3cnRlIHZhbHVlJylcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25DaGFuZ2Uob25DaGFuZ2U6IGFueSkge1xyXG4gICAgY29uc3Qgc3ViID0gdGhpcy5ncm9zc0Vhcm5pbmdzRm9ybS52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKG9uQ2hhbmdlKTtcclxuICAgIHRoaXMub25DaGFuZ2VTdWJzLnB1c2goc3ViKTtcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKG9uVG91Y2hlZDogRnVuY3Rpb24pIHtcclxuICAgIHRoaXMub25Ub3VjaGVkID0gb25Ub3VjaGVkO1xyXG4gIH1cclxuXHJcbiAgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbikge1xyXG4gICAgaWYgKGRpc2FibGVkKSB7XHJcbiAgICAgIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm0uZGlzYWJsZSgpO1xyXG4gICAgfVxyXG4gICAgZWxzZSB7XHJcbiAgICAgIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm0uZW5hYmxlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5sb2dnZXIuZGVidWcoJ25nIG9uaXQgb2YgZW1wbG95ZXIgZ3JpZCcpICBcclxuICAgIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm0gPSB0aGlzLmZiLmdyb3VwKHtcclxuICAgICAgZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheTogdGhpcy5mYi5hcnJheShbXSlcclxuICAgIH0pXHJcbiAgIFxyXG4gICAgdGhpcy5sb2FkUmV0cm9XZWVrc0RhdGFGb3JTc24oKTtcclxuICB9XHJcblxyXG4gIGNoYW5nZShldmVudDogQ2hlY2tib3hDaGFuZ2VFdmVudCwgZm9ybVJvdzogRm9ybUdyb3VwKSB7XHJcbiAgICAvLyBVcGRhdGUgc3RyaW5nIHZhbHVlIGJhc2VkIG9uIHRoZSBjaGVja2JveCBzdGF0ZVxyXG4gICAgdGhpcy5jaGVja2JveFdpdGhTdHJpbmdWYWx1ZSA9IGV2ZW50LmNoZWNrZWQgPyAndHJ1ZScgOiAnZmFsc2UnO1xyXG4gICAgICBmb3JtUm93LmdldCgnd2Vla1NlbGVjdGVkJyk/LnBhdGNoVmFsdWUodGhpcy5jaGVja2JveFdpdGhTdHJpbmdWYWx1ZSk7XHJcbiAgfVxyXG5cclxuICBsb2FkUmV0cm9XZWVrc0RhdGFGb3JTc24oKXtcclxuICAgIHRoaXMuc2hvd1Byb2dyZXNzQmFyID0gdHJ1ZTtcclxuICAgIHRoaXMuY2xhaW1zU2VydmljZS5mZXRjaFJldHJvV2Vla3MoKS5zdWJzY3JpYmUoXHJcbiAgICAgIHJlcyA9PiB7XHJcbiAgICAgICAgdGhpcy5sb2dnZXIuZGVidWcoJ3Jlc3BvbnNlIGZyb20gc2VydmljZSAnLCByZXMpO1xyXG4gICAgICAgIGxldCB0ZW1wIDogRHVhUmV0cm9XZWVrc0NvbXBvbmVudE1vZGVsID0gcmVzO1xyXG4gICAgICAgIGxldCBzaXplOiBudW1iZXIgPSAwO1xyXG4gICAgICAgIHNpemUgPSB0ZW1wLmdyb3NzRWFybmluZ3NGb3JtQXJyYXk/Lmxlbmd0aDtcclxuICAgICAgICBpZihzaXplID4gMCl7XHJcbiAgICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1Zygnc2l6ZScsIHNpemUpO1xyXG4gICAgICAgICAgdGhpcy5pbml0R3Jvc3NFYXJuaW5nc0Zvcm0oc2l6ZSk7XHJcbiAgICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnYmVvZnJlICcsICB0aGlzLmdyb3NzRWFybmluZ3NGb3JtQXJyYXkubGVuZ3RoKTtcclxuICAgICAgICAgIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheS5wYXRjaFZhbHVlKHRlbXAuZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheSk7ICBcclxuICAgICAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheSk7XHJcbiAgICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnYWZ0ZXIgJywgIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheS5sZW5ndGgpO1xyXG4gICAgICAgIH1cclxuICAgICAgfSwgXHJcbiAgICAgIGVyciA9PiB7XHJcbiAgICAgICAgdGhpcy5sb2dnZXIuZGVidWcoZXJyKTtcclxuICAgICAgfVxyXG4gICAgKVxyXG4gIH1cclxuXHJcbiAgaW5pdEdyb3NzRWFybmluZ3NGb3JtKGxlbiA6IG51bWJlcikge1xyXG4gICAgZm9yIChsZXQgaSA9MDsgaTwgbGVuOyBpKyspe1xyXG4gICAgICAgIHRoaXMuYWRkZ3Jvc3NFYXJuaW5nKCk7XHJcbiAgICAgIH1cclxuICB9XHJcblxyXG4gIGFkZGdyb3NzRWFybmluZygpe1xyXG4gICAgY29uc3QgZ3Jvc3NFYXJuaW5nc0Zvcm1Hcm91cCA9IHRoaXMuZmIuZ3JvdXAoe1xyXG4gICAgICAnd2Vla0Rpc3BsYXknIDogW251bGxdLFxyXG4gICAgICAnaG91cnNXb3JrZWQnOiBbbnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICdlYXJuaW5ncyc6IFtudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgJ2N3ZURhdGUnOiBbbnVsbF0sXHJcbiAgICAgICd3ZWVrU2VsZWN0ZWQnOiBbJyddXHJcbiAgICB9KTtcclxuICAgIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheS5wdXNoKGdyb3NzRWFybmluZ3NGb3JtR3JvdXApO1xyXG4gIH1cclxuICBcclxuICB2YWxpZGF0ZShjb250cm9sOiBBYnN0cmFjdENvbnRyb2wpIHtcclxuICAgIGlmICh0aGlzLmdyb3NzRWFybmluZ3NGb3JtLnZhbGlkKSB7XHJcbiAgICAgIHJldHVybiBudWxsO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xyXG5cclxuICB9XHJcblxyXG4gIGdldCBncm9zc0Vhcm5pbmdzRm9ybUFycmF5KCkge1xyXG4gICAgcmV0dXJuIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm0uY29udHJvbHNbXCJncm9zc0Vhcm5pbmdzRm9ybUFycmF5XCJdIGFzIEZvcm1BcnJheTtcclxuICB9XHJcblxyXG4gIGdldCBjd2VEYXRlKCl7XHJcbiAgICByZXR1cm4gdGhpcy5ncm9zc0Vhcm5pbmdzRm9ybS5jb250cm9sc1snY3dlRGF0ZSddO1xyXG4gIH1cclxuXHJcbiAgZ2V0IHdlZWtEaXNwbGF5KCkge1xyXG4gICAgcmV0dXJuIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm0uY29udHJvbHNbJ3dlZWtEaXNwbGF5J107XHJcbiAgfVxyXG5cclxuICBnZXQgaG91cnNXb3JrZWQoKSB7XHJcbiAgICByZXR1cm4gdGhpcy5ncm9zc0Vhcm5pbmdzRm9ybS5jb250cm9sc1snaG91cnNXb3JrZWQnXTtcclxuICB9XHJcblxyXG4gIGdldCBlYXJuaW5ncygpIHtcclxuICAgIHJldHVybiB0aGlzLmdyb3NzRWFybmluZ3NGb3JtLmNvbnRyb2xzWydlYXJuaW5ncyddO1xyXG4gIH1cclxuXHJcbiAgZ2V0IHdlZWtTZWxlY3RlZCgpe1xyXG4gICAgcmV0dXJuIHRoaXMuZ3Jvc3NFYXJuaW5nc0Zvcm0uY29udHJvbHNbJ3dlZWtTZWxlY3RlZCddO1xyXG4gIH1cclxufVxyXG4iLCI8Zm9ybSBbZm9ybUdyb3VwXT1cImdyb3NzRWFybmluZ3NGb3JtXCIgI2dyb3NzRWFybmluZ3NGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCI+XHJcbiAgICA8aW9uLXJvdyBjbGFzcz1cImRpdmlkZXJcIiBzaXplPVwiYXV0b1wiPjwvaW9uLXJvdz5cclxuXHJcbiAgICA8aW9uLXJvdyBjbGFzcz1cImRpdmlkZXIgaW9uLXBhZGRpbmctdG9wXCIgc2l6ZT1cImF1dG9cIiA+XHJcbiAgXHJcbiAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjFcIiBzaXplWHM9XCIxXCIgc2l6ZU1kPVwiMVwiIHNpemVMZz1cIjFcIiBzaXplWGw9XCIxXCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCIgPlxyXG4gICAgICAgICAgICA8bGFiZWwgc3R5bGU9XCJmb250LXdlaWdodDogYm9sZDtcIiBmb3I9XCJzZWxlY3RcIj5TZWxlY3Q8L2xhYmVsPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuXHJcbiAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiNVwiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiID5cclxuICAgICAgICAgICAgPGxhYmVsIHN0eWxlPVwiZm9udC13ZWlnaHQ6IGJvbGQ7XCIgZm9yPVwid2Vla3NcIj5XZWVrczwvbGFiZWw+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gIFxyXG4gICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjNcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIiA+XHJcbiAgICAgICAgICAgIDxsYWJlbCBzdHlsZT1cImZvbnQtd2VpZ2h0OiBib2xkO1wiIGZvcj1cImhvdXJzXCI+SG91cnMgV29ya2VkPC9sYWJlbD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgXHJcbiAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiM1wiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiID5cclxuICAgICAgICAgICAgPGxhYmVsIHN0eWxlPVwiZm9udC13ZWlnaHQ6IGJvbGQ7XCIgZm9yPVwiZWFybmluZ1wiPkVhcm5pbmdzPC9sYWJlbD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICA8L2lvbi1yb3c+XHJcblxyXG4gICAgPG5nLWNvbnRhaW5lciBmb3JtQXJyYXlOYW1lPVwiZ3Jvc3NFYXJuaW5nc0Zvcm1BcnJheVwiPlxyXG4gICAgICAgIDxpb24tcm93IGNsYXNzPVwiZGl2aWRlciBpb24tcGFkZGluZy10b3BcIiBzaXplPVwiYXV0b1wiICpuZ0Zvcj1cImxldCBmb3JtUm93IG9mIGdyb3NzRWFybmluZ3NGb3JtQXJyYXkuY29udHJvbHM7IGxldCBpID0gaW5kZXhcIiBbZm9ybUdyb3VwTmFtZV09XCJpXCI+XHJcblxyXG4gICAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIiBzaXplWHM9XCIxXCIgc2l6ZU1kPVwiMVwiIHNpemVMZz1cIjFcIiBzaXplWGw9XCIxXCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtb2JpbGUtZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgPHAtY2hlY2tib3ggWyhuZ01vZGVsKV09XCJjaGVja2JveFwiXHJcbiAgICAgICAgICAgICAgICAgIChvbkNoYW5nZSk9XCJjaGFuZ2UoJGV2ZW50LCBmb3JtUm93KVwiXHJcbiAgICAgICAgICAgICAgICAgIG5hbWU9XCJjaGVja2JveFwiXHJcbiAgICAgICAgICAgICAgICAgIGlucHV0SWQ9XCJjaGVja2JveFwiXHJcbiAgICAgICAgICAgICAgICAgIGJpbmFyeT1cInRydWVcIiBjbGFzcz1cIm1vYmlsZS1maWVsZFwiLz5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcblxyXG4gICAgICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjVcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxpb24tbGFiZWw+e3tmb3JtUm93LnZhbHVlLndlZWtEaXNwbGF5fX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcblxyXG4gICAgICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjNcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHAtaW5wdXROdW1iZXIgW2lucHV0SWRdPVwiJ2hvdXJzV29ya2VkLScgKyBpXCIgbW9kZT1cImRlY2ltYWxcIiBmb3JtQ29udHJvbE5hbWU9XCJob3Vyc1dvcmtlZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXhsZW5ndGg9XCIzXCIgbWluPVwiMC4wXCIgW21heF09XCIxNjhcIj48L3AtaW5wdXROdW1iZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG5cclxuICAgICAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIiBzaXplWHM9XCIzXCIgc2l6ZU1kPVwiM1wiIHNpemVMZz1cIjNcIiBzaXplWGw9XCIzXCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwLWlucHV0TnVtYmVyIGNsYXNzPVwiZWFybmluZ3NcIiBbaW5wdXRJZF09XCInZWFybmluZ3MtJyArIGlcIiBtb2RlPVwiY3VycmVuY3lcIiBjdXJyZW5jeT1cIlVTRFwiIGxvY2FsZT1cImVuLVVTXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImVhcm5pbmdzXCIgbWF4bGVuZ3RoPVwiMTBcIiBtaW49XCIwLjBcIj48L3AtaW5wdXROdW1iZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgIDwvbmctY29udGFpbmVyPlxyXG48L2Zvcm0+Il19
|