@reusa/ngx-reusa-app-lib 0.0.732 → 0.1.731
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/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
- package/esm2022/lib/components/address/address.component.mjs +487 -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/contact-us/contact-us.component.mjs +970 -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 +223 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -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/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
- package/esm2022/lib/components/error/error.component.mjs +86 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
- package/esm2022/lib/components/footer/footer.component.mjs +332 -0
- package/esm2022/lib/components/header/header.component.mjs +558 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -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 +423 -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 +90 -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/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 +177 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
- package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
- package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -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/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
- package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
- package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
- package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
- package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
- package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
- package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
- package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
- package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -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 +526 -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 +129 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
- package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
- package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
- package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
- package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
- package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
- package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
- package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
- package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
- package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
- package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
- package/esm2022/lib/services/login/login.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
- package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
- package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
- package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
- package/esm2022/lib/validations/AppRegex.mjs +45 -0
- package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
- package/{esm2020 → esm2022}/public-api.mjs +131 -131
- package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
- package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/annimations/app-animations.d.ts +3 -3
- package/lib/components/add-employer/add-employer.component.d.ts +276 -276
- package/lib/components/add-participant/add-participant.component.d.ts +45 -45
- package/lib/components/add-payment/add-payment.component.d.ts +33 -33
- package/lib/components/address/address.component.d.ts +68 -68
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +39 -39
- package/lib/components/captcha/captcha.component.d.ts +44 -44
- package/lib/components/card/card.component.d.ts +11 -11
- package/lib/components/contact-us/contact-us.component.d.ts +105 -107
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/content/content.component.d.ts +13 -13
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
- package/lib/components/disclosure/disclosure.component.d.ts +12 -12
- package/lib/components/dropdown/dropdown.component.d.ts +581 -207
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +31 -31
- package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +17 -17
- package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
- package/lib/components/file-download/file-download.component.d.ts +22 -22
- package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
- package/lib/components/footer/footer.component.d.ts +36 -36
- package/lib/components/header/header.component.d.ts +59 -58
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/help/help.component.d.ts +10 -10
- package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
- package/lib/components/info/info.component.d.ts +22 -22
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
- package/lib/components/mask/mask.component.d.ts +11 -11
- package/lib/components/menu/menu.component.d.ts +43 -43
- package/lib/components/mfa/mfa.component.d.ts +59 -59
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
- package/lib/components/money-expect/money-expect.component.d.ts +18 -18
- package/lib/components/msg/msg.component.d.ts +10 -10
- package/lib/components/news/news.component.d.ts +14 -14
- package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
- package/lib/components/page/page.component.d.ts +23 -23
- package/lib/components/profile/profile.component.d.ts +28 -28
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
- package/lib/components/questionnaire/AppValidators.d.ts +14 -14
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/FbConstants.d.ts +7 -7
- package/lib/components/questionnaire/SelectItem.d.ts +4 -4
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-base.d.ts +16 -16
- package/lib/components/questionnaire/question-control.service.d.ts +19 -19
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +18 -18
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/read-more/read-more.component.d.ts +14 -14
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
- package/lib/components/search-employer/search-employer.component.d.ts +37 -36
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/select/select.component.d.ts +55 -55
- package/lib/components/ssn/ssn.component.d.ts +11 -11
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
- package/lib/components/test/test.component.d.ts +8 -8
- package/lib/components/user-login/user-login.component.d.ts +48 -48
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
- package/lib/directives/caps-lock.directive.d.ts +11 -11
- package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
- package/lib/enums/EmailStatusEnum.d.ts +7 -7
- package/lib/guards/auth.guard.d.ts +28 -28
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/guards/no-login/no-login.guard.d.ts +11 -11
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
- package/lib/models/AddressComponentModel.d.ts +12 -12
- package/lib/models/BankDetailsComponentModel.d.ts +11 -11
- package/lib/models/BankDetailsModel.d.ts +4 -4
- package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
- package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
- package/lib/models/ErrorModel.d.ts +6 -6
- package/lib/models/FileModel.d.ts +4 -4
- package/lib/models/LibConstants.d.ts +112 -112
- package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
- package/lib/models/NotificationModel.d.ts +10 -10
- package/lib/models/OtpAuthModel.d.ts +6 -6
- package/lib/models/PaymentComponentModel.d.ts +7 -7
- package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
- package/lib/models/SsaVerificationModel.d.ts +8 -8
- package/lib/models/TrendModel.d.ts +13 -13
- package/lib/models/UserDetailsModel.d.ts +9 -9
- package/lib/models/UserModel.d.ts +46 -46
- package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
- package/lib/models/claimant/ClaimantModel.d.ts +22 -22
- package/lib/models/claimant/JobResultsData.d.ts +7 -7
- package/lib/models/claimant/MatchingJobs.d.ts +12 -12
- package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
- package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
- package/lib/models/cmp/ContactUsModel.d.ts +22 -22
- package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
- package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
- package/lib/models/cmp/messageRourceModel.d.ts +5 -5
- package/lib/models/dashboard-model.d.ts +43 -43
- package/lib/models/dependent.model.d.ts +11 -18
- package/lib/models/dependent.model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
- package/lib/models/questionnaire/ComboModel.d.ts +85 -85
- package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
- package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
- package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
- package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
- package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
- package/lib/models/questionnaire/StatusModel.d.ts +15 -15
- package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
- package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
- package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
- package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
- package/lib/pages/BasePage.d.ts +26 -26
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
- package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
- package/lib/pages/common/landing/landing.component.d.ts +24 -24
- package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
- package/lib/pages/common/login/login.component.d.ts +64 -64
- package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
- package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
- package/lib/pages/popovers/language/language.page.d.ts +16 -16
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
- package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
- package/lib/pipes/filter.pipe.d.ts +7 -7
- package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
- package/lib/services/base-service.d.ts +92 -92
- package/lib/services/captcha/captcha.service.d.ts +15 -15
- package/lib/services/case-service/case.service.d.ts +19 -19
- package/lib/services/chatbot/chatbot.service.d.ts +60 -60
- package/lib/services/chatbot/script.const.d.ts +15 -15
- package/lib/services/claimant/claimant.service.d.ts +17 -17
- package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant.service.d.ts +19 -19
- package/lib/services/claims/claims.service.d.ts +39 -39
- package/lib/services/cmp-service/cmp.service.d.ts +33 -33
- package/lib/services/dms-service/dms.service.d.ts +23 -23
- package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
- package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
- package/lib/services/help/help.service.d.ts +25 -25
- package/lib/services/help/help.service.d.ts.map +1 -1
- package/lib/services/idle/idle.service.d.ts +43 -43
- package/lib/services/logger/logger.service.d.ts +31 -31
- package/lib/services/logger/logger.service.d.ts.map +1 -1
- package/lib/services/login/login.service.d.ts +75 -75
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/maintenance/maintenance.service.d.ts +15 -15
- package/lib/services/notification/notification.service.d.ts +38 -38
- package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
- package/lib/services/questionnaire/validation.service.d.ts +81 -81
- package/lib/services/security-service/security.service.d.ts +14 -14
- package/lib/services/tour/tour.service.d.ts +24 -24
- package/lib/services/util/util.service.d.ts +190 -190
- package/lib/validations/AppRegex.d.ts +43 -43
- package/lib/validations/AppValidators.d.ts +53 -53
- package/package.json +6 -11
- package/public-api.d.ts +121 -121
- package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
- package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
- package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
- package/esm2020/lib/components/address/address.component.mjs +0 -480
- package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
- package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
- package/esm2020/lib/components/card/card.component.mjs +0 -54
- package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
- package/esm2020/lib/components/content/content.component.mjs +0 -60
- package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
- package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
- package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
- package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
- package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
- package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
- package/esm2020/lib/components/error/error.component.mjs +0 -85
- package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
- package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
- package/esm2020/lib/components/footer/footer.component.mjs +0 -337
- package/esm2020/lib/components/header/header.component.mjs +0 -566
- package/esm2020/lib/components/help/help.component.mjs +0 -48
- package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
- package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
- package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
- package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
- package/esm2020/lib/components/mask/mask.component.mjs +0 -48
- package/esm2020/lib/components/menu/menu.component.mjs +0 -430
- package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
- package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
- package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
- package/esm2020/lib/components/msg/msg.component.mjs +0 -48
- package/esm2020/lib/components/news/news.component.mjs +0 -89
- package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
- package/esm2020/lib/components/page/page.component.mjs +0 -138
- package/esm2020/lib/components/profile/profile.component.mjs +0 -182
- package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
- package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
- package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
- package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
- package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
- package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
- package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
- package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
- package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
- package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
- package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
- package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
- package/esm2020/lib/components/select/select.component.mjs +0 -153
- package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
- package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
- package/esm2020/lib/components/test/test.component.mjs +0 -18
- package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
- package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
- package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
- package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
- package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
- package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
- package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
- package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
- package/esm2020/lib/models/dashboard-model.mjs +0 -3
- package/esm2020/lib/models/dependent.model.mjs +0 -8
- package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
- package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
- package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
- package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
- package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
- package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
- package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
- package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
- package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
- package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
- package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
- package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
- package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
- package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
- package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
- package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
- package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
- package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
- package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
- package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
- package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
- package/esm2020/lib/services/login/login.service.mjs +0 -330
- package/esm2020/lib/validations/AppRegex.mjs +0 -45
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
- package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } 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
|
+
function DependentGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
i0.ɵɵelementStart(0, "tr")(1, "th");
|
|
7
|
+
i0.ɵɵtext(2);
|
|
8
|
+
i0.ɵɵpipe(3, "translate");
|
|
9
|
+
i0.ɵɵelementEnd();
|
|
10
|
+
i0.ɵɵelementStart(4, "th");
|
|
11
|
+
i0.ɵɵtext(5);
|
|
12
|
+
i0.ɵɵpipe(6, "translate");
|
|
13
|
+
i0.ɵɵelementEnd();
|
|
14
|
+
i0.ɵɵelementStart(7, "th");
|
|
15
|
+
i0.ɵɵtext(8);
|
|
16
|
+
i0.ɵɵpipe(9, "translate");
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
i0.ɵɵelement(10, "th");
|
|
19
|
+
i0.ɵɵelementEnd();
|
|
20
|
+
} if (rf & 2) {
|
|
21
|
+
i0.ɵɵadvance(2);
|
|
22
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "dependent.grid.header.dependent"), " ");
|
|
23
|
+
i0.ɵɵadvance(3);
|
|
24
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 5, "dependent.grid.header.ssn"), " ");
|
|
25
|
+
i0.ɵɵadvance(3);
|
|
26
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 7, "dependent.grid.header.relationship"), " ");
|
|
27
|
+
} }
|
|
28
|
+
function DependentGridComponent_ng_template_4_app_ssn_14_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
+
i0.ɵɵelement(0, "app-ssn", 19);
|
|
30
|
+
} if (rf & 2) {
|
|
31
|
+
const dependent_r7 = i0.ɵɵnextContext().$implicit;
|
|
32
|
+
i0.ɵɵproperty("ssn", dependent_r7.dependentSSN);
|
|
33
|
+
} }
|
|
34
|
+
function DependentGridComponent_ng_template_4_span_15_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
+
i0.ɵɵelementStart(0, "span");
|
|
36
|
+
i0.ɵɵtext(1, "--");
|
|
37
|
+
i0.ɵɵelementEnd();
|
|
38
|
+
} }
|
|
39
|
+
const _c0 = () => ["fal", "edit"];
|
|
40
|
+
const _c1 = () => ["fal", "trash-alt"];
|
|
41
|
+
function DependentGridComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
42
|
+
const _r13 = i0.ɵɵgetCurrentView();
|
|
43
|
+
i0.ɵɵelementStart(0, "tr", 12)(1, "td")(2, "span", 13);
|
|
44
|
+
i0.ɵɵtext(3);
|
|
45
|
+
i0.ɵɵpipe(4, "translate");
|
|
46
|
+
i0.ɵɵelementEnd();
|
|
47
|
+
i0.ɵɵtext(5);
|
|
48
|
+
i0.ɵɵelement(6, "br");
|
|
49
|
+
i0.ɵɵelementStart(7, "span", 14);
|
|
50
|
+
i0.ɵɵtext(8);
|
|
51
|
+
i0.ɵɵpipe(9, "date");
|
|
52
|
+
i0.ɵɵelementEnd()();
|
|
53
|
+
i0.ɵɵelementStart(10, "td")(11, "span", 13);
|
|
54
|
+
i0.ɵɵtext(12);
|
|
55
|
+
i0.ɵɵpipe(13, "translate");
|
|
56
|
+
i0.ɵɵelementEnd();
|
|
57
|
+
i0.ɵɵtemplate(14, DependentGridComponent_ng_template_4_app_ssn_14_Template, 1, 1, "app-ssn", 15)(15, DependentGridComponent_ng_template_4_span_15_Template, 2, 0, "span", 16);
|
|
58
|
+
i0.ɵɵelementEnd();
|
|
59
|
+
i0.ɵɵelementStart(16, "td")(17, "span", 13);
|
|
60
|
+
i0.ɵɵtext(18);
|
|
61
|
+
i0.ɵɵpipe(19, "translate");
|
|
62
|
+
i0.ɵɵelementEnd();
|
|
63
|
+
i0.ɵɵtext(20);
|
|
64
|
+
i0.ɵɵelementEnd();
|
|
65
|
+
i0.ɵɵelementStart(21, "td")(22, "ion-button", 17);
|
|
66
|
+
i0.ɵɵlistener("click", function DependentGridComponent_ng_template_4_Template_ion_button_click_22_listener() { const restoredCtx = i0.ɵɵrestoreView(_r13); const dependent_r7 = restoredCtx.$implicit; const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.editDependent(dependent_r7)); });
|
|
67
|
+
i0.ɵɵelement(23, "fa-icon", 18);
|
|
68
|
+
i0.ɵɵelementEnd();
|
|
69
|
+
i0.ɵɵelementStart(24, "ion-button", 17);
|
|
70
|
+
i0.ɵɵlistener("click", function DependentGridComponent_ng_template_4_Template_ion_button_click_24_listener() { const restoredCtx = i0.ɵɵrestoreView(_r13); const dependent_r7 = restoredCtx.$implicit; const ctx_r14 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r14.deleteDependent(dependent_r7)); });
|
|
71
|
+
i0.ɵɵelement(25, "fa-icon", 18);
|
|
72
|
+
i0.ɵɵelementEnd()()();
|
|
73
|
+
} if (rf & 2) {
|
|
74
|
+
const dependent_r7 = ctx.$implicit;
|
|
75
|
+
i0.ɵɵadvance(3);
|
|
76
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 11, "dependent.grid.header.dependent"));
|
|
77
|
+
i0.ɵɵadvance(2);
|
|
78
|
+
i0.ɵɵtextInterpolate2(" ", dependent_r7.dependentFirstName, " ", dependent_r7.dependentLastName, " ");
|
|
79
|
+
i0.ɵɵadvance(3);
|
|
80
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(9, 13, dependent_r7.dependentDateOfBirth, "MMMM d, y"));
|
|
81
|
+
i0.ɵɵadvance(4);
|
|
82
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 16, "dependent.grid.header.ssn"));
|
|
83
|
+
i0.ɵɵadvance(2);
|
|
84
|
+
i0.ɵɵproperty("ngIf", dependent_r7.dependentSSN);
|
|
85
|
+
i0.ɵɵadvance(1);
|
|
86
|
+
i0.ɵɵproperty("ngIf", !dependent_r7.dependentSSN);
|
|
87
|
+
i0.ɵɵadvance(3);
|
|
88
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(19, 18, "dependent.grid.header.relationship"));
|
|
89
|
+
i0.ɵɵadvance(2);
|
|
90
|
+
i0.ɵɵtextInterpolate1(" ", dependent_r7.relationship == null ? null : dependent_r7.relationship.text, " ");
|
|
91
|
+
i0.ɵɵadvance(3);
|
|
92
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(20, _c0));
|
|
93
|
+
i0.ɵɵadvance(2);
|
|
94
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(21, _c1));
|
|
95
|
+
} }
|
|
96
|
+
const _c2 = () => ["fal", "plus"];
|
|
97
|
+
function DependentGridComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
+
const _r17 = i0.ɵɵgetCurrentView();
|
|
99
|
+
i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 20);
|
|
100
|
+
i0.ɵɵelement(3, "div", 21);
|
|
101
|
+
i0.ɵɵpipe(4, "trustHtml");
|
|
102
|
+
i0.ɵɵpipe(5, "translate");
|
|
103
|
+
i0.ɵɵelementEnd();
|
|
104
|
+
i0.ɵɵelementStart(6, "td", 22)(7, "ion-button", 23);
|
|
105
|
+
i0.ɵɵlistener("click", function DependentGridComponent_ng_template_5_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.showAddDependentPopup = !ctx_r16.showAddDependentPopup); });
|
|
106
|
+
i0.ɵɵelement(8, "fa-icon", 18);
|
|
107
|
+
i0.ɵɵelementEnd()();
|
|
108
|
+
i0.ɵɵelementStart(9, "td", 24);
|
|
109
|
+
i0.ɵɵtext(10, "\u00A0");
|
|
110
|
+
i0.ɵɵelementEnd()()();
|
|
111
|
+
} if (rf & 2) {
|
|
112
|
+
i0.ɵɵadvance(2);
|
|
113
|
+
i0.ɵɵattribute("colspan", 2);
|
|
114
|
+
i0.ɵɵadvance(1);
|
|
115
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(4, 3, i0.ɵɵpipeBind1(5, 5, "dependent.grid.footer.label")), i0.ɵɵsanitizeHtml);
|
|
116
|
+
i0.ɵɵadvance(5);
|
|
117
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(7, _c2));
|
|
118
|
+
} }
|
|
119
|
+
function DependentGridComponent_app_multi_questionnaire_10_Template(rf, ctx) { if (rf & 1) {
|
|
120
|
+
const _r19 = i0.ɵɵgetCurrentView();
|
|
121
|
+
i0.ɵɵelementStart(0, "app-multi-questionnaire", 25);
|
|
122
|
+
i0.ɵɵlistener("onComplete", function DependentGridComponent_app_multi_questionnaire_10_Template_app_multi_questionnaire_onComplete_0_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.addDependent($event)); })("modelCancel", function DependentGridComponent_app_multi_questionnaire_10_Template_app_multi_questionnaire_modelCancel_0_listener() { i0.ɵɵrestoreView(_r19); const ctx_r20 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r20.close()); });
|
|
123
|
+
i0.ɵɵelementEnd();
|
|
124
|
+
} if (rf & 2) {
|
|
125
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
126
|
+
i0.ɵɵproperty("qeQueryModels", ctx_r4.qeQueryModels)("autoSave", false)("formData", ctx_r4.selectedDependent);
|
|
127
|
+
} }
|
|
128
|
+
function DependentGridComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) {
|
|
129
|
+
const _r22 = i0.ɵɵgetCurrentView();
|
|
130
|
+
i0.ɵɵelementStart(0, "ion-button", 26);
|
|
131
|
+
i0.ɵɵlistener("click", function DependentGridComponent_ng_template_16_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r21.close()); });
|
|
132
|
+
i0.ɵɵtext(1, " Close ");
|
|
133
|
+
i0.ɵɵelementEnd();
|
|
134
|
+
i0.ɵɵelementStart(2, "ion-button", 27);
|
|
135
|
+
i0.ɵɵlistener("click", function DependentGridComponent_ng_template_16_Template_ion_button_click_2_listener() { i0.ɵɵrestoreView(_r22); const ctx_r23 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r23.editDuplicateDependent()); });
|
|
136
|
+
i0.ɵɵtext(3, " Edit ");
|
|
137
|
+
i0.ɵɵelementEnd();
|
|
138
|
+
} }
|
|
139
|
+
const _c3 = () => ({ width: "45vw" });
|
|
140
|
+
const _c4 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
141
|
+
export class DependentGridComponent {
|
|
142
|
+
constructor(vs) {
|
|
143
|
+
this.vs = vs;
|
|
144
|
+
this.indexToEdit = null;
|
|
145
|
+
this.dependents = [];
|
|
146
|
+
this.showAddDependentPopup = false;
|
|
147
|
+
this.showDuplicatePopup = false;
|
|
148
|
+
this.qeQueryModels = [
|
|
149
|
+
{
|
|
150
|
+
flowFactFindingInq: false, flowAbleAndAvailable: false, userType: "CLMT", flowFrom: "CMIN", questionnaireIds: [339],
|
|
151
|
+
flowWCAbleAndAvailable: false, flowKey: "add-dependents", isMfaRequired: false, isScreenQuestionnaire: true
|
|
152
|
+
}
|
|
153
|
+
];
|
|
154
|
+
this.onChange = (value) => {
|
|
155
|
+
};
|
|
156
|
+
this.onTouch = () => {
|
|
157
|
+
};
|
|
158
|
+
this.onChangeSubs = [];
|
|
159
|
+
}
|
|
160
|
+
ngOnDestroy() {
|
|
161
|
+
for (let sub of this.onChangeSubs) {
|
|
162
|
+
sub.unsubscribe();
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
writeValue(deps) {
|
|
166
|
+
if (deps && deps.dependents) {
|
|
167
|
+
this.dependents = deps.dependents;
|
|
168
|
+
this.publishDependents();
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
registerOnChange(fn) {
|
|
172
|
+
let sub = this.vs.dependents.subscribe(fn);
|
|
173
|
+
this.onChangeSubs.push(sub);
|
|
174
|
+
}
|
|
175
|
+
registerOnTouched(fn) {
|
|
176
|
+
this.onTouch = fn;
|
|
177
|
+
}
|
|
178
|
+
setDisabledState(isDisabled) {
|
|
179
|
+
}
|
|
180
|
+
ngOnInit() {
|
|
181
|
+
let deps = this.vs.dependents.getValue() || [];
|
|
182
|
+
if (deps && deps.dependents) {
|
|
183
|
+
this.dependents = deps.dependents;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
addDependent(event) {
|
|
187
|
+
let dependent = event.get(this.qeQueryModels[0].questionnaireIds[0]);
|
|
188
|
+
if (this.checkForDuplicate(dependent)) {
|
|
189
|
+
this.selectedDependent = dependent;
|
|
190
|
+
this.showAddDependentPopup = false;
|
|
191
|
+
this.showDuplicatePopup = true;
|
|
192
|
+
return;
|
|
193
|
+
}
|
|
194
|
+
if (this.indexToEdit != null) {
|
|
195
|
+
this.dependents[this.indexToEdit] = dependent;
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
this.dependents.push(dependent);
|
|
199
|
+
}
|
|
200
|
+
this.showAddDependentPopup = false;
|
|
201
|
+
this.selectedDependent = null;
|
|
202
|
+
this.indexToEdit = null;
|
|
203
|
+
this.publishDependents();
|
|
204
|
+
}
|
|
205
|
+
publishDependents() {
|
|
206
|
+
let dependents = { dependents: this.dependents };
|
|
207
|
+
this.vs.dependents.next(this.dependents.length > 0 ? dependents : null);
|
|
208
|
+
}
|
|
209
|
+
editDependent(dependent) {
|
|
210
|
+
this.selectedDependent = dependent;
|
|
211
|
+
this.indexToEdit = this.dependents.indexOf(dependent);
|
|
212
|
+
this.showAddDependentPopup = true;
|
|
213
|
+
}
|
|
214
|
+
editDuplicateDependent() {
|
|
215
|
+
this.showDuplicatePopup = false;
|
|
216
|
+
this.showAddDependentPopup = true;
|
|
217
|
+
}
|
|
218
|
+
deleteDependent(dependent) {
|
|
219
|
+
let index = this.dependents.indexOf(dependent);
|
|
220
|
+
this.dependents.splice(index, 1);
|
|
221
|
+
this.publishDependents();
|
|
222
|
+
}
|
|
223
|
+
close() {
|
|
224
|
+
this.showAddDependentPopup = false;
|
|
225
|
+
this.indexToEdit = null;
|
|
226
|
+
this.selectedDependent = null;
|
|
227
|
+
this.showDuplicatePopup = false;
|
|
228
|
+
}
|
|
229
|
+
checkForDuplicate(dependent) {
|
|
230
|
+
if (this.dependents) {
|
|
231
|
+
let dependents = this.dependents.filter(d => {
|
|
232
|
+
if (this.indexToEdit == this.dependents.indexOf(d)) {
|
|
233
|
+
return false;
|
|
234
|
+
}
|
|
235
|
+
let result = (dependent.dependentSSN && d.dependentSSN && dependent.dependentSSN == d.dependentSSN)
|
|
236
|
+
||
|
|
237
|
+
(dependent.dependentDateOfBirth === d.dependentDateOfBirth &&
|
|
238
|
+
dependent.dependentFirstName === d.dependentFirstName &&
|
|
239
|
+
dependent.dependentLastName === d.dependentLastName);
|
|
240
|
+
return result;
|
|
241
|
+
});
|
|
242
|
+
return dependents.length > 0;
|
|
243
|
+
}
|
|
244
|
+
else {
|
|
245
|
+
return false;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
static { this.ɵfac = function DependentGridComponent_Factory(t) { return new (t || DependentGridComponent)(i0.ɵɵdirectiveInject(i1.ValidationService)); }; }
|
|
249
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DependentGridComponent, selectors: [["app-dependent-grid"]], features: [i0.ɵɵProvidersFeature([{
|
|
250
|
+
provide: NG_VALUE_ACCESSOR,
|
|
251
|
+
useExisting: DependentGridComponent,
|
|
252
|
+
multi: true
|
|
253
|
+
}])], decls: 17, vars: 16, consts: [[2, "margin-left", "-5px"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], [1, "ion-text-center", "ion-hide-xl-up", "ion-hide-lg-up", "ion-hide-md-up"], ["shape", "round", "color", "success", "fill", "outline", 3, "click"], [3, "qeQueryModels", "autoSave", "formData", "onComplete", "modelCancel", 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"], [3, "ssn", 4, "ngIf"], [4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "click"], [1, "action-icon", 3, "icon"], [3, "ssn"], [2, "width", "40%"], [3, "innerHtml"], [2, "width", "9.75%", "text-align", "right"], ["fill", "outline", "size", "small", "aria-label", "Add employer", 1, "action-button", 3, "click"], ["colspan", "4"], [3, "qeQueryModels", "autoSave", "formData", "onComplete", "modelCancel"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"]], template: function DependentGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
254
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "p-table", 1, 2);
|
|
255
|
+
i0.ɵɵtemplate(3, DependentGridComponent_ng_template_3_Template, 11, 9, "ng-template", 3)(4, DependentGridComponent_ng_template_4_Template, 26, 22, "ng-template", 4)(5, DependentGridComponent_ng_template_5_Template, 11, 8, "ng-template", 5);
|
|
256
|
+
i0.ɵɵelementEnd();
|
|
257
|
+
i0.ɵɵelementStart(6, "div", 6)(7, "ion-button", 7);
|
|
258
|
+
i0.ɵɵlistener("click", function DependentGridComponent_Template_ion_button_click_7_listener() { return ctx.showAddDependentPopup = !ctx.showAddDependentPopup; });
|
|
259
|
+
i0.ɵɵtext(8);
|
|
260
|
+
i0.ɵɵpipe(9, "translate");
|
|
261
|
+
i0.ɵɵelementEnd()();
|
|
262
|
+
i0.ɵɵtemplate(10, DependentGridComponent_app_multi_questionnaire_10_Template, 1, 3, "app-multi-questionnaire", 8);
|
|
263
|
+
i0.ɵɵelementStart(11, "p-dialog", 9)(12, "h4", 10);
|
|
264
|
+
i0.ɵɵtext(13, "Duplicate dependent not allowed");
|
|
265
|
+
i0.ɵɵelementEnd();
|
|
266
|
+
i0.ɵɵelementStart(14, "ion-label");
|
|
267
|
+
i0.ɵɵtext(15, "It seems like you have added a dependent that has been added already. Please check details and try adding dependent again.");
|
|
268
|
+
i0.ɵɵelementEnd();
|
|
269
|
+
i0.ɵɵtemplate(16, DependentGridComponent_ng_template_16_Template, 4, 0, "ng-template", 11);
|
|
270
|
+
i0.ɵɵelementEnd()();
|
|
271
|
+
} if (rf & 2) {
|
|
272
|
+
i0.ɵɵadvance(1);
|
|
273
|
+
i0.ɵɵproperty("rowHover", true)("value", ctx.dependents);
|
|
274
|
+
i0.ɵɵadvance(7);
|
|
275
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 12, "dependent.grid.header.add"), " ");
|
|
276
|
+
i0.ɵɵadvance(2);
|
|
277
|
+
i0.ɵɵproperty("ngIf", ctx.showAddDependentPopup);
|
|
278
|
+
i0.ɵɵadvance(1);
|
|
279
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c3));
|
|
280
|
+
i0.ɵɵproperty("visible", ctx.showDuplicatePopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c4))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
281
|
+
} } }); }
|
|
282
|
+
}
|
|
283
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DependentGridComponent, [{
|
|
284
|
+
type: Component,
|
|
285
|
+
args: [{ selector: 'app-dependent-grid', providers: [{
|
|
286
|
+
provide: NG_VALUE_ACCESSOR,
|
|
287
|
+
useExisting: DependentGridComponent,
|
|
288
|
+
multi: true
|
|
289
|
+
}], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"dependents\">\n <ng-template pTemplate=\"header\" let-columns>\n <tr>\n <th>\n {{\"dependent.grid.header.dependent\"|translate}}\n </th>\n <th>\n {{\"dependent.grid.header.ssn\"|translate}}\n </th>\n <th>\n {{\"dependent.grid.header.relationship\"|translate}}\n </th>\n <th>\n \n </th>\n </tr>\n </ng-template>\n\n <ng-template pTemplate=\"body\" let-dependent let-rowIndex=\"rowIndex\">\n <tr class=\"ion-padding-top ion-padding-bottom\">\n <td>\n <span class=\"p-column-title\">{{\"dependent.grid.header.dependent\"|translate}}</span>\n {{dependent.dependentFirstName}} {{dependent.dependentLastName}} <br/>\n <span style=\"font-size: 12px;\">{{dependent.dependentDateOfBirth | date:'MMMM d, y'}}</span>\n </td>\n <td>\n <span class=\"p-column-title\">{{\"dependent.grid.header.ssn\"|translate}}</span>\n <app-ssn [ssn]=\"dependent.dependentSSN\" *ngIf=\"dependent.dependentSSN\"></app-ssn>\n <span *ngIf=\"!dependent.dependentSSN\">--</span>\n </td>\n <td>\n <span class=\"p-column-title\">{{\"dependent.grid.header.relationship\"|translate}}</span>\n {{dependent.relationship?.text}}\n </td>\n <td>\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"editDependent(dependent)\">\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\n </ion-button>\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"deleteDependent(dependent)\">\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\n </ion-button>\n </td>\n </tr>\n </ng-template>\n\n <ng-template pTemplate=\"summary\" let-columns>\n <table>\n <tr>\n <td [attr.colspan]=\"2\" style=\"width: 40%;\">\n <div [innerHtml]=\"'dependent.grid.footer.label' | translate | trustHtml\"></div>\n </td>\n <td style=\"width: 9.75%; text-align: right;\">\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"showAddDependentPopup = !showAddDependentPopup\" class=\"action-button\" aria-label=\"Add employer\">\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\n </ion-button>\n </td>\n <td colspan=\"4\"> </td>\n </tr>\n </table>\n </ng-template>\n\n </p-table>\n\n <div class=\"ion-text-center ion-hide-xl-up ion-hide-lg-up ion-hide-md-up\">\n <ion-button shape=\"round\" color=\"success\" fill=\"outline\"\n (click)=\"showAddDependentPopup = !showAddDependentPopup\">\n {{\"dependent.grid.header.add\"|translate}}\n </ion-button>\n </div>\n\n <app-multi-questionnaire [qeQueryModels]=\"qeQueryModels\" [autoSave]=\"false\" *ngIf=\"showAddDependentPopup\"\n (onComplete)=\"addDependent($event)\" (modelCancel)=\"close()\" [formData]=\"selectedDependent\">\n </app-multi-questionnaire>\n\n <p-dialog [visible]=\"showDuplicatePopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\n <h4 class=\"heading\">Duplicate dependent not allowed</h4>\n <ion-label>It seems like you have added a dependent that has been added already. Please check details and try adding dependent again.</ion-label>\n <ng-template pTemplate=\"footer\">\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"outline\" (click)=\"close()\">\n Close\n </ion-button>\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"solid\" (click)=\"editDuplicateDependent()\">\n Edit\n </ion-button>\n </ng-template>\n </p-dialog>\n</div>" }]
|
|
290
|
+
}], () => [{ type: i1.ValidationService }], null); })();
|
|
291
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DependentGridComponent, { className: "DependentGridComponent" }); })();
|
|
292
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwZW5kZW50LWdyaWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2RlcGVuZGVudC1ncmlkL2RlcGVuZGVudC1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kZXBlbmRlbnQtZ3JpZC9kZXBlbmRlbnQtZ3JpZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7OztJQ0U3RCwwQkFBSSxTQUFBO0lBRUksWUFDSjs7SUFBQSxpQkFBSztJQUNMLDBCQUFJO0lBQ0EsWUFDSjs7SUFBQSxpQkFBSztJQUNMLDBCQUFJO0lBQ0EsWUFDSjs7SUFBQSxpQkFBSztJQUNMLHNCQUVLO0lBQ1QsaUJBQUs7O0lBWEcsZUFDSjtJQURJLHdGQUNKO0lBRUksZUFDSjtJQURJLGtGQUNKO0lBRUksZUFDSjtJQURJLDJGQUNKOzs7SUFnQkksOEJBQWlGOzs7SUFBeEUsK0NBQThCOzs7SUFDdkMsNEJBQXNDO0lBQUEsa0JBQUU7SUFBQSxpQkFBTzs7Ozs7O0lBVHZELDhCQUErQyxTQUFBLGVBQUE7SUFFVixZQUErQzs7SUFBQSxpQkFBTztJQUNuRixZQUFpRTtJQUFBLHFCQUFLO0lBQ3RFLGdDQUErQjtJQUFBLFlBQXFEOztJQUFBLGlCQUFPLEVBQUE7SUFFL0YsMkJBQUksZ0JBQUE7SUFDNkIsYUFBeUM7O0lBQUEsaUJBQU87SUFDN0UsZ0dBQWlGLDZFQUFBO0lBRXJGLGlCQUFLO0lBQ0wsMkJBQUksZ0JBQUE7SUFDNkIsYUFBa0Q7O0lB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QUN4RCxZQUNKOztZQUFBLGlCQUFhLEVBQUE7WUFHakIsaUhBRTBCO1lBRTFCLG9DQUNrRyxjQUFBO1lBQzFFLGdEQUErQjtZQUFBLGlCQUFLO1lBQ3hELGtDQUFXO1lBQUEsMklBQTBIO1lBQUEsaUJBQVk7WUFDakosMEZBT2M7WUFDbEIsaUJBQVcsRUFBQTs7WUF0RkUsZUFBaUI7WUFBakIsK0JBQWlCLHlCQUFBO1lBa0V0QixlQUNKO1lBREksbUZBQ0o7WUFHeUUsZUFBMkI7WUFBM0IsZ0RBQTJCO1lBSXlFLGVBQXlCO1lBQXpCLDBDQUF5QjtZQUFoTSxnREFBOEIsZUFBQSw0Q0FBQSxvQkFBQSxvQkFBQSxvQkFBQTs7O2lGRHREL0Isc0JBQXNCO2NBYmxDLFNBQVM7MkJBQ0Usb0JBQW9CLGFBR25CLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFFMUIsV0FBVyx3QkFBd0I7d0JBRW5DLEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUMsbUJBQ2UsdUJBQXVCLENBQUMsT0FBTzs7a0ZBRXJDLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDaG9pY2VzTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvQWRkcmVzc0NvbXBvbmVudE1vZGVsJztcbmltcG9ydCB7IERlcGVuZGVudE1vZGVsLCBEZXBlbmRlbnRNb2RlbHMgfSBmcm9tICcuLi8uLi9tb2RlbHMvZGVwZW5kZW50Lm1vZGVsJztcbmltcG9ydCB7IFF1ZXN0aW9ubmFpcmVRdWVyeU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWwnO1xuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1kZXBlbmRlbnQtZ3JpZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9kZXBlbmRlbnQtZ3JpZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2RlcGVuZGVudC1ncmlkLmNvbXBvbmVudC5jc3MnXSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuXG4gICAgdXNlRXhpc3Rpbmc6IERlcGVuZGVudEdyaWRDb21wb25lbnQsXG5cbiAgICBtdWx0aTogdHJ1ZVxuICB9XSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0XG59KVxuZXhwb3J0IGNsYXNzIERlcGVuZGVudEdyaWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcblxuICBzZWxlY3RlZERlcGVuZGVudCA6IERlcGVuZGVudE1vZGVsO1xuXG4gIGluZGV4VG9FZGl0ID0gbnVsbDtcblxuICBkZXBlbmRlbnRzIDogRGVwZW5kZW50TW9kZWxbXSA9IFtdO1xuXG4gIHNob3dBZGREZXBlbmRlbnRQb3B1cCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBzaG93RHVwbGljYXRlUG9wdXAgOiBib29sZWFuID0gZmFsc2U7XG5cbiAgcWVRdWVyeU1vZGVsczogUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWxbXSA9IFtcbiAgICB7XG4gICAgICBmbG93RmFjdEZpbmRpbmdJbnE6IGZhbHNlLCBmbG93QWJsZUFuZEF2YWlsYWJsZTogZmFsc2UsIHVzZXJUeXBlOiBcIkNMTVRcIiwgZmxvd0Zyb206IFwiQ01JTlwiLCBxdWVzdGlvbm5haXJlSWRzOiBbMzM5XSxcbiAgICAgIGZsb3dXQ0FibGVBbmRBdmFpbGFibGU6IGZhbHNlLCBmbG93S2V5OiBcImFkZC1kZXBlbmRlbnRzXCIsIGlzTWZhUmVxdWlyZWQ6IGZhbHNlLCBpc1NjcmVlblF1ZXN0aW9ubmFpcmU6IHRydWVcbiAgICB9XG4gIF1cblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdnM6IFZhbGlkYXRpb25TZXJ2aWNlKSB7IFxuICB9XG5cbiAgcHJpdmF0ZSBvbkNoYW5nZTogRnVuY3Rpb24gPSAodmFsdWU6IFN0cmluZykgPT4ge1xuICB9O1xuXG4gIHByaXZhdGUgb25Ub3VjaDogRnVuY3Rpb24gPSAoKSA9PiB7XG4gIH07XG5cbiAgb25DaGFuZ2VTdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIGZvciAobGV0IHN1YiBvZiB0aGlzLm9uQ2hhbmdlU3Vicykge1xuICAgICAgc3ViLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICB9XG5cbiAgd3JpdGVWYWx1ZShkZXBzOiBhbnkpIHtcbiAgICBpZihkZXBzICYmIGRlcHMuZGVwZW5kZW50cyl7XG4gICAgICB0aGlzLmRlcGVuZGVudHMgPSBkZXBzLmRlcGVuZGVudHM7XG4gICAgICB0aGlzLnB1Ymxpc2hEZXBlbmRlbnRzKCk7XG4gICAgfSBcbiAgfVxuXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xuICAgIGxldCBzdWIgPSB0aGlzLnZzLmRlcGVuZGVudHMuc3Vic2NyaWJlKGZuKTtcbiAgICB0aGlzLm9uQ2hhbmdlU3Vicy5wdXNoKHN1Yik7XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XG4gICAgdGhpcy5vblRvdWNoID0gZm5cbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGU/KGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIGxldCBkZXBzID0gdGhpcy52cy5kZXBlbmRlbnRzLmdldFZhbHVlKCkgfHwgW107XG4gICAgaWYoZGVwcyAmJiBkZXBzLmRlcGVuZGVudHMpe1xuICAgICAgdGhpcy5kZXBlbmRlbnRzID0gZGVwcy5kZXBlbmRlbnRzO1xuICAgIH1cbiAgfVxuXG4gIGFkZERlcGVuZGVudChldmVudCA6IE1hcDxudW1iZXIsIGFueT4pe1xuICAgIGxldCBkZXBlbmRlbnQgOiBEZXBlbmRlbnRNb2RlbCA9IGV2ZW50LmdldCh0aGlzLnFlUXVlcnlNb2RlbHNbMF0ucXVlc3Rpb25uYWlyZUlkc1swXSk7XG4gICAgaWYodGhpcy5jaGVja0ZvckR1cGxpY2F0ZShkZXBlbmRlbnQpKXtcbiAgICAgIHRoaXMuc2VsZWN0ZWREZXBlbmRlbnQgPSBkZXBlbmRlbnQ7XG4gICAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IGZhbHNlO1xuICAgICAgdGhpcy5zaG93RHVwbGljYXRlUG9wdXAgPSB0cnVlO1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBpZih0aGlzLmluZGV4VG9FZGl0ICE9IG51bGwpe1xuICAgICAgdGhpcy5kZXBlbmRlbnRzW3RoaXMuaW5kZXhUb0VkaXRdID0gZGVwZW5kZW50O1xuICAgIH1lbHNle1xuICAgICAgdGhpcy5kZXBlbmRlbnRzLnB1c2goZGVwZW5kZW50KTtcbiAgICB9XG4gICAgdGhpcy5zaG93QWRkRGVwZW5kZW50UG9wdXAgPSBmYWxzZTtcbiAgICB0aGlzLnNlbGVjdGVkRGVwZW5kZW50ID0gbnVsbDtcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gbnVsbDtcbiAgICB0aGlzLnB1Ymxpc2hEZXBlbmRlbnRzKCk7XG4gIH1cblxuICBwdWJsaXNoRGVwZW5kZW50cygpIHtcbiAgICBsZXQgZGVwZW5kZW50cyA9IHsgZGVwZW5kZW50cyA6IHRoaXMuZGVwZW5kZW50cyB9O1xuICAgIHRoaXMudnMuZGVwZW5kZW50cy5uZXh0KHRoaXMuZGVwZW5kZW50cy5sZW5ndGggPiAwID8gZGVwZW5kZW50cyA6IG51bGwpO1xuICB9XG5cbiAgZWRpdERlcGVuZGVudChkZXBlbmRlbnQgOiBEZXBlbmRlbnRNb2RlbCl7XG4gICAgdGhpcy5zZWxlY3RlZERlcGVuZGVudCA9IGRlcGVuZGVudDtcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gdGhpcy5kZXBlbmRlbnRzLmluZGV4T2YoZGVwZW5kZW50KTtcbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IHRydWU7XG4gIH1cblxuICBlZGl0RHVwbGljYXRlRGVwZW5kZW50KCl7XG4gICAgdGhpcy5zaG93RHVwbGljYXRlUG9wdXAgPSBmYWxzZTtcbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IHRydWU7XG4gIH1cblxuICBkZWxldGVEZXBlbmRlbnQoZGVwZW5kZW50KXtcbiAgICBsZXQgaW5kZXggPSB0aGlzLmRlcGVuZGVudHMuaW5kZXhPZihkZXBlbmRlbnQpO1xuICAgIHRoaXMuZGVwZW5kZW50cy5zcGxpY2UoaW5kZXgsIDEpO1xuICAgIHRoaXMucHVibGlzaERlcGVuZGVudHMoKTtcbiAgfVxuXG4gIGNsb3NlKCl7XG4gICAgdGhpcy5zaG93QWRkRGVwZW5kZW50UG9wdXAgPSBmYWxzZTtcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gbnVsbDtcbiAgICB0aGlzLnNlbGVjdGVkRGVwZW5kZW50ID0gbnVsbDtcbiAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IGZhbHNlO1xuICB9XG5cbiAgY2hlY2tGb3JEdXBsaWNhdGUoZGVwZW5kZW50IDogRGVwZW5kZW50TW9kZWwpIHtcbiAgICBpZih0aGlzLmRlcGVuZGVudHMpe1xuICAgICAgbGV0IGRlcGVuZGVudHMgPSB0aGlzLmRlcGVuZGVudHMuZmlsdGVyKGQgPT4ge1xuICAgICAgICBpZih0aGlzLmluZGV4VG9FZGl0ID09IHRoaXMuZGVwZW5kZW50cy5pbmRleE9mKGQpKXtcbiAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgIH1cbiAgICAgICAgbGV0IHJlc3VsdCA9IChkZXBlbmRlbnQuZGVwZW5kZW50U1NOICYmIGQuZGVwZW5kZW50U1NOICYmIGRlcGVuZGVudC5kZXBlbmRlbnRTU04gPT0gZC5kZXBlbmRlbnRTU04pIFxuICAgICAgICB8fCBcbiAgICAgICAgKFxuICAgICAgICAgIGRlcGVuZGVudC5kZXBlbmRlbnREYXRlT2ZCaXJ0aCA9PT0gZC5kZXBlbmRlbnREYXRlT2ZCaXJ0aCAmJiBcbiAgICAgICAgICBkZXBlbmRlbnQuZGVwZW5kZW50Rmlyc3ROYW1lID09PSBkLmRlcGVuZGVudEZpcnN0TmFtZSAmJiBcbiAgICAgICAgICBkZXBlbmRlbnQuZGVwZW5kZW50TGFzdE5hbWUgPT09IGQuZGVwZW5kZW50TGFzdE5hbWVcbiAgICAgICAgKVxuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfSk7XG4gICAgICByZXR1cm4gZGVwZW5kZW50cy5sZW5ndGggPiAwO1xuICAgIH0gZWxzZXtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gIH1cblxufVxuXG5cblxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxuICAgIDxwLXRhYmxlICNkdCBbcm93SG92ZXJdPVwidHJ1ZVwiIHN0eWxlQ2xhc3M9XCJwLWRhdGF0YWJsZS1zdHJpcGVkIGFwcC1kYXRhdGFibGUgaW9uLXBhZGRpbmctdG9wXCIgW3ZhbHVlXT1cImRlcGVuZGVudHNcIj5cbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImhlYWRlclwiIGxldC1jb2x1bW5zPlxuICAgICAgICAgICAgPHRyPlxuICAgICAgICAgICAgICAgIDx0aD5cbiAgICAgICAgICAgICAgICAgICAge3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5kZXBlbmRlbnRcInx0cmFuc2xhdGV9fVxuICAgICAgICAgICAgICAgIDwvdGg+XG4gICAgICAgICAgICAgICAgPHRoPlxuICAgICAgICAgICAgICAgICAgICB7e1wiZGVwZW5kZW50LmdyaWQuaGVhZGVyLnNzblwifHRyYW5zbGF0ZX19XG4gICAgICAgICAgICAgICAgPC90aD5cbiAgICAgICAgICAgICAgICA8dGg+XG4gICAgICAgICAgICAgICAgICAgIHt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIucmVsYXRpb25zaGlwXCJ8dHJhbnNsYXRlfX1cbiAgICAgICAgICAgICAgICA8L3RoPlxuICAgICAgICAgICAgICAgIDx0aD5cbiAgICAgICAgICAgICAgICAgICAgXG4gICAgICAgICAgICAgICAgPC90aD5cbiAgICAgICAgICAgIDwvdHI+XG4gICAgICAgIDwvbmctdGVtcGxhdGU+XG5cbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImJvZHlcIiBsZXQtZGVwZW5kZW50IGxldC1yb3dJbmRleD1cInJvd0luZGV4XCI+XG4gICAgICAgICAgICA8dHIgY2xhc3M9XCJpb24tcGFkZGluZy10b3AgaW9uLXBhZGRpbmctYm90dG9tXCI+XG4gICAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInAtY29sdW1uLXRpdGxlXCI+e3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5kZXBlbmRlbnRcInx0cmFuc2xhdGV9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAge3tkZXBlbmRlbnQuZGVwZW5kZW50Rmlyc3ROYW1lfX0ge3tkZXBlbmRlbnQuZGVwZW5kZW50TGFzdE5hbWV9fSA8YnIvPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMTJweDtcIj57e2RlcGVuZGVudC5kZXBlbmRlbnREYXRlT2ZCaXJ0aCB8IGRhdGU6J01NTU0gZCwgeSd9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgICAgIDx0ZD5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuc3NuXCJ8dHJhbnNsYXRlfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDxhcHAtc3NuIFtzc25dPVwiZGVwZW5kZW50LmRlcGVuZGVudFNTTlwiICpuZ0lmPVwiZGVwZW5kZW50LmRlcGVuZGVudFNTTlwiPjwvYXBwLXNzbj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCIhZGVwZW5kZW50LmRlcGVuZGVudFNTTlwiPi0tPC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInAtY29sdW1uLXRpdGxlXCI+e3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5yZWxhdGlvbnNoaXBcInx0cmFuc2xhdGV9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAge3tkZXBlbmRlbnQucmVsYXRpb25zaGlwPy50ZXh0fX1cbiAgICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgICAgIDx0ZD5cbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIiAoY2xpY2spPVwiZWRpdERlcGVuZGVudChkZXBlbmRlbnQpXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdlZGl0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCIgKGNsaWNrKT1cImRlbGV0ZURlcGVuZGVudChkZXBlbmRlbnQpXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICd0cmFzaC1hbHQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cbiAgICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgPC90cj5cbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cblxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxuICAgICAgICAgICAgPHRhYmxlPlxuICAgICAgICAgICAgICA8dHI+XG4gICAgICAgICAgICAgICAgPHRkIFthdHRyLmNvbHNwYW5dPVwiMlwiIHN0eWxlPVwid2lkdGg6IDQwJTtcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgW2lubmVySHRtbF09XCInZGVwZW5kZW50LmdyaWQuZm9vdGVyLmxhYmVsJyB8IHRyYW5zbGF0ZSB8IHRydXN0SHRtbFwiPjwvZGl2PlxuICAgICAgICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwid2lkdGg6IDkuNzUlOyB0ZXh0LWFsaWduOiByaWdodDtcIj5cbiAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCIgKGNsaWNrKT1cInNob3dBZGREZXBlbmRlbnRQb3B1cCA9ICFzaG93QWRkRGVwZW5kZW50UG9wdXBcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIiBhcmlhLWxhYmVsPVwiQWRkIGVtcGxveWVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ3BsdXMnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XG4gICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XG4gICAgICAgICAgICAgICAgPC90ZD5cbiAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjRcIj4mbmJzcDs8L3RkPlxuICAgICAgICAgICAgICA8L3RyPlxuICAgICAgICAgICAgPC90YWJsZT5cbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuXG4gICAgPC9wLXRhYmxlPlxuXG4gICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24taGlkZS14bC11cCBpb24taGlkZS1sZy11cCBpb24taGlkZS1tZC11cFwiPlxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgY29sb3I9XCJzdWNjZXNzXCIgZmlsbD1cIm91dGxpbmVcIlxuICAgICAgICAgICAgKGNsaWNrKT1cInNob3dBZGREZXBlbmRlbnRQb3B1cCA9ICFzaG93QWRkRGVwZW5kZW50UG9wdXBcIj5cbiAgICAgICAgICAgIHt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuYWRkXCJ8dHJhbnNsYXRlfX1cbiAgICAgICAgPC9pb24tYnV0dG9uPlxuICAgIDwvZGl2PlxuXG4gICAgPGFwcC1tdWx0aS1xdWVzdGlvbm5haXJlIFtxZVF1ZXJ5TW9kZWxzXT1cInFlUXVlcnlNb2RlbHNcIiBbYXV0b1NhdmVdPVwiZmFsc2VcIiAqbmdJZj1cInNob3dBZGREZXBlbmRlbnRQb3B1cFwiXG4gICAgICAgIChvbkNvbXBsZXRlKT1cImFkZERlcGVuZGVudCgkZXZlbnQpXCIgKG1vZGVsQ2FuY2VsKT1cImNsb3NlKClcIiBbZm9ybURhdGFdPVwic2VsZWN0ZWREZXBlbmRlbnRcIj5cbiAgICA8L2FwcC1tdWx0aS1xdWVzdGlvbm5haXJlPlxuXG4gICAgPHAtZGlhbG9nIFt2aXNpYmxlXT1cInNob3dEdXBsaWNhdGVQb3B1cFwiIFttb2RhbF09XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgcG9zaXRpb249XCJ0b3BcIiBbYnJlYWtwb2ludHNdPVwieycxMjAwcHgnOiAnNjYwcHgnLCAnOTkycHgnOiAnNjYwcHgnLCAnNzY4cHgnOiAnNjYwcHgnLCAnNTc2cHgnOiAnMTAwdncnfVwiIFtzdHlsZV09XCJ7d2lkdGg6ICc0NXZ3J31cIlxuICAgIFtiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCIgW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiIGNsb3NlT25Fc2NhcGU9XCJmYWxzZVwiPlxuICAgICAgICA8aDQgY2xhc3M9XCJoZWFkaW5nXCI+RHVwbGljYXRlIGRlcGVuZGVudCBub3QgYWxsb3dlZDwvaDQ+XG4gICAgICAgIDxpb24tbGFiZWw+SXQgc2VlbXMgbGlrZSB5b3UgaGF2ZSBhZGRlZCBhIGRlcGVuZGVudCB0aGF0IGhhcyBiZWVuIGFkZGVkIGFscmVhZHkuIFBsZWFzZSBjaGVjayBkZXRhaWxzIGFuZCB0cnkgYWRkaW5nIGRlcGVuZGVudCBhZ2Fpbi48L2lvbi1sYWJlbD5cbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxuICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHNpemU9XCJzbWFsbFwiIHR5cGU9XCJzdWJtaXRcIiBmaWxsPVwib3V0bGluZVwiIChjbGljayk9XCJjbG9zZSgpXCI+XG4gICAgICAgICAgICAgICAgQ2xvc2VcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cbiAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBzaXplPVwic21hbGxcIiB0eXBlPVwic3VibWl0XCIgZmlsbD1cInNvbGlkXCIgKGNsaWNrKT1cImVkaXREdXBsaWNhdGVEZXBlbmRlbnQoKVwiPlxuICAgICAgICAgICAgICAgIEVkaXRcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICA8L3AtZGlhbG9nPlxuPC9kaXY+Il19
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ionic/storage";
|
|
4
|
+
import * as i2 from "@ionic/angular";
|
|
5
|
+
import * as i3 from "primeng/api";
|
|
6
|
+
import * as i4 from "primeng/dialog";
|
|
7
|
+
import * as i5 from "@ngx-translate/core";
|
|
8
|
+
const _c0 = () => ({ width: "45vw" });
|
|
9
|
+
const _c1 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
10
|
+
export class DisclosureComponent {
|
|
11
|
+
constructor(storage) {
|
|
12
|
+
this.storage = storage;
|
|
13
|
+
this.showDisclosure = false;
|
|
14
|
+
}
|
|
15
|
+
async ngOnInit() {
|
|
16
|
+
this.showDisclosure = await this.storage.get('show_disclosure') == 'true';
|
|
17
|
+
}
|
|
18
|
+
updateDisclosureStatus() {
|
|
19
|
+
this.showDisclosure = false;
|
|
20
|
+
this.storage.set('show_disclosure', 'false');
|
|
21
|
+
}
|
|
22
|
+
static { this.ɵfac = function DisclosureComponent_Factory(t) { return new (t || DisclosureComponent)(i0.ɵɵdirectiveInject(i1.Storage)); }; }
|
|
23
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DisclosureComponent, selectors: [["app-disclosure"]], decls: 17, vars: 19, consts: [["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable", "visibleChange"], [1, "heading"], [1, "ion-padding-top", "full-height"], [1, "ion-text-center"], [1, "ion-text-justify"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "checkmark-sharp"]], template: function DisclosureComponent_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
+
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
25
|
+
i0.ɵɵlistener("visibleChange", function DisclosureComponent_Template_p_dialog_visibleChange_0_listener($event) { return ctx.showDisclosure = $event; });
|
|
26
|
+
i0.ɵɵelementStart(1, "h4", 1);
|
|
27
|
+
i0.ɵɵtext(2);
|
|
28
|
+
i0.ɵɵpipe(3, "translate");
|
|
29
|
+
i0.ɵɵelementEnd();
|
|
30
|
+
i0.ɵɵelementStart(4, "div", 2)(5, "div", 3);
|
|
31
|
+
i0.ɵɵtext(6);
|
|
32
|
+
i0.ɵɵpipe(7, "translate");
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
i0.ɵɵelement(8, "br");
|
|
35
|
+
i0.ɵɵelementStart(9, "div", 4);
|
|
36
|
+
i0.ɵɵtext(10);
|
|
37
|
+
i0.ɵɵpipe(11, "translate");
|
|
38
|
+
i0.ɵɵelementEnd()();
|
|
39
|
+
i0.ɵɵelementStart(12, "p-footer")(13, "div", 3)(14, "ion-button", 5);
|
|
40
|
+
i0.ɵɵlistener("click", function DisclosureComponent_Template_ion_button_click_14_listener() { return ctx.updateDisclosureStatus(); });
|
|
41
|
+
i0.ɵɵelement(15, "ion-icon", 6);
|
|
42
|
+
i0.ɵɵtext(16, " Ok ");
|
|
43
|
+
i0.ɵɵelementEnd()()()();
|
|
44
|
+
} if (rf & 2) {
|
|
45
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(17, _c0));
|
|
46
|
+
i0.ɵɵproperty("visible", ctx.showDisclosure)("modal", true)("breakpoints", i0.ɵɵpureFunction0(18, _c1))("baseZIndex", 5000)("draggable", false)("resizable", false);
|
|
47
|
+
i0.ɵɵadvance(2);
|
|
48
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 11, "DISCLOSURE"));
|
|
49
|
+
i0.ɵɵadvance(4);
|
|
50
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 13, "disclosure.heading"), " ");
|
|
51
|
+
i0.ɵɵadvance(4);
|
|
52
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 15, "disclosure.content"), " ");
|
|
53
|
+
} }, dependencies: [i2.IonButton, i2.IonIcon, i3.Footer, i4.Dialog, i5.TranslatePipe] }); }
|
|
54
|
+
}
|
|
55
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DisclosureComponent, [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'app-disclosure', template: "<p-dialog [(visible)]=\"showDisclosure\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\n[baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\n <h4 class=\"heading\">{{'DISCLOSURE' | translate}}</h4>\n <div class=\"ion-padding-top full-height\">\n <div class=\"ion-text-center\">\n {{'disclosure.heading' | translate}}\n </div>\n <br/>\n <div class=\"ion-text-justify\">\n {{'disclosure.content' | translate}}\n </div>\n </div>\n <p-footer>\n <div class=\"ion-text-center\">\n <ion-button shape=\"round\" type=\"submit\" (click)=\"updateDisclosureStatus()\" color=\"success\">\n <ion-icon slot=\"start\" name=\"checkmark-sharp\"></ion-icon>\n Ok\n </ion-button>\n </div>\n </p-footer>\n </p-dialog>\n " }]
|
|
58
|
+
}], () => [{ type: i1.Storage }], null); })();
|
|
59
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DisclosureComponent, { className: "DisclosureComponent" }); })();
|
|
60
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzY2xvc3VyZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvZGlzY2xvc3VyZS9kaXNjbG9zdXJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kaXNjbG9zdXJlL2Rpc2Nsb3N1cmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBUWxELE1BQU0sT0FBTyxtQkFBbUI7SUFJOUIsWUFBb0IsT0FBZ0I7UUFBaEIsWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUY3QixtQkFBYyxHQUFHLEtBQUssQ0FBQztJQUVVLENBQUM7SUFFekMsS0FBSyxDQUFDLFFBQVE7UUFDWixJQUFJLENBQUMsY0FBYyxHQUFHLE1BQU0sSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsaUJBQWlCLENBQUMsSUFBSSxNQUFNLENBQUM7SUFDNUUsQ0FBQztJQUVELHNCQUFzQjtRQUNwQixJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUMvQyxDQUFDO29GQWJVLG1CQUFtQjtvRUFBbkIsbUJBQW1CO1lDUmhDLG1DQUNrRztZQUR4Rix1SkFBNEI7WUFFbEMsNkJBQW9CO1lBQUEsWUFBNEI7O1lBQUEsaUJBQUs7WUFDckQsOEJBQXlDLGFBQUE7WUFFckMsWUFDRjs7WUFBQSxpQkFBTTtZQUNOLHFCQUFLO1lBQ0wsOEJBQThCO1lBQzVCLGFBQ0Y7O1lBQUEsaUJBQU0sRUFBQTtZQUVSLGlDQUFVLGNBQUEscUJBQUE7WUFFa0MscUdBQVMsNEJBQXdCLElBQUM7WUFDeEUsK0JBQXlEO1lBQ3pELHFCQUNGO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUE7O1lBakIwSiwwQ0FBeUI7WUFBOUwsNENBQTRCLGVBQUEsNENBQUEsb0JBQUEsb0JBQUEsb0JBQUE7WUFFZCxlQUE0QjtZQUE1Qix5REFBNEI7WUFHNUMsZUFDRjtZQURFLDRFQUNGO1lBR0UsZUFDRjtZQURFLDZFQUNGOzs7aUZERk8sbUJBQW1CO2NBTC9CLFNBQVM7MkJBQ0UsZ0JBQWdCOztrRkFJZixtQkFBbUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3RvcmFnZSB9IGZyb20gJ0Bpb25pYy9zdG9yYWdlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWRpc2Nsb3N1cmUnLFxuICB0ZW1wbGF0ZVVybDogJy4vZGlzY2xvc3VyZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Rpc2Nsb3N1cmUuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgRGlzY2xvc3VyZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIHNob3dEaXNjbG9zdXJlID0gZmFsc2U7XG4gIFxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHN0b3JhZ2U6IFN0b3JhZ2UpIHsgfVxuXG4gIGFzeW5jIG5nT25Jbml0KCkge1xuICAgIHRoaXMuc2hvd0Rpc2Nsb3N1cmUgPSBhd2FpdCB0aGlzLnN0b3JhZ2UuZ2V0KCdzaG93X2Rpc2Nsb3N1cmUnKSA9PSAndHJ1ZSc7XG4gIH1cblxuICB1cGRhdGVEaXNjbG9zdXJlU3RhdHVzKCl7XG4gICAgdGhpcy5zaG93RGlzY2xvc3VyZSA9IGZhbHNlO1xuICAgIHRoaXMuc3RvcmFnZS5zZXQoJ3Nob3dfZGlzY2xvc3VyZScsICdmYWxzZScpO1xuICB9XG59XG4iLCI8cC1kaWFsb2cgWyh2aXNpYmxlKV09XCJzaG93RGlzY2xvc3VyZVwiIFttb2RhbF09XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgcG9zaXRpb249XCJ0b3BcIiBbYnJlYWtwb2ludHNdPVwieycxMjAwcHgnOiAnNjYwcHgnLCAnOTkycHgnOiAnNjYwcHgnLCAnNzY4cHgnOiAnNjYwcHgnLCAnNTc2cHgnOiAnMTAwdncnfVwiIFtzdHlsZV09XCJ7d2lkdGg6ICc0NXZ3J31cIlxuW2Jhc2VaSW5kZXhdPVwiNTAwMFwiIFtkcmFnZ2FibGVdPVwiZmFsc2VcIiBbcmVzaXphYmxlXT1cImZhbHNlXCIgYXBwZW5kVG89XCJib2R5XCIgY2xvc2VPbkVzY2FwZT1cImZhbHNlXCI+XG4gICAgPGg0IGNsYXNzPVwiaGVhZGluZ1wiPnt7J0RJU0NMT1NVUkUnIHwgdHJhbnNsYXRlfX08L2g0PlxuICAgIDxkaXYgY2xhc3M9XCJpb24tcGFkZGluZy10b3AgZnVsbC1oZWlnaHRcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cbiAgICAgICAge3snZGlzY2xvc3VyZS5oZWFkaW5nJyB8IHRyYW5zbGF0ZX19XG4gICAgICA8L2Rpdj5cbiAgICAgIDxici8+XG4gICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtanVzdGlmeVwiPlxuICAgICAgICB7eydkaXNjbG9zdXJlLmNvbnRlbnQnIHwgdHJhbnNsYXRlfX1cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxwLWZvb3Rlcj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cbiAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwidXBkYXRlRGlzY2xvc3VyZVN0YXR1cygpXCIgY29sb3I9XCJzdWNjZXNzXCI+XG4gICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJjaGVja21hcmstc2hhcnBcIj48L2lvbi1pY29uPlxuICAgICAgICAgIE9rXG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cbiAgICAgIDwvZGl2PlxuICAgIDwvcC1mb290ZXI+XG4gIDwvcC1kaWFsb2c+XG4gICJdfQ==
|