@sunbird-cb/toc 0.0.1 → 0.0.2-mauritius
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/_collection/_common/ai-tutor/ai-tutor.component.mjs +1169 -0
- package/esm2022/lib/_collection/_common/ai-tutor/socket.service.mjs +121 -0
- package/esm2022/lib/_collection/_common/card-competency/card-competency.component.mjs +58 -0
- package/esm2022/lib/_collection/_common/card-competency/card-competency.module.mjs +22 -0
- package/esm2022/lib/_collection/_common/card-content-v2/card-content-v2.model.mjs +23 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +108 -7
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +5 -1
- package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +3 -3
- package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +31 -11
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +88 -7
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +713 -75
- package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +22 -36
- package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +7 -2
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +51 -4
- package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.mjs +2 -8
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +3 -3
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.component.mjs +6 -3
- package/esm2022/lib/_services/viewer-route-util.mjs +2 -2
- package/esm2022/lib/_services/widget-content.model.mjs +9 -1
- package/esm2022/lib/_services/widget-content.service.mjs +8 -3
- package/esm2022/lib/app-toc-lib.module.mjs +7 -3
- package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +38 -8
- package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +3 -3
- package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +3 -3
- package/esm2022/lib/components/app-toc-home/app-toc-home.component.mjs +7 -6
- package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +298 -93
- package/esm2022/lib/components/public-survey-form/public-survey-form.component.mjs +5 -3
- package/esm2022/lib/registration-toc-lib.config.mjs +14 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +1 -1
- package/esm2022/lib/services/app-toc-v2.service.mjs +342 -21
- package/esm2022/lib/services/app-toc.service.mjs +601 -25
- package/esm2022/lib/services/certificate.service.mjs +54 -9
- package/esm2022/lib/services/root.service.mjs +106 -0
- package/esm2022/lib/services/viewer-data.service.mjs +1 -1
- package/esm2022/lib/services/viewer-util.service.mjs +150 -23
- package/esm2022/public-api.mjs +25 -1
- package/fesm2022/sunbird-cb-toc.mjs +9788 -6147
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/lib/_collection/_common/ai-tutor/ai-tutor.component.d.ts +139 -0
- package/lib/_collection/_common/ai-tutor/socket.service.d.ts +19 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +0 -1
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +0 -1
- package/lib/_collection/_common/card-competency/card-competency.component.d.ts +14 -0
- package/lib/_collection/_common/card-competency/card-competency.module.d.ts +8 -0
- package/lib/_collection/_common/card-content-v2/card-content-v2.model.d.ts +44 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +8 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +12 -12
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +0 -1
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts +0 -1
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts +0 -1
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +0 -1
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts +0 -1
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +0 -1
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +1 -2
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +7 -4
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +8 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +109 -6
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts +6 -4
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts +29 -29
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +3 -2
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +0 -1
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +0 -1
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +0 -1
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +0 -2
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts +0 -1
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +0 -1
- package/lib/_collection/_common/user-image/user-image.component.d.ts +0 -1
- package/lib/_collection/_common/user-image/user-image.module.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +2 -2
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +0 -1
- package/lib/_collection-api.d.ts +0 -1
- package/lib/_constants/widget-content.constants.d.ts +0 -1
- package/lib/_directives/tooltip.directive.d.ts +0 -1
- package/lib/_models/common.model.d.ts +0 -1
- package/lib/_models/error.model.d.ts +0 -1
- package/lib/_pipes/highlight.pipe.d.ts +0 -1
- package/lib/_services/rating.service.d.ts +0 -1
- package/lib/_services/samuhik-charcha.service.d.ts +0 -1
- package/lib/_services/viewer-route-util.d.ts +0 -1
- package/lib/_services/widget-content.model.d.ts +7 -1
- package/lib/_services/widget-content.service.d.ts +1 -1
- package/lib/_shared/translate-loader.factory.d.ts +0 -1
- package/lib/app-toc-lib.module.d.ts +2 -2
- package/lib/collection.config.d.ts +0 -1
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +0 -1
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +0 -1
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +4 -1
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +0 -1
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +0 -1
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +0 -1
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +0 -1
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +0 -1
- package/lib/components/app-toc-home/app-toc-home.component.d.ts +3 -3
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +35 -4
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +0 -1
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +0 -1
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +0 -1
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +0 -1
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +0 -1
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +0 -1
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +0 -1
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +0 -1
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +0 -1
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +0 -1
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +0 -1
- package/lib/components/public-survey-form/public-survey-form.component.d.ts +1 -1
- package/lib/components/survey-form-question/survey-form-question.component.d.ts +0 -1
- package/lib/components/survey-form-section/survey-form-section.component.d.ts +0 -1
- package/lib/models/app-toc-analytics.model.d.ts +0 -1
- package/lib/models/app-toc.model.d.ts +0 -1
- package/lib/models/auto-complete.model.d.ts +0 -1
- package/lib/models/card-content.model.d.ts +0 -1
- package/lib/models/content-strip-with-tabs.model.d.ts +0 -1
- package/lib/models/discussion-forum.model.d.ts +0 -1
- package/lib/models/goal.model.d.ts +0 -1
- package/lib/models/meta-tag.model.d.ts +0 -1
- package/lib/models/playlist.model.d.ts +0 -1
- package/lib/models/profile-revamp.model.d.ts +0 -1
- package/lib/models/rating.model.d.ts +0 -1
- package/lib/models/user-profile.model.d.ts +0 -1
- package/lib/registration-toc-lib.config.d.ts +4 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-resolver.service.d.ts +0 -1
- package/lib/resolvers/config-resolver.service.d.ts +0 -1
- package/lib/resolvers/profile-resolver.service.d.ts +0 -1
- package/lib/resolvers/restricted-features-resolver.service.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts +0 -1
- package/lib/services/access-control.service.d.ts +0 -1
- package/lib/services/action.service.d.ts +0 -1
- package/lib/services/app-toc-v2.service.d.ts +11 -2
- package/lib/services/app-toc.service.d.ts +61 -2
- package/lib/services/certificate.service.d.ts +5 -7
- package/lib/services/discuss-utils.service.d.ts +0 -1
- package/lib/services/editor.service.d.ts +0 -1
- package/lib/services/load-check.service.d.ts +0 -1
- package/lib/services/loader.service.d.ts +0 -1
- package/lib/services/mobile-apps.service.d.ts +0 -1
- package/lib/services/netcore.service.d.ts +0 -1
- package/lib/services/nps-grid.service.d.ts +0 -1
- package/lib/services/otp.service.d.ts +0 -1
- package/lib/services/profile-v2.service.d.ts +0 -1
- package/lib/services/reset-ratings.service.d.ts +0 -1
- package/lib/services/resource-download-helper.service.d.ts +0 -1
- package/lib/services/root.service.d.ts +26 -0
- package/lib/services/timer.service.d.ts +0 -1
- package/lib/services/title-tag.service.d.ts +0 -1
- package/lib/services/user-profile.service.d.ts +0 -1
- package/lib/services/viewer-data.service.d.ts +9 -6
- package/lib/services/viewer-util.service.d.ts +14 -1
- package/lib/share-toc/share-toc/share-toc.component.d.ts +0 -1
- package/lib/share-toc/share-toc.module.d.ts +0 -1
- package/package.json +4 -6
- package/public-api.d.ts +21 -1
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +0 -1
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +0 -1
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-image/user-image.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-image/user-image.module.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +0 -1
- package/lib/_collection-api.d.ts.map +0 -1
- package/lib/_constants/widget-content.constants.d.ts.map +0 -1
- package/lib/_directives/tooltip.directive.d.ts.map +0 -1
- package/lib/_models/common.model.d.ts.map +0 -1
- package/lib/_models/error.model.d.ts.map +0 -1
- package/lib/_pipes/highlight.pipe.d.ts.map +0 -1
- package/lib/_services/rating.service.d.ts.map +0 -1
- package/lib/_services/samuhik-charcha.service.d.ts.map +0 -1
- package/lib/_services/viewer-route-util.d.ts.map +0 -1
- package/lib/_services/widget-content.model.d.ts.map +0 -1
- package/lib/_services/widget-content.service.d.ts.map +0 -1
- package/lib/_shared/translate-loader.factory.d.ts.map +0 -1
- package/lib/app-toc-lib.module.d.ts.map +0 -1
- package/lib/collection.config.d.ts.map +0 -1
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +0 -1
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +0 -1
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +0 -1
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +0 -1
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +0 -1
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +0 -1
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +0 -1
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +0 -1
- package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +0 -1
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +0 -1
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +0 -1
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +0 -1
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +0 -1
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +0 -1
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +0 -1
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +0 -1
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +0 -1
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +0 -1
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +0 -1
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +0 -1
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +0 -1
- package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +0 -1
- package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +0 -1
- package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +0 -1
- package/lib/models/app-toc-analytics.model.d.ts.map +0 -1
- package/lib/models/app-toc.model.d.ts.map +0 -1
- package/lib/models/auto-complete.model.d.ts.map +0 -1
- package/lib/models/card-content.model.d.ts.map +0 -1
- package/lib/models/content-strip-with-tabs.model.d.ts.map +0 -1
- package/lib/models/discussion-forum.model.d.ts.map +0 -1
- package/lib/models/goal.model.d.ts.map +0 -1
- package/lib/models/meta-tag.model.d.ts.map +0 -1
- package/lib/models/playlist.model.d.ts.map +0 -1
- package/lib/models/profile-revamp.model.d.ts.map +0 -1
- package/lib/models/rating.model.d.ts.map +0 -1
- package/lib/models/user-profile.model.d.ts.map +0 -1
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/config-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/profile-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/restricted-features-resolver.service.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +0 -1
- package/lib/services/access-control.service.d.ts.map +0 -1
- package/lib/services/action.service.d.ts.map +0 -1
- package/lib/services/app-toc-v2.service.d.ts.map +0 -1
- package/lib/services/app-toc.service.d.ts.map +0 -1
- package/lib/services/certificate.service.d.ts.map +0 -1
- package/lib/services/discuss-utils.service.d.ts.map +0 -1
- package/lib/services/editor.service.d.ts.map +0 -1
- package/lib/services/load-check.service.d.ts.map +0 -1
- package/lib/services/loader.service.d.ts.map +0 -1
- package/lib/services/mobile-apps.service.d.ts.map +0 -1
- package/lib/services/netcore.service.d.ts.map +0 -1
- package/lib/services/nps-grid.service.d.ts.map +0 -1
- package/lib/services/otp.service.d.ts.map +0 -1
- package/lib/services/profile-v2.service.d.ts.map +0 -1
- package/lib/services/reset-ratings.service.d.ts.map +0 -1
- package/lib/services/resource-download-helper.service.d.ts.map +0 -1
- package/lib/services/timer.service.d.ts.map +0 -1
- package/lib/services/title-tag.service.d.ts.map +0 -1
- package/lib/services/user-profile.service.d.ts.map +0 -1
- package/lib/services/viewer-data.service.d.ts.map +0 -1
- package/lib/services/viewer-util.service.d.ts.map +0 -1
- package/lib/share-toc/share-toc/share-toc.component.d.ts.map +0 -1
- package/lib/share-toc/share-toc.module.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/sunbird-cb-toc.d.ts.map +0 -1
|
@@ -45,4 +45,3 @@ export declare class BtnPageBackComponent extends WidgetBaseComponent implements
|
|
|
45
45
|
static ɵcmp: i0.ɵɵComponentDeclaration<BtnPageBackComponent, "ws-widget-btn-page-back", never, { "widgetData": { "alias": "widgetData"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
46
|
}
|
|
47
47
|
export {};
|
|
48
|
-
//# sourceMappingURL=btn-page-back.component.d.ts.map
|
|
@@ -12,4 +12,3 @@ export declare class BtnPageBackModule {
|
|
|
12
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<BtnPageBackModule, [typeof i1.BtnPageBackComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatLegacyButtonModule, typeof i5.MatIconModule, typeof i6.MatLegacyCardModule, typeof i7.PipeOrderByModule, typeof i8.TranslateModule], [typeof i1.BtnPageBackComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<BtnPageBackModule>;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=btn-page-back.module.d.ts.map
|
|
@@ -17,4 +17,3 @@ export declare class CardRatingCommentComponent implements OnInit {
|
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardRatingCommentComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardRatingCommentComponent, "ws-widget-card-rating-comment", never, { "review": { "alias": "review"; "required": false; }; "contentid": { "alias": "contentid"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=card-rating-comment.component.d.ts.map
|
|
@@ -13,4 +13,3 @@ export declare class CardRatingCommentModule {
|
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CardRatingCommentModule, [typeof i1.CardRatingCommentComponent], [typeof i2.CommonModule, typeof i3.PipeCountTransformModule, typeof i4.MatLegacyProgressBarModule, typeof i5.MatIconModule, typeof i6.MatLegacyTooltipModule, typeof i7.AvatarPhotoModule, typeof i3.PipeRelativeTimeModule, typeof i8.MatLegacyCardModule, typeof i9.TranslateModule], [typeof i1.CardRatingCommentComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardRatingCommentModule>;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=card-rating-comment.module.d.ts.map
|
|
@@ -9,6 +9,7 @@ export declare class SlidersDynamicComponent implements OnInit {
|
|
|
9
9
|
private translate;
|
|
10
10
|
private langTranslations;
|
|
11
11
|
widgetData: ICarousel;
|
|
12
|
+
baseContentReadData: any;
|
|
12
13
|
id: string;
|
|
13
14
|
currentIndex: number;
|
|
14
15
|
slideInterval: Subscription | null;
|
|
@@ -21,6 +22,5 @@ export declare class SlidersDynamicComponent implements OnInit {
|
|
|
21
22
|
raiseTelemetry(bannerUrl: string | undefined): void;
|
|
22
23
|
translateLabels(label: string, type: any): any;
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlidersDynamicComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlidersDynamicComponent, "ws-widget-sliders-dynamic", never, { "widgetData": { "alias": "widgetData"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlidersDynamicComponent, "ws-widget-sliders-dynamic", never, { "widgetData": { "alias": "widgetData"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
26
|
}
|
|
26
|
-
//# sourceMappingURL=sliders-dynamic.component.d.ts.map
|
|
@@ -16,4 +16,3 @@ export declare class SlidersDynamicModule {
|
|
|
16
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SlidersDynamicModule, [typeof i1.SlidersDynamicComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NavigationModule, typeof i4.ImageResponsiveModule, typeof i5.MatIconModule, typeof i6.MatLegacyTooltipModule], [typeof i1.SlidersDynamicComponent]>;
|
|
17
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<SlidersDynamicModule>;
|
|
18
18
|
}
|
|
19
|
-
//# sourceMappingURL=sliders-dynamic.module.d.ts.map
|
package/lib/_collection-api.d.ts
CHANGED
|
@@ -32,4 +32,3 @@ export * from './_collection/_common/connection-hover-card/connection-hover.serv
|
|
|
32
32
|
export * from './_collection/_common/content-toc/content-services/handle-claim.service';
|
|
33
33
|
export * from './_collection/btn-page-back/btn-page-back.module';
|
|
34
34
|
export * from './_collection/card-rating-comment/card-rating-comment.module';
|
|
35
|
-
//# sourceMappingURL=_collection-api.d.ts.map
|
|
@@ -15,4 +15,3 @@ export declare class TooltipDirective {
|
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[wsWidgetTooltipDirective]", never, { "parametroPlantilla": { "alias": "parametroPlantilla"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, ["tooltipTemplateRef"], never, false, never>;
|
|
17
17
|
}
|
|
18
|
-
//# sourceMappingURL=tooltip.directive.d.ts.map
|
|
@@ -382,6 +382,7 @@ export declare namespace NsContent {
|
|
|
382
382
|
MODERATED_COURSE = "Moderated Course",
|
|
383
383
|
STANDALONE_ASSESSMENT = "Standalone Assessment",
|
|
384
384
|
MODERATED_ASSESSEMENT = "Moderated Assessment",
|
|
385
|
+
LEARNING_PATHWAY = "Learning Pathway",
|
|
385
386
|
CASE_STUDY = "Case Study"
|
|
386
387
|
}
|
|
387
388
|
export enum WFBlendedProgramStatus {
|
|
@@ -510,6 +511,11 @@ export declare namespace NsContent {
|
|
|
510
511
|
export enum EContextLockingType {
|
|
511
512
|
COURSE_ASSESSMENT_ONLY = "Course Assessment Only"
|
|
512
513
|
}
|
|
514
|
+
export enum EAssessmentContextCategory {
|
|
515
|
+
PRELIMINARY_ASSESSMENT = "Preliminary Assessment",
|
|
516
|
+
FINAL_MILESTONE_ASSESSMENT = "Final Milestone Assessment",
|
|
517
|
+
FINAL_PROGRAM_ASSESSMENT = "Final Program Assessment",
|
|
518
|
+
PRE_ENROLMENT_ASSESSMENT = "Pre Enrolment Assessment"
|
|
519
|
+
}
|
|
513
520
|
export {};
|
|
514
521
|
}
|
|
515
|
-
//# sourceMappingURL=widget-content.model.d.ts.map
|
|
@@ -30,6 +30,7 @@ export declare class WidgetContentService {
|
|
|
30
30
|
fetchCourseBatches(req: any): Observable<NsContent.IBatchListResponse>;
|
|
31
31
|
fetchCourseBatch(batchId: string): Observable<NsContent.IContinueLearningData>;
|
|
32
32
|
autoAssignBatchApi(identifier: any, language?: any): Observable<NsContent.IBatchListResponse>;
|
|
33
|
+
autoEnrollLP(identifier: any): Observable<NsContent.IBatchListResponse>;
|
|
33
34
|
autoAssignCuratedBatchApi(request: any, programType: any): Observable<NsContent.IBatchListResponse>;
|
|
34
35
|
enrollUserToBatch(req: any): Promise<Object>;
|
|
35
36
|
enrollAndUnenrollUserToBatchWF(req: any, type: any): Promise<Object>;
|
|
@@ -98,4 +99,3 @@ export declare class WidgetContentService {
|
|
|
98
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetContentService, never>;
|
|
99
100
|
static ɵprov: i0.ɵɵInjectableDeclaration<WidgetContentService>;
|
|
100
101
|
}
|
|
101
|
-
//# sourceMappingURL=widget-content.service.d.ts.map
|
|
@@ -81,9 +81,9 @@ import * as i79 from "./_collection/_common/tips-for-learner/tips-for-learner.mo
|
|
|
81
81
|
import * as i80 from "@sunbird-cb/discussion-v2";
|
|
82
82
|
import * as i81 from "./components/survey-form-question/survey-form-question.component";
|
|
83
83
|
import * as i82 from "./components/survey-form-section/survey-form-section.component";
|
|
84
|
+
import * as i83 from "./_collection/sliders-dynamic/sliders-dynamic.module";
|
|
84
85
|
export declare class AppTocLibModule {
|
|
85
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocLibModule, never>;
|
|
86
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTocLibModule, [typeof i1.AppTocHomeV2Component, typeof i2.AppTocOverviewComponent, typeof i3.AppTocBannerComponent, typeof i4.AppTocCohortsComponent, typeof i5.AppTocContentCardComponent, typeof i6.AppTocDiscussionComponent, typeof i7.AppTocDialogIntroVideoComponent, typeof i8.AppTocHomeDirective, typeof i9.AppTocHomeComponent, typeof i10.KnowledgeArtifactDetailsComponent, typeof i11.AppTocAnalyticsTilesComponent, typeof i12.AppTocSinglePageComponent, typeof i13.CreateBatchDialogComponent, typeof i14.AppTocSessionsComponent, typeof i15.AppTocSessionCardComponent, typeof i16.EnrollQuestionnaireComponent, typeof i17.EnrollProfileFormComponent, typeof i18.AppTocCiosHomeComponent, typeof i19.ConsentDialogComponent, typeof i20.EnrollLanguageDialogueComponent, typeof i21.CompletionSurveyFormComponent, typeof i22.PublicSurveyFormComponent, typeof i23.NonReleventFeedbackDialogComponent], [typeof i24.CommonModule, typeof i25.RouterModule, typeof i26.ReactiveFormsModule, typeof i26.FormsModule, typeof i27.MatToolbarModule, typeof i28.MatLegacyCheckboxModule, typeof i29.MatIconModule, typeof i30.MatLegacyButtonModule, typeof i31.MatLegacyFormFieldModule, typeof i32.MatLegacyInputModule, typeof i33.MatLegacyMenuModule, typeof i34.MatLegacyCardModule, typeof i35.MatLegacyChipsModule, typeof i36.MatLegacyTooltipModule, typeof i37.MatLegacyRadioModule, typeof i38.MatLegacyTabsModule, typeof i26.FormsModule, typeof i34.MatLegacyCardModule, typeof i39.MatLegacyListModule, typeof i40.MatDividerModule, typeof i41.MatLegacyProgressBarModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i43.MatLegacyDialogModule, typeof i44.MatLegacySelectModule, typeof i45.MatLegacySnackBarModule, typeof i46.MatExpansionModule, typeof i47.MatDatepickerModule, typeof i35.MatLegacyChipsModule, typeof i48.MatNativeDateModule, typeof i49.DisplayContentTypeModule, typeof i50.DisplayContentTypeIconModule, typeof i51.PipeDurationTransformModule, typeof i51.PipeSafeSanitizerModule, typeof i51.PipeLimitToModule, typeof i51.PipeNameTransformModule, typeof i51.PipeCountTransformModule, typeof i51.PipePartialContentModule, typeof i51.PipeFilterV3Module, typeof i51.PipeRelativeTimeModule, typeof i52.PipeContentRouteModule, typeof i51.PipePublicURLModule, typeof i53.ContentRatingV2DialogModule, typeof i54.RatingSummaryModule, typeof i55.CertificateDialogModule, typeof i56.ConfirmDialogModule, typeof i57.SkeletonLoaderModule, typeof i58.BtnPageBackModule, typeof i51.HorizontalScrollerModule, typeof i59.UserImageModule, typeof i51.DefaultThumbnailModule, typeof i60.ContentProgressModule, typeof i61.UserContentRatingModule, typeof i62.MarkAsCompleteModule, typeof i63.PlayerBriefModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i64.UserAutocompleteModule, typeof i65.AvatarPhotoModule, typeof i66.ConnectionNameModule, typeof i67.CardRatingCommentModule, typeof i68.InfiniteScrollModule, typeof i69.AttendanceHelperModule, typeof i70.AttendanceCardModule, typeof i71.MicroSurveyModule, typeof i35.MatLegacyChipsModule, typeof i72.MatLegacyAutocompleteModule, typeof i73.ContentTocModule, typeof i74.NgCircleProgressModule, typeof i75.TranslateModule, typeof i76.ShareTocModule, typeof i77.TocKpiValuesModule, typeof i78.KarmaPointsModule, typeof i79.TipsForLearnerModule, typeof i26.ReactiveFormsModule, typeof i80.WidgetCommentModule, typeof i81.SurveyFormQuestionComponent, typeof i82.SurveyFormSectionComponent], [typeof i6.AppTocDiscussionComponent, typeof i12.AppTocSinglePageComponent, typeof i3.AppTocBannerComponent, typeof i9.AppTocHomeComponent, typeof i1.AppTocHomeV2Component, typeof i76.ShareTocModule, typeof i18.AppTocCiosHomeComponent]>;
|
|
87
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTocLibModule, [typeof i1.AppTocHomeV2Component, typeof i2.AppTocOverviewComponent, typeof i3.AppTocBannerComponent, typeof i4.AppTocCohortsComponent, typeof i5.AppTocContentCardComponent, typeof i6.AppTocDiscussionComponent, typeof i7.AppTocDialogIntroVideoComponent, typeof i8.AppTocHomeDirective, typeof i9.AppTocHomeComponent, typeof i10.KnowledgeArtifactDetailsComponent, typeof i11.AppTocAnalyticsTilesComponent, typeof i12.AppTocSinglePageComponent, typeof i13.CreateBatchDialogComponent, typeof i14.AppTocSessionsComponent, typeof i15.AppTocSessionCardComponent, typeof i16.EnrollQuestionnaireComponent, typeof i17.EnrollProfileFormComponent, typeof i18.AppTocCiosHomeComponent, typeof i19.ConsentDialogComponent, typeof i20.EnrollLanguageDialogueComponent, typeof i21.CompletionSurveyFormComponent, typeof i22.PublicSurveyFormComponent, typeof i23.NonReleventFeedbackDialogComponent], [typeof i24.CommonModule, typeof i25.RouterModule, typeof i26.ReactiveFormsModule, typeof i26.FormsModule, typeof i27.MatToolbarModule, typeof i28.MatLegacyCheckboxModule, typeof i29.MatIconModule, typeof i30.MatLegacyButtonModule, typeof i31.MatLegacyFormFieldModule, typeof i32.MatLegacyInputModule, typeof i33.MatLegacyMenuModule, typeof i34.MatLegacyCardModule, typeof i35.MatLegacyChipsModule, typeof i36.MatLegacyTooltipModule, typeof i37.MatLegacyRadioModule, typeof i38.MatLegacyTabsModule, typeof i26.FormsModule, typeof i34.MatLegacyCardModule, typeof i39.MatLegacyListModule, typeof i40.MatDividerModule, typeof i41.MatLegacyProgressBarModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i43.MatLegacyDialogModule, typeof i44.MatLegacySelectModule, typeof i45.MatLegacySnackBarModule, typeof i46.MatExpansionModule, typeof i47.MatDatepickerModule, typeof i35.MatLegacyChipsModule, typeof i48.MatNativeDateModule, typeof i49.DisplayContentTypeModule, typeof i50.DisplayContentTypeIconModule, typeof i51.PipeDurationTransformModule, typeof i51.PipeSafeSanitizerModule, typeof i51.PipeLimitToModule, typeof i51.PipeNameTransformModule, typeof i51.PipeCountTransformModule, typeof i51.PipePartialContentModule, typeof i51.PipeFilterV3Module, typeof i51.PipeRelativeTimeModule, typeof i52.PipeContentRouteModule, typeof i51.PipePublicURLModule, typeof i53.ContentRatingV2DialogModule, typeof i54.RatingSummaryModule, typeof i55.CertificateDialogModule, typeof i56.ConfirmDialogModule, typeof i57.SkeletonLoaderModule, typeof i58.BtnPageBackModule, typeof i51.HorizontalScrollerModule, typeof i59.UserImageModule, typeof i51.DefaultThumbnailModule, typeof i60.ContentProgressModule, typeof i61.UserContentRatingModule, typeof i62.MarkAsCompleteModule, typeof i63.PlayerBriefModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i64.UserAutocompleteModule, typeof i65.AvatarPhotoModule, typeof i66.ConnectionNameModule, typeof i67.CardRatingCommentModule, typeof i68.InfiniteScrollModule, typeof i69.AttendanceHelperModule, typeof i70.AttendanceCardModule, typeof i71.MicroSurveyModule, typeof i35.MatLegacyChipsModule, typeof i72.MatLegacyAutocompleteModule, typeof i73.ContentTocModule, typeof i74.NgCircleProgressModule, typeof i75.TranslateModule, typeof i76.ShareTocModule, typeof i77.TocKpiValuesModule, typeof i78.KarmaPointsModule, typeof i79.TipsForLearnerModule, typeof i26.ReactiveFormsModule, typeof i80.WidgetCommentModule, typeof i81.SurveyFormQuestionComponent, typeof i82.SurveyFormSectionComponent, typeof i83.SlidersDynamicModule], [typeof i6.AppTocDiscussionComponent, typeof i12.AppTocSinglePageComponent, typeof i3.AppTocBannerComponent, typeof i9.AppTocHomeComponent, typeof i1.AppTocHomeV2Component, typeof i76.ShareTocModule, typeof i18.AppTocCiosHomeComponent]>;
|
|
87
88
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTocLibModule>;
|
|
88
89
|
}
|
|
89
|
-
//# sourceMappingURL=app-toc-lib.module.d.ts.map
|
|
@@ -15,4 +15,3 @@ export declare class AppTocAnalyticsTilesComponent implements OnInit {
|
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocAnalyticsTilesComponent, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocAnalyticsTilesComponent, "ws-app-app-toc-analytics-tiles", never, { "uniqueUsers": { "alias": "uniqueUsers"; "required": false; }; "description": { "alias": "description"; "required": false; }; "title": { "alias": "title"; "required": false; }; "category1": { "alias": "category1"; "required": false; }; "category2": { "alias": "category2"; "required": false; }; "category3": { "alias": "category3"; "required": false; }; "analyticsDataClient": { "alias": "analyticsDataClient"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, false, never>;
|
|
17
17
|
}
|
|
18
|
-
//# sourceMappingURL=app-toc-analytics-tiles.component.d.ts.map
|
|
@@ -223,4 +223,3 @@ export declare class AppTocBannerComponent implements OnInit, OnChanges, OnDestr
|
|
|
223
223
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocBannerComponent, never>;
|
|
224
224
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocBannerComponent, "ws-app-toc-banner", never, { "banners": { "alias": "banners"; "required": false; }; "content": { "alias": "content"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "analytics": { "alias": "analytics"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "userEnrollmentList": { "alias": "userEnrollmentList"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "clickToShare": { "alias": "clickToShare"; "required": false; }; }, { "withdrawOrEnroll": "withdrawOrEnroll"; "programEnrollCall": "programEnrollCall"; }, never, never, false, never>;
|
|
225
225
|
}
|
|
226
|
-
//# sourceMappingURL=app-toc-banner.component.d.ts.map
|
|
@@ -48,6 +48,8 @@ export declare class AppTocCiosHomeComponent implements OnInit, AfterViewInit {
|
|
|
48
48
|
rootOrgId: any;
|
|
49
49
|
currentLang: any;
|
|
50
50
|
discussWidgetData: NsDiscussionV2.ICommentWidgetData;
|
|
51
|
+
showProviderTips: boolean;
|
|
52
|
+
fromMDO: boolean;
|
|
51
53
|
handleScroll(): void;
|
|
52
54
|
constructor(route: ActivatedRoute, commonSvc: CommonMethodsService, translate: TranslateService, configSvc: ConfigurationsService, events: EventService, langtranslations: MultilingualTranslationsService, contentSvc: WidgetContentService, certSvc: CertificateService, loader: LoaderService, matDialog: MatDialog, snackBar: MatSnackBar, netCoreService: NetCoreService, environment: any);
|
|
53
55
|
ngOnInit(): void;
|
|
@@ -73,7 +75,8 @@ export declare class AppTocCiosHomeComponent implements OnInit, AfterViewInit {
|
|
|
73
75
|
secondsToTime(d: any): string;
|
|
74
76
|
clearCommentIdFromUrl(): void;
|
|
75
77
|
private validateEnrollmentEligibility;
|
|
78
|
+
get showEnroll(): boolean;
|
|
79
|
+
get showRedirect(): boolean;
|
|
76
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosHomeComponent, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
77
81
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCiosHomeComponent, "ws-app-app-toc-cios-home", never, {}, {}, never, never, false, never>;
|
|
78
82
|
}
|
|
79
|
-
//# sourceMappingURL=app-toc-cios-home.component.d.ts.map
|
|
@@ -20,4 +20,3 @@ export declare class ConsentDialogComponent implements OnInit {
|
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConsentDialogComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConsentDialogComponent, "ws-app-consent-dialog", never, {}, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
23
|
-
//# sourceMappingURL=consent-dialog.component.d.ts.map
|
|
@@ -29,4 +29,3 @@ export declare class AppTocCohortsComponent implements OnInit {
|
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCohortsComponent, never>;
|
|
30
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCohortsComponent, "ws-app-toc-cohorts", never, { "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
32
|
-
//# sourceMappingURL=app-toc-cohorts.component.d.ts.map
|
|
@@ -45,4 +45,3 @@ export declare class AppTocContentCardComponent implements OnInit, OnChanges {
|
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocContentCardComponent, never>;
|
|
46
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocContentCardComponent, "ws-app-toc-content-card", never, { "content": { "alias": "content"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchId": { "alias": "batchId"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
47
|
}
|
|
48
|
-
//# sourceMappingURL=app-toc-content-card.component.d.ts.map
|
|
@@ -12,4 +12,3 @@ export declare class AppTocDialogIntroVideoComponent implements OnInit {
|
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocDialogIntroVideoComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocDialogIntroVideoComponent, "ws-app-app-toc-dialog-intro-video", never, {}, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=app-toc-dialog-intro-video.component.d.ts.map
|
|
@@ -19,4 +19,3 @@ export declare class AppTocDiscussionComponent implements OnChanges, OnInit {
|
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocDiscussionComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocDiscussionComponent, "ws-app-toc-discussion", never, { "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
22
|
-
//# sourceMappingURL=app-toc-discussion.component.d.ts.map
|
|
@@ -7,7 +7,7 @@ import { Subscription, Observable } from 'rxjs';
|
|
|
7
7
|
import { NsContent } from '../../_services/widget-content.model';
|
|
8
8
|
import { WidgetContentService } from '../../_services/widget-content.service';
|
|
9
9
|
import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
|
|
10
|
-
import { ConfigurationsService, DataTransferService, EventService, LoggerService, MultilingualTranslationsService, NsPage, TFetchStatus, TelemetryService, UtilityService, WidgetEnrollService } from '@sunbird-cb/utils-v2';
|
|
10
|
+
import { ConfigurationsService, DataTransferService, DomainConfService, EventService, LoggerService, MultilingualTranslationsService, NsPage, TFetchStatus, TelemetryService, UtilityService, WidgetEnrollService } from '@sunbird-cb/utils-v2';
|
|
11
11
|
import { WidgetContentLibService, WidgetUserServiceLib } from '@sunbird-cb/consumption';
|
|
12
12
|
import { NsAppToc } from '../../models/app-toc.model';
|
|
13
13
|
import { AppTocService } from '../../services/app-toc.service';
|
|
@@ -63,6 +63,7 @@ export declare class AppTocHomeComponent implements OnInit, OnDestroy, AfterView
|
|
|
63
63
|
private matSnackbarNew;
|
|
64
64
|
private userServiceLib;
|
|
65
65
|
netCoreService: NetCoreService;
|
|
66
|
+
domainConfService: DomainConfService;
|
|
66
67
|
show: boolean;
|
|
67
68
|
changeTab: boolean;
|
|
68
69
|
skeletonLoader: boolean;
|
|
@@ -215,7 +216,7 @@ export declare class AppTocHomeComponent implements OnInit, OnDestroy, AfterView
|
|
|
215
216
|
value: string;
|
|
216
217
|
}[];
|
|
217
218
|
handleScroll(): void;
|
|
218
|
-
constructor(route: ActivatedRoute, router: Router, contentSvc: WidgetContentService, tocSvc: AppTocService, loggerSvc: LoggerService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, authAccessControlSvc: AccessControlService, snackBar: MatSnackBar, dialog: MatDialog, mobileAppsSvc: MobileAppsService, utilitySvc: UtilityService, actionSVC: ActionService, viewerSvc: ViewerUtilService, ratingSvc: RatingService, telemetryService: TelemetryService, translate: TranslateService, langtranslations: MultilingualTranslationsService, events: EventService, matSnackBar: MatSnackBar, loadCheckService: LoadCheckService, handleClaimService: HandleClaimService, resetRatingsService: ResetRatingsService, timerService: TimerService, enrollSvc: WidgetEnrollService, contentLibSvc: WidgetContentLibService, dataTransferSvc: DataTransferService, matSnackbarNew: MatSnackbarNew, userServiceLib: WidgetUserServiceLib, netCoreService: NetCoreService, environment: any);
|
|
219
|
+
constructor(route: ActivatedRoute, router: Router, contentSvc: WidgetContentService, tocSvc: AppTocService, loggerSvc: LoggerService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, authAccessControlSvc: AccessControlService, snackBar: MatSnackBar, dialog: MatDialog, mobileAppsSvc: MobileAppsService, utilitySvc: UtilityService, actionSVC: ActionService, viewerSvc: ViewerUtilService, ratingSvc: RatingService, telemetryService: TelemetryService, translate: TranslateService, langtranslations: MultilingualTranslationsService, events: EventService, matSnackBar: MatSnackBar, loadCheckService: LoadCheckService, handleClaimService: HandleClaimService, resetRatingsService: ResetRatingsService, timerService: TimerService, enrollSvc: WidgetEnrollService, contentLibSvc: WidgetContentLibService, dataTransferSvc: DataTransferService, matSnackbarNew: MatSnackbarNew, userServiceLib: WidgetUserServiceLib, netCoreService: NetCoreService, domainConfService: DomainConfService, environment: any);
|
|
219
220
|
ngOnInit(): void;
|
|
220
221
|
getKarmapointsLimit(): void;
|
|
221
222
|
isCourseCompletedOnThisMonth(): void;
|
|
@@ -312,4 +313,3 @@ export declare class AppTocHomeComponent implements OnInit, OnDestroy, AfterView
|
|
|
312
313
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeComponent, never>;
|
|
313
314
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeComponent, "ws-app-app-toc-home", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
314
315
|
}
|
|
315
|
-
//# sourceMappingURL=app-toc-home.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnDestroy, OnInit, AfterViewInit, AfterViewChecked, ElementRef } from '@angular/core';
|
|
2
|
+
import { Location } from '@angular/common';
|
|
2
3
|
import { SafeHtml, DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
3
4
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
5
|
import { UntypedFormControl } from '@angular/forms';
|
|
@@ -7,7 +8,7 @@ import { Subscription, Observable } from 'rxjs';
|
|
|
7
8
|
import { NsContent } from '../../_services/widget-content.model';
|
|
8
9
|
import { WidgetContentService } from '../../_services/widget-content.service';
|
|
9
10
|
import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
|
|
10
|
-
import { ConfigurationsService, DataTransferService, EventService, LoggerService, MultilingualTranslationsService, NsPage, TFetchStatus, TelemetryService, UtilityService, WidgetEnrollService } from '@sunbird-cb/utils-v2';
|
|
11
|
+
import { ConfigurationsService, DataTransferService, DomainConfService, EventService, LoggerService, MultilingualTranslationsService, NsPage, TFetchStatus, TelemetryService, UtilityService, WidgetEnrollService } from '@sunbird-cb/utils-v2';
|
|
11
12
|
import { ContentLanguageService, WidgetContentLibService, WidgetUserServiceLib } from '@sunbird-cb/consumption';
|
|
12
13
|
import { NsAppToc } from '../../models/app-toc.model';
|
|
13
14
|
import { AppTocService } from '../../services/app-toc.service';
|
|
@@ -61,6 +62,8 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
61
62
|
private userServiceLib;
|
|
62
63
|
netCoreService: NetCoreService;
|
|
63
64
|
appTocV2Svc: AppTocV2Service;
|
|
65
|
+
private location;
|
|
66
|
+
domainConfSvc: DomainConfService;
|
|
64
67
|
environment: any;
|
|
65
68
|
queryParamsData: {
|
|
66
69
|
[key: string]: string;
|
|
@@ -88,6 +91,8 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
88
91
|
cbPlanDuration: any;
|
|
89
92
|
enrolledCourseData: any;
|
|
90
93
|
forPreview: any;
|
|
94
|
+
inputContent: any;
|
|
95
|
+
displayViewBtn: any;
|
|
91
96
|
analytics: any;
|
|
92
97
|
errorWidgetData: NsWidgetResolver.IRenderConfigWithTypedData<any>;
|
|
93
98
|
isAuthor: boolean;
|
|
@@ -121,6 +126,7 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
121
126
|
batchDataSubscription: Subscription | null;
|
|
122
127
|
resumeDataSubscription: Subscription | null;
|
|
123
128
|
translationSubscription: Subscription | null;
|
|
129
|
+
hashmapUpdatedSubscription: Subscription | null;
|
|
124
130
|
menuElement: ElementRef;
|
|
125
131
|
batchControl: UntypedFormControl;
|
|
126
132
|
contentProgress: number;
|
|
@@ -216,8 +222,10 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
216
222
|
languageMapProgress: any;
|
|
217
223
|
preAssessmentRequiredFlag: any;
|
|
218
224
|
lockCertificate: boolean;
|
|
225
|
+
private lastProgressRefreshTime;
|
|
226
|
+
private isRefreshingProgress;
|
|
219
227
|
handleScroll(): void;
|
|
220
|
-
constructor(route: ActivatedRoute, router: Router, contentSvc: WidgetContentService, tocSvc: AppTocService, loggerSvc: LoggerService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, snackBar: MatSnackBar, dialog: MatDialog, mobileAppsSvc: MobileAppsService, utilitySvc: UtilityService, contentLangSvc: ContentLanguageService, actionSVC: ActionService, viewerSvc: ViewerUtilService, ratingSvc: RatingService, telemetryService: TelemetryService, translate: TranslateService, langtranslations: MultilingualTranslationsService, events: EventService, loadCheckService: LoadCheckService, handleClaimService: HandleClaimService, resetRatingsService: ResetRatingsService, timerService: TimerService, enrollSvc: WidgetEnrollService, contentLibSvc: WidgetContentLibService, dataTransferSvc: DataTransferService, matSnackbarNew: MatSnackbarNew, userServiceLib: WidgetUserServiceLib, netCoreService: NetCoreService, appTocV2Svc: AppTocV2Service, environment: any);
|
|
228
|
+
constructor(route: ActivatedRoute, router: Router, contentSvc: WidgetContentService, tocSvc: AppTocService, loggerSvc: LoggerService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, snackBar: MatSnackBar, dialog: MatDialog, mobileAppsSvc: MobileAppsService, utilitySvc: UtilityService, contentLangSvc: ContentLanguageService, actionSVC: ActionService, viewerSvc: ViewerUtilService, ratingSvc: RatingService, telemetryService: TelemetryService, translate: TranslateService, langtranslations: MultilingualTranslationsService, events: EventService, loadCheckService: LoadCheckService, handleClaimService: HandleClaimService, resetRatingsService: ResetRatingsService, timerService: TimerService, enrollSvc: WidgetEnrollService, contentLibSvc: WidgetContentLibService, dataTransferSvc: DataTransferService, matSnackbarNew: MatSnackbarNew, userServiceLib: WidgetUserServiceLib, netCoreService: NetCoreService, appTocV2Svc: AppTocV2Service, location: Location, domainConfSvc: DomainConfService, environment: any);
|
|
221
229
|
getKarmapointsLimit(): void;
|
|
222
230
|
isCourseCompletedOnThisMonth(): void;
|
|
223
231
|
filteredAcbpList(res: any): any;
|
|
@@ -237,6 +245,7 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
237
245
|
checkIfBatchExists(latest: any): false | NsContent.IBatch;
|
|
238
246
|
getBatchId(): string;
|
|
239
247
|
handleAutoBatchAssign(): void;
|
|
248
|
+
autoEnrollLearningPathway(batchData: any): void;
|
|
240
249
|
autoEnrollCuratedProgram(programType: any, batchData: any): void;
|
|
241
250
|
autoAssignEnroll(): void;
|
|
242
251
|
navigateToPlayerPage(batchId: string): Promise<void>;
|
|
@@ -336,10 +345,26 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
336
345
|
private configureDefaultLogo;
|
|
337
346
|
private configureFeatureFlags;
|
|
338
347
|
private setupRouterEventSubscription;
|
|
348
|
+
/**
|
|
349
|
+
* Subscribe to hashmap updates to recompute milestone lock status in real-time
|
|
350
|
+
* This ensures that when progress changes, milestone locks update immediately without page refresh
|
|
351
|
+
*/
|
|
352
|
+
private setupHashmapUpdateSubscription;
|
|
339
353
|
fetchUserEnrollmentDataV2(): void;
|
|
340
354
|
private handleOneStepResume;
|
|
341
355
|
private fetchContentHierarchy;
|
|
342
356
|
getTocStructure(): void;
|
|
357
|
+
/**
|
|
358
|
+
* Sync milestone isLocked property with computed locking status from hashmap
|
|
359
|
+
* This ensures the content tree reflects the actual lock status
|
|
360
|
+
*/
|
|
361
|
+
syncMilestoneLockStatus(): void;
|
|
362
|
+
/**
|
|
363
|
+
* Refresh milestone locking status from the already-updated hashmap
|
|
364
|
+
* This method should be called after progress updates to sync UI with computed lock status
|
|
365
|
+
* Note: Does NOT fetch enrollment data - uses existing hashmap which is already updated
|
|
366
|
+
*/
|
|
367
|
+
private refreshEnrollmentAndProgress;
|
|
343
368
|
onLanguageSelect(lang: any): void;
|
|
344
369
|
showLangSwitchPopup(lang: any, data?: any): void;
|
|
345
370
|
showOneStepResumeConfirm(urlData: any): void;
|
|
@@ -380,7 +405,13 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
|
|
|
380
405
|
clearExistingPublicSurveyData(surveyId: string, courseId: string): void;
|
|
381
406
|
openPublicSurveyPopup(navigationUrl?: string, queryParams?: any): void;
|
|
382
407
|
resumeContentData(): void;
|
|
408
|
+
/**
|
|
409
|
+
* Check if user can enroll in the course
|
|
410
|
+
* Returns true when enrollment is allowed
|
|
411
|
+
*/
|
|
412
|
+
navigateToNewVersion(): void;
|
|
413
|
+
canEnroll(): boolean;
|
|
414
|
+
goBack(): void;
|
|
383
415
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeV2Component, never>;
|
|
384
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeV2Component, "ws-app-app-toc-home-v2", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
416
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeV2Component, "ws-app-app-toc-home-v2", never, { "forPreview": { "alias": "forPreview"; "required": false; }; "inputContent": { "alias": "inputContent"; "required": false; }; "displayViewBtn": { "alias": "displayViewBtn"; "required": false; }; }, {}, never, never, false, never>;
|
|
385
417
|
}
|
|
386
|
-
//# sourceMappingURL=app-toc-home-v2.component.d.ts.map
|
|
@@ -45,4 +45,3 @@ export declare class AppTocOverviewComponent implements OnInit, OnDestroy {
|
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocOverviewComponent, never>;
|
|
46
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocOverviewComponent, "ws-app-app-toc-overview", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
47
|
}
|
|
48
|
-
//# sourceMappingURL=app-toc-overview.component.d.ts.map
|
|
@@ -20,4 +20,3 @@ export declare class AppTocSessionCardComponent implements OnInit {
|
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionCardComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSessionCardComponent, "ws-app-toc-session-card", never, { "session": { "alias": "session"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
23
|
-
//# sourceMappingURL=app-toc-session-card.component.d.ts.map
|
|
@@ -12,4 +12,3 @@ export declare class AppTocSessionsComponent implements OnInit {
|
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionsComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSessionsComponent, "ws-app-app-toc-sessions", never, { "batchData": { "alias": "batchData"; "required": false; }; "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=app-toc-sessions.component.d.ts.map
|
|
@@ -147,4 +147,3 @@ export declare class AppTocSinglePageComponent implements OnInit, OnChanges, OnD
|
|
|
147
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSinglePageComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
148
148
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSinglePageComponent, "ws-app-app-toc-single-page", never, { "content": { "alias": "content"; "required": false; }; "initialrouteData": { "alias": "initialrouteData"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; }, {}, never, never, false, never>;
|
|
149
149
|
}
|
|
150
|
-
//# sourceMappingURL=app-toc-single-page.component.d.ts.map
|
|
@@ -40,4 +40,3 @@ export declare class CompletionSurveyFormComponent implements OnInit {
|
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompletionSurveyFormComponent, never>;
|
|
41
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<CompletionSurveyFormComponent, "ws-app-completion-survey-form", never, {}, {}, never, never, false, never>;
|
|
42
42
|
}
|
|
43
|
-
//# sourceMappingURL=completion-survey-form.component.d.ts.map
|
|
@@ -25,4 +25,3 @@ export declare class CreateBatchDialogComponent implements OnInit {
|
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateBatchDialogComponent, never>;
|
|
26
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<CreateBatchDialogComponent, "ws-app-create-batch-dialog", never, {}, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
28
|
-
//# sourceMappingURL=create-batch-dialog.component.d.ts.map
|
|
@@ -13,4 +13,3 @@ export declare class EnrollLanguageDialogueComponent implements OnInit {
|
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EnrollLanguageDialogueComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<EnrollLanguageDialogueComponent, "ws-app-enroll-language-dialogue", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=enroll-language-dialogue.component.d.ts.map
|
|
@@ -193,4 +193,3 @@ export declare class EnrollProfileFormComponent implements OnInit {
|
|
|
193
193
|
static ɵfac: i0.ɵɵFactoryDeclaration<EnrollProfileFormComponent, never>;
|
|
194
194
|
static ɵcmp: i0.ɵɵComponentDeclaration<EnrollProfileFormComponent, "ws-app-enroll-profile-form", never, {}, {}, never, never, false, never>;
|
|
195
195
|
}
|
|
196
|
-
//# sourceMappingURL=enroll-profile-form.component.d.ts.map
|
|
@@ -42,4 +42,3 @@ export declare class EnrollQuestionnaireComponent implements OnInit {
|
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EnrollQuestionnaireComponent, never>;
|
|
43
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<EnrollQuestionnaireComponent, "ws-app-enroll-questionnaire", never, {}, {}, never, never, false, never>;
|
|
44
44
|
}
|
|
45
|
-
//# sourceMappingURL=enroll-questionnaire.component.d.ts.map
|
|
@@ -52,4 +52,3 @@ export declare class KnowledgeArtifactDetailsComponent implements OnInit, OnDest
|
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<KnowledgeArtifactDetailsComponent, never>;
|
|
53
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<KnowledgeArtifactDetailsComponent, "ws-app-knowledge-artifact-details", never, {}, {}, never, never, false, never>;
|
|
54
54
|
}
|
|
55
|
-
//# sourceMappingURL=knowledge-artifact-details.component.d.ts.map
|
package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts
CHANGED
|
@@ -16,4 +16,3 @@ export declare class NonReleventFeedbackDialogComponent implements OnInit {
|
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NonReleventFeedbackDialogComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<NonReleventFeedbackDialogComponent, "ws-non-relevent-feedback-dialog", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
19
|
-
//# sourceMappingURL=non-relevent-feedback-dialog.component.d.ts.map
|
|
@@ -23,6 +23,7 @@ export declare class PublicSurveyFormComponent implements OnInit {
|
|
|
23
23
|
childFields: any[];
|
|
24
24
|
surveyFormIsValid: boolean;
|
|
25
25
|
addLoader: number;
|
|
26
|
+
forPreview: boolean;
|
|
26
27
|
constructor(snackBar: MatLegacySnackBar, dialogRef: MatLegacyDialogRef<PublicSurveyFormComponent>, data: any, fb: FormBuilder, appTocSvc: AppTocService, translate: TranslateService);
|
|
27
28
|
ngOnInit(): void;
|
|
28
29
|
getSurveyFormData(): void;
|
|
@@ -41,4 +42,3 @@ export declare class PublicSurveyFormComponent implements OnInit {
|
|
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<PublicSurveyFormComponent, never>;
|
|
42
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<PublicSurveyFormComponent, "ws-app-public-survey-form", never, {}, {}, never, never, false, never>;
|
|
43
44
|
}
|
|
44
|
-
//# sourceMappingURL=public-survey-form.component.d.ts.map
|
|
@@ -18,4 +18,3 @@ export declare class SurveyFormQuestionComponent implements OnInit {
|
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyFormQuestionComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyFormQuestionComponent, "ws-app-survey-form-question", never, { "questionForm": { "alias": "questionForm"; "required": false; }; "fieldDetails": { "alias": "fieldDetails"; "required": false; }; }, { "questionValues": "questionValues"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=survey-form-question.component.d.ts.map
|
|
@@ -11,4 +11,3 @@ export declare class SurveyFormSectionComponent {
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyFormSectionComponent, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyFormSectionComponent, "ws-app-survey-form-section", never, { "childQuestionsFormArray": { "alias": "childQuestionsFormArray"; "required": false; }; "childFields": { "alias": "childFields"; "required": false; }; "sectionField": { "alias": "sectionField"; "required": false; }; }, { "questionValues": "questionValues"; }, never, never, true, never>;
|
|
13
13
|
}
|
|
14
|
-
//# sourceMappingURL=survey-form-section.component.d.ts.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
|
|
2
|
+
import { CardCompetencyModule } from './_collection/_common/card-competency/card-competency.module';
|
|
3
|
+
export declare const WIDGET_REGISTERED_LIB_MODULES: (typeof CardCompetencyModule)[];
|
|
4
|
+
export declare const WIDGET_REGISTRATION_TOC_LIB_CONFIG: NsWidgetResolver.IRegistrationConfig[];
|
|
@@ -10,4 +10,3 @@ export declare class AppTocCiosUserEnrollResolverService {
|
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosUserEnrollResolverService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<AppTocCiosUserEnrollResolverService>;
|
|
12
12
|
}
|
|
13
|
-
//# sourceMappingURL=app-toc-cios-user-enroll-resolver.service.d.ts.map
|