@uiapplib/ngx-ui-web-lib 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -0
- package/esm2022/lib/annimations/app-animations.mjs +37 -0
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +700 -0
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +103 -0
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
- package/esm2022/lib/components/footer/footer.component.mjs +361 -0
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +801 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +179 -0
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
- package/esm2022/lib/components/link/link.component.mjs +131 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +420 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +901 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
- package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
- package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
- package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
- package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
- package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
- package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
- package/esm2022/lib/guards/auth.guard.mjs +186 -0
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
- package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/ErrorModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/FileModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +171 -0
- package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
- package/esm2022/lib/models/NotificationModel.mjs +6 -0
- package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
- package/esm2022/lib/models/TrendModel.mjs +3 -0
- package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +6 -0
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
- package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
- package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
- package/esm2022/lib/pages/BasePage.mjs +79 -0
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +53 -0
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
- package/esm2022/lib/services/case-service/case.service.mjs +47 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
- package/esm2022/lib/services/claims/claims.service.mjs +193 -0
- package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
- package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
- package/esm2022/lib/services/help/help.service.mjs +63 -0
- package/esm2022/lib/services/idle/idle.service.mjs +159 -0
- package/esm2022/lib/services/logger/logger.service.mjs +67 -0
- package/esm2022/lib/services/login/login.service.mjs +358 -0
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
- package/esm2022/lib/services/notification/notification.service.mjs +113 -0
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
- package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
- package/esm2022/lib/services/security-service/security.service.mjs +59 -0
- package/esm2022/lib/services/tour/tour.service.mjs +60 -0
- package/esm2022/lib/services/util/util.service.mjs +506 -0
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +49 -0
- package/esm2022/lib/validations/AppValidators.mjs +269 -0
- package/esm2022/public-api.mjs +180 -0
- package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/annimations/app-animations.d.ts +4 -0
- package/lib/annimations/app-animations.d.ts.map +1 -0
- package/lib/components/add-employer/add-employer.component.d.ts +318 -0
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
- package/lib/components/add-participant/add-participant.component.d.ts +55 -0
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
- package/lib/components/add-payment/add-payment.component.d.ts +39 -0
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +108 -0
- package/lib/components/address/address.component.d.ts.map +1 -0
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +40 -0
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
- package/lib/components/captcha/captcha.component.d.ts +45 -0
- package/lib/components/captcha/captcha.component.d.ts.map +1 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/card.component.d.ts.map +1 -0
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +106 -0
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
- package/lib/components/content/content.component.d.ts +14 -0
- package/lib/components/content/content.component.d.ts.map +1 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
- package/lib/components/disclosure/disclosure.component.d.ts +13 -0
- package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts +582 -0
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +32 -0
- package/lib/components/email-update/email-update.component.d.ts.map +1 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +19 -0
- package/lib/components/error/error.component.d.ts.map +1 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
- package/lib/components/file-download/file-download.component.d.ts +23 -0
- package/lib/components/file-download/file-download.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
- package/lib/components/footer/footer.component.d.ts +37 -0
- package/lib/components/footer/footer.component.d.ts.map +1 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +76 -0
- package/lib/components/header/header.component.d.ts.map +1 -0
- package/lib/components/help/help.component.d.ts +11 -0
- package/lib/components/help/help.component.d.ts.map +1 -0
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/info/info.component.d.ts +23 -0
- package/lib/components/info/info.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
- package/lib/components/job-title/job-title.component.d.ts +37 -0
- package/lib/components/job-title/job-title.component.d.ts.map +1 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/link/link.component.d.ts +35 -0
- package/lib/components/link/link.component.d.ts.map +1 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
- package/lib/components/mask/mask.component.d.ts +12 -0
- package/lib/components/mask/mask.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +45 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -0
- package/lib/components/mfa/mfa.component.d.ts +60 -0
- package/lib/components/mfa/mfa.component.d.ts.map +1 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +30 -0
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
- package/lib/components/msg/msg.component.d.ts +11 -0
- package/lib/components/msg/msg.component.d.ts.map +1 -0
- package/lib/components/news/news.component.d.ts +15 -0
- package/lib/components/news/news.component.d.ts.map +1 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
- package/lib/components/page/page.component.d.ts +24 -0
- package/lib/components/page/page.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +107 -0
- package/lib/components/profile/profile.component.d.ts.map +1 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +17 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
- package/lib/components/questionnaire/FbConstants.d.ts +8 -0
- package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
- package/lib/components/questionnaire/SelectItem.d.ts +5 -0
- package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
- package/lib/components/questionnaire/question-base.d.ts +17 -0
- package/lib/components/questionnaire/question-base.d.ts.map +1 -0
- package/lib/components/questionnaire/question-control.service.d.ts +21 -0
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
- package/lib/components/questionnaire/question.service.d.ts +18 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
- package/lib/components/read-more/read-more.component.d.ts +15 -0
- package/lib/components/read-more/read-more.component.d.ts.map +1 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +41 -0
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
- package/lib/components/select/select.component.d.ts +56 -0
- package/lib/components/select/select.component.d.ts.map +1 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn/ssn.component.d.ts +12 -0
- package/lib/components/ssn/ssn.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
- package/lib/components/test/test.component.d.ts +9 -0
- package/lib/components/test/test.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +49 -0
- package/lib/components/user-login/user-login.component.d.ts.map +1 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
- package/lib/directives/caps-lock.directive.d.ts +12 -0
- package/lib/directives/caps-lock.directive.d.ts.map +1 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/enums/EmailStatusEnum.d.ts +8 -0
- package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts +29 -0
- package/lib/guards/auth.guard.d.ts.map +1 -0
- package/lib/guards/no-login/no-login.guard.d.ts +12 -0
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/AddressComponentModel.d.ts +14 -0
- package/lib/models/AddressComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsComponentModel.d.ts +12 -0
- package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsModel.d.ts +5 -0
- package/lib/models/BankDetailsModel.d.ts.map +1 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/ErrorModel.d.ts +7 -0
- package/lib/models/ErrorModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/FileModel.d.ts +5 -0
- package/lib/models/FileModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +162 -0
- package/lib/models/LibConstants.d.ts.map +1 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
- package/lib/models/NotificationModel.d.ts +11 -0
- package/lib/models/NotificationModel.d.ts.map +1 -0
- package/lib/models/OtpAuthModel.d.ts +7 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +8 -0
- package/lib/models/PaymentComponentModel.d.ts.map +1 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
- package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/SsaVerificationModel.d.ts +9 -0
- package/lib/models/SsaVerificationModel.d.ts.map +1 -0
- package/lib/models/TrendModel.d.ts +14 -0
- package/lib/models/TrendModel.d.ts.map +1 -0
- package/lib/models/UserDetailsModel.d.ts +10 -0
- package/lib/models/UserDetailsModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +47 -0
- package/lib/models/UserModel.d.ts.map +1 -0
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
- package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
- package/lib/models/claimant/ClaimantModel.d.ts +23 -0
- package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
- package/lib/models/claimant/JobResultsData.d.ts +8 -0
- package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
- package/lib/models/claimant/MatchingJobs.d.ts +13 -0
- package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
- package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
- package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
- package/lib/models/cmp/ContactUsModel.d.ts +23 -0
- package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
- package/lib/models/cmp/messageRourceModel.d.ts +6 -0
- package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +66 -0
- package/lib/models/dashboard-model.d.ts.map +1 -0
- package/lib/models/dependent.model.d.ts +20 -0
- package/lib/models/dependent.model.d.ts.map +1 -0
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ComboModel.d.ts +110 -0
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
- package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +17 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
- package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
- package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
- package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
- package/lib/pages/BasePage.d.ts +29 -0
- package/lib/pages/BasePage.d.ts.map +1 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
- package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
- package/lib/pages/common/landing/landing.component.d.ts +25 -0
- package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
- package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
- package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
- package/lib/pages/common/login/login.component.d.ts +65 -0
- package/lib/pages/common/login/login.component.d.ts.map +1 -0
- package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
- package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
- package/lib/pages/popovers/language/language.page.d.ts +17 -0
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
- package/lib/pipes/filter.pipe.d.ts +8 -0
- package/lib/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +105 -0
- package/lib/services/base-service.d.ts.map +1 -0
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/captcha/captcha.service.d.ts +16 -0
- package/lib/services/captcha/captcha.service.d.ts.map +1 -0
- package/lib/services/case-service/case.service.d.ts +20 -0
- package/lib/services/case-service/case.service.d.ts.map +1 -0
- package/lib/services/chatbot/chatbot.service.d.ts +61 -0
- package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
- package/lib/services/chatbot/script.const.d.ts +16 -0
- package/lib/services/chatbot/script.const.d.ts.map +1 -0
- package/lib/services/claimant/claimant.service.d.ts +18 -0
- package/lib/services/claimant/claimant.service.d.ts.map +1 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +25 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
- package/lib/services/claims/claims.service.d.ts +76 -0
- package/lib/services/claims/claims.service.d.ts.map +1 -0
- package/lib/services/cmp-service/cmp.service.d.ts +34 -0
- package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
- package/lib/services/dms-service/dms.service.d.ts +24 -0
- package/lib/services/dms-service/dms.service.d.ts.map +1 -0
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
- package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
- package/lib/services/help/help.service.d.ts +26 -0
- package/lib/services/help/help.service.d.ts.map +1 -0
- package/lib/services/idle/idle.service.d.ts +44 -0
- package/lib/services/idle/idle.service.d.ts.map +1 -0
- package/lib/services/logger/logger.service.d.ts +32 -0
- package/lib/services/logger/logger.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +81 -0
- package/lib/services/login/login.service.d.ts.map +1 -0
- package/lib/services/maintenance/maintenance.service.d.ts +16 -0
- package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
- package/lib/services/notification/notification.service.d.ts +39 -0
- package/lib/services/notification/notification.service.d.ts.map +1 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
- package/lib/services/questionnaire/validation.service.d.ts +85 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
- package/lib/services/security-service/security.service.d.ts +26 -0
- package/lib/services/security-service/security.service.d.ts.map +1 -0
- package/lib/services/tour/tour.service.d.ts +25 -0
- package/lib/services/tour/tour.service.d.ts.map +1 -0
- package/lib/services/util/util.service.d.ts +200 -0
- package/lib/services/util/util.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +48 -0
- package/lib/validations/AppRegex.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +78 -0
- package/lib/validations/AppValidators.d.ts.map +1 -0
- package/package.json +25 -0
- package/public-api.d.ts +170 -0
- package/public-api.d.ts.map +1 -0
- package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs
ADDED
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output, ViewChild, ViewEncapsulation } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { QuestionService } from './../question.service';
|
|
4
|
+
import { BasePage } from '../../../pages/BasePage';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./../question.service";
|
|
7
|
+
import * as i2 from "../../../services/util/util.service";
|
|
8
|
+
import * as i3 from "../../../services/logger/logger.service";
|
|
9
|
+
import * as i4 from "../../../services/questionnaire/questionnaire.service";
|
|
10
|
+
import * as i5 from "../../../services/login/login.service";
|
|
11
|
+
import * as i6 from "../../../services/questionnaire/validation.service";
|
|
12
|
+
import * as i7 from "@angular/router";
|
|
13
|
+
import * as i8 from "@ionic/angular";
|
|
14
|
+
import * as i9 from "@angular/common";
|
|
15
|
+
import * as i10 from "primeng/dialog";
|
|
16
|
+
import * as i11 from "primeng/blockui";
|
|
17
|
+
import * as i12 from "../dynamic-form.component";
|
|
18
|
+
const _c0 = ["questionnaire"];
|
|
19
|
+
function RenderQuestionnairePage_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
21
|
+
i0.ɵɵelement(1, "ion-spinner", 5);
|
|
22
|
+
i0.ɵɵelementEnd();
|
|
23
|
+
} }
|
|
24
|
+
function RenderQuestionnairePage_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
25
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
26
|
+
i0.ɵɵelement(1, "ion-spinner", 5);
|
|
27
|
+
i0.ɵɵelementEnd();
|
|
28
|
+
} }
|
|
29
|
+
function RenderQuestionnairePage_ng_container_4_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
31
|
+
i0.ɵɵelementStart(0, "div")(1, "app-dynamic-form", 7);
|
|
32
|
+
i0.ɵɵlistener("modelCancel", function RenderQuestionnairePage_ng_container_4_div_3_Template_app_dynamic_form_modelCancel_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r5.onModelCancel($event)); })("onComplete", function RenderQuestionnairePage_ng_container_4_div_3_Template_app_dynamic_form_onComplete_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r7 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r7.complete($event)); })("onError", function RenderQuestionnairePage_ng_container_4_div_3_Template_app_dynamic_form_onError_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.handleError($event)); });
|
|
33
|
+
i0.ɵɵpipe(2, "async");
|
|
34
|
+
i0.ɵɵpipe(3, "async");
|
|
35
|
+
i0.ɵɵelementEnd()();
|
|
36
|
+
} if (rf & 2) {
|
|
37
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
38
|
+
i0.ɵɵadvance(1);
|
|
39
|
+
i0.ɵɵproperty("questions", i0.ɵɵpipeBind1(2, 14, ctx_r4.questions$))("forScreenQuestionnaire", i0.ɵɵpipeBind1(3, 16, ctx_r4.forScreenQuestionnaireBs))("backButtonPage", ctx_r4.backButtonPage)("pageType", ctx_r4.pageType)("nextButtonPage", ctx_r4.nextButtonPage)("data", ctx_r4.data)("autoSave", ctx_r4.autoSave)("queryModel", ctx_r4.queryModel)("hideFooter", ctx_r4.hideFooter)("dynamicParam", ctx_r4.dynamicParam)("formData", ctx_r4.formData)("formReadOnly", ctx_r4.readonly)("multiMode", ctx_r4.multiMode)("questionNumber", ctx_r4.questionNumber);
|
|
40
|
+
} }
|
|
41
|
+
function RenderQuestionnairePage_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
42
|
+
i0.ɵɵelementContainerStart(0);
|
|
43
|
+
i0.ɵɵelementStart(1, "p-dialog", 6);
|
|
44
|
+
i0.ɵɵtemplate(2, RenderQuestionnairePage_ng_container_4_div_2_Template, 2, 0, "div", 2)(3, RenderQuestionnairePage_ng_container_4_div_3_Template, 4, 18, "div", 3);
|
|
45
|
+
i0.ɵɵelementEnd();
|
|
46
|
+
i0.ɵɵelementContainerEnd();
|
|
47
|
+
} if (rf & 2) {
|
|
48
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
49
|
+
i0.ɵɵadvance(1);
|
|
50
|
+
i0.ɵɵproperty("showHeader", false);
|
|
51
|
+
i0.ɵɵadvance(1);
|
|
52
|
+
i0.ɵɵproperty("ngIf", ctx_r1.showLoaderTheme);
|
|
53
|
+
i0.ɵɵadvance(1);
|
|
54
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.showLoaderTheme && ctx_r1.questions$.getValue());
|
|
55
|
+
} }
|
|
56
|
+
function RenderQuestionnairePage_ng_container_5_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
57
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
58
|
+
i0.ɵɵelementStart(0, "div")(1, "app-dynamic-form", 8, 9);
|
|
59
|
+
i0.ɵɵlistener("modelCancel", function RenderQuestionnairePage_ng_container_5_div_1_Template_app_dynamic_form_modelCancel_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r11.onModelCancel($event)); })("onComplete", function RenderQuestionnairePage_ng_container_5_div_1_Template_app_dynamic_form_onComplete_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.complete($event)); })("onError", function RenderQuestionnairePage_ng_container_5_div_1_Template_app_dynamic_form_onError_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r14 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r14.handleError($event)); });
|
|
60
|
+
i0.ɵɵpipe(3, "async");
|
|
61
|
+
i0.ɵɵpipe(4, "async");
|
|
62
|
+
i0.ɵɵpipe(5, "async");
|
|
63
|
+
i0.ɵɵpipe(6, "async");
|
|
64
|
+
i0.ɵɵelementEnd()();
|
|
65
|
+
} if (rf & 2) {
|
|
66
|
+
const ctx_r9 = i0.ɵɵnextContext(2);
|
|
67
|
+
i0.ɵɵadvance(1);
|
|
68
|
+
i0.ɵɵproperty("questions", i0.ɵɵpipeBind1(3, 28, ctx_r9.questions$))("forScreenQuestionnaire", i0.ɵɵpipeBind1(4, 30, ctx_r9.forScreenQuestionnaireBs))("backButtonPage", ctx_r9.backButtonPage)("pageType", ctx_r9.pageType)("nextButtonPage", ctx_r9.nextButtonPage)("formData", ctx_r9.loaderModel ? ctx_r9.loaderModel.data : ctx_r9.formData)("readOnlyFields", ctx_r9.loaderModel ? ctx_r9.loaderModel.disableControlNames : ctx_r9.readOnlyFields)("autoSave", ctx_r9.autoSave)("queryModel", ctx_r9.queryModel)("hideFooter", ctx_r9.hideFooter)("dynamicParam", ctx_r9.dynamicParam)("sizeXs", ctx_r9.sizeXs)("sizeSm", ctx_r9.sizeSm)("sizeMd", ctx_r9.sizeMd)("sizeLg", ctx_r9.sizeLg)("sizeXl", ctx_r9.sizeXl)("offsetXs", ctx_r9.offsetXs)("offsetSm", ctx_r9.offsetSm)("offsetMd", ctx_r9.offsetMd)("offsetLg", ctx_r9.offsetLg)("offsetXl", ctx_r9.offsetXl)("mfaRequired", ctx_r9.mfaRequired)("formReadOnly", ctx_r9.readonly)("multiMode", ctx_r9.multiMode)("questionNumber", ctx_r9.questionNumber)("loaderService", ctx_r9.loaderService)("isEnableBackButton", i0.ɵɵpipeBind1(5, 32, ctx_r9.enableBackButtonBs))("potentialIssueIdBs", i0.ɵɵpipeBind1(6, 34, ctx_r9.potentialIssueIdBs));
|
|
69
|
+
} }
|
|
70
|
+
function RenderQuestionnairePage_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
+
i0.ɵɵelementContainerStart(0);
|
|
72
|
+
i0.ɵɵtemplate(1, RenderQuestionnairePage_ng_container_5_div_1_Template, 7, 36, "div", 3);
|
|
73
|
+
i0.ɵɵelementContainerEnd();
|
|
74
|
+
} if (rf & 2) {
|
|
75
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
76
|
+
i0.ɵɵadvance(1);
|
|
77
|
+
i0.ɵɵproperty("ngIf", !ctx_r2.showLoaderTheme && ctx_r2.questions$.getValue());
|
|
78
|
+
} }
|
|
79
|
+
export class RenderQuestionnairePage extends BasePage {
|
|
80
|
+
constructor(service, util, logger, questionnaireService, ls, validationService, activatedRoute) {
|
|
81
|
+
super();
|
|
82
|
+
this.service = service;
|
|
83
|
+
this.util = util;
|
|
84
|
+
this.logger = logger;
|
|
85
|
+
this.questionnaireService = questionnaireService;
|
|
86
|
+
this.ls = ls;
|
|
87
|
+
this.validationService = validationService;
|
|
88
|
+
this.activatedRoute = activatedRoute;
|
|
89
|
+
this.questions$ = new BehaviorSubject(null);
|
|
90
|
+
this.forScreenQuestionnaireBs = new BehaviorSubject(null);
|
|
91
|
+
this.enableBackButtonBs = new BehaviorSubject(null);
|
|
92
|
+
this.potentialIssueIdBs = new BehaviorSubject(null);
|
|
93
|
+
this.showLoaderTheme = false;
|
|
94
|
+
this.calledLoaderService = false;
|
|
95
|
+
this.blockUi = false;
|
|
96
|
+
this.autoSave = true;
|
|
97
|
+
this.mfaRequired = false;
|
|
98
|
+
this.modelCancel = new EventEmitter();
|
|
99
|
+
this.onComplete = new EventEmitter();
|
|
100
|
+
this.onError = new EventEmitter();
|
|
101
|
+
this.onLoadComplete = new EventEmitter();
|
|
102
|
+
this.hideHeader = false;
|
|
103
|
+
this.hideFooter = false;
|
|
104
|
+
this.questionNumber = null;
|
|
105
|
+
this.readonly = false;
|
|
106
|
+
this.multiMode = false;
|
|
107
|
+
this.identifier = "";
|
|
108
|
+
this.ssn = "";
|
|
109
|
+
}
|
|
110
|
+
ngOnChanges(changes) {
|
|
111
|
+
if (changes.readOnlyFields?.currentValue) {
|
|
112
|
+
this.readOnlyFields = changes.readOnlyFields.currentValue;
|
|
113
|
+
}
|
|
114
|
+
else if (changes.readOnlyFields?.previousValue && changes.readOnlyFields.currentValue == null) {
|
|
115
|
+
this.readOnlyFields = changes.readOnlyFields.currentValue;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
complete(event) {
|
|
119
|
+
this.onComplete.emit(event);
|
|
120
|
+
}
|
|
121
|
+
ngOnInit() {
|
|
122
|
+
let strKey = [];
|
|
123
|
+
this.activatedRoute.queryParamMap.subscribe(params => {
|
|
124
|
+
strKey = [] = params.keys;
|
|
125
|
+
this.identifier = params.get('identifier');
|
|
126
|
+
});
|
|
127
|
+
this.setupQeLoader();
|
|
128
|
+
}
|
|
129
|
+
setupQeLoader() {
|
|
130
|
+
if (this.queryModel && this.pageType == 'POPUP') {
|
|
131
|
+
this.loadQuestionnaire(this.queryModel);
|
|
132
|
+
}
|
|
133
|
+
else if (this.queryModel && !this.autoSave) {
|
|
134
|
+
this.loadQuestionnaire(this.queryModel);
|
|
135
|
+
}
|
|
136
|
+
else {
|
|
137
|
+
//this.service.searchBs.next(this.queryModel);
|
|
138
|
+
this.loadQuestionnaire(this.queryModel);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
loadQuestionnaire(queryModel) {
|
|
142
|
+
this.showLoaderTheme = true;
|
|
143
|
+
if (queryModel.isScreenQuestionnaire) {
|
|
144
|
+
queryModel.uuid = this.identifier;
|
|
145
|
+
}
|
|
146
|
+
let subscription = queryModel.isScreenQuestionnaire
|
|
147
|
+
? this.service.getScreenQuestions(queryModel)
|
|
148
|
+
: this.service.getQuestions(queryModel);
|
|
149
|
+
subscription.subscribe(res => {
|
|
150
|
+
this.logger.debug('Entire response from render questionnaire page = ', res);
|
|
151
|
+
if (res['responseJson'] && Object.keys(res['responseJson']).length > 0) {
|
|
152
|
+
this.formData = res['responseJson'];
|
|
153
|
+
}
|
|
154
|
+
this.questions$.next([res['questionnaireJson']]);
|
|
155
|
+
this.forScreenQuestionnaireBs.next(queryModel.isScreenQuestionnaire);
|
|
156
|
+
this.enableBackButtonBs.next(res['enableBackButton']);
|
|
157
|
+
this.potentialIssueIdBs.next(res['potentialIssueId']);
|
|
158
|
+
this.logger.debug(' Render Questionnaire Page JSON = ', res['questionnaireJson']);
|
|
159
|
+
this.logger.debug(' Render Questionnaire Page Potential Issue Id = ', res['potentialIssueId']);
|
|
160
|
+
this.showLoaderTheme = false;
|
|
161
|
+
this.onLoadComplete.emit(true);
|
|
162
|
+
}, err => {
|
|
163
|
+
this.showLoaderTheme = false;
|
|
164
|
+
this.util.errorHandler(err);
|
|
165
|
+
this.logger.error('Render Questionnaire Page Error', err);
|
|
166
|
+
this.onLoadComplete.emit(false);
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
onModelCancel(cancel) {
|
|
170
|
+
this.modelCancel.emit(cancel);
|
|
171
|
+
}
|
|
172
|
+
submit() {
|
|
173
|
+
this.questionnaire.complete();
|
|
174
|
+
}
|
|
175
|
+
handleError(error) {
|
|
176
|
+
this.onError.emit(error);
|
|
177
|
+
}
|
|
178
|
+
static { this.ɵfac = function RenderQuestionnairePage_Factory(t) { return new (t || RenderQuestionnairePage)(i0.ɵɵdirectiveInject(i1.QuestionService), i0.ɵɵdirectiveInject(i2.UtilService), i0.ɵɵdirectiveInject(i3.LoggerService), i0.ɵɵdirectiveInject(i4.QuestionnaireService), i0.ɵɵdirectiveInject(i5.LoginService), i0.ɵɵdirectiveInject(i6.ValidationService), i0.ɵɵdirectiveInject(i7.ActivatedRoute)); }; }
|
|
179
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RenderQuestionnairePage, selectors: [["app-questionnaire"]], viewQuery: function RenderQuestionnairePage_Query(rf, ctx) { if (rf & 1) {
|
|
180
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
181
|
+
} if (rf & 2) {
|
|
182
|
+
let _t;
|
|
183
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.questionnaire = _t.first);
|
|
184
|
+
} }, inputs: { autoSave: "autoSave", mfaRequired: "mfaRequired", backButtonPage: "backButtonPage", nextButtonPage: "nextButtonPage", pageType: "pageType", queryModel: "queryModel", loaderService: "loaderService", data: "data", formData: "formData", dynamicParam: "dynamicParam", hideHeader: "hideHeader", hideFooter: "hideFooter", questionNumber: "questionNumber", sizeXs: "sizeXs", sizeSm: "sizeSm", sizeMd: "sizeMd", sizeLg: "sizeLg", sizeXl: "sizeXl", offsetXs: "offsetXs", offsetSm: "offsetSm", offsetMd: "offsetMd", offsetLg: "offsetLg", offsetXl: "offsetXl", readonly: "readonly", multiMode: "multiMode", readOnlyFields: "readOnlyFields" }, outputs: { modelCancel: "modelCancel", onComplete: "onComplete", onError: "onError", onLoadComplete: "onLoadComplete" }, features: [i0.ɵɵProvidersFeature([QuestionService]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 6, vars: 4, consts: [[3, "blocked"], ["name", "crescent"], ["class", "ion-text-center", 4, "ngIf"], [4, "ngIf"], [1, "ion-text-center"], ["name", "dots"], ["visible", "true", "appendTo", "body", "modal", "true", 3, "showHeader"], [3, "questions", "forScreenQuestionnaire", "backButtonPage", "pageType", "nextButtonPage", "data", "autoSave", "queryModel", "hideFooter", "dynamicParam", "formData", "formReadOnly", "multiMode", "questionNumber", "modelCancel", "onComplete", "onError"], [3, "questions", "forScreenQuestionnaire", "backButtonPage", "pageType", "nextButtonPage", "formData", "readOnlyFields", "autoSave", "queryModel", "hideFooter", "dynamicParam", "sizeXs", "sizeSm", "sizeMd", "sizeLg", "sizeXl", "offsetXs", "offsetSm", "offsetMd", "offsetLg", "offsetXl", "mfaRequired", "formReadOnly", "multiMode", "questionNumber", "loaderService", "isEnableBackButton", "potentialIssueIdBs", "modelCancel", "onComplete", "onError"], ["questionnaire", ""]], template: function RenderQuestionnairePage_Template(rf, ctx) { if (rf & 1) {
|
|
185
|
+
i0.ɵɵelementStart(0, "p-blockUI", 0);
|
|
186
|
+
i0.ɵɵelement(1, "ion-spinner", 1);
|
|
187
|
+
i0.ɵɵtext(2, " Loading...\n");
|
|
188
|
+
i0.ɵɵelementEnd();
|
|
189
|
+
i0.ɵɵtemplate(3, RenderQuestionnairePage_div_3_Template, 2, 0, "div", 2)(4, RenderQuestionnairePage_ng_container_4_Template, 4, 3, "ng-container", 3)(5, RenderQuestionnairePage_ng_container_5_Template, 2, 1, "ng-container", 3);
|
|
190
|
+
} if (rf & 2) {
|
|
191
|
+
i0.ɵɵproperty("blocked", ctx.blockUi);
|
|
192
|
+
i0.ɵɵadvance(3);
|
|
193
|
+
i0.ɵɵproperty("ngIf", ctx.showLoaderTheme);
|
|
194
|
+
i0.ɵɵadvance(1);
|
|
195
|
+
i0.ɵɵproperty("ngIf", ctx.pageType === "POPUP");
|
|
196
|
+
i0.ɵɵadvance(1);
|
|
197
|
+
i0.ɵɵproperty("ngIf", ctx.pageType != "POPUP");
|
|
198
|
+
} }, dependencies: [i8.IonSpinner, i9.NgIf, i10.Dialog, i11.BlockUI, i12.DynamicFormComponent, i9.AsyncPipe], styles: [":host ::ng-deep form{counter-reset:section 0}:host ::ng-deep label:before{counter-increment:section 1;content:counter(section) \". \"}:host ::ng-deep .p-col{flex-grow:1;flex-basis:0;padding:0rem}:host ::ng-deep .p-button.p-button-icon-only{width:3rem;padding:0rem}:host ::ng-deep .p-grid{margin-right:1em;margin-left:0;margin-top:0;grid-gap:10px;flex-wrap:nowrap}:host ::ng-deep .field{margin-bottom:1px;margin-top:0}:host ::ng-deep .p-md-offset-1{margin-left:3.333333%}:host ::ng-deep .p-autocomplete-panel{width:400px!important}:host ::ng-deep ion-button{text-transform:none}:host ::ng-deep .flex-container{display:inline-flex;width:-moz-fit-content;width:fit-content}:host ::ng-deep .flex-child:first-child{margin-top:3px}:host ::ng-deep .p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:2rem}:host ::ng-deep .p-autocomplete-dd .p-autocomplete-input{flex:1 1 auto}:host ::ng-deep p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:.5px solid red!important}:host ::ng-deep .p-calendar .p-inputtext{width:100%!important}.p-autocomplete-panel{width:auto!important}@media screen and (max-width: 40rem){.p-autocomplete-panel{width:-moz-fit-content!important;width:fit-content!important}}ion-button{text-transform:none}h5{font-size:22px!important}.mat-error{color:#b00020!important}\n"], encapsulation: 2 }); }
|
|
199
|
+
}
|
|
200
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RenderQuestionnairePage, [{
|
|
201
|
+
type: Component,
|
|
202
|
+
args: [{ encapsulation: ViewEncapsulation.None, selector: 'app-questionnaire', providers: [QuestionService], template: "<p-blockUI [blocked]=\"blockUi\">\r\n <ion-spinner name=\"crescent\"></ion-spinner>\r\n Loading...\r\n</p-blockUI>\r\n<div *ngIf=\"showLoaderTheme\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n</div>\r\n<ng-container *ngIf=\"pageType==='POPUP'\">\r\n\r\n <p-dialog visible=\"true\" appendTo=\"body\" modal=\"true\" [showHeader]=\"false\">\r\n <div *ngIf=\"showLoaderTheme\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n <div *ngIf=\"!showLoaderTheme && questions$.getValue()\">\r\n <app-dynamic-form [questions]=\"questions$ | async\"\r\n [forScreenQuestionnaire]=\"forScreenQuestionnaireBs | async\" [backButtonPage]=\"backButtonPage\"\r\n [pageType]=\"pageType\" [nextButtonPage]=\"nextButtonPage\" (modelCancel)=\"onModelCancel($event)\"\r\n (onComplete)=\"complete($event)\" [data]=\"data\" [autoSave]=\"autoSave\" [queryModel]=\"queryModel\"\r\n [hideFooter]=\"hideFooter\" [dynamicParam]=\"dynamicParam\" [formData]=\"formData\"\r\n (onError)=\"handleError($event)\" [formReadOnly]=\"readonly\" [multiMode]=\"multiMode\" \r\n [questionNumber]=\"questionNumber\">\r\n </app-dynamic-form>\r\n </div>\r\n\r\n </p-dialog>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"pageType!='POPUP'\">\r\n <div *ngIf=\"!showLoaderTheme && questions$.getValue()\">\r\n <app-dynamic-form #questionnaire [questions]=\"questions$ | async\" (modelCancel)=\"onModelCancel($event)\"\r\n [forScreenQuestionnaire]=\"forScreenQuestionnaireBs | async\" [backButtonPage]=\"backButtonPage\"\r\n [pageType]=\"pageType\" [nextButtonPage]=\"nextButtonPage\" [formData]=\"loaderModel ? loaderModel.data : formData\"\r\n [readOnlyFields]=\"loaderModel ? loaderModel.disableControlNames : readOnlyFields\" (onComplete)=\"complete($event)\" [autoSave]=\"autoSave\" \r\n [queryModel]=\"queryModel\" [hideFooter]=\"hideFooter\" [dynamicParam]=\"dynamicParam\"\r\n [sizeXs]=\"sizeXs\" [sizeSm]=\"sizeSm\" [sizeMd]=\"sizeMd\" [sizeLg]=\"sizeLg\" [sizeXl]=\"sizeXl\" \r\n [offsetXs]=\"offsetXs\" [offsetSm]=\"offsetSm\" [offsetMd]=\"offsetMd\" [offsetLg]=\"offsetLg\" [offsetXl]=\"offsetXl\"\r\n (onError)=\"handleError($event)\" [mfaRequired]=\"mfaRequired\" [formReadOnly]=\"readonly\" [multiMode]=\"multiMode\" \r\n [questionNumber]=\"questionNumber\" [loaderService]=\"loaderService\" [isEnableBackButton]=\"enableBackButtonBs | async\"\r\n [potentialIssueIdBs]=\"potentialIssueIdBs | async\">\r\n </app-dynamic-form>\r\n </div>\r\n</ng-container>", styles: [":host ::ng-deep form{counter-reset:section 0}:host ::ng-deep label:before{counter-increment:section 1;content:counter(section) \". \"}:host ::ng-deep .p-col{flex-grow:1;flex-basis:0;padding:0rem}:host ::ng-deep .p-button.p-button-icon-only{width:3rem;padding:0rem}:host ::ng-deep .p-grid{margin-right:1em;margin-left:0;margin-top:0;grid-gap:10px;flex-wrap:nowrap}:host ::ng-deep .field{margin-bottom:1px;margin-top:0}:host ::ng-deep .p-md-offset-1{margin-left:3.333333%}:host ::ng-deep .p-autocomplete-panel{width:400px!important}:host ::ng-deep ion-button{text-transform:none}:host ::ng-deep .flex-container{display:inline-flex;width:-moz-fit-content;width:fit-content}:host ::ng-deep .flex-child:first-child{margin-top:3px}:host ::ng-deep .p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:2rem}:host ::ng-deep .p-autocomplete-dd .p-autocomplete-input{flex:1 1 auto}:host ::ng-deep p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:.5px solid red!important}:host ::ng-deep .p-calendar .p-inputtext{width:100%!important}.p-autocomplete-panel{width:auto!important}@media screen and (max-width: 40rem){.p-autocomplete-panel{width:-moz-fit-content!important;width:fit-content!important}}ion-button{text-transform:none}h5{font-size:22px!important}.mat-error{color:#b00020!important}\n"] }]
|
|
203
|
+
}], () => [{ type: i1.QuestionService }, { type: i2.UtilService }, { type: i3.LoggerService }, { type: i4.QuestionnaireService }, { type: i5.LoginService }, { type: i6.ValidationService }, { type: i7.ActivatedRoute }], { questionnaire: [{
|
|
204
|
+
type: ViewChild,
|
|
205
|
+
args: ['questionnaire']
|
|
206
|
+
}], autoSave: [{
|
|
207
|
+
type: Input
|
|
208
|
+
}], mfaRequired: [{
|
|
209
|
+
type: Input
|
|
210
|
+
}], backButtonPage: [{
|
|
211
|
+
type: Input
|
|
212
|
+
}], nextButtonPage: [{
|
|
213
|
+
type: Input
|
|
214
|
+
}], pageType: [{
|
|
215
|
+
type: Input
|
|
216
|
+
}], queryModel: [{
|
|
217
|
+
type: Input
|
|
218
|
+
}], loaderService: [{
|
|
219
|
+
type: Input
|
|
220
|
+
}], modelCancel: [{
|
|
221
|
+
type: Output
|
|
222
|
+
}], onComplete: [{
|
|
223
|
+
type: Output
|
|
224
|
+
}], onError: [{
|
|
225
|
+
type: Output
|
|
226
|
+
}], onLoadComplete: [{
|
|
227
|
+
type: Output
|
|
228
|
+
}], data: [{
|
|
229
|
+
type: Input
|
|
230
|
+
}], formData: [{
|
|
231
|
+
type: Input
|
|
232
|
+
}], dynamicParam: [{
|
|
233
|
+
type: Input
|
|
234
|
+
}], hideHeader: [{
|
|
235
|
+
type: Input
|
|
236
|
+
}], hideFooter: [{
|
|
237
|
+
type: Input
|
|
238
|
+
}], questionNumber: [{
|
|
239
|
+
type: Input
|
|
240
|
+
}], sizeXs: [{
|
|
241
|
+
type: Input
|
|
242
|
+
}], sizeSm: [{
|
|
243
|
+
type: Input
|
|
244
|
+
}], sizeMd: [{
|
|
245
|
+
type: Input
|
|
246
|
+
}], sizeLg: [{
|
|
247
|
+
type: Input
|
|
248
|
+
}], sizeXl: [{
|
|
249
|
+
type: Input
|
|
250
|
+
}], offsetXs: [{
|
|
251
|
+
type: Input
|
|
252
|
+
}], offsetSm: [{
|
|
253
|
+
type: Input
|
|
254
|
+
}], offsetMd: [{
|
|
255
|
+
type: Input
|
|
256
|
+
}], offsetLg: [{
|
|
257
|
+
type: Input
|
|
258
|
+
}], offsetXl: [{
|
|
259
|
+
type: Input
|
|
260
|
+
}], readonly: [{
|
|
261
|
+
type: Input
|
|
262
|
+
}], multiMode: [{
|
|
263
|
+
type: Input
|
|
264
|
+
}], readOnlyFields: [{
|
|
265
|
+
type: Input
|
|
266
|
+
}] }); })();
|
|
267
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RenderQuestionnairePage, { className: "RenderQuestionnairePage", filePath: "lib\\components\\questionnaire\\render-questionnaire\\render-questionnaire.page.ts", lineNumber: 23 }); })();
|
|
268
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVuZGVyLXF1ZXN0aW9ubmFpcmUucGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9xdWVzdGlvbm5haXJlL3JlbmRlci1xdWVzdGlvbm5haXJlL3JlbmRlci1xdWVzdGlvbm5haXJlLnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvcXVlc3Rpb25uYWlyZS9yZW5kZXItcXVlc3Rpb25uYWlyZS9yZW5kZXItcXVlc3Rpb25uYWlyZS5wYWdlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFxQixNQUFNLEVBQTRCLFNBQVMsRUFBZ0IsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEssT0FBTyxFQUFFLGVBQWUsRUFBaUIsTUFBTSxNQUFNLENBQUM7QUFDdEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBSXhELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7OztJQ0ZuRCw4QkFBcUQ7SUFDakQsaUNBQXVDO0lBQzNDLGlCQUFNOzs7SUFJRSw4QkFBcUQ7SUFDakQsaUNBQXVDO0lBQzNDLGlCQUFNOzs7O0lBQ04sMkJBQXVELDBCQUFBO0lBR1MsZ05BQWUsZUFBQSw0QkFBcUIsQ0FBQSxJQUFDLGlNQUMvRSxlQUFBLHVCQUFnQixDQUFBLElBRCtELDJMQUdsRixlQUFBLDBCQUFtQixDQUFBLElBSCtEOzs7SUFLakcsaUJBQW1CLEVBQUE7OztJQVBELGVBQWdDO0lBQWhDLG9FQUFnQyxrRkFBQSx5Q0FBQSw2QkFBQSx5Q0FBQSxxQkFBQSw2QkFBQSxpQ0FBQSxpQ0FBQSxxQ0FBQSw2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QUNHLGNBQWM7a0JBQXRCLEtBQUs7WUFDRyxRQUFRO2tCQUFoQixLQUFLO1lBQ0csVUFBVTtrQkFBbEIsS0FBSztZQUNHLGFBQWE7a0JBQXJCLEtBQUs7WUFDSSxXQUFXO2tCQUFwQixNQUFNO1lBQ0csVUFBVTtrQkFBbkIsTUFBTTtZQUNHLE9BQU87a0JBQWhCLE1BQU07WUFDRyxjQUFjO2tCQUF2QixNQUFNO1lBQ0UsSUFBSTtrQkFBWixLQUFLO1lBQ0csUUFBUTtrQkFBaEIsS0FBSztZQUNHLFlBQVk7a0JBQXBCLEtBQUs7WUFDRyxVQUFVO2tCQUFsQixLQUFLO1lBQ0csVUFBVTtrQkFBbEIsS0FBSztZQUNHLGNBQWM7a0JBQXRCLEtBQUs7WUFFRyxNQUFNO2tCQUFkLEtBQUs7WUFDRyxNQUFNO2tCQUFkLEtBQUs7WUFDRyxNQUFNO2tCQUFkLEtBQUs7WUFDRyxNQUFNO2tCQUFkLEtBQUs7WUFDRyxNQUFNO2tCQUFkLEtBQUs7WUFFRyxRQUFRO2tCQUFoQixLQUFLO1lBQ0csUUFBUTtrQkFBaEIsS0FBSztZQUNHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRyxRQUFRO2tCQUFoQixLQUFLO1lBQ0csUUFBUTtrQkFBaEIsS0FBSztZQUVHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRyxTQUFTO2tCQUFqQixLQUFLO1lBQ0csY0FBYztrQkFBdEIsS0FBSzs7a0ZBN0NLLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIE91dHB1dCwgUXVlcnlMaXN0LCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGQsIFZpZXdDaGlsZHJlbiwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgY29tYmluZUxhdGVzdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgUXVlc3Rpb25TZXJ2aWNlIH0gZnJvbSAnLi8uLi9xdWVzdGlvbi5zZXJ2aWNlJztcbmltcG9ydCB7IFF1ZXN0aW9uQmFzZSB9IGZyb20gJy4vLi4vcXVlc3Rpb24tYmFzZSc7XG5pbXBvcnQgeyBRdWVzdGlvbm5haXJlUXVlcnlNb2RlbCB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL1F1ZXN0aW9ubmFpcmVRdWVyeU1vZGVsJztcbmltcG9ydCB7IFF1ZXN0aW9ubmFpcmVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS9xdWVzdGlvbm5haXJlLnNlcnZpY2UnO1xuaW1wb3J0IHsgQmFzZVBhZ2UgfSBmcm9tICcuLi8uLi8uLi9wYWdlcy9CYXNlUGFnZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3F1ZXN0aW9ubmFpcmUvdmFsaWRhdGlvbi5zZXJ2aWNlJztcbmltcG9ydCB7IExvYWRlck1vZGVsIH0gZnJvbSAnLi4vLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvTG9hZGVyTW9kZWwnO1xuaW1wb3J0IHsgRHluYW1pY0Zvcm1Db21wb25lbnQgfSBmcm9tICcuLy4uL2R5bmFtaWMtZm9ybS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGVVcmw6ICdyZW5kZXItcXVlc3Rpb25uYWlyZS5wYWdlLmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBzZWxlY3RvcjogJ2FwcC1xdWVzdGlvbm5haXJlJyxcbiAgc3R5bGVVcmxzOiBbJy4vcmVuZGVyLXF1ZXN0aW9ubmFpcmUucGFnZS5zY3NzJ10sXG4gIHByb3ZpZGVyczogW1F1ZXN0aW9uU2VydmljZV1cbn0pXG5leHBvcnQgY2xhc3MgUmVuZGVyUXVlc3Rpb25uYWlyZVBhZ2UgZXh0ZW5kcyBCYXNlUGFnZSBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcblxuICBAVmlld0NoaWxkKCdxdWVzdGlvbm5haXJlJykgcXVlc3Rpb25uYWlyZSA6IER5bmFtaWNGb3JtQ29tcG9uZW50O1xuXG4gIHF1ZXN0aW9ucyQ6IEJlaGF2aW9yU3ViamVjdDxRdWVzdGlvbkJhc2U8YW55PltdPiA9IG5ldyBCZWhhdmlvclN1YmplY3QobnVsbCk7XG4gIGZvclNjcmVlblF1ZXN0aW9ubmFpcmVCczogQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+ID0gbmV3IEJlaGF2aW9yU3ViamVjdChudWxsKTtcbiAgZW5hYmxlQmFja0J1dHRvbkJzOiBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KG51bGwpO1xuICBwb3RlbnRpYWxJc3N1ZUlkQnM6IEJlaGF2aW9yU3ViamVjdDxhbnk+ID0gbmV3IEJlaGF2aW9yU3ViamVjdChudWxsKTtcblxuICBwdWJsaWMgc2hvd0xvYWRlclRoZW1lID0gZmFsc2U7XG4gIHB1YmxpYyBsb2FkZXJNb2RlbCA6IExvYWRlck1vZGVsO1xuICBwdWJsaWMgY2FsbGVkTG9hZGVyU2VydmljZT1mYWxzZTtcbiAgcHVibGljIGJsb2NrVWkgOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGF1dG9TYXZlOiBib29sZWFuID0gdHJ1ZTtcbiAgQElucHV0KCkgbWZhUmVxdWlyZWQgOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGJhY2tCdXR0b25QYWdlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIG5leHRCdXR0b25QYWdlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHBhZ2VUeXBlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHF1ZXJ5TW9kZWw6IFF1ZXN0aW9ubmFpcmVRdWVyeU1vZGVsO1xuICBASW5wdXQoKSBsb2FkZXJTZXJ2aWNlOnN0cmluZztcbiAgQE91dHB1dCgpIG1vZGVsQ2FuY2VsID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuICBAT3V0cHV0KCkgb25Db21wbGV0ZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIG9uRXJyb3IgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSBvbkxvYWRDb21wbGV0ZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQElucHV0KCkgZGF0YTogYW55O1xuICBASW5wdXQoKSBmb3JtRGF0YTogYW55O1xuICBASW5wdXQoKSBkeW5hbWljUGFyYW06IGFueTtcbiAgQElucHV0KCkgaGlkZUhlYWRlciA6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgaGlkZUZvb3RlcjogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBxdWVzdGlvbk51bWJlcjogbnVtYmVyID0gbnVsbDtcblxuICBASW5wdXQoKSBzaXplWHMgOiBudW1iZXI7XG4gIEBJbnB1dCgpIHNpemVTbSA6IG51bWJlcjtcbiAgQElucHV0KCkgc2l6ZU1kIDogbnVtYmVyO1xuICBASW5wdXQoKSBzaXplTGcgOiBudW1iZXI7XG4gIEBJbnB1dCgpIHNpemVYbCA6IG51bWJlcjtcblxuICBASW5wdXQoKSBvZmZzZXRYcyA6IG51bWJlcjtcbiAgQElucHV0KCkgb2Zmc2V0U20gOiBudW1iZXI7XG4gIEBJbnB1dCgpIG9mZnNldE1kIDogbnVtYmVyO1xuICBASW5wdXQoKSBvZmZzZXRMZyA6IG51bWJlcjtcbiAgQElucHV0KCkgb2Zmc2V0WGwgOiBudW1iZXI7XG5cbiAgQElucHV0KCkgcmVhZG9ubHk6IEJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgbXVsdGlNb2RlOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIHJlYWRPbmx5RmllbGRzOiBzdHJpbmdbXTtcbiAgIFxuICBpZGVudGlmaWVyOiBzdHJpbmcgPSBcIlwiO1xuICBzc246IHN0cmluZyA9XCJcIjtcbiAgY29uc3RydWN0b3IocHVibGljIHNlcnZpY2U6IFF1ZXN0aW9uU2VydmljZSwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgbG9nZ2VyOiBMb2dnZXJTZXJ2aWNlLFxuICAgIHB1YmxpYyBxdWVzdGlvbm5haXJlU2VydmljZTogUXVlc3Rpb25uYWlyZVNlcnZpY2UsIHB1YmxpYyBsczogTG9naW5TZXJ2aWNlLCBwdWJsaWMgdmFsaWRhdGlvblNlcnZpY2U6IFZhbGlkYXRpb25TZXJ2aWNlLHByaXZhdGUgYWN0aXZhdGVkUm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgaWYoY2hhbmdlcy5yZWFkT25seUZpZWxkcz8uY3VycmVudFZhbHVlKXtcbiAgICAgIHRoaXMucmVhZE9ubHlGaWVsZHMgPSBjaGFuZ2VzLnJlYWRPbmx5RmllbGRzLmN1cnJlbnRWYWx1ZTtcbiAgICB9IGVsc2UgaWYoY2hhbmdlcy5yZWFkT25seUZpZWxkcz8ucHJldmlvdXNWYWx1ZSAmJiBjaGFuZ2VzLnJlYWRPbmx5RmllbGRzLmN1cnJlbnRWYWx1ZSA9PSBudWxsKSB7XG4gICAgICB0aGlzLnJlYWRPbmx5RmllbGRzID0gY2hhbmdlcy5yZWFkT25seUZpZWxkcy5jdXJyZW50VmFsdWU7XG4gICAgfVxuICB9XG5cbiAgY29tcGxldGUoZXZlbnQpe1xuICAgIHRoaXMub25Db21wbGV0ZS5lbWl0KGV2ZW50KTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIGxldCBzdHJLZXkgPSBbXTtcbiAgICB0aGlzLmFjdGl2YXRlZFJvdXRlLnF1ZXJ5UGFyYW1NYXAuc3Vic2NyaWJlKHBhcmFtcyA9PiB7XG4gICAgICBzdHJLZXkgPSBbXSA9IHBhcmFtcy5rZXlzO1xuICAgICAgdGhpcy5pZGVudGlmaWVyID0gcGFyYW1zLmdldCgnaWRlbnRpZmllcicpXG4gICAgfSk7XG4gICAgdGhpcy5zZXR1cFFlTG9hZGVyKCk7XG4gIH1cblxuICBzZXR1cFFlTG9hZGVyKCkge1xuICAgIGlmICh0aGlzLnF1ZXJ5TW9kZWwgJiYgdGhpcy5wYWdlVHlwZSA9PSAnUE9QVVAnKSB7XG4gICAgICB0aGlzLmxvYWRRdWVzdGlvbm5haXJlKHRoaXMucXVlcnlNb2RlbCk7XG4gICAgfSBlbHNlIGlmICh0aGlzLnF1ZXJ5TW9kZWwgJiYgIXRoaXMuYXV0b1NhdmUpIHtcbiAgICAgIHRoaXMubG9hZFF1ZXN0aW9ubmFpcmUodGhpcy5xdWVyeU1vZGVsKTtcbiAgICB9ZWxzZSB7XG4gICAgICAvL3RoaXMuc2VydmljZS5zZWFyY2hCcy5uZXh0KHRoaXMucXVlcnlNb2RlbCk7XG4gICAgICB0aGlzLmxvYWRRdWVzdGlvbm5haXJlKHRoaXMucXVlcnlNb2RlbCk7XG4gICAgfVxuICB9XG5cbiAgbG9hZFF1ZXN0aW9ubmFpcmUocXVlcnlNb2RlbDogUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWwpIHtcbiAgICB0aGlzLnNob3dMb2FkZXJUaGVtZSA9IHRydWU7XG5cbiAgICBpZihxdWVyeU1vZGVsLmlzU2NyZWVuUXVlc3Rpb25uYWlyZSl7XG4gICAgICBxdWVyeU1vZGVsLnV1aWQgPSB0aGlzLmlkZW50aWZpZXI7XG4gICAgfVxuXG4gICAgbGV0IHN1YnNjcmlwdGlvbiA9IHF1ZXJ5TW9kZWwuaXNTY3JlZW5RdWVzdGlvbm5haXJlIFxuICAgICAgICAgICAgICAgICAgICAgICA/IHRoaXMuc2VydmljZS5nZXRTY3JlZW5RdWVzdGlvbnMocXVlcnlNb2RlbCkgXG4gICAgICAgICAgICAgICAgICAgICAgIDogdGhpcy5zZXJ2aWNlLmdldFF1ZXN0aW9ucyhxdWVyeU1vZGVsKTtcblxuICAgIHN1YnNjcmlwdGlvbi5zdWJzY3JpYmUoXG4gICAgICByZXMgPT4ge1xuICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnRW50aXJlIHJlc3BvbnNlIGZyb20gcmVuZGVyIHF1ZXN0aW9ubmFpcmUgcGFnZSA9ICcsIHJlcyk7XG4gICAgICAgIGlmKHJlc1sncmVzcG9uc2VKc29uJ10gJiYgT2JqZWN0LmtleXMocmVzWydyZXNwb25zZUpzb24nXSkubGVuZ3RoID4gMCl7XG4gICAgICAgICAgdGhpcy5mb3JtRGF0YSA9IHJlc1sncmVzcG9uc2VKc29uJ107XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5xdWVzdGlvbnMkLm5leHQoW3Jlc1sncXVlc3Rpb25uYWlyZUpzb24nXV0pO1xuICAgICAgICB0aGlzLmZvclNjcmVlblF1ZXN0aW9ubmFpcmVCcy5uZXh0KHF1ZXJ5TW9kZWwuaXNTY3JlZW5RdWVzdGlvbm5haXJlKTtcbiAgICAgICAgdGhpcy5lbmFibGVCYWNrQnV0dG9uQnMubmV4dChyZXNbJ2VuYWJsZUJhY2tCdXR0b24nXSk7XG4gICAgICAgIHRoaXMucG90ZW50aWFsSXNzdWVJZEJzLm5leHQocmVzWydwb3RlbnRpYWxJc3N1ZUlkJ10pO1xuICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnIFJlbmRlciBRdWVzdGlvbm5haXJlIFBhZ2UgSlNPTiA9ICcsIHJlc1sncXVlc3Rpb25uYWlyZUpzb24nXSk7XG4gICAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKCcgUmVuZGVyIFF1ZXN0aW9ubmFpcmUgUGFnZSBQb3RlbnRpYWwgSXNzdWUgSWQgPSAnLCByZXNbJ3BvdGVudGlhbElzc3VlSWQnXSk7XG4gICAgICAgIHRoaXMuc2hvd0xvYWRlclRoZW1lID0gZmFsc2U7XG4gICAgICAgIHRoaXMub25Mb2FkQ29tcGxldGUuZW1pdCh0cnVlKTtcbiAgICAgIH0sIGVyciA9PiB7XG4gICAgICAgIHRoaXMuc2hvd0xvYWRlclRoZW1lID0gZmFsc2U7XG4gICAgICAgIHRoaXMudXRpbC5lcnJvckhhbmRsZXIoZXJyKTtcbiAgICAgICAgdGhpcy5sb2dnZXIuZXJyb3IoJ1JlbmRlciBRdWVzdGlvbm5haXJlIFBhZ2UgRXJyb3InLCBlcnIpO1xuICAgICAgICB0aGlzLm9uTG9hZENvbXBsZXRlLmVtaXQoZmFsc2UpO1xuICAgICAgfVxuICAgICk7XG4gIH1cblxuXG4gIG9uTW9kZWxDYW5jZWwoY2FuY2VsOiBib29sZWFuKSB7XG4gICAgdGhpcy5tb2RlbENhbmNlbC5lbWl0KGNhbmNlbCk7XG4gIH1cblxuICBzdWJtaXQoKXtcbiAgICB0aGlzLnF1ZXN0aW9ubmFpcmUuY29tcGxldGUoKTtcbiAgfVxuXG4gIGhhbmRsZUVycm9yKGVycm9yKXtcbiAgICB0aGlzLm9uRXJyb3IuZW1pdChlcnJvcik7XG4gIH1cbn0iLCI8cC1ibG9ja1VJIFtibG9ja2VkXT1cImJsb2NrVWlcIj5cclxuICAgIDxpb24tc3Bpbm5lciBuYW1lPVwiY3Jlc2NlbnRcIj48L2lvbi1zcGlubmVyPlxyXG4gICAgTG9hZGluZy4uLlxyXG48L3AtYmxvY2tVST5cclxuPGRpdiAqbmdJZj1cInNob3dMb2FkZXJUaGVtZVwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICA8aW9uLXNwaW5uZXIgbmFtZT1cImRvdHNcIj48L2lvbi1zcGlubmVyPlxyXG48L2Rpdj5cclxuPG5nLWNvbnRhaW5lciAqbmdJZj1cInBhZ2VUeXBlPT09J1BPUFVQJ1wiPlxyXG5cclxuICAgIDxwLWRpYWxvZyB2aXNpYmxlPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIG1vZGFsPVwidHJ1ZVwiIFtzaG93SGVhZGVyXT1cImZhbHNlXCI+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cInNob3dMb2FkZXJUaGVtZVwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxpb24tc3Bpbm5lciBuYW1lPVwiZG90c1wiPjwvaW9uLXNwaW5uZXI+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cIiFzaG93TG9hZGVyVGhlbWUgJiYgcXVlc3Rpb25zJC5nZXRWYWx1ZSgpXCI+XHJcbiAgICAgICAgICAgIDxhcHAtZHluYW1pYy1mb3JtIFtxdWVzdGlvbnNdPVwicXVlc3Rpb25zJCB8IGFzeW5jXCJcclxuICAgICAgICAgICAgICAgIFtmb3JTY3JlZW5RdWVzdGlvbm5haXJlXT1cImZvclNjcmVlblF1ZXN0aW9ubmFpcmVCcyB8IGFzeW5jXCIgW2JhY2tCdXR0b25QYWdlXT1cImJhY2tCdXR0b25QYWdlXCJcclxuICAgICAgICAgICAgICAgIFtwYWdlVHlwZV09XCJwYWdlVHlwZVwiIFtuZXh0QnV0dG9uUGFnZV09XCJuZXh0QnV0dG9uUGFnZVwiIChtb2RlbENhbmNlbCk9XCJvbk1vZGVsQ2FuY2VsKCRldmVudClcIlxyXG4gICAgICAgICAgICAgICAgKG9uQ29tcGxldGUpPVwiY29tcGxldGUoJGV2ZW50KVwiIFtkYXRhXT1cImRhdGFcIiBbYXV0b1NhdmVdPVwiYXV0b1NhdmVcIiBbcXVlcnlNb2RlbF09XCJxdWVyeU1vZGVsXCJcclxuICAgICAgICAgICAgICAgIFtoaWRlRm9vdGVyXT1cImhpZGVGb290ZXJcIiBbZHluYW1pY1BhcmFtXT1cImR5bmFtaWNQYXJhbVwiIFtmb3JtRGF0YV09XCJmb3JtRGF0YVwiXHJcbiAgICAgICAgICAgICAgICAob25FcnJvcik9XCJoYW5kbGVFcnJvcigkZXZlbnQpXCIgW2Zvcm1SZWFkT25seV09XCJyZWFkb25seVwiIFttdWx0aU1vZGVdPVwibXVsdGlNb2RlXCIgXHJcbiAgICAgICAgICAgICAgICBbcXVlc3Rpb25OdW1iZXJdPVwicXVlc3Rpb25OdW1iZXJcIj5cclxuICAgICAgICAgICAgPC9hcHAtZHluYW1pYy1mb3JtPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgIDwvcC1kaWFsb2c+XHJcbjwvbmctY29udGFpbmVyPlxyXG5cclxuPG5nLWNvbnRhaW5lciAqbmdJZj1cInBhZ2VUeXBlIT0nUE9QVVAnXCI+XHJcbiAgICA8ZGl2ICpuZ0lmPVwiIXNob3dMb2FkZXJUaGVtZSAmJiBxdWVzdGlvbnMkLmdldFZhbHVlKClcIj5cclxuICAgICAgICA8YXBwLWR5bmFtaWMtZm9ybSAjcXVlc3Rpb25uYWlyZSBbcXVlc3Rpb25zXT1cInF1ZXN0aW9ucyQgfCBhc3luY1wiIChtb2RlbENhbmNlbCk9XCJvbk1vZGVsQ2FuY2VsKCRldmVudClcIlxyXG4gICAgICAgICAgICBbZm9yU2NyZWVuUXVlc3Rpb25uYWlyZV09XCJmb3JTY3JlZW5RdWVzdGlvbm5haXJlQnMgfCBhc3luY1wiIFtiYWNrQnV0dG9uUGFnZV09XCJiYWNrQnV0dG9uUGFnZVwiXHJcbiAgICAgICAgICAgIFtwYWdlVHlwZV09XCJwYWdlVHlwZVwiIFtuZXh0QnV0dG9uUGFnZV09XCJuZXh0QnV0dG9uUGFnZVwiIFtmb3JtRGF0YV09XCJsb2FkZXJNb2RlbCA/IGxvYWRlck1vZGVsLmRhdGEgOiBmb3JtRGF0YVwiXHJcbiAgICAgICAgICAgIFtyZWFkT25seUZpZWxkc109XCJsb2FkZXJNb2RlbCA/IGxvYWRlck1vZGVsLmRpc2FibGVDb250cm9sTmFtZXMgOiByZWFkT25seUZpZWxkc1wiIChvbkNvbXBsZXRlKT1cImNvbXBsZXRlKCRldmVudClcIiBbYXV0b1NhdmVdPVwiYXV0b1NhdmVcIiBcclxuICAgICAgICAgICAgW3F1ZXJ5TW9kZWxdPVwicXVlcnlNb2RlbFwiIFtoaWRlRm9vdGVyXT1cImhpZGVGb290ZXJcIiBbZHluYW1pY1BhcmFtXT1cImR5bmFtaWNQYXJhbVwiXHJcbiAgICAgICAgICAgIFtzaXplWHNdPVwic2l6ZVhzXCIgW3NpemVTbV09XCJzaXplU21cIiBbc2l6ZU1kXT1cInNpemVNZFwiIFtzaXplTGddPVwic2l6ZUxnXCIgW3NpemVYbF09XCJzaXplWGxcIiBcclxuICAgICAgICAgICAgW29mZnNldFhzXT1cIm9mZnNldFhzXCIgW29mZnNldFNtXT1cIm9mZnNldFNtXCIgW29mZnNldE1kXT1cIm9mZnNldE1kXCIgW29mZnNldExnXT1cIm9mZnNldExnXCIgW29mZnNldFhsXT1cIm9mZnNldFhsXCJcclxuICAgICAgICAgICAgKG9uRXJyb3IpPVwiaGFuZGxlRXJyb3IoJGV2ZW50KVwiIFttZmFSZXF1aXJlZF09XCJtZmFSZXF1aXJlZFwiIFtmb3JtUmVhZE9ubHldPVwicmVhZG9ubHlcIiBbbXVsdGlNb2RlXT1cIm11bHRpTW9kZVwiIFxyXG4gICAgICAgICAgICBbcXVlc3Rpb25OdW1iZXJdPVwicXVlc3Rpb25OdW1iZXJcIiBbbG9hZGVyU2VydmljZV09XCJsb2FkZXJTZXJ2aWNlXCIgW2lzRW5hYmxlQmFja0J1dHRvbl09XCJlbmFibGVCYWNrQnV0dG9uQnMgfCBhc3luY1wiXHJcbiAgICAgICAgICAgIFtwb3RlbnRpYWxJc3N1ZUlkQnNdPVwicG90ZW50aWFsSXNzdWVJZEJzIHwgYXN5bmNcIj5cclxuICAgICAgICA8L2FwcC1keW5hbWljLWZvcm0+XHJcbiAgICA8L2Rpdj5cclxuPC9uZy1jb250YWluZXI+Il19
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "../../pipes/trust-html/trust-html.pipe";
|
|
5
|
+
function ReadMoreComponent_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
7
|
+
i0.ɵɵelementStart(0, "a", 2);
|
|
8
|
+
i0.ɵɵlistener("click", function ReadMoreComponent_a_2_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.readMore(false)); });
|
|
9
|
+
i0.ɵɵtext(1, "...read more");
|
|
10
|
+
i0.ɵɵelementEnd();
|
|
11
|
+
} }
|
|
12
|
+
function ReadMoreComponent_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
const _r5 = i0.ɵɵgetCurrentView();
|
|
14
|
+
i0.ɵɵelementStart(0, "a", 2);
|
|
15
|
+
i0.ɵɵlistener("click", function ReadMoreComponent_a_3_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.readMore(true)); });
|
|
16
|
+
i0.ɵɵtext(1, "...read less");
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
} }
|
|
19
|
+
export class ReadMoreComponent {
|
|
20
|
+
constructor() {
|
|
21
|
+
this.isCollapsed = true;
|
|
22
|
+
this.text = '';
|
|
23
|
+
this.hideAfter = 150;
|
|
24
|
+
this.hideReadMore = false;
|
|
25
|
+
}
|
|
26
|
+
ngOnInit() {
|
|
27
|
+
console.log('ngOnInit');
|
|
28
|
+
this.readMore(true);
|
|
29
|
+
}
|
|
30
|
+
readMore(more) {
|
|
31
|
+
if (this.text?.length <= this.hideAfter) {
|
|
32
|
+
this.hideReadMore = true;
|
|
33
|
+
}
|
|
34
|
+
if (this.text?.length > this.hideAfter && more) {
|
|
35
|
+
this.value = this.text.substring(0, this.hideAfter);
|
|
36
|
+
this.isCollapsed = false;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
this.value = this.text;
|
|
40
|
+
this.isCollapsed = true;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
static { this.ɵfac = function ReadMoreComponent_Factory(t) { return new (t || ReadMoreComponent)(); }; }
|
|
44
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadMoreComponent, selectors: [["app-read-more"]], inputs: { isCollapsed: "isCollapsed", text: "text", hideAfter: "hideAfter" }, decls: 4, vars: 5, consts: [[3, "innerHtml"], ["class", "link", 3, "click", 4, "ngIf"], [1, "link", 3, "click"]], template: function ReadMoreComponent_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
i0.ɵɵelement(0, "span", 0);
|
|
46
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
47
|
+
i0.ɵɵtemplate(2, ReadMoreComponent_a_2_Template, 2, 0, "a", 1)(3, ReadMoreComponent_a_3_Template, 2, 0, "a", 1);
|
|
48
|
+
} if (rf & 2) {
|
|
49
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(1, 3, ctx.value), i0.ɵɵsanitizeHtml);
|
|
50
|
+
i0.ɵɵadvance(2);
|
|
51
|
+
i0.ɵɵproperty("ngIf", !ctx.isCollapsed && !ctx.hideReadMore);
|
|
52
|
+
i0.ɵɵadvance(1);
|
|
53
|
+
i0.ɵɵproperty("ngIf", ctx.isCollapsed && !ctx.hideReadMore);
|
|
54
|
+
} }, dependencies: [i1.NgIf, i2.TrustHtmlPipe], styles: ["div.collapsed[_ngcontent-%COMP%]{height:250px;overflow:hidden}"] }); }
|
|
55
|
+
}
|
|
56
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadMoreComponent, [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: 'app-read-more', template: `
|
|
59
|
+
<span [innerHtml]="value | trustHtml">
|
|
60
|
+
</span>
|
|
61
|
+
<a (click)="readMore(false)" class="link" *ngIf="!isCollapsed && !hideReadMore">...read more</a>
|
|
62
|
+
<a (click)="readMore(true)" class="link" *ngIf="isCollapsed && !hideReadMore">...read less</a>
|
|
63
|
+
`, styles: ["div.collapsed{height:250px;overflow:hidden}\n"] }]
|
|
64
|
+
}], () => [], { isCollapsed: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], text: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], hideAfter: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}] }); })();
|
|
71
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadMoreComponent, { className: "ReadMoreComponent", filePath: "lib\\components\\read-more\\read-more.component.ts", lineNumber: 13 }); })();
|
|
72
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1tb3JlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9yZWFkLW1vcmUvcmVhZC1tb3JlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0lBT3JELDRCQUFnRjtJQUE3RSx1SkFBUyxlQUFBLGdCQUFTLEtBQUssQ0FBQyxDQUFBLElBQUM7SUFBb0QsNEJBQVk7SUFBQSxpQkFBSTs7OztJQUNoRyw0QkFBOEU7SUFBM0UsdUpBQVMsZUFBQSxnQkFBUyxJQUFJLENBQUMsQ0FBQSxJQUFDO0lBQW1ELDRCQUFZO0lBQUEsaUJBQUk7O0FBSWxHLE1BQU0sT0FBTyxpQkFBaUI7SUFlNUI7UUFaQSxnQkFBVyxHQUFhLElBQUksQ0FBQztRQUc3QixTQUFJLEdBQVksRUFBRSxDQUFDO1FBR25CLGNBQVMsR0FBWSxHQUFHLENBQUM7UUFJekIsaUJBQVksR0FBRyxLQUFLLENBQUM7SUFFTCxDQUFDO0lBRWpCLFFBQVE7UUFDTixPQUFPLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEIsQ0FBQztJQUVELFFBQVEsQ0FBQyxJQUFjO1FBQ3JCLElBQUcsSUFBSSxDQUFDLElBQUksRUFBRSxNQUFNLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBQztZQUNyQyxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztTQUMxQjtRQUNELElBQUcsSUFBSSxDQUFDLElBQUksRUFBRSxNQUFNLEdBQUcsSUFBSSxDQUFDLFNBQVMsSUFBSSxJQUFJLEVBQUM7WUFDNUMsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQ25ELElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDO1NBQzFCO2FBQU07WUFDTCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDdkIsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7U0FDekI7SUFDSCxDQUFDO2tGQWpDVSxpQkFBaUI7b0VBQWpCLGlCQUFpQjtZQVAxQiwwQkFDTzs7WUFDUCw4REFBZ0csaURBQUE7O1lBRjFGLDhFQUErQjtZQUVNLGVBQW1DO1lBQW5DLDREQUFtQztZQUNwQyxlQUFrQztZQUFsQywyREFBa0M7OztpRkFJbkUsaUJBQWlCO2NBVjdCLFNBQVM7MkJBQ0UsZUFBZSxZQUNmOzs7OztDQUtYO29CQU1DLFdBQVc7a0JBRFYsS0FBSztZQUlOLElBQUk7a0JBREgsS0FBSztZQUlOLFNBQVM7a0JBRFIsS0FBSzs7a0ZBUkssaUJBQWlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1yZWFkLW1vcmUnLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxzcGFuIFtpbm5lckh0bWxdPVwidmFsdWUgfCB0cnVzdEh0bWxcIj5cbiAgICA8L3NwYW4+XG4gICAgPGEgKGNsaWNrKT1cInJlYWRNb3JlKGZhbHNlKVwiIGNsYXNzPVwibGlua1wiICpuZ0lmPVwiIWlzQ29sbGFwc2VkICYmICFoaWRlUmVhZE1vcmVcIj4uLi5yZWFkIG1vcmU8L2E+XG4gICAgPGEgKGNsaWNrKT1cInJlYWRNb3JlKHRydWUpXCIgY2xhc3M9XCJsaW5rXCIgKm5nSWY9XCJpc0NvbGxhcHNlZCAmJiAhaGlkZVJlYWRNb3JlXCI+Li4ucmVhZCBsZXNzPC9hPlxuYCxcbiAgc3R5bGVVcmxzOiBbJy4vcmVhZC1tb3JlLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBSZWFkTW9yZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KClcbiAgaXNDb2xsYXBzZWQgOiBib29sZWFuID0gdHJ1ZTtcblxuICBASW5wdXQoKVxuICB0ZXh0IDogc3RyaW5nID0gJyc7XG5cbiAgQElucHV0KClcbiAgaGlkZUFmdGVyIDogbnVtYmVyID0gMTUwO1xuXG4gIHZhbHVlO1xuXG4gIGhpZGVSZWFkTW9yZSA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgY29uc29sZS5sb2coJ25nT25Jbml0Jyk7XG4gICAgdGhpcy5yZWFkTW9yZSh0cnVlKTtcbiAgfVxuXG4gIHJlYWRNb3JlKG1vcmUgOiBib29sZWFuKXtcbiAgICBpZih0aGlzLnRleHQ/Lmxlbmd0aCA8PSB0aGlzLmhpZGVBZnRlcil7XG4gICAgICB0aGlzLmhpZGVSZWFkTW9yZSA9IHRydWU7XG4gICAgfVxuICAgIGlmKHRoaXMudGV4dD8ubGVuZ3RoID4gdGhpcy5oaWRlQWZ0ZXIgJiYgbW9yZSl7XG4gICAgICB0aGlzLnZhbHVlID0gdGhpcy50ZXh0LnN1YnN0cmluZygwLHRoaXMuaGlkZUFmdGVyKTtcbiAgICAgIHRoaXMuaXNDb2xsYXBzZWQgPSBmYWxzZTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy52YWx1ZSA9IHRoaXMudGV4dDtcbiAgICAgIHRoaXMuaXNDb2xsYXBzZWQgPSB0cnVlO1xuICAgIH1cbiAgfVxuXG59XG4iXX0=
|