@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
|
@@ -1,396 +0,0 @@
|
|
|
1
|
-
import { Component, ViewChild } from '@angular/core';
|
|
2
|
-
import { FormGroup, Validators, FormControl, NG_VALUE_ACCESSOR, } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/forms";
|
|
5
|
-
import * as i2 from "../../services/util/util.service";
|
|
6
|
-
import * as i3 from "../../services/questionnaire/validation.service";
|
|
7
|
-
import * as i4 from "@ionic/angular";
|
|
8
|
-
import * as i5 from "@angular/common";
|
|
9
|
-
import * as i6 from "primeng/api";
|
|
10
|
-
import * as i7 from "primeng/table";
|
|
11
|
-
import * as i8 from "primeng/inputtext";
|
|
12
|
-
import * as i9 from "primeng/inputmask";
|
|
13
|
-
import * as i10 from "primeng/selectbutton";
|
|
14
|
-
import * as i11 from "@fortawesome/angular-fontawesome";
|
|
15
|
-
import * as i12 from "../error/error.component";
|
|
16
|
-
import * as i13 from "../address/address.component";
|
|
17
|
-
import * as i14 from "@ngx-translate/core";
|
|
18
|
-
const _c0 = ["participantAddress"];
|
|
19
|
-
const _c1 = ["participantForm"];
|
|
20
|
-
function AddParticipantComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
-
i0.ɵɵelementStart(0, "tr")(1, "th");
|
|
22
|
-
i0.ɵɵtext(2);
|
|
23
|
-
i0.ɵɵpipe(3, "translate");
|
|
24
|
-
i0.ɵɵelementEnd();
|
|
25
|
-
i0.ɵɵelementStart(4, "th");
|
|
26
|
-
i0.ɵɵtext(5);
|
|
27
|
-
i0.ɵɵpipe(6, "translate");
|
|
28
|
-
i0.ɵɵelementEnd();
|
|
29
|
-
i0.ɵɵelementStart(7, "th");
|
|
30
|
-
i0.ɵɵtext(8);
|
|
31
|
-
i0.ɵɵpipe(9, "translate");
|
|
32
|
-
i0.ɵɵelementEnd();
|
|
33
|
-
i0.ɵɵelement(10, "th");
|
|
34
|
-
i0.ɵɵelementEnd();
|
|
35
|
-
} if (rf & 2) {
|
|
36
|
-
i0.ɵɵadvance(2);
|
|
37
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "add.participant.header.participantRole"), "");
|
|
38
|
-
i0.ɵɵadvance(3);
|
|
39
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 5, "add.participant.header.name"));
|
|
40
|
-
i0.ɵɵadvance(3);
|
|
41
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 7, "add.participant.header.phone"), "");
|
|
42
|
-
} }
|
|
43
|
-
const _c2 = function () { return ["fal", "edit"]; };
|
|
44
|
-
const _c3 = function () { return ["fal", "trash-alt"]; };
|
|
45
|
-
function AddParticipantComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
-
const _r9 = i0.ɵɵgetCurrentView();
|
|
47
|
-
i0.ɵɵelementStart(0, "tr")(1, "td")(2, "span");
|
|
48
|
-
i0.ɵɵtext(3);
|
|
49
|
-
i0.ɵɵelementEnd()();
|
|
50
|
-
i0.ɵɵelementStart(4, "td")(5, "span");
|
|
51
|
-
i0.ɵɵtext(6);
|
|
52
|
-
i0.ɵɵelementEnd()();
|
|
53
|
-
i0.ɵɵelementStart(7, "td")(8, "span");
|
|
54
|
-
i0.ɵɵtext(9);
|
|
55
|
-
i0.ɵɵelementEnd()();
|
|
56
|
-
i0.ɵɵelementStart(10, "td")(11, "ion-button", 7);
|
|
57
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_3_Template_ion_button_click_11_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const participant_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editItem(participant_r6)); });
|
|
58
|
-
i0.ɵɵelement(12, "fa-icon", 8);
|
|
59
|
-
i0.ɵɵelementEnd();
|
|
60
|
-
i0.ɵɵelementStart(13, "ion-button", 7);
|
|
61
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_3_Template_ion_button_click_13_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const participant_r6 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.removeItem(participant_r6)); });
|
|
62
|
-
i0.ɵɵelement(14, "fa-icon", 8);
|
|
63
|
-
i0.ɵɵelementEnd()()();
|
|
64
|
-
} if (rf & 2) {
|
|
65
|
-
const participant_r6 = ctx.$implicit;
|
|
66
|
-
i0.ɵɵadvance(3);
|
|
67
|
-
i0.ɵɵtextInterpolate(participant_r6.role.name);
|
|
68
|
-
i0.ɵɵadvance(3);
|
|
69
|
-
i0.ɵɵtextInterpolate(participant_r6.name);
|
|
70
|
-
i0.ɵɵadvance(3);
|
|
71
|
-
i0.ɵɵtextInterpolate(participant_r6.phone);
|
|
72
|
-
i0.ɵɵadvance(3);
|
|
73
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(5, _c2));
|
|
74
|
-
i0.ɵɵadvance(2);
|
|
75
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c3));
|
|
76
|
-
} }
|
|
77
|
-
const _c4 = function () { return ["fal", "plus"]; };
|
|
78
|
-
function AddParticipantComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
79
|
-
const _r13 = i0.ɵɵgetCurrentView();
|
|
80
|
-
i0.ɵɵelementStart(0, "tr")(1, "td");
|
|
81
|
-
i0.ɵɵtext(2);
|
|
82
|
-
i0.ɵɵpipe(3, "translate");
|
|
83
|
-
i0.ɵɵelementEnd();
|
|
84
|
-
i0.ɵɵelement(4, "td")(5, "td");
|
|
85
|
-
i0.ɵɵelementStart(6, "td", 9)(7, "ion-button", 10);
|
|
86
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_4_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.addRole()); });
|
|
87
|
-
i0.ɵɵelement(8, "fa-icon", 8);
|
|
88
|
-
i0.ɵɵelementEnd()()();
|
|
89
|
-
} if (rf & 2) {
|
|
90
|
-
i0.ɵɵadvance(2);
|
|
91
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "add.participant.footer.addElement"));
|
|
92
|
-
i0.ɵɵadvance(6);
|
|
93
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(4, _c4));
|
|
94
|
-
} }
|
|
95
|
-
function AddParticipantComponent_form_6_span_14_Template(rf, ctx) { if (rf & 1) {
|
|
96
|
-
i0.ɵɵelementStart(0, "span", 20);
|
|
97
|
-
i0.ɵɵtext(1);
|
|
98
|
-
i0.ɵɵpipe(2, "translate");
|
|
99
|
-
i0.ɵɵelementEnd();
|
|
100
|
-
} if (rf & 2) {
|
|
101
|
-
i0.ɵɵadvance(1);
|
|
102
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "induction.required"));
|
|
103
|
-
} }
|
|
104
|
-
const _c5 = function () { return { required: "Required." }; };
|
|
105
|
-
function AddParticipantComponent_form_6_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
106
|
-
const _r20 = i0.ɵɵgetCurrentView();
|
|
107
|
-
i0.ɵɵelementStart(0, "div", 21)(1, "div", 22)(2, "label", 23);
|
|
108
|
-
i0.ɵɵtext(3);
|
|
109
|
-
i0.ɵɵpipe(4, "translate");
|
|
110
|
-
i0.ɵɵelementEnd();
|
|
111
|
-
i0.ɵɵelement(5, "input", 24)(6, "app-error", 25);
|
|
112
|
-
i0.ɵɵelementEnd();
|
|
113
|
-
i0.ɵɵelementStart(7, "div", 26)(8, "span", 27);
|
|
114
|
-
i0.ɵɵtext(9);
|
|
115
|
-
i0.ɵɵpipe(10, "translate");
|
|
116
|
-
i0.ɵɵelementEnd();
|
|
117
|
-
i0.ɵɵelement(11, "p-inputMask", 28)(12, "app-error", 25);
|
|
118
|
-
i0.ɵɵelementEnd();
|
|
119
|
-
i0.ɵɵelementStart(13, "div", 29)(14, "label", 30);
|
|
120
|
-
i0.ɵɵtext(15);
|
|
121
|
-
i0.ɵɵpipe(16, "translate");
|
|
122
|
-
i0.ɵɵelementEnd()();
|
|
123
|
-
i0.ɵɵelement(17, "br");
|
|
124
|
-
i0.ɵɵelementStart(18, "div", 29);
|
|
125
|
-
i0.ɵɵelement(19, "app-address", 31, 32);
|
|
126
|
-
i0.ɵɵelementEnd();
|
|
127
|
-
i0.ɵɵelementStart(21, "div", 26)(22, "ion-button", 33);
|
|
128
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_15_Template_ion_button_click_22_listener() { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r19.close()); });
|
|
129
|
-
i0.ɵɵtext(23, "Clear");
|
|
130
|
-
i0.ɵɵelementEnd();
|
|
131
|
-
i0.ɵɵelementStart(24, "ion-button", 34);
|
|
132
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_15_Template_ion_button_click_24_listener() { i0.ɵɵrestoreView(_r20); const ctx_r21 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r21.onSubmit()); });
|
|
133
|
-
i0.ɵɵtext(25, "Save");
|
|
134
|
-
i0.ɵɵelementEnd()()();
|
|
135
|
-
} if (rf & 2) {
|
|
136
|
-
const ctx_r16 = i0.ɵɵnextContext(2);
|
|
137
|
-
i0.ɵɵadvance(3);
|
|
138
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 13, "add.participant.lawyer.name"));
|
|
139
|
-
i0.ɵɵadvance(3);
|
|
140
|
-
i0.ɵɵclassMap("app-grid");
|
|
141
|
-
i0.ɵɵproperty("field", ctx_r16.name)("form", ctx_r16.userForm)("errDef", i0.ɵɵpureFunction0(19, _c5));
|
|
142
|
-
i0.ɵɵadvance(3);
|
|
143
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 15, "add.participant.lawyer.phone"));
|
|
144
|
-
i0.ɵɵadvance(3);
|
|
145
|
-
i0.ɵɵclassMap("app-grid block mb-2");
|
|
146
|
-
i0.ɵɵproperty("field", ctx_r16.phone)("form", ctx_r16.userForm)("errDef", i0.ɵɵpureFunction0(20, _c5));
|
|
147
|
-
i0.ɵɵadvance(3);
|
|
148
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 17, "add.participant.lawyer.declaration"));
|
|
149
|
-
} }
|
|
150
|
-
function AddParticipantComponent_form_6_div_16_Template(rf, ctx) { if (rf & 1) {
|
|
151
|
-
const _r23 = i0.ɵɵgetCurrentView();
|
|
152
|
-
i0.ɵɵelementStart(0, "div", 35)(1, "div", 22)(2, "label", 36);
|
|
153
|
-
i0.ɵɵtext(3);
|
|
154
|
-
i0.ɵɵpipe(4, "translate");
|
|
155
|
-
i0.ɵɵelementEnd();
|
|
156
|
-
i0.ɵɵelement(5, "input", 37)(6, "app-error", 25);
|
|
157
|
-
i0.ɵɵelementEnd();
|
|
158
|
-
i0.ɵɵelementStart(7, "div", 38)(8, "span", 27);
|
|
159
|
-
i0.ɵɵtext(9);
|
|
160
|
-
i0.ɵɵpipe(10, "translate");
|
|
161
|
-
i0.ɵɵelementEnd();
|
|
162
|
-
i0.ɵɵelement(11, "p-inputMask", 28)(12, "app-error", 25);
|
|
163
|
-
i0.ɵɵelementEnd();
|
|
164
|
-
i0.ɵɵelementStart(13, "div", 13)(14, "label", 39);
|
|
165
|
-
i0.ɵɵtext(15);
|
|
166
|
-
i0.ɵɵpipe(16, "translate");
|
|
167
|
-
i0.ɵɵelementEnd()();
|
|
168
|
-
i0.ɵɵelementStart(17, "div", 40)(18, "ion-button", 33);
|
|
169
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_16_Template_ion_button_click_18_listener() { i0.ɵɵrestoreView(_r23); const ctx_r22 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r22.close()); });
|
|
170
|
-
i0.ɵɵtext(19, "Clear");
|
|
171
|
-
i0.ɵɵelementEnd();
|
|
172
|
-
i0.ɵɵelementStart(20, "ion-button", 41);
|
|
173
|
-
i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_16_Template_ion_button_click_20_listener() { i0.ɵɵrestoreView(_r23); const ctx_r24 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r24.onSubmit()); });
|
|
174
|
-
i0.ɵɵtext(21, "Save");
|
|
175
|
-
i0.ɵɵelementEnd()()();
|
|
176
|
-
} if (rf & 2) {
|
|
177
|
-
const ctx_r17 = i0.ɵɵnextContext(2);
|
|
178
|
-
i0.ɵɵadvance(3);
|
|
179
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 13, "add.participant.observer.name"));
|
|
180
|
-
i0.ɵɵadvance(3);
|
|
181
|
-
i0.ɵɵclassMap("app-grid");
|
|
182
|
-
i0.ɵɵproperty("field", ctx_r17.name)("form", ctx_r17.userForm)("errDef", i0.ɵɵpureFunction0(19, _c5));
|
|
183
|
-
i0.ɵɵadvance(3);
|
|
184
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 15, "add.participant.observer.phone"));
|
|
185
|
-
i0.ɵɵadvance(3);
|
|
186
|
-
i0.ɵɵclassMap("app-grid block mb-2");
|
|
187
|
-
i0.ɵɵproperty("field", ctx_r17.phone)("form", ctx_r17.userForm)("errDef", i0.ɵɵpureFunction0(20, _c5));
|
|
188
|
-
i0.ɵɵadvance(3);
|
|
189
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 17, "add.participant.observer.declaration"));
|
|
190
|
-
} }
|
|
191
|
-
function AddParticipantComponent_form_6_Template(rf, ctx) { if (rf & 1) {
|
|
192
|
-
const _r26 = i0.ɵɵgetCurrentView();
|
|
193
|
-
i0.ɵɵelementStart(0, "form", 11, 12);
|
|
194
|
-
i0.ɵɵlistener("ngSubmit", function AddParticipantComponent_form_6_Template_form_ngSubmit_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r25.onSubmit()); });
|
|
195
|
-
i0.ɵɵelementStart(2, "div", 13);
|
|
196
|
-
i0.ɵɵelement(3, "br");
|
|
197
|
-
i0.ɵɵelementStart(4, "h1", 14);
|
|
198
|
-
i0.ɵɵtext(5);
|
|
199
|
-
i0.ɵɵpipe(6, "translate");
|
|
200
|
-
i0.ɵɵelementEnd();
|
|
201
|
-
i0.ɵɵelement(7, "br");
|
|
202
|
-
i0.ɵɵelementEnd();
|
|
203
|
-
i0.ɵɵelementStart(8, "div", 13)(9, "label");
|
|
204
|
-
i0.ɵɵtext(10);
|
|
205
|
-
i0.ɵɵpipe(11, "translate");
|
|
206
|
-
i0.ɵɵelementEnd()();
|
|
207
|
-
i0.ɵɵelementStart(12, "div", 15);
|
|
208
|
-
i0.ɵɵelement(13, "p-selectButton", 16);
|
|
209
|
-
i0.ɵɵtemplate(14, AddParticipantComponent_form_6_span_14_Template, 3, 3, "span", 17);
|
|
210
|
-
i0.ɵɵelementEnd();
|
|
211
|
-
i0.ɵɵtemplate(15, AddParticipantComponent_form_6_div_15_Template, 26, 21, "div", 18);
|
|
212
|
-
i0.ɵɵtemplate(16, AddParticipantComponent_form_6_div_16_Template, 22, 21, "div", 19);
|
|
213
|
-
i0.ɵɵelementEnd();
|
|
214
|
-
} if (rf & 2) {
|
|
215
|
-
const ctx_r4 = i0.ɵɵnextContext();
|
|
216
|
-
i0.ɵɵproperty("formGroup", ctx_r4.userForm);
|
|
217
|
-
i0.ɵɵadvance(5);
|
|
218
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 9, "add.participant.header.heading"));
|
|
219
|
-
i0.ɵɵadvance(5);
|
|
220
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 11, "add.participant.header.question"));
|
|
221
|
-
i0.ɵɵadvance(3);
|
|
222
|
-
i0.ɵɵclassProp("has-error", ctx_r4.role.dirty && ctx_r4.role.invalid);
|
|
223
|
-
i0.ɵɵproperty("options", ctx_r4.roles);
|
|
224
|
-
i0.ɵɵadvance(1);
|
|
225
|
-
i0.ɵɵproperty("ngIf", ctx_r4.role.dirty && ctx_r4.role.invalid);
|
|
226
|
-
i0.ɵɵadvance(1);
|
|
227
|
-
i0.ɵɵproperty("ngIf", (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "a");
|
|
228
|
-
i0.ɵɵadvance(1);
|
|
229
|
-
i0.ɵɵproperty("ngIf", (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "o");
|
|
230
|
-
} }
|
|
231
|
-
export class AddParticipantComponent {
|
|
232
|
-
constructor(fb, util, vs) {
|
|
233
|
-
this.fb = fb;
|
|
234
|
-
this.util = util;
|
|
235
|
-
this.vs = vs;
|
|
236
|
-
this.formControlName = '';
|
|
237
|
-
this.onTouched = () => { };
|
|
238
|
-
this.onChangeSubs = [];
|
|
239
|
-
this.visible = false;
|
|
240
|
-
this.roles = [
|
|
241
|
-
{ name: 'attorney', value: 'a' },
|
|
242
|
-
{ name: 'observer', value: 'o' },
|
|
243
|
-
];
|
|
244
|
-
this.participantList = [];
|
|
245
|
-
this.userForm = this.fb.group({
|
|
246
|
-
name: new FormControl(null, Validators.required),
|
|
247
|
-
phone: new FormControl(null, Validators.required),
|
|
248
|
-
role: new FormControl(null, Validators.required),
|
|
249
|
-
address: new FormControl(null),
|
|
250
|
-
});
|
|
251
|
-
this.selectButtonValidation();
|
|
252
|
-
}
|
|
253
|
-
ngOnDestroy() {
|
|
254
|
-
for (let sub of this.onChangeSubs)
|
|
255
|
-
sub.unsubscribe();
|
|
256
|
-
}
|
|
257
|
-
writeValue(value) {
|
|
258
|
-
if (value) {
|
|
259
|
-
this.userForm.setValue(value);
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
registerOnChange(fn) {
|
|
263
|
-
let sub = this.vs.participants.subscribe(fn);
|
|
264
|
-
this.onChangeSubs.push(sub);
|
|
265
|
-
}
|
|
266
|
-
registerOnTouched(onTouched) {
|
|
267
|
-
this.onTouched = onTouched;
|
|
268
|
-
}
|
|
269
|
-
setvalue() {
|
|
270
|
-
this.onChange();
|
|
271
|
-
this.onTouched();
|
|
272
|
-
}
|
|
273
|
-
addItem() {
|
|
274
|
-
if (this.userForm.valid) {
|
|
275
|
-
this.participantList.push(this.userForm.value);
|
|
276
|
-
}
|
|
277
|
-
else {
|
|
278
|
-
this.userForm.invalid;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
selectButtonValidation() {
|
|
282
|
-
this.role.valueChanges.subscribe(val => {
|
|
283
|
-
if (val.value == 'a') {
|
|
284
|
-
this.util.setRequiredValidator(this.address);
|
|
285
|
-
}
|
|
286
|
-
if (val.value == 'o') {
|
|
287
|
-
this.util.clearValidation(this.address);
|
|
288
|
-
}
|
|
289
|
-
});
|
|
290
|
-
}
|
|
291
|
-
editItem(participant) {
|
|
292
|
-
this.visible = !this.visible;
|
|
293
|
-
let index = this.participantList.indexOf(participant);
|
|
294
|
-
this.participantList[index] = this.userForm.patchValue(participant);
|
|
295
|
-
}
|
|
296
|
-
reset() {
|
|
297
|
-
this.userForm.reset();
|
|
298
|
-
}
|
|
299
|
-
removeItem(participant) {
|
|
300
|
-
let index = this.participantList.indexOf(participant);
|
|
301
|
-
this.participantList.splice(index, 1);
|
|
302
|
-
this.publishParticipant();
|
|
303
|
-
}
|
|
304
|
-
addRole() {
|
|
305
|
-
this.visible = !this.visible;
|
|
306
|
-
}
|
|
307
|
-
onSubmit() {
|
|
308
|
-
if (this.participantAddress) {
|
|
309
|
-
this.participantAddress.submit();
|
|
310
|
-
}
|
|
311
|
-
if (!this.userForm.valid) {
|
|
312
|
-
this.userForm.markAsDirty();
|
|
313
|
-
this.validateAllFormFields(this.userForm);
|
|
314
|
-
}
|
|
315
|
-
else {
|
|
316
|
-
this.userForm.valid;
|
|
317
|
-
this.participantList.push(this.userForm.value);
|
|
318
|
-
this.publishParticipant();
|
|
319
|
-
this.userForm.reset();
|
|
320
|
-
this.visible = !this.visible;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
publishParticipant() {
|
|
324
|
-
this.vs.participants.next(this.participantList.length > 0 ? this.participantList : null);
|
|
325
|
-
}
|
|
326
|
-
validateAllFormFields(formGroup) {
|
|
327
|
-
Object.keys(formGroup.controls).forEach(field => {
|
|
328
|
-
const control = formGroup.get(field);
|
|
329
|
-
if (control instanceof FormControl) {
|
|
330
|
-
control.markAsDirty({ onlySelf: true });
|
|
331
|
-
}
|
|
332
|
-
else if (control instanceof FormGroup) {
|
|
333
|
-
this.validateAllFormFields(control);
|
|
334
|
-
}
|
|
335
|
-
});
|
|
336
|
-
}
|
|
337
|
-
get role() {
|
|
338
|
-
return this.userForm.controls['role'];
|
|
339
|
-
}
|
|
340
|
-
get name() {
|
|
341
|
-
return this.userForm.controls['name'];
|
|
342
|
-
}
|
|
343
|
-
get address() {
|
|
344
|
-
return this.userForm.controls['address'];
|
|
345
|
-
}
|
|
346
|
-
get phone() {
|
|
347
|
-
return this.userForm.controls['phone'];
|
|
348
|
-
}
|
|
349
|
-
close() {
|
|
350
|
-
this.userForm.reset();
|
|
351
|
-
this.close;
|
|
352
|
-
}
|
|
353
|
-
ngOnInit() {
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
AddParticipantComponent.ɵfac = function AddParticipantComponent_Factory(t) { return new (t || AddParticipantComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder), i0.ɵɵdirectiveInject(i2.UtilService), i0.ɵɵdirectiveInject(i3.ValidationService)); };
|
|
357
|
-
AddParticipantComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddParticipantComponent, selectors: [["app-add-participant"]], viewQuery: function AddParticipantComponent_Query(rf, ctx) { if (rf & 1) {
|
|
358
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
359
|
-
i0.ɵɵviewQuery(_c1, 5);
|
|
360
|
-
} if (rf & 2) {
|
|
361
|
-
let _t;
|
|
362
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.participantAddress = _t.first);
|
|
363
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.participantForm = _t.first);
|
|
364
|
-
} }, features: [i0.ɵɵProvidersFeature([{
|
|
365
|
-
provide: NG_VALUE_ACCESSOR,
|
|
366
|
-
useExisting: AddParticipantComponent,
|
|
367
|
-
multi: true
|
|
368
|
-
}])], decls: 7, vars: 3, consts: [[3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "footer"], [1, "align"], ["style", "margin-left:16px", 3, "formGroup", "ngSubmit", 4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "click"], [1, "action-icon", 3, "icon"], [1, "col-offset-4", "action-button"], ["fill", "outline", "size", "small", "shape", "square", 1, "action-button", 3, "click"], [2, "margin-left", "16px", 3, "formGroup", "ngSubmit"], ["participantForm", "ngForm"], [1, "field-grid"], [1, "heading"], [2, "padding-left", "0px"], ["optionLabel", "name", "formControlName", "role", "required", "", 3, "options"], ["class", "help-block", 4, "ngIf"], ["class", "formgrid grid", "style", "margin-top:10px", 4, "ngIf"], ["class", "formgrid grid", 4, "ngIf"], [1, "help-block"], [1, "formgrid", "grid", 2, "margin-top", "10px"], [1, "field", "col-4", "md:col-2"], [2, "margin", "4px"], ["type", "text", "pInputText", "", "formControlName", "name", "placeholder", "Attorney Name", 1, "text-base", "text-color", "surface-overlay", "p-2", "border-1", "border-solid", "surface-border", "border-round", "appearance-none", "outline-none", "focus:border-primary", "w-full"], [3, "field", "form", "errDef"], [1, "field", "col-4", "md:col-9"], [1, "block", "mb-2"], ["mask", "999-999-9999", "placeholder", "999-999-9999", "formControlName", "phone"], [1, "field", "col-4", "md:col-9", "field-grid"], [2, "padding-left", "2px"], ["formControlName", "address"], ["participantAddress", ""], ["fill", "outline", "shape", "round", 1, "col-offset-3", 3, "click"], ["fill", "outline", "shape", "round", "type", "submit", 1, "col-offset-1", 3, "click"], [1, "formgrid", "grid"], [2, "margin", "10px 0px"], ["type", "text", "pInputText", "", "formControlName", "name", "placeholder", "Observer Name", 1, "text-base", "text-color", "surface-overlay", "p-2", "border-1", "border-solid", "surface-border", "border-round", "appearance-none", "outline-none", "focus:border-primary", "w-full"], [1, "field", "col-4", "md:col-9", 2, "padding-top", "12px"], [2, "margin-left", "10px"], [1, "field", "col-12", "md:col-9", 2, "margin-top", "20px"], ["type", "submit", "fill", "outline", "shape", "round", 1, "col-offset-1", 3, "click"]], template: function AddParticipantComponent_Template(rf, ctx) { if (rf & 1) {
|
|
369
|
-
i0.ɵɵelementStart(0, "p-table", 0, 1);
|
|
370
|
-
i0.ɵɵtemplate(2, AddParticipantComponent_ng_template_2_Template, 11, 9, "ng-template", 2);
|
|
371
|
-
i0.ɵɵtemplate(3, AddParticipantComponent_ng_template_3_Template, 15, 7, "ng-template", 3);
|
|
372
|
-
i0.ɵɵtemplate(4, AddParticipantComponent_ng_template_4_Template, 9, 5, "ng-template", 4);
|
|
373
|
-
i0.ɵɵelementEnd();
|
|
374
|
-
i0.ɵɵelementStart(5, "div", 5);
|
|
375
|
-
i0.ɵɵtemplate(6, AddParticipantComponent_form_6_Template, 17, 13, "form", 6);
|
|
376
|
-
i0.ɵɵelementEnd();
|
|
377
|
-
} if (rf & 2) {
|
|
378
|
-
i0.ɵɵproperty("rowHover", true)("value", ctx.participantList);
|
|
379
|
-
i0.ɵɵadvance(6);
|
|
380
|
-
i0.ɵɵproperty("ngIf", ctx.visible);
|
|
381
|
-
} }, dependencies: [i4.IonButton, i5.NgIf, i6.PrimeTemplate, i1.ɵNgNoValidate, i1.DefaultValueAccessor, i1.NgControlStatus, i1.NgControlStatusGroup, i1.RequiredValidator, i1.FormGroupDirective, i1.FormControlName, i7.Table, i8.InputText, i9.InputMask, i10.SelectButton, i11.FaIconComponent, i12.ErrorComponent, i13.AddressComponent, i14.TranslatePipe], styles: [".help-block[_ngcontent-%COMP%]{color:red}p-table[_ngcontent-%COMP%]{margin:0 -16px}.align[_ngcontent-%COMP%]{margin:0 -16px}[_nghost-%COMP%] p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:1px solid red!important;color:red!important}[_nghost-%COMP%] .p-selectbutton .p-button{margin-top:15px!important}[_nghost-%COMP%] .p-datatable.app-datatable .p-datatable-thead>tr>th, [_nghost-%COMP%] .p-datatable.app-datatable .p-datatable-tfoot>tr>td{padding-left:17px!important}[_nghost-%COMP%] th{width:300px}"] });
|
|
382
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddParticipantComponent, [{
|
|
383
|
-
type: Component,
|
|
384
|
-
args: [{ selector: 'app-add-participant', providers: [{
|
|
385
|
-
provide: NG_VALUE_ACCESSOR,
|
|
386
|
-
useExisting: AddParticipantComponent,
|
|
387
|
-
multi: true
|
|
388
|
-
}], template: "<p-table #dt [rowHover]=\"true\" [value]=\"participantList\" >\r\n <ng-template pTemplate=\"header\" let-columns >\r\n <tr >\r\n <th> {{\"add.participant.header.participantRole\"|translate}}</th>\r\n <th>{{\"add.participant.header.name\"|translate}}</th>\r\n <th> {{\"add.participant.header.phone\"|translate}}</th>\r\n <th></th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-participant let-rowIndex=\"rowIndex\">\r\n <tr >\r\n\r\n <td ><span>{{participant.role.name}}</span></td>\r\n <td><span>{{participant.name}}</span></td>\r\n <td><span>{{participant.phone}}</span></td>\r\n <td>\r\n <ion-button fill=\"outline\" (click)=\"editItem(participant)\" size=\"small\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n <ion-button (click)=\"removeItem(participant)\" fill=\"outline\" size=\"small\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"footer\" let-columns>\r\n <tr>\r\n <td>{{\"add.participant.footer.addElement\"|translate}}</td>\r\n <td></td>\r\n <td></td>\r\n <td class=\"col-offset-4 action-button\">\r\n <ion-button (click)=\"addRole()\" fill=\"outline\" size=\"small\" shape=\"square\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n</p-table>\r\n<div class=\"align\">\r\n<form [formGroup]=\"userForm\" *ngIf=\"visible\" (ngSubmit)=\"onSubmit()\" #participantForm=\"ngForm\" style=\"margin-left:16px\">\r\n <div class=\"field-grid\">\r\n <br>\r\n <h1 class=\"heading\">{{\"add.participant.header.heading\"|translate}}</h1>\r\n <br>\r\n </div>\r\n <div class=\"field-grid\"><label>{{\"add.participant.header.question\"|translate}}</label></div>\r\n <div style=\"padding-left: 0px;\">\r\n <p-selectButton [options]=\"roles\" optionLabel=\"name\" formControlName=\"role\" required\r\n [class.has-error]=\"role.dirty && role.invalid\">\r\n </p-selectButton>\r\n <span class=\"help-block\" *ngIf=\"role.dirty && role.invalid\">{{\"induction.required\"| translate}}</span>\r\n </div>\r\n\r\n\r\n <div class=\"formgrid grid\" *ngIf=\"role.value?.value =='a'\" style=\"margin-top:10px\">\r\n <div class=\"field col-4 md:col-2\"><label style=\"margin:4px\">{{\"add.participant.lawyer.name\"|translate}}</label>\r\n <input type=\"text\" pInputText formControlName=\"name\" placeholder=\"Attorney Name\"\r\n class=\"text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full\" />\r\n <app-error [class]=\"'app-grid'\" [field]='name' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n\r\n <div class=\"field col-4 md:col-9\"><span\r\n class=\"block mb-2\">{{\"add.participant.lawyer.phone\"|translate}}</span>\r\n <p-inputMask mask=\"999-999-9999\" placeholder=\"999-999-9999\" formControlName=\"phone\"></p-inputMask>\r\n <app-error [class]=\"'app-grid block mb-2'\" [field]='phone' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n <div class=\"field col-4 md:col-9 field-grid\"><label style=\"padding-left:2px\">{{\"add.participant.lawyer.declaration\"|translate}}</label></div>\r\n <br />\r\n\r\n <div class=\"field col-4 md:col-9 field-grid\">\r\n <app-address #participantAddress formControlName=\"address\"></app-address>\r\n </div>\r\n <div class=\"field col-4 md:col-9\">\r\n <ion-button (click)=\"close()\" fill=\"outline\" shape=\"round\" class=\"col-offset-3\">Clear</ion-button>\r\n <ion-button (click)=\"onSubmit()\" fill=\"outline\" shape=\"round\" type=\"submit\" class=\"col-offset-1\">Save</ion-button>\r\n </div>\r\n </div>\r\n\r\n <div class=\"formgrid grid\" *ngIf=\"role.value?.value =='o'\">\r\n <div class=\"field col-4 md:col-2\"><label style=\"margin:10px 0px\">{{\"add.participant.observer.name\"|translate}}</label>\r\n <input type=\"text\" pInputText formControlName=\"name\" placeholder=\"Observer Name\"\r\n class=\"text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full\">\r\n <app-error [class]=\"'app-grid'\" [field]='name' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n\r\n <div class=\"field col-4 md:col-9\" style=\"padding-top:12px\">\r\n <span class=\"block mb-2\">{{\"add.participant.observer.phone\"|translate}}</span>\r\n <p-inputMask mask=\"999-999-9999\" placeholder=\"999-999-9999\" formControlName=\"phone\"></p-inputMask>\r\n <app-error [class]=\"'app-grid block mb-2'\" [field]='phone' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n <div class=\"field-grid\"><label \r\n style=\"margin-left:10px\">{{\"add.participant.observer.declaration\"|translate}}</label></div>\r\n <div class=\"field col-12 md:col-9\" style=\"margin-top: 20px;\">\r\n <ion-button (click)=\"close()\" fill=\"outline\" shape=\"round\" class=\"col-offset-3\">Clear</ion-button>\r\n\r\n <ion-button (click)=\"onSubmit()\" type=\"submit\" fill=\"outline\" shape=\"round\" class=\"col-offset-1\">Save</ion-button>\r\n </div>\r\n </div>\r\n</form>\r\n</div>", styles: [".help-block{color:red}p-table{margin:0 -16px}.align{margin:0 -16px}:host ::ng-deep p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:1px solid red!important;color:red!important}:host ::ng-deep .p-selectbutton .p-button{margin-top:15px!important}:host ::ng-deep .p-datatable.app-datatable .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.app-datatable .p-datatable-tfoot>tr>td{padding-left:17px!important}:host ::ng-deep th{width:300px}\n"] }]
|
|
389
|
-
}], function () { return [{ type: i1.FormBuilder }, { type: i2.UtilService }, { type: i3.ValidationService }]; }, { participantAddress: [{
|
|
390
|
-
type: ViewChild,
|
|
391
|
-
args: ['participantAddress', { static: false }]
|
|
392
|
-
}], participantForm: [{
|
|
393
|
-
type: ViewChild,
|
|
394
|
-
args: ['participantForm', { static: false }]
|
|
395
|
-
}] }); })();
|
|
396
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtcGFydGljaXBhbnQvYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtcGFydGljaXBhbnQvYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RSxPQUFPLEVBQWUsU0FBUyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQWdDLGlCQUFpQixHQUFHLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUNDL0gsMEJBQUssU0FBQTtJQUNFLFlBQXNEOztJQUFBLGlCQUFLO0lBQ2hFLDBCQUFJO0lBQUEsWUFBMkM7O0lBQUEsaUJBQUs7SUFDcEQsMEJBQUk7SUFBQyxZQUE0Qzs7SUFBQSxpQkFBSztJQUN0RCxzQkFBUztJQUNYLGlCQUFLOztJQUpFLGVBQXNEO0lBQXRELDhGQUFzRDtJQUN2RCxlQUEyQztJQUEzQyx5RUFBMkM7SUFDMUMsZUFBNEM7SUFBNUMsb0ZBQTRDOzs7Ozs7SUFLbkQsMEJBQUssU0FBQSxXQUFBO0lBRVEsWUFBeUI7SUFBQSxpQkFBTyxFQUFBO0lBQzNDLDBCQUFJLFdBQUE7SUFBTSxZQUFvQjtJQUFBLGlCQUFPLEVBQUE7SUFDckMsMEJBQUksV0FBQTtJQUFNLFlBQXFCO0lBQUEsaUJBQU8sRUFBQTtJQUN0QywyQkFBSSxxQkFBQTtJQUN5QixtUEFBUyxlQUFBLCtCQUFxQixDQUFBLElBQUM7SUFDeEQsOEJBQWdFO0lBQ2xFLGlCQUFhO0lB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TSxFQUFFLEtBQUssRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPbkluaXQsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCwgVmFsaWRhdG9ycywgRm9ybUNvbnRyb2wsIE5nRm9ybSwgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SLCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFNlbGVjdFZhbHVlQWNjZXNzb3IgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcbmltcG9ydCB7ICBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcbmltcG9ydCB7IEFkZHJlc3NDb21wb25lbnQgfSBmcm9tICcuLi9hZGRyZXNzL2FkZHJlc3MuY29tcG9uZW50JztcbmltcG9ydCB7IFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS92YWxpZGF0aW9uLnNlcnZpY2UnXG5cblxuaW50ZXJmYWNlIFJvbGUge1xuICBuYW1lOiBzdHJpbmcsXG4gIGNvZGU6IHN0cmluZyxcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWFkZC1wYXJ0aWNpcGFudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9hZGQtcGFydGljaXBhbnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hZGQtcGFydGljaXBhbnQuY29tcG9uZW50LnNjc3MnXSxcbiAgICBwcm92aWRlcnM6W3tcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgdXNlRXhpc3Rpbmc6IEFkZFBhcnRpY2lwYW50Q29tcG9uZW50LFxuICAgICAgbXVsdGk6IHRydWVcbiAgICB9XVxufSlcblxuZXhwb3J0IGNsYXNzIEFkZFBhcnRpY2lwYW50Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25EZXN0cm95IHtcbiAgZm9ybUNvbnRyb2xOYW1lID0gJyc7XG5cbiAgb25DaGFuZ2U6IEZ1bmN0aW9uO1xuXG4gIG9uVG91Y2hlZCA9ICgpID0+e31cblxuICBvbkNoYW5nZVN1YnM6IFN1YnNjcmlwdGlvbltdID0gW107XG5cbiAgQFZpZXdDaGlsZCgncGFydGljaXBhbnRBZGRyZXNzJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gIHB1YmxpYyBwYXJ0aWNpcGFudEFkZHJlc3M6IEFkZHJlc3NDb21wb25lbnQ7XG5cbiAgQFZpZXdDaGlsZCgncGFydGljaXBhbnRGb3JtJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gIHB1YmxpYyBwYXJ0aWNpcGFudEZvcm06IE5nRm9ybTtcblxuICB2aXNpYmxlOiBib29sZWFuID0gZmFsc2U7XG5cbiAgcm9sZXM6IGFueVtdID0gW1xuICAgIHsgbmFtZTogJ2F0dG9ybmV5JywgdmFsdWU6ICdhJyB9LFxuICAgIHsgbmFtZTogJ29ic2VydmVyJywgdmFsdWU6ICdvJyB9LF1cblxuXG4gIHVzZXJGb3JtOiBGb3JtR3JvdXA7XG4gIHBhcnRpY2lwYW50TGlzdDogYW55W107XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBmYjogRm9ybUJ1aWxkZXIsIHB1YmxpYyB1dGlsOiBVdGlsU2VydmljZSwgcHVibGljIHZzOiBWYWxpZGF0aW9uU2VydmljZSkge1xuXG4gICAgXG5cbiAgICB0aGlzLnBhcnRpY2lwYW50TGlzdCA9IFtdO1xuXG4gICAgdGhpcy51c2VyRm9ybSA9IHRoaXMuZmIuZ3JvdXAoe1xuICAgICAgbmFtZTogbmV3IEZvcm1Db250cm9sKG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWQpLFxuICAgICAgcGhvbmU6IG5ldyBGb3JtQ29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcbiAgICAgIHJvbGU6IG5ldyBGb3JtQ29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcbiAgICAgIGFkZHJlc3M6IG5ldyBGb3JtQ29udHJvbChudWxsKSxcbiAgICB9KTtcbiAgICB0aGlzLnNlbGVjdEJ1dHRvblZhbGlkYXRpb24oKTtcbiAgfVxuICBuZ09uRGVzdHJveSgpe1xuICAgIGZvcihsZXQgc3ViIG9mIHRoaXMub25DaGFuZ2VTdWJzKVxuICAgIHN1Yi51bnN1YnNjcmliZSgpO1xuICB9XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KXtcbiAgIGlmICh2YWx1ZSl7XG4gICAgdGhpcy51c2VyRm9ybS5zZXRWYWx1ZSh2YWx1ZSk7XG4gICB9XG4gIH1cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KXtcbiAgIGxldCBzdWIgPSB0aGlzLnZzLnBhcnRpY2lwYW50cy5zdWJzY3JpYmUoZm4pXG4gICB0aGlzLm9uQ2hhbmdlU3Vicy5wdXNoKHN1YilcbiAgfVxuICByZWdpc3Rlck9uVG91Y2hlZChvblRvdWNoZWQ6IGFueSl7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBvblRvdWNoZWQ7XG4gIH1cbiAgc2V0dmFsdWUoKXtcbiAgICB0aGlzLm9uQ2hhbmdlKClcbiAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICB9XG4gIFxuXG4gIHB1YmxpYyBhZGRJdGVtKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLnVzZXJGb3JtLnZhbGlkKSB7XG4gICAgICB0aGlzLnBhcnRpY2lwYW50TGlzdC5wdXNoKHRoaXMudXNlckZvcm0udmFsdWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnVzZXJGb3JtLmludmFsaWRcbiAgICB9XG5cbiAgfVxuICBzZWxlY3RCdXR0b25WYWxpZGF0aW9uKCl7XG4gIHRoaXMucm9sZS52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKHZhbD0+e1xuICAgIGlmKHZhbC52YWx1ZSA9PSAnYScpe1xuICAgICAgdGhpcy51dGlsLnNldFJlcXVpcmVkVmFsaWRhdG9yKHRoaXMuYWRkcmVzcyk7XG4gICAgfVxuICAgIGlmKHZhbC52YWx1ZSA9PSAnbycpe1xuICAgICAgdGhpcy51dGlsLmNsZWFyVmFsaWRhdGlvbih0aGlzLmFkZHJlc3MpO1xuICAgIH1cbiAgfSlcbn1cbiAgZWRpdEl0ZW0ocGFydGljaXBhbnQpIHtcbiAgICB0aGlzLnZpc2libGUgPSAhdGhpcy52aXNpYmxlO1xuICAgIGxldCBpbmRleCA9IHRoaXMucGFydGljaXBhbnRMaXN0LmluZGV4T2YocGFydGljaXBhbnQpO1xuICAgIHRoaXMucGFydGljaXBhbnRMaXN0W2luZGV4XSA9IHRoaXMudXNlckZvcm0ucGF0Y2hWYWx1ZShwYXJ0aWNpcGFudCk7XG4gIH1cbiAgcmVzZXQoKSB7XG4gICAgdGhpcy51c2VyRm9ybS5yZXNldCgpO1xuXG4gIH1cbiAgcmVtb3ZlSXRlbShwYXJ0aWNpcGFudCkge1xuICAgIGxldCBpbmRleCA9IHRoaXMucGFydGljaXBhbnRMaXN0LmluZGV4T2YocGFydGljaXBhbnQpO1xuICAgIHRoaXMucGFydGljaXBhbnRMaXN0LnNwbGljZShpbmRleCwgMSk7XG4gICAgdGhpcy5wdWJsaXNoUGFydGljaXBhbnQoKTtcbiAgfVxuICBhZGRSb2xlKCkge1xuICAgIHRoaXMudmlzaWJsZSA9ICF0aGlzLnZpc2libGU7XG4gIH1cblxuICBvblN1Ym1pdCgpIHtcbiAgICBpZih0aGlzLnBhcnRpY2lwYW50QWRkcmVzcyl7XG4gICAgICB0aGlzLnBhcnRpY2lwYW50QWRkcmVzcy5zdWJtaXQoKTtcbiAgICB9XG4gICAgaWYgKCF0aGlzLnVzZXJGb3JtLnZhbGlkKSB7XG4gICAgICB0aGlzLnVzZXJGb3JtLm1hcmtBc0RpcnR5KClcbiAgICAgIHRoaXMudmFsaWRhdGVBbGxGb3JtRmllbGRzKHRoaXMudXNlckZvcm0pXG5cbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy51c2VyRm9ybS52YWxpZFxuICAgICAgdGhpcy5wYXJ0aWNpcGFudExpc3QucHVzaCh0aGlzLnVzZXJGb3JtLnZhbHVlKTtcbiAgICAgIHRoaXMucHVibGlzaFBhcnRpY2lwYW50KClcbiAgICAgIHRoaXMudXNlckZvcm0ucmVzZXQoKTtcbiAgICAgIHRoaXMudmlzaWJsZSA9ICF0aGlzLnZpc2libGU7XG4gICAgfVxuICB9XG5cbiAgcHVibGlzaFBhcnRpY2lwYW50KCl7XG4gICAgdGhpcy52cy5wYXJ0aWNpcGFudHMubmV4dCh0aGlzLnBhcnRpY2lwYW50TGlzdC5sZW5ndGggPiAwID8gdGhpcy5wYXJ0aWNpcGFudExpc3QgOiBudWxsKTtcbiAgfVxuXG4gIHZhbGlkYXRlQWxsRm9ybUZpZWxkcyhmb3JtR3JvdXA6IEZvcm1Hcm91cCkge1xuICAgIE9iamVjdC5rZXlzKGZvcm1Hcm91cC5jb250cm9scykuZm9yRWFjaChmaWVsZCA9PiB7XG4gICAgICBjb25zdCBjb250cm9sID0gZm9ybUdyb3VwLmdldChmaWVsZCk7XG4gICAgICBpZiAoY29udHJvbCBpbnN0YW5jZW9mIEZvcm1Db250cm9sKSB7XG4gICAgICAgIGNvbnRyb2wubWFya0FzRGlydHkoeyBvbmx5U2VsZjogdHJ1ZSB9KTtcbiAgICAgIH0gZWxzZSBpZiAoY29udHJvbCBpbnN0YW5jZW9mIEZvcm1Hcm91cCkge1xuICAgICAgICB0aGlzLnZhbGlkYXRlQWxsRm9ybUZpZWxkcyhjb250cm9sKTtcbiAgICAgIH1cbiAgICB9KVxuICB9XG5cbiAgZ2V0IHJvbGUoKSB7XG4gICAgcmV0dXJuIHRoaXMudXNlckZvcm0uY29udHJvbHNbJ3JvbGUnXTtcbiAgfVxuXG4gIGdldCBuYW1lKCkge1xuICAgIHJldHVybiB0aGlzLnVzZXJGb3JtLmNvbnRyb2xzWyduYW1lJ107XG4gIH1cbiAgZ2V0IGFkZHJlc3MoKSB7XG4gICAgcmV0dXJuIHRoaXMudXNlckZvcm0uY29udHJvbHNbJ2FkZHJlc3MnXTtcbiAgfVxuXG4gIGdldCBwaG9uZSgpIHtcbiAgICByZXR1cm4gdGhpcy51c2VyRm9ybS5jb250cm9sc1sncGhvbmUnXTtcbiAgfVxuXG5cblxuICBjbG9zZSgpIHtcbiAgICB0aGlzLnVzZXJGb3JtLnJlc2V0KCk7XG4gICAgdGhpcy5jbG9zZVxuICB9XG5cbiAgbmdPbkluaXQoKSB7XG5cbiAgfVxufVxuIiwiPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgW3ZhbHVlXT1cInBhcnRpY2lwYW50TGlzdFwiID5cclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnMgPlxyXG4gICAgPHRyID5cclxuICAgICAgPHRoPiB7e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5wYXJ0aWNpcGFudFJvbGVcInx0cmFuc2xhdGV9fTwvdGg+XHJcbiAgICAgIDx0aD57e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5uYW1lXCJ8dHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICA8dGg+IHt7XCJhZGQucGFydGljaXBhbnQuaGVhZGVyLnBob25lXCJ8dHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICA8dGg+PC90aD5cclxuICAgIDwvdHI+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1wYXJ0aWNpcGFudCBsZXQtcm93SW5kZXg9XCJyb3dJbmRleFwiPlxyXG4gICAgPHRyID5cclxuXHJcbiAgICAgIDx0ZCA+PHNwYW4+e3twYXJ0aWNpcGFudC5yb2xlLm5hbWV9fTwvc3Bhbj48L3RkPlxyXG4gICAgICA8dGQ+PHNwYW4+e3twYXJ0aWNpcGFudC5uYW1lfX08L3NwYW4+PC90ZD5cclxuICAgICAgPHRkPjxzcGFuPnt7cGFydGljaXBhbnQucGhvbmV9fTwvc3Bhbj48L3RkPlxyXG4gICAgICA8dGQ+XHJcbiAgICAgICAgPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiZWRpdEl0ZW0ocGFydGljaXBhbnQpXCIgIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAnZWRpdCddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cInJlbW92ZUl0ZW0ocGFydGljaXBhbnQpXCIgZmlsbD1cIm91dGxpbmVcIiAgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCI+XHJcbiAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICd0cmFzaC1hbHQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8L3RkPlxyXG4gICAgPC90cj5cclxuICA8L25nLXRlbXBsYXRlPlxyXG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJmb290ZXJcIiBsZXQtY29sdW1ucz5cclxuICAgIDx0cj5cclxuICAgICAgPHRkPnt7XCJhZGQucGFydGljaXBhbnQuZm9vdGVyLmFkZEVsZW1lbnRcInx0cmFuc2xhdGV9fTwvdGQ+XHJcbiAgICAgIDx0ZD48L3RkPlxyXG4gICAgICA8dGQ+PC90ZD5cclxuICAgICAgPHRkIGNsYXNzPVwiY29sLW9mZnNldC00IGFjdGlvbi1idXR0b25cIj5cclxuICAgICAgICA8aW9uLWJ1dHRvbiAoY2xpY2spPVwiYWRkUm9sZSgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBzaGFwZT1cInNxdWFyZVwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAncGx1cyddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgIDwvdGQ+XHJcbiAgICA8L3RyPlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvcC10YWJsZT5cclxuPGRpdiBjbGFzcz1cImFsaWduXCI+XHJcbjxmb3JtIFtmb3JtR3JvdXBdPVwidXNlckZvcm1cIiAqbmdJZj1cInZpc2libGVcIiAobmdTdWJtaXQpPVwib25TdWJtaXQoKVwiICNwYXJ0aWNpcGFudEZvcm09XCJuZ0Zvcm1cIiBzdHlsZT1cIm1hcmdpbi1sZWZ0OjE2cHhcIj5cclxuICA8ZGl2IGNsYXNzPVwiZmllbGQtZ3JpZFwiPlxyXG4gICAgPGJyPlxyXG4gICAgPGgxIGNsYXNzPVwiaGVhZGluZ1wiPnt7XCJhZGQucGFydGljaXBhbnQuaGVhZGVyLmhlYWRpbmdcInx0cmFuc2xhdGV9fTwvaDE+XHJcbiAgICA8YnI+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cImZpZWxkLWdyaWRcIj48bGFiZWw+e3tcImFkZC5wYXJ0aWNpcGFudC5oZWFkZXIucXVlc3Rpb25cInx0cmFuc2xhdGV9fTwvbGFiZWw+PC9kaXY+XHJcbiAgPGRpdiBzdHlsZT1cInBhZGRpbmctbGVmdDogMHB4O1wiPlxyXG4gICAgPHAtc2VsZWN0QnV0dG9uIFtvcHRpb25zXT1cInJvbGVzXCIgb3B0aW9uTGFiZWw9XCJuYW1lXCIgZm9ybUNvbnRyb2xOYW1lPVwicm9sZVwiIHJlcXVpcmVkXHJcbiAgICAgIFtjbGFzcy5oYXMtZXJyb3JdPVwicm9sZS5kaXJ0eSAmJiByb2xlLmludmFsaWRcIj5cclxuICAgIDwvcC1zZWxlY3RCdXR0b24+XHJcbiAgICA8c3BhbiBjbGFzcz1cImhlbHAtYmxvY2tcIiAqbmdJZj1cInJvbGUuZGlydHkgJiYgcm9sZS5pbnZhbGlkXCI+e3tcImluZHVjdGlvbi5yZXF1aXJlZFwifCB0cmFuc2xhdGV9fTwvc3Bhbj5cclxuICA8L2Rpdj5cclxuXHJcblxyXG4gIDxkaXYgY2xhc3M9XCJmb3JtZ3JpZCBncmlkXCIgKm5nSWY9XCJyb2xlLnZhbHVlPy52YWx1ZSA9PSdhJ1wiIHN0eWxlPVwibWFyZ2luLXRvcDoxMHB4XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTJcIj48bGFiZWwgc3R5bGU9XCJtYXJnaW46NHB4XCI+e3tcImFkZC5wYXJ0aWNpcGFudC5sYXd5ZXIubmFtZVwifHRyYW5zbGF0ZX19PC9sYWJlbD5cclxuICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcElucHV0VGV4dCBmb3JtQ29udHJvbE5hbWU9XCJuYW1lXCIgcGxhY2Vob2xkZXI9XCJBdHRvcm5leSBOYW1lXCJcclxuICAgICAgICBjbGFzcz1cInRleHQtYmFzZSB0ZXh0LWNvbG9yIHN1cmZhY2Utb3ZlcmxheSBwLTIgYm9yZGVyLTEgYm9yZGVyLXNvbGlkIHN1cmZhY2UtYm9yZGVyIGJvcmRlci1yb3VuZCBhcHBlYXJhbmNlLW5vbmUgb3V0bGluZS1ub25lIGZvY3VzOmJvcmRlci1wcmltYXJ5IHctZnVsbFwiIC8+XHJcbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSduYW1lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ31cIj5cclxuICAgICAgPC9hcHAtZXJyb3I+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTlcIj48c3BhblxyXG4gICAgICAgIGNsYXNzPVwiYmxvY2sgbWItMlwiPnt7XCJhZGQucGFydGljaXBhbnQubGF3eWVyLnBob25lXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgIDxwLWlucHV0TWFzayBtYXNrPVwiOTk5LTk5OS05OTk5XCIgcGxhY2Vob2xkZXI9XCI5OTktOTk5LTk5OTlcIiBmb3JtQ29udHJvbE5hbWU9XCJwaG9uZVwiPjwvcC1pbnB1dE1hc2s+XHJcbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCBibG9jayBtYi0yJ1wiIFtmaWVsZF09J3Bob25lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLid9XCI+XHJcbiAgICAgIDwvYXBwLWVycm9yPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTkgZmllbGQtZ3JpZFwiPjxsYWJlbCBzdHlsZT1cInBhZGRpbmctbGVmdDoycHhcIj57e1wiYWRkLnBhcnRpY2lwYW50Lmxhd3llci5kZWNsYXJhdGlvblwifHRyYW5zbGF0ZX19PC9sYWJlbD48L2Rpdj5cclxuICAgIDxiciAvPlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOSBmaWVsZC1ncmlkXCI+XHJcbiAgICAgIDxhcHAtYWRkcmVzcyAjcGFydGljaXBhbnRBZGRyZXNzIGZvcm1Db250cm9sTmFtZT1cImFkZHJlc3NcIj48L2FwcC1hZGRyZXNzPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTlcIj5cclxuICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cImNsb3NlKClcIiBmaWxsPVwib3V0bGluZVwiIHNoYXBlPVwicm91bmRcIiBjbGFzcz1cImNvbC1vZmZzZXQtM1wiPkNsZWFyPC9pb24tYnV0dG9uPlxyXG4gICAgICA8aW9uLWJ1dHRvbiAoY2xpY2spPVwib25TdWJtaXQoKVwiIGZpbGw9XCJvdXRsaW5lXCIgc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiBjbGFzcz1cImNvbC1vZmZzZXQtMVwiPlNhdmU8L2lvbi1idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuXHJcbiAgPGRpdiBjbGFzcz1cImZvcm1ncmlkIGdyaWRcIiAqbmdJZj1cInJvbGUudmFsdWU/LnZhbHVlID09J28nXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTJcIj48bGFiZWwgc3R5bGU9XCJtYXJnaW46MTBweCAwcHhcIj57e1wiYWRkLnBhcnRpY2lwYW50Lm9ic2VydmVyLm5hbWVcInx0cmFuc2xhdGV9fTwvbGFiZWw+XHJcbiAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBJbnB1dFRleHQgZm9ybUNvbnRyb2xOYW1lPVwibmFtZVwiIHBsYWNlaG9sZGVyPVwiT2JzZXJ2ZXIgTmFtZVwiXHJcbiAgICAgICAgY2xhc3M9XCJ0ZXh0LWJhc2UgdGV4dC1jb2xvciBzdXJmYWNlLW92ZXJsYXkgcC0yIGJvcmRlci0xIGJvcmRlci1zb2xpZCBzdXJmYWNlLWJvcmRlciBib3JkZXItcm91bmQgYXBwZWFyYW5jZS1ub25lIG91dGxpbmUtbm9uZSBmb2N1czpib3JkZXItcHJpbWFyeSB3LWZ1bGxcIj5cclxuICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J25hbWUnIFtmb3JtXT1cInVzZXJGb3JtXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nfVwiPlxyXG4gICAgICA8L2FwcC1lcnJvcj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOVwiIHN0eWxlPVwicGFkZGluZy10b3A6MTJweFwiPlxyXG4gICAgICA8c3BhbiBjbGFzcz1cImJsb2NrIG1iLTJcIj57e1wiYWRkLnBhcnRpY2lwYW50Lm9ic2VydmVyLnBob25lXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgIDxwLWlucHV0TWFzayBtYXNrPVwiOTk5LTk5OS05OTk5XCIgcGxhY2Vob2xkZXI9XCI5OTktOTk5LTk5OTlcIiBmb3JtQ29udHJvbE5hbWU9XCJwaG9uZVwiPjwvcC1pbnB1dE1hc2s+XHJcbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCBibG9jayBtYi0yJ1wiIFtmaWVsZF09J3Bob25lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLid9XCI+XHJcbiAgICAgIDwvYXBwLWVycm9yPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQtZ3JpZFwiPjxsYWJlbCBcclxuICAgICAgICBzdHlsZT1cIm1hcmdpbi1sZWZ0OjEwcHhcIj57e1wiYWRkLnBhcnRpY2lwYW50Lm9ic2VydmVyLmRlY2xhcmF0aW9uXCJ8dHJhbnNsYXRlfX08L2xhYmVsPjwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImZpZWxkIGNvbC0xMiBtZDpjb2wtOVwiIHN0eWxlPVwibWFyZ2luLXRvcDogMjBweDtcIj5cclxuICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cImNsb3NlKClcIiBmaWxsPVwib3V0bGluZVwiIHNoYXBlPVwicm91bmRcIiBjbGFzcz1cImNvbC1vZmZzZXQtM1wiPkNsZWFyPC9pb24tYnV0dG9uPlxyXG5cclxuICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cIm9uU3VibWl0KClcIiB0eXBlPVwic3VibWl0XCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgY2xhc3M9XCJjb2wtb2Zmc2V0LTFcIj5TYXZlPC9pb24tYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZm9ybT5cclxuPC9kaXY+Il19
|