@reusa/ngx-reusa-app-lib 0.0.732 → 0.1.731
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
- package/esm2022/lib/components/address/address.component.mjs +487 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
- package/esm2022/lib/components/error/error.component.mjs +86 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
- package/esm2022/lib/components/footer/footer.component.mjs +332 -0
- package/esm2022/lib/components/header/header.component.mjs +558 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +423 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +177 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
- package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
- package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
- package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
- package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
- package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
- package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
- package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
- package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
- package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
- package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
- package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
- package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
- package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
- package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
- package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
- package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
- package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
- package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
- package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
- package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
- package/esm2022/lib/services/login/login.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
- package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
- package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
- package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
- package/esm2022/lib/validations/AppRegex.mjs +45 -0
- package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
- package/{esm2020 → esm2022}/public-api.mjs +131 -131
- package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
- package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/annimations/app-animations.d.ts +3 -3
- package/lib/components/add-employer/add-employer.component.d.ts +276 -276
- package/lib/components/add-participant/add-participant.component.d.ts +45 -45
- package/lib/components/add-payment/add-payment.component.d.ts +33 -33
- package/lib/components/address/address.component.d.ts +68 -68
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +39 -39
- package/lib/components/captcha/captcha.component.d.ts +44 -44
- package/lib/components/card/card.component.d.ts +11 -11
- package/lib/components/contact-us/contact-us.component.d.ts +105 -107
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/content/content.component.d.ts +13 -13
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
- package/lib/components/disclosure/disclosure.component.d.ts +12 -12
- package/lib/components/dropdown/dropdown.component.d.ts +581 -207
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +31 -31
- package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +17 -17
- package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
- package/lib/components/file-download/file-download.component.d.ts +22 -22
- package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
- package/lib/components/footer/footer.component.d.ts +36 -36
- package/lib/components/header/header.component.d.ts +59 -58
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/help/help.component.d.ts +10 -10
- package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
- package/lib/components/info/info.component.d.ts +22 -22
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
- package/lib/components/mask/mask.component.d.ts +11 -11
- package/lib/components/menu/menu.component.d.ts +43 -43
- package/lib/components/mfa/mfa.component.d.ts +59 -59
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
- package/lib/components/money-expect/money-expect.component.d.ts +18 -18
- package/lib/components/msg/msg.component.d.ts +10 -10
- package/lib/components/news/news.component.d.ts +14 -14
- package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
- package/lib/components/page/page.component.d.ts +23 -23
- package/lib/components/profile/profile.component.d.ts +28 -28
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
- package/lib/components/questionnaire/AppValidators.d.ts +14 -14
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/FbConstants.d.ts +7 -7
- package/lib/components/questionnaire/SelectItem.d.ts +4 -4
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-base.d.ts +16 -16
- package/lib/components/questionnaire/question-control.service.d.ts +19 -19
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +18 -18
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/read-more/read-more.component.d.ts +14 -14
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
- package/lib/components/search-employer/search-employer.component.d.ts +37 -36
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/select/select.component.d.ts +55 -55
- package/lib/components/ssn/ssn.component.d.ts +11 -11
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
- package/lib/components/test/test.component.d.ts +8 -8
- package/lib/components/user-login/user-login.component.d.ts +48 -48
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
- package/lib/directives/caps-lock.directive.d.ts +11 -11
- package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
- package/lib/enums/EmailStatusEnum.d.ts +7 -7
- package/lib/guards/auth.guard.d.ts +28 -28
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/guards/no-login/no-login.guard.d.ts +11 -11
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
- package/lib/models/AddressComponentModel.d.ts +12 -12
- package/lib/models/BankDetailsComponentModel.d.ts +11 -11
- package/lib/models/BankDetailsModel.d.ts +4 -4
- package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
- package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
- package/lib/models/ErrorModel.d.ts +6 -6
- package/lib/models/FileModel.d.ts +4 -4
- package/lib/models/LibConstants.d.ts +112 -112
- package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
- package/lib/models/NotificationModel.d.ts +10 -10
- package/lib/models/OtpAuthModel.d.ts +6 -6
- package/lib/models/PaymentComponentModel.d.ts +7 -7
- package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
- package/lib/models/SsaVerificationModel.d.ts +8 -8
- package/lib/models/TrendModel.d.ts +13 -13
- package/lib/models/UserDetailsModel.d.ts +9 -9
- package/lib/models/UserModel.d.ts +46 -46
- package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
- package/lib/models/claimant/ClaimantModel.d.ts +22 -22
- package/lib/models/claimant/JobResultsData.d.ts +7 -7
- package/lib/models/claimant/MatchingJobs.d.ts +12 -12
- package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
- package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
- package/lib/models/cmp/ContactUsModel.d.ts +22 -22
- package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
- package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
- package/lib/models/cmp/messageRourceModel.d.ts +5 -5
- package/lib/models/dashboard-model.d.ts +43 -43
- package/lib/models/dependent.model.d.ts +11 -18
- package/lib/models/dependent.model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
- package/lib/models/questionnaire/ComboModel.d.ts +85 -85
- package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
- package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
- package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
- package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
- package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
- package/lib/models/questionnaire/StatusModel.d.ts +15 -15
- package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
- package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
- package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
- package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
- package/lib/pages/BasePage.d.ts +26 -26
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
- package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
- package/lib/pages/common/landing/landing.component.d.ts +24 -24
- package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
- package/lib/pages/common/login/login.component.d.ts +64 -64
- package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
- package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
- package/lib/pages/popovers/language/language.page.d.ts +16 -16
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
- package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
- package/lib/pipes/filter.pipe.d.ts +7 -7
- package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
- package/lib/services/base-service.d.ts +92 -92
- package/lib/services/captcha/captcha.service.d.ts +15 -15
- package/lib/services/case-service/case.service.d.ts +19 -19
- package/lib/services/chatbot/chatbot.service.d.ts +60 -60
- package/lib/services/chatbot/script.const.d.ts +15 -15
- package/lib/services/claimant/claimant.service.d.ts +17 -17
- package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant.service.d.ts +19 -19
- package/lib/services/claims/claims.service.d.ts +39 -39
- package/lib/services/cmp-service/cmp.service.d.ts +33 -33
- package/lib/services/dms-service/dms.service.d.ts +23 -23
- package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
- package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
- package/lib/services/help/help.service.d.ts +25 -25
- package/lib/services/help/help.service.d.ts.map +1 -1
- package/lib/services/idle/idle.service.d.ts +43 -43
- package/lib/services/logger/logger.service.d.ts +31 -31
- package/lib/services/logger/logger.service.d.ts.map +1 -1
- package/lib/services/login/login.service.d.ts +75 -75
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/maintenance/maintenance.service.d.ts +15 -15
- package/lib/services/notification/notification.service.d.ts +38 -38
- package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
- package/lib/services/questionnaire/validation.service.d.ts +81 -81
- package/lib/services/security-service/security.service.d.ts +14 -14
- package/lib/services/tour/tour.service.d.ts +24 -24
- package/lib/services/util/util.service.d.ts +190 -190
- package/lib/validations/AppRegex.d.ts +43 -43
- package/lib/validations/AppValidators.d.ts +53 -53
- package/package.json +6 -11
- package/public-api.d.ts +121 -121
- package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
- package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
- package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
- package/esm2020/lib/components/address/address.component.mjs +0 -480
- package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
- package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
- package/esm2020/lib/components/card/card.component.mjs +0 -54
- package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
- package/esm2020/lib/components/content/content.component.mjs +0 -60
- package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
- package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
- package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
- package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
- package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
- package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
- package/esm2020/lib/components/error/error.component.mjs +0 -85
- package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
- package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
- package/esm2020/lib/components/footer/footer.component.mjs +0 -337
- package/esm2020/lib/components/header/header.component.mjs +0 -566
- package/esm2020/lib/components/help/help.component.mjs +0 -48
- package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
- package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
- package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
- package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
- package/esm2020/lib/components/mask/mask.component.mjs +0 -48
- package/esm2020/lib/components/menu/menu.component.mjs +0 -430
- package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
- package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
- package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
- package/esm2020/lib/components/msg/msg.component.mjs +0 -48
- package/esm2020/lib/components/news/news.component.mjs +0 -89
- package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
- package/esm2020/lib/components/page/page.component.mjs +0 -138
- package/esm2020/lib/components/profile/profile.component.mjs +0 -182
- package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
- package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
- package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
- package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
- package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
- package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
- package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
- package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
- package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
- package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
- package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
- package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
- package/esm2020/lib/components/select/select.component.mjs +0 -153
- package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
- package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
- package/esm2020/lib/components/test/test.component.mjs +0 -18
- package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
- package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
- package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
- package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
- package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
- package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
- package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
- package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
- package/esm2020/lib/models/dashboard-model.mjs +0 -3
- package/esm2020/lib/models/dependent.model.mjs +0 -8
- package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
- package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
- package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
- package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
- package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
- package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
- package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
- package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
- package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
- package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
- package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
- package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
- package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
- package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
- package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
- package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
- package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
- package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
- package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
- package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
- package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
- package/esm2020/lib/services/login/login.service.mjs +0 -330
- package/esm2020/lib/validations/AppRegex.mjs +0 -45
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
- package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs
ADDED
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output, ViewChildren } from "@angular/core";
|
|
2
|
+
import { combineLatest } from "rxjs";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../services/questionnaire/questionnaire.service";
|
|
5
|
+
import * as i2 from "@ionic/angular";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "primeng/api";
|
|
8
|
+
import * as i5 from "primeng/dialog";
|
|
9
|
+
import * as i6 from "../render-questionnaire/render-questionnaire.page";
|
|
10
|
+
import * as i7 from "@ngx-translate/core";
|
|
11
|
+
const _c0 = ["fbs"];
|
|
12
|
+
function MultiQuestionnaireComponent_1_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "span", 3);
|
|
14
|
+
i0.ɵɵtext(1);
|
|
15
|
+
i0.ɵɵelementEnd();
|
|
16
|
+
} if (rf & 2) {
|
|
17
|
+
const ctx_r5 = i0.ɵɵnextContext(2);
|
|
18
|
+
i0.ɵɵadvance(1);
|
|
19
|
+
i0.ɵɵtextInterpolate(ctx_r5.header);
|
|
20
|
+
} }
|
|
21
|
+
function MultiQuestionnaireComponent_1_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
+
i0.ɵɵtemplate(0, MultiQuestionnaireComponent_1_ng_template_0_Template, 2, 1, "ng-template", 2);
|
|
23
|
+
} }
|
|
24
|
+
function MultiQuestionnaireComponent_div_2_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
25
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
26
|
+
i0.ɵɵelementStart(0, "div")(1, "app-questionnaire", 5, 6);
|
|
27
|
+
i0.ɵɵlistener("modelCancel", function MultiQuestionnaireComponent_div_2_div_1_Template_app_questionnaire_modelCancel_1_listener() { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r11.close()); })("onComplete", function MultiQuestionnaireComponent_div_2_div_1_Template_app_questionnaire_onComplete_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.complete($event)); });
|
|
28
|
+
i0.ɵɵelementEnd()();
|
|
29
|
+
} if (rf & 2) {
|
|
30
|
+
const model_r7 = ctx.$implicit;
|
|
31
|
+
const i_r9 = ctx.index;
|
|
32
|
+
const ctx_r6 = i0.ɵɵnextContext(2);
|
|
33
|
+
i0.ɵɵadvance(1);
|
|
34
|
+
i0.ɵɵproperty("queryModel", model_r7)("hideHeader", true)("autoSave", ctx_r6.autoSave ? model_r7.autoSave == true ? true : false : model_r7.autoSave == true ? true : false)("pageType", null)("hideFooter", true)("dynamicParam", model_r7.dynamicParam)("formData", ctx_r6.formData ? ctx_r6.formData : model_r7.data)("readonly", ctx_r6.readonly)("multiMode", true)("questionNumber", ctx_r6.showQuestionNumber ? i_r9 + 1 : null);
|
|
35
|
+
} }
|
|
36
|
+
function MultiQuestionnaireComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
+
i0.ɵɵelementStart(0, "div");
|
|
38
|
+
i0.ɵɵtemplate(1, MultiQuestionnaireComponent_div_2_div_1_Template, 3, 10, "div", 4);
|
|
39
|
+
i0.ɵɵelementEnd();
|
|
40
|
+
} if (rf & 2) {
|
|
41
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
42
|
+
i0.ɵɵadvance(1);
|
|
43
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.qeQueryModels);
|
|
44
|
+
} }
|
|
45
|
+
function MultiQuestionnaireComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
+
const _r15 = i0.ɵɵgetCurrentView();
|
|
47
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 7);
|
|
48
|
+
i0.ɵɵelement(2, "ion-icon", 8);
|
|
49
|
+
i0.ɵɵelementStart(3, "h1");
|
|
50
|
+
i0.ɵɵtext(4);
|
|
51
|
+
i0.ɵɵpipe(5, "translate");
|
|
52
|
+
i0.ɵɵelementEnd()();
|
|
53
|
+
i0.ɵɵelementStart(6, "ion-row", 9)(7, "ion-col", 10)(8, "ion-button", 11);
|
|
54
|
+
i0.ɵɵlistener("click", function MultiQuestionnaireComponent_div_3_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r15); const ctx_r14 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r14.close()); });
|
|
55
|
+
i0.ɵɵtext(9);
|
|
56
|
+
i0.ɵɵpipe(10, "translate");
|
|
57
|
+
i0.ɵɵelementEnd()()()();
|
|
58
|
+
} if (rf & 2) {
|
|
59
|
+
i0.ɵɵadvance(4);
|
|
60
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 2, "Response saved successfully."));
|
|
61
|
+
i0.ɵɵadvance(5);
|
|
62
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 4, "Close"));
|
|
63
|
+
} }
|
|
64
|
+
function MultiQuestionnaireComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
65
|
+
const _r17 = i0.ɵɵgetCurrentView();
|
|
66
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 7);
|
|
67
|
+
i0.ɵɵelement(2, "ion-icon", 12);
|
|
68
|
+
i0.ɵɵelementStart(3, "h1");
|
|
69
|
+
i0.ɵɵtext(4);
|
|
70
|
+
i0.ɵɵpipe(5, "translate");
|
|
71
|
+
i0.ɵɵelementEnd()();
|
|
72
|
+
i0.ɵɵelementStart(6, "ion-row", 9)(7, "ion-col", 10)(8, "ion-button", 11);
|
|
73
|
+
i0.ɵɵlistener("click", function MultiQuestionnaireComponent_div_4_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.close()); });
|
|
74
|
+
i0.ɵɵtext(9);
|
|
75
|
+
i0.ɵɵpipe(10, "translate");
|
|
76
|
+
i0.ɵɵelementEnd()()()();
|
|
77
|
+
} if (rf & 2) {
|
|
78
|
+
i0.ɵɵadvance(4);
|
|
79
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 2, "Could not save response. Please try again."));
|
|
80
|
+
i0.ɵɵadvance(5);
|
|
81
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 4, "Close"));
|
|
82
|
+
} }
|
|
83
|
+
function MultiQuestionnaireComponent_p_footer_5_ion_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
84
|
+
const _r20 = i0.ɵɵgetCurrentView();
|
|
85
|
+
i0.ɵɵelementStart(0, "ion-button", 11);
|
|
86
|
+
i0.ɵɵlistener("click", function MultiQuestionnaireComponent_p_footer_5_ion_button_3_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r19.close()); });
|
|
87
|
+
i0.ɵɵtext(1);
|
|
88
|
+
i0.ɵɵpipe(2, "translate");
|
|
89
|
+
i0.ɵɵelementEnd();
|
|
90
|
+
} if (rf & 2) {
|
|
91
|
+
i0.ɵɵadvance(1);
|
|
92
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Close"));
|
|
93
|
+
} }
|
|
94
|
+
function MultiQuestionnaireComponent_p_footer_5_Template(rf, ctx) { if (rf & 1) {
|
|
95
|
+
const _r22 = i0.ɵɵgetCurrentView();
|
|
96
|
+
i0.ɵɵelementStart(0, "p-footer")(1, "ion-row")(2, "ion-col", 10);
|
|
97
|
+
i0.ɵɵtemplate(3, MultiQuestionnaireComponent_p_footer_5_ion_button_3_Template, 3, 3, "ion-button", 13);
|
|
98
|
+
i0.ɵɵelementStart(4, "ion-button", 14);
|
|
99
|
+
i0.ɵɵlistener("click", function MultiQuestionnaireComponent_p_footer_5_Template_ion_button_click_4_listener() { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r21.submit()); });
|
|
100
|
+
i0.ɵɵtext(5);
|
|
101
|
+
i0.ɵɵpipe(6, "translate");
|
|
102
|
+
i0.ɵɵelementEnd()()()();
|
|
103
|
+
} if (rf & 2) {
|
|
104
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
105
|
+
i0.ɵɵadvance(3);
|
|
106
|
+
i0.ɵɵproperty("ngIf", ctx_r4.showClose);
|
|
107
|
+
i0.ɵɵadvance(2);
|
|
108
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 2, "Submit"));
|
|
109
|
+
} }
|
|
110
|
+
const _c1 = () => ({ width: "45vw", height: "inherit" });
|
|
111
|
+
const _c2 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
112
|
+
export class MultiQuestionnaireComponent {
|
|
113
|
+
constructor(questionnaireService) {
|
|
114
|
+
this.questionnaireService = questionnaireService;
|
|
115
|
+
this.showClose = true;
|
|
116
|
+
this.autoSave = false;
|
|
117
|
+
this.modelCancel = new EventEmitter();
|
|
118
|
+
this.onComplete = new EventEmitter();
|
|
119
|
+
this.readonly = false;
|
|
120
|
+
this.showQuestionNumber = false;
|
|
121
|
+
this.qeDatas = [];
|
|
122
|
+
this.isVisible = true;
|
|
123
|
+
this.showResponse = false;
|
|
124
|
+
this.showError = false;
|
|
125
|
+
this.qeResponse = new Map();
|
|
126
|
+
this.qeResponseSaveModel = new Map();
|
|
127
|
+
}
|
|
128
|
+
ngOnInit() {
|
|
129
|
+
console.log("this.formData", this.formData, this.qeQueryModels);
|
|
130
|
+
}
|
|
131
|
+
submit() {
|
|
132
|
+
this.fbs.forEach(fb => {
|
|
133
|
+
fb.submit();
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
complete(event) {
|
|
137
|
+
let qId = event.potentialIssueId || event.questionnaireId || event.questionnaireIds[0];
|
|
138
|
+
this.qeResponseSaveModel.set(qId, event);
|
|
139
|
+
if (event.isScreenQuestionnaire) {
|
|
140
|
+
this.qeResponse.set(qId, JSON.parse(event.screenQuestionnaireData[0]));
|
|
141
|
+
}
|
|
142
|
+
else {
|
|
143
|
+
this.qeResponse.set(qId, JSON.parse(event.data));
|
|
144
|
+
}
|
|
145
|
+
if (this.qeResponseSaveModel.size == this.fbs.length) {
|
|
146
|
+
this.qeDatas = [];
|
|
147
|
+
this.qeResponseSaveModel.forEach(r => this.qeDatas.push(r));
|
|
148
|
+
let screenQuestionnaire = this.qeDatas.filter(q => q.isScreenQuestionnaire === true);
|
|
149
|
+
let questionnaire = this.qeDatas.filter(q => q.isScreenQuestionnaire != true);
|
|
150
|
+
let hasScreenQuestionnaire = screenQuestionnaire.length > 0;
|
|
151
|
+
let hasQuestionnaire = questionnaire.length > 0;
|
|
152
|
+
if (hasScreenQuestionnaire && hasQuestionnaire) {
|
|
153
|
+
combineLatest(this.saveQuestionnaires(questionnaire))
|
|
154
|
+
.subscribe(res => {
|
|
155
|
+
this.showResponse = true;
|
|
156
|
+
this.closeAfterSuccess();
|
|
157
|
+
}, err => {
|
|
158
|
+
this.showError = true;
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
else if (hasScreenQuestionnaire) {
|
|
162
|
+
screenQuestionnaire.forEach(q => this.saveScreenQuestionnaire(q));
|
|
163
|
+
if (this.autoSave == false) {
|
|
164
|
+
this.closeAfterSuccess();
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
else if (hasQuestionnaire) {
|
|
168
|
+
combineLatest(this.saveQuestionnaires(questionnaire))
|
|
169
|
+
.subscribe(res => {
|
|
170
|
+
this.showResponse = true;
|
|
171
|
+
this.closeAfterSuccess();
|
|
172
|
+
}, err => {
|
|
173
|
+
this.showError = true;
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
saveScreenQuestionnaire(qeScreenData) {
|
|
179
|
+
if (this.autoSave) {
|
|
180
|
+
this.questionnaireService.saveScreenQuestionnaire(qeScreenData)
|
|
181
|
+
.subscribe(res => {
|
|
182
|
+
this.showResponse = true;
|
|
183
|
+
}, err => {
|
|
184
|
+
this.showError = true;
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
handleError(error) {
|
|
189
|
+
this.showError = true;
|
|
190
|
+
}
|
|
191
|
+
close() {
|
|
192
|
+
this.modelCancel.emit();
|
|
193
|
+
}
|
|
194
|
+
saveQuestionnaires(questionnaires) {
|
|
195
|
+
let subscriptions = [];
|
|
196
|
+
questionnaires.forEach(q => {
|
|
197
|
+
this.qeResponse.set(this.qId, JSON.parse(q.data));
|
|
198
|
+
subscriptions.push(this.questionnaireService.saveQuestionnaire(q));
|
|
199
|
+
});
|
|
200
|
+
return subscriptions;
|
|
201
|
+
}
|
|
202
|
+
closeAfterSuccess() {
|
|
203
|
+
this.onComplete.emit(this.qeResponse);
|
|
204
|
+
}
|
|
205
|
+
static { this.ɵfac = function MultiQuestionnaireComponent_Factory(t) { return new (t || MultiQuestionnaireComponent)(i0.ɵɵdirectiveInject(i1.QuestionnaireService)); }; }
|
|
206
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MultiQuestionnaireComponent, selectors: [["app-multi-questionnaire"]], viewQuery: function MultiQuestionnaireComponent_Query(rf, ctx) { if (rf & 1) {
|
|
207
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
208
|
+
} if (rf & 2) {
|
|
209
|
+
let _t;
|
|
210
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fbs = _t);
|
|
211
|
+
} }, inputs: { qeQueryModels: "qeQueryModels", showClose: "showClose", autoSave: "autoSave", formData: "formData", readonly: "readonly", header: "header", showQuestionNumber: "showQuestionNumber" }, outputs: { modelCancel: "modelCancel", onComplete: "onComplete" }, decls: 6, vars: 12, consts: [["appendTo", "body", "modal", "true", 3, "visible", "breakpoints", "showHeader"], [4, "ngIf"], ["pTemplate", "header"], [1, "fb-heading"], [4, "ngFor", "ngForOf"], [2, "display", "contents", 3, "queryModel", "hideHeader", "autoSave", "pageType", "hideFooter", "dynamicParam", "formData", "readonly", "multiMode", "questionNumber", "modelCancel", "onComplete"], ["fbs", ""], [1, "ion-text-center", "ion-padding-top"], ["name", "checkmark-circle", 2, "font-size", "80px", "color", "var(--ion-color-green)"], [1, "ion-padding"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"], ["name", "close-circle-outline", 2, "font-size", "80px", "color", "var(--ion-color-danger)"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click", 4, "ngIf"], ["shape", "round", "fill", "solid", "type", "submit", 3, "click"]], template: function MultiQuestionnaireComponent_Template(rf, ctx) { if (rf & 1) {
|
|
212
|
+
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
213
|
+
i0.ɵɵtemplate(1, MultiQuestionnaireComponent_1_Template, 1, 0, null, 1)(2, MultiQuestionnaireComponent_div_2_Template, 2, 1, "div", 1)(3, MultiQuestionnaireComponent_div_3_Template, 11, 6, "div", 1)(4, MultiQuestionnaireComponent_div_4_Template, 11, 6, "div", 1)(5, MultiQuestionnaireComponent_p_footer_5_Template, 7, 4, "p-footer", 1);
|
|
214
|
+
i0.ɵɵelementEnd();
|
|
215
|
+
} if (rf & 2) {
|
|
216
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(10, _c1));
|
|
217
|
+
i0.ɵɵproperty("visible", ctx.isVisible)("breakpoints", i0.ɵɵpureFunction0(11, _c2))("showHeader", ctx.header != null && ctx.header != undefined);
|
|
218
|
+
i0.ɵɵadvance(1);
|
|
219
|
+
i0.ɵɵproperty("ngIf", ctx.header);
|
|
220
|
+
i0.ɵɵadvance(1);
|
|
221
|
+
i0.ɵɵproperty("ngIf", !ctx.showResponse);
|
|
222
|
+
i0.ɵɵadvance(1);
|
|
223
|
+
i0.ɵɵproperty("ngIf", ctx.showResponse);
|
|
224
|
+
i0.ɵɵadvance(1);
|
|
225
|
+
i0.ɵɵproperty("ngIf", ctx.showError);
|
|
226
|
+
i0.ɵɵadvance(1);
|
|
227
|
+
i0.ɵɵproperty("ngIf", !ctx.showResponse);
|
|
228
|
+
} }, dependencies: [i2.IonButton, i2.IonCol, i2.IonIcon, i2.IonRow, i3.NgForOf, i3.NgIf, i4.Footer, i4.PrimeTemplate, i5.Dialog, i6.RenderQuestionnairePage, i7.TranslatePipe], styles: [".fb-heading[_ngcontent-%COMP%]{font-family:var(--app-font-light);color:var(--ion-color-medium-gray);font-size:36px;padding:10px 33px}"] }); }
|
|
229
|
+
}
|
|
230
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MultiQuestionnaireComponent, [{
|
|
231
|
+
type: Component,
|
|
232
|
+
args: [{ selector: 'app-multi-questionnaire', template: "<p-dialog [visible]=\"isVisible\" appendTo=\"body\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\"\n [style]=\"{width: '45vw', height : 'inherit'}\" modal=\"true\" [showHeader]=\"header != null && header != undefined\">\n \n <ng-template pTemplate=\"header\" *ngIf=\"header\">\n <span class=\"fb-heading\">{{header}}</span>\n </ng-template>\n \n <div *ngIf=\"!showResponse\">\n <div *ngFor=\"let model of qeQueryModels; let isLast = last; index as i\">\n <app-questionnaire #fbs style=\"display: contents;\" (modelCancel)=\"close()\" \n [queryModel]=\"model\" (onComplete)=\"complete($event)\" [hideHeader]=\"true\" [autoSave]=\"autoSave ? (model.autoSave == true ? true : false) : (model.autoSave == true ? true : false)\" [pageType]=\"null\"\n [hideFooter]=\"true\" [dynamicParam]=\"model.dynamicParam\" [formData]=\"formData ? formData : model.data\" [readonly]=\"readonly\" [multiMode]=\"true\" [questionNumber]=\"showQuestionNumber ? (i+1) : null\"></app-questionnaire>\n </div>\n </div>\n\n <div *ngIf=\"showResponse\">\n <div class=\"ion-text-center ion-padding-top\">\n <ion-icon name=\"checkmark-circle\" style=\"font-size: 80px; color: var(--ion-color-green);\"></ion-icon>\n <h1>{{'Response saved successfully.' | translate}}</h1>\n </div>\n <ion-row class=\"ion-padding\">\n <ion-col class=\"ion-text-right\">\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\" type=\"reset\">{{'Close' | translate}}</ion-button>\n </ion-col>\n </ion-row>\n </div>\n\n <div *ngIf=\"showError\">\n <div class=\"ion-text-center ion-padding-top\">\n <ion-icon name=\"close-circle-outline\" style=\"font-size: 80px; color: var(--ion-color-danger);\"></ion-icon>\n <h1>{{'Could not save response. Please try again.' | translate}}</h1>\n </div>\n <ion-row class=\"ion-padding\">\n <ion-col class=\"ion-text-right\">\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\" type=\"reset\">{{'Close' | translate}}</ion-button>\n </ion-col>\n </ion-row>\n </div>\n <p-footer *ngIf=\"!showResponse\">\n <ion-row>\n <ion-col class=\"ion-text-right\">\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"close()\" type=\"reset\" *ngIf=\"showClose\">{{'Close' | translate}}</ion-button>\n <ion-button shape=\"round\" fill=\"solid\" type=\"submit\" (click)=\"submit()\">{{'Submit' | translate}}</ion-button>\n </ion-col>\n </ion-row>\n </p-footer>\n</p-dialog>", styles: [".fb-heading{font-family:var(--app-font-light);color:var(--ion-color-medium-gray);font-size:36px;padding:10px 33px}\n"] }]
|
|
233
|
+
}], () => [{ type: i1.QuestionnaireService }], { fbs: [{
|
|
234
|
+
type: ViewChildren,
|
|
235
|
+
args: ['fbs']
|
|
236
|
+
}], qeQueryModels: [{
|
|
237
|
+
type: Input
|
|
238
|
+
}], showClose: [{
|
|
239
|
+
type: Input
|
|
240
|
+
}], autoSave: [{
|
|
241
|
+
type: Input
|
|
242
|
+
}], formData: [{
|
|
243
|
+
type: Input
|
|
244
|
+
}], modelCancel: [{
|
|
245
|
+
type: Output
|
|
246
|
+
}], onComplete: [{
|
|
247
|
+
type: Output
|
|
248
|
+
}], readonly: [{
|
|
249
|
+
type: Input
|
|
250
|
+
}], header: [{
|
|
251
|
+
type: Input
|
|
252
|
+
}], showQuestionNumber: [{
|
|
253
|
+
type: Input
|
|
254
|
+
}] }); })();
|
|
255
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MultiQuestionnaireComponent, { className: "MultiQuestionnaireComponent" }); })();
|
|
256
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktcXVlc3Rpb25uYWlyZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvcXVlc3Rpb25uYWlyZS9tdWx0aS1xdWVzdGlvbm5haXJlL211bHRpLXF1ZXN0aW9ubmFpcmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL3F1ZXN0aW9ubmFpcmUvbXVsdGktcXVlc3Rpb25uYWlyZS9tdWx0aS1xdWVzdGlvbm5haXJlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQWEsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hHLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7Ozs7Ozs7O0lDRzdCLCtCQUF5QjtJQUFBLFlBQVU7SUFBQSxpQkFBTzs7O0lBQWpCLGVBQVU7SUFBVixtQ0FBVTs7O0lBRHZDLDhGQUVjOzs7O0lBR1YsMkJBQXdFLDhCQUFBO0lBQ2pCLHdNQUFlLGVBQUEsZUFBTyxDQUFBLElBQUMsK0xBQ3ZDLGVBQUEsd0JBQWdCLENBQUEsSUFEdUI7SUFFMEgsaUJBQW9CLEVBQUE7Ozs7O0lBRHhOLGVBQW9CO0lBQXBCLHFDQUFvQixvQkFBQSxtSEFBQSxrQkFBQSxvQkFBQSx1Q0FBQSwrREFBQSw2QkFBQSxtQkFBQSwrREFBQTs7O0lBSDVCLDJCQUEyQjtJQUN2QixtRkFJTTtJQUNWLGlCQUFNOzs7SUFMcUIsZUFBa0I7SUFBbEIsOENBQWtCOzs7O0lBTzdDLDJCQUEwQixhQUFBO0lBRWxCLDhCQUFxRztJQUNyRywwQkFBSTtJQUFBLFlBQThDOztJQUFBLGlCQUFL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LCBPdXRwdXQsIFF1ZXJ5TGlzdCwgVmlld0NoaWxkcmVuIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IGNvbWJpbmVMYXRlc3QgfSBmcm9tIFwicnhqc1wiO1xuaW1wb3J0IHsgUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWxcIjtcbmltcG9ydCB7IFF1ZXN0aW9ubmFpcmVTYXZlTW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvUXVlc3Rpb25uYWlyZVNhdmVNb2RlbFwiO1xuaW1wb3J0IHsgUXVlc3Rpb25uYWlyZVNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS9xdWVzdGlvbm5haXJlLnNlcnZpY2VcIjtcbmltcG9ydCB7IFJlbmRlclF1ZXN0aW9ubmFpcmVQYWdlIH0gZnJvbSBcIi4uL3JlbmRlci1xdWVzdGlvbm5haXJlL3JlbmRlci1xdWVzdGlvbm5haXJlLnBhZ2VcIjtcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdhcHAtbXVsdGktcXVlc3Rpb25uYWlyZScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL211bHRpLXF1ZXN0aW9ubmFpcmUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL211bHRpLXF1ZXN0aW9ubmFpcmUuY29tcG9uZW50LnNjc3MnXVxuICB9KVxuICBleHBvcnQgY2xhc3MgTXVsdGlRdWVzdGlvbm5haXJlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgXG4gICAgQFZpZXdDaGlsZHJlbignZmJzJykgZmJzOiBRdWVyeUxpc3Q8UmVuZGVyUXVlc3Rpb25uYWlyZVBhZ2U+O1xuICBcbiAgICBASW5wdXQoKSBxZVF1ZXJ5TW9kZWxzIDogUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWxbXTtcbiAgXG4gICAgQElucHV0KCkgc2hvd0Nsb3NlIDogYm9vbGVhbiA9IHRydWU7XG4gIFxuICAgIEBJbnB1dCgpIGF1dG9TYXZlIDogYm9vbGVhbiA9IGZhbHNlO1xuICBcbiAgICBASW5wdXQoKSBmb3JtRGF0YTogYW55O1xuICBcbiAgICBAT3V0cHV0KCkgIG1vZGVsQ2FuY2VsID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuICBcbiAgICBAT3V0cHV0KCkgb25Db21wbGV0ZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgXG4gICAgQElucHV0KCkgcmVhZG9ubHk6IEJvb2xlYW4gPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpIGhlYWRlcjogc3RyaW5nO1xuXG4gICAgQElucHV0KCkgc2hvd1F1ZXN0aW9uTnVtYmVyOiBib29sZWFuID0gZmFsc2U7XG5cbiAgICBcbiAgXG4gICAgcWVEYXRhcyA6IFF1ZXN0aW9ubmFpcmVTYXZlTW9kZWxbXSA9IFtdO1xuICBcbiAgICBpc1Zpc2libGUgOiBib29sZWFuID0gdHJ1ZTtcbiAgXG4gICAgc2hvd1Jlc3BvbnNlIDogYm9vbGVhbiA9IGZhbHNlO1xuICBcbiAgICBzaG93RXJyb3IgOiBib29sZWFuID0gZmFsc2U7XG4gIFxuICAgIGR5bmFtaWNQYXJhbTphbnk7XG5cbiAgICBxZVJlc3BvbnNlIDogTWFwPG51bWJlciwgYW55PiA9IG5ldyBNYXAoKTtcblxuICAgIHFlUmVzcG9uc2VTYXZlTW9kZWwgOiBNYXA8bnVtYmVyLCBRdWVzdGlvbm5haXJlU2F2ZU1vZGVsPiA9IG5ldyBNYXAoKTtcblxuICAgIHFJZCA6IGFueTtcbiAgIFxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBxdWVzdGlvbm5haXJlU2VydmljZSA6IFF1ZXN0aW9ubmFpcmVTZXJ2aWNlKSB7IFxuXG4gICAgIFxuICAgIH1cbiAgXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICBjb25zb2xlLmxvZyhcInRoaXMuZm9ybURhdGFcIiwgdGhpcy5mb3JtRGF0YSwgdGhpcy5xZVF1ZXJ5TW9kZWxzKTtcbiAgICB9XG4gIFxuICAgIHN1Ym1pdCgpe1xuICAgICAgdGhpcy5mYnMuZm9yRWFjaChmYiA9PiB7XG4gICAgICAgIGZiLnN1Ym1pdCgpXG4gICAgICB9KTtcbiAgICAgIFxuICAgIH1cbiAgXG4gICAgY29tcGxldGUoZXZlbnQgOiBRdWVzdGlvbm5haXJlU2F2ZU1vZGVsKXtcbiAgICAgIGxldCBxSWQgPSBldmVudC5wb3RlbnRpYWxJc3N1ZUlkIHx8IGV2ZW50LnF1ZXN0aW9ubmFpcmVJZCB8fCBldmVudC5xdWVzdGlvbm5haXJlSWRzWzBdO1xuXG4gICAgICB0aGlzLnFlUmVzcG9uc2VTYXZlTW9kZWwuc2V0KHFJZCwgZXZlbnQpO1xuICAgICAgaWYoZXZlbnQuaXNTY3JlZW5RdWVzdGlvbm5haXJlKXtcbiAgICAgICAgdGhpcy5xZVJlc3BvbnNlLnNldChxSWQsIEpTT04ucGFyc2UoZXZlbnQuc2NyZWVuUXVlc3Rpb25uYWlyZURhdGFbMF0pKTtcbiAgICAgIH1lbHNlIHtcbiAgICAgICAgdGhpcy5xZVJlc3BvbnNlLnNldChxSWQsIEpTT04ucGFyc2UoZXZlbnQuZGF0YSkpO1xuICAgICAgfVxuICAgICAgaWYodGhpcy5xZVJlc3BvbnNlU2F2ZU1vZGVsLnNpemUgPT0gdGhpcy5mYnMubGVuZ3RoKXtcbiAgICAgICAgdGhpcy5xZURhdGFzID0gW107XG4gICAgICAgIHRoaXMucWVSZXNwb25zZVNhdmVNb2RlbC5mb3JFYWNoKHIgPT4gdGhpcy5xZURhdGFzLnB1c2gocikpO1xuICAgICAgICBsZXQgc2NyZWVuUXVlc3Rpb25uYWlyZSA9IHRoaXMucWVEYXRhcy5maWx0ZXIocSA9PiBxLmlzU2NyZWVuUXVlc3Rpb25uYWlyZSA9PT0gdHJ1ZSk7XG4gICAgICAgIGxldCBxdWVzdGlvbm5haXJlID0gdGhpcy5xZURhdGFzLmZpbHRlcihxID0+IHEuaXNTY3JlZW5RdWVzdGlvbm5haXJlICE9IHRydWUpO1xuICAgICAgICBsZXQgaGFzU2NyZWVuUXVlc3Rpb25uYWlyZSA9IHNjcmVlblF1ZXN0aW9ubmFpcmUubGVuZ3RoID4gMDtcbiAgICAgICAgbGV0IGhhc1F1ZXN0aW9ubmFpcmUgPSBxdWVzdGlvbm5haXJlLmxlbmd0aCA+IDA7XG5cbiAgICAgICAgaWYoaGFzU2NyZWVuUXVlc3Rpb25uYWlyZSAmJiBoYXNRdWVzdGlvbm5haXJlKXtcbiAgICAgICAgICBjb21iaW5lTGF0ZXN0KHRoaXMuc2F2ZVF1ZXN0aW9ubmFpcmVzKHF1ZXN0aW9ubmFpcmUpKVxuICAgICAgICAgIC5zdWJzY3JpYmUocmVzID0+IHtcbiAgICAgICAgICAgIHRoaXMuc2hvd1Jlc3BvbnNlID0gdHJ1ZTtcbiAgICAgICAgICAgIHRoaXMuY2xvc2VBZnRlclN1Y2Nlc3MoKTtcbiAgICAgICAgICB9LCBlcnIgPT4ge1xuICAgICAgICAgICAgdGhpcy5zaG93RXJyb3IgPSB0cnVlO1xuICAgICAgICAgIH0pXG4gICAgICAgIH0gZWxzZSBpZihoYXNTY3JlZW5RdWVzdGlvbm5haXJlKSB7XG4gICAgICAgICAgc2NyZWVuUXVlc3Rpb25uYWlyZS5mb3JFYWNoKHEgPT4gdGhpcy5zYXZlU2NyZWVuUXVlc3Rpb25uYWlyZShxKSlcbiAgICAgICAgICBpZih0aGlzLmF1dG9TYXZlID09IGZhbHNlKXtcbiAgICAgICAgICAgIHRoaXMuY2xvc2VBZnRlclN1Y2Nlc3MoKTtcbiAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSBpZihoYXNRdWVzdGlvbm5haXJlKSB7XG4gICAgICAgICAgY29tYmluZUxhdGVzdCh0aGlzLnNhdmVRdWVzdGlvbm5haXJlcyhxdWVzdGlvbm5haXJlKSlcbiAgICAgICAgICAuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLnNob3dSZXNwb25zZSA9IHRydWU7XG4gICAgICAgICAgICB0aGlzLmNsb3NlQWZ0ZXJTdWNjZXNzKCk7XG4gICAgICAgICAgfSwgZXJyID0+IHtcbiAgICAgICAgICAgIHRoaXMuc2hvd0Vycm9yID0gdHJ1ZTtcbiAgICAgICAgICB9KVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBzYXZlU2NyZWVuUXVlc3Rpb25uYWlyZShxZVNjcmVlbkRhdGE6IFF1ZXN0aW9ubmFpcmVTYXZlTW9kZWwpIHtcbiAgICAgIGlmKHRoaXMuYXV0b1NhdmUpe1xuICAgICAgICB0aGlzLnF1ZXN0aW9ubmFpcmVTZXJ2aWNlLnNhdmVTY3JlZW5RdWVzdGlvbm5haXJlKHFlU2NyZWVuRGF0YSlcbiAgICAgICAgICAgIC5zdWJzY3JpYmUocmVzID0+IHtcbiAgICAgICAgICAgICAgdGhpcy5zaG93UmVzcG9uc2UgPSB0cnVlO1xuICAgICAgICAgICAgfSwgZXJyID0+IHtcbiAgICAgICAgICAgICAgdGhpcy5zaG93RXJyb3IgPSB0cnVlO1xuICAgICAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBoYW5kbGVFcnJvcihlcnJvcikge1xuICAgICAgdGhpcy5zaG93RXJyb3IgPSB0cnVlO1xuICAgIH1cbiAgXG4gICAgY2xvc2UoKXtcbiAgICAgIHRoaXMubW9kZWxDYW5jZWwuZW1pdCgpO1xuICAgIH1cbiAgXG4gICAgc2F2ZVF1ZXN0aW9ubmFpcmVzKHF1ZXN0aW9ubmFpcmVzIDogUXVlc3Rpb25uYWlyZVNhdmVNb2RlbFtdKXtcbiAgICAgIGxldCBzdWJzY3JpcHRpb25zID0gW107XG4gICAgICBxdWVzdGlvbm5haXJlcy5mb3JFYWNoIChxID0+IHtcbiAgICAgICAgdGhpcy5xZVJlc3BvbnNlLnNldCh0aGlzLnFJZCwgSlNPTi5wYXJzZShxLmRhdGEpKVxuICAgICAgICBzdWJzY3JpcHRpb25zLnB1c2godGhpcy5xdWVzdGlvbm5haXJlU2VydmljZS5zYXZlUXVlc3Rpb25uYWlyZShxKSk7XG4gICAgICB9KTtcbiAgICAgIHJldHVybiBzdWJzY3JpcHRpb25zO1xuICAgIH1cbiAgXG4gICAgY2xvc2VBZnRlclN1Y2Nlc3MoKXtcbiAgICAgIHRoaXMub25Db21wbGV0ZS5lbWl0KHRoaXMucWVSZXNwb25zZSk7XG4gICAgfVxuICBcbiAgfSIsIjxwLWRpYWxvZyBbdmlzaWJsZV09XCJpc1Zpc2libGVcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieycxMjAwcHgnOiAnNjYwcHgnLCAnOTkycHgnOiAnNjYwcHgnLCAnNzY4cHgnOiAnNjYwcHgnLCAnNTc2cHgnOiAnMTAwdncnfVwiXG4gICAgW3N0eWxlXT1cInt3aWR0aDogJzQ1dncnLCBoZWlnaHQgOiAnaW5oZXJpdCd9XCIgbW9kYWw9XCJ0cnVlXCIgW3Nob3dIZWFkZXJdPVwiaGVhZGVyICE9IG51bGwgJiYgaGVhZGVyICE9IHVuZGVmaW5lZFwiPlxuICAgIFxuICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIiAqbmdJZj1cImhlYWRlclwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImZiLWhlYWRpbmdcIj57e2hlYWRlcn19PC9zcGFuPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gICAgXG4gICAgPGRpdiAqbmdJZj1cIiFzaG93UmVzcG9uc2VcIj5cbiAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbW9kZWwgb2YgcWVRdWVyeU1vZGVsczsgbGV0IGlzTGFzdCA9IGxhc3Q7IGluZGV4IGFzIGlcIj5cbiAgICAgICAgICAgIDxhcHAtcXVlc3Rpb25uYWlyZSAjZmJzIHN0eWxlPVwiZGlzcGxheTogY29udGVudHM7XCIgKG1vZGVsQ2FuY2VsKT1cImNsb3NlKClcIiBcbiAgICAgICAgICAgIFtxdWVyeU1vZGVsXT1cIm1vZGVsXCIgKG9uQ29tcGxldGUpPVwiY29tcGxldGUoJGV2ZW50KVwiIFtoaWRlSGVhZGVyXT1cInRydWVcIiBbYXV0b1NhdmVdPVwiYXV0b1NhdmUgPyAobW9kZWwuYXV0b1NhdmUgPT0gdHJ1ZSA/IHRydWUgOiBmYWxzZSkgOiAobW9kZWwuYXV0b1NhdmUgPT0gdHJ1ZSA/IHRydWUgOiBmYWxzZSlcIiBbcGFnZVR5cGVdPVwibnVsbFwiXG4gICAgICAgICAgICBbaGlkZUZvb3Rlcl09XCJ0cnVlXCIgW2R5bmFtaWNQYXJhbV09XCJtb2RlbC5keW5hbWljUGFyYW1cIiBbZm9ybURhdGFdPVwiZm9ybURhdGEgPyBmb3JtRGF0YSA6IG1vZGVsLmRhdGFcIiBbcmVhZG9ubHldPVwicmVhZG9ubHlcIiBbbXVsdGlNb2RlXT1cInRydWVcIiBbcXVlc3Rpb25OdW1iZXJdPVwic2hvd1F1ZXN0aW9uTnVtYmVyID8gKGkrMSkgOiBudWxsXCI+PC9hcHAtcXVlc3Rpb25uYWlyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2ICpuZ0lmPVwic2hvd1Jlc3BvbnNlXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmctdG9wXCI+XG4gICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cImNoZWNrbWFyay1jaXJjbGVcIiBzdHlsZT1cImZvbnQtc2l6ZTogODBweDsgY29sb3I6IHZhcigtLWlvbi1jb2xvci1ncmVlbik7XCI+PC9pb24taWNvbj5cbiAgICAgICAgICAgIDxoMT57eydSZXNwb25zZSBzYXZlZCBzdWNjZXNzZnVsbHkuJyB8IHRyYW5zbGF0ZX19PC9oMT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxpb24tcm93IGNsYXNzPVwiaW9uLXBhZGRpbmdcIj5cbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cbiAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiY2xvc2UoKVwiIHR5cGU9XCJyZXNldFwiPnt7J0Nsb3NlJyB8IHRyYW5zbGF0ZX19PC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICA8L2lvbi1yb3c+XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2ICpuZ0lmPVwic2hvd0Vycm9yXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmctdG9wXCI+XG4gICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cImNsb3NlLWNpcmNsZS1vdXRsaW5lXCIgc3R5bGU9XCJmb250LXNpemU6IDgwcHg7IGNvbG9yOiB2YXIoLS1pb24tY29sb3ItZGFuZ2VyKTtcIj48L2lvbi1pY29uPlxuICAgICAgICAgICAgPGgxPnt7J0NvdWxkIG5vdCBzYXZlIHJlc3BvbnNlLiBQbGVhc2UgdHJ5IGFnYWluLicgfCB0cmFuc2xhdGV9fTwvaDE+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8aW9uLXJvdyBjbGFzcz1cImlvbi1wYWRkaW5nXCI+XG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCI+XG4gICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNsb3NlKClcIiB0eXBlPVwicmVzZXRcIj57eydDbG9zZScgfCB0cmFuc2xhdGV9fTwvaW9uLWJ1dHRvbj5cbiAgICAgICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgPC9pb24tcm93PlxuICAgIDwvZGl2PlxuICAgIDxwLWZvb3RlciAqbmdJZj1cIiFzaG93UmVzcG9uc2VcIj5cbiAgICAgICAgPGlvbi1yb3c+XG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCI+XG4gICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNsb3NlKClcIiB0eXBlPVwicmVzZXRcIiAqbmdJZj1cInNob3dDbG9zZVwiPnt7J0Nsb3NlJyB8IHRyYW5zbGF0ZX19PC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwic29saWRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cInN1Ym1pdCgpXCI+e3snU3VibWl0JyB8IHRyYW5zbGF0ZX19PC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICA8L2lvbi1yb3c+XG4gICAgPC9wLWZvb3Rlcj5cbjwvcC1kaWFsb2c+Il19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class QuestionBase {
|
|
2
|
-
}
|
|
1
|
+
export class QuestionBase {
|
|
2
|
+
}
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlc3Rpb24tYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9xdWVzdGlvbm5haXJlL3F1ZXN0aW9uLWJhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLFlBQVk7Q0FjeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbGVtZW50c01vZGVsIH0gZnJvbSBcIi4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0VsZW1lbnRzTW9kZWxcIjtcblxuZXhwb3J0IGNsYXNzIFF1ZXN0aW9uQmFzZTxUPiB7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIHNob3dQcm9ncmVzc0Jhcj86IHN0cmluZztcbiAgcHJvZ3Jlc3NCYXJUeXBlPzogc3RyaW5nO1xuICBzdGVwQ291bnRlcj86bnVtYmVyO1xuICBpc0ZpcnN0UGFnZVN1Ym1pdD86Ym9vbGVhbjtcbiAgcGFnZXM/OiB7XG4gICAgbmF2aWdhdGlvblRpdGxlOiBzdHJpbmc7XG4gICAgbmF2aWdhdGlvbkRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gICAgbmFtZTogc3RyaW5nO1xuICAgIHF1ZXN0aW9ubm5haXJlSWQ/Om51bWJlcjtcbiAgICBpc1BsYWNlSG9sZGVyOmJvb2xlYW47XG4gICAgZWxlbWVudHM6IEVsZW1lbnRzTW9kZWxbXTtcbiAgfVtdO1xufVxuIl19
|