@sunbird-cb/toc 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/_collection/_common/attendance-card/attendance-card.component.mjs +55 -0
- package/esm2022/lib/_collection/_common/attendance-card/attendance-card.module.mjs +126 -0
- package/esm2022/lib/_collection/_common/attendance-helper/attendance-helper.component.mjs +32 -0
- package/esm2022/lib/_collection/_common/attendance-helper/attendance-helper.module.mjs +85 -0
- package/esm2022/lib/_collection/_common/avatar-photo/avatar-photo.component.mjs +100 -0
- package/esm2022/lib/_collection/_common/avatar-photo/avatar-photo.module.mjs +48 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +120 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +92 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.mjs +48 -0
- package/esm2022/lib/_collection/_common/confirm-dialog/confirm-dialog.component.mjs +25 -0
- package/esm2022/lib/_collection/_common/confirm-dialog/confirm-dialog.module.mjs +41 -0
- package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover-card.component.mjs +89 -0
- package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover.module.mjs +42 -0
- package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover.servive.mjs +41 -0
- package/esm2022/lib/_collection/_common/connection-name/connection-name.component.mjs +78 -0
- package/esm2022/lib/_collection/_common/connection-name/connection-name.module.mjs +45 -0
- package/esm2022/lib/_collection/_common/connection-name/profile-v2.model.mjs +2 -0
- package/esm2022/lib/_collection/_common/content-progress/content-progress.component.mjs +70 -0
- package/esm2022/lib/_collection/_common/content-progress/content-progress.module.mjs +28 -0
- package/esm2022/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.mjs +187 -0
- package/esm2022/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.mjs +86 -0
- package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +31 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +941 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.mjs +183 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.mjs +327 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.mjs +297 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +223 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +591 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.mjs +16 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.mjs +43 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.mjs +133 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.mjs +66 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.mjs +278 -0
- package/esm2022/lib/_collection/_common/content-toc/content-services/handle-claim.service.mjs +21 -0
- package/esm2022/lib/_collection/_common/content-toc/content-services/review-component-data.service.mjs +21 -0
- package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +847 -0
- package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +219 -0
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +209 -0
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.module.mjs +26 -0
- package/esm2022/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.mjs +19 -0
- package/esm2022/lib/_collection/_common/content-toc/pipes/truncate.pipe.mjs +23 -0
- package/esm2022/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.mjs +113 -0
- package/esm2022/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.mjs +110 -0
- package/esm2022/lib/_collection/_common/display-content-type/display-content-type.component.mjs +26 -0
- package/esm2022/lib/_collection/_common/display-content-type/display-content-type.module.mjs +19 -0
- package/esm2022/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.mjs +67 -0
- package/esm2022/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.mjs +28 -0
- package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.component.mjs +77 -0
- package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.model.mjs +2 -0
- package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.module.mjs +61 -0
- package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.module.mjs +20 -0
- package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.mjs +73 -0
- package/esm2022/lib/_collection/_common/player-brief/player-brief.component.mjs +139 -0
- package/esm2022/lib/_collection/_common/player-brief/player-brief.module.mjs +71 -0
- package/esm2022/lib/_collection/_common/rating-summary/rating-summary.component.mjs +34 -0
- package/esm2022/lib/_collection/_common/rating-summary/rating-summary.module.mjs +56 -0
- package/esm2022/lib/_collection/_common/skeleton-loader/skeleton-loader.component.mjs +25 -0
- package/esm2022/lib/_collection/_common/skeleton-loader/skeleton-loader.module.mjs +37 -0
- package/esm2022/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.mjs +32 -0
- package/esm2022/lib/_collection/_common/tips-for-learner/tips-for-learner.module.mjs +30 -0
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +38 -0
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.mjs +51 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.component.mjs +115 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.model.mjs +12 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.module.mjs +51 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.service.mjs +61 -0
- package/esm2022/lib/_collection/_common/user-content-rating/user-content-rating.component.mjs +87 -0
- package/esm2022/lib/_collection/_common/user-content-rating/user-content-rating.module.mjs +36 -0
- package/esm2022/lib/_collection/_common/user-image/user-image.component.mjs +62 -0
- package/esm2022/lib/_collection/_common/user-image/user-image.module.mjs +24 -0
- package/esm2022/lib/_collection/btn-page-back/btn-page-back.component.mjs +192 -0
- package/esm2022/lib/_collection/btn-page-back/btn-page-back.module.mjs +44 -0
- package/esm2022/lib/_collection/btn-page-back/btn-page-back.service.mjs +99 -0
- package/esm2022/lib/_collection/card-rating-comment/card-rating-comment.component.mjs +58 -0
- package/esm2022/lib/_collection/card-rating-comment/card-rating-comment.module.mjs +67 -0
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.component.mjs +112 -0
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.model.mjs +2 -0
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.module.mjs +69 -0
- package/esm2022/lib/_collection-api.mjs +57 -0
- package/esm2022/lib/_constants/widget-content.constants.mjs +19 -0
- package/esm2022/lib/_directives/tooltip.directive.mjs +68 -0
- package/esm2022/lib/_models/common.model.mjs +2 -0
- package/esm2022/lib/_models/error.model.mjs +2 -0
- package/esm2022/lib/_pipes/highlight.pipe.mjs +24 -0
- package/esm2022/lib/_services/rating.service.mjs +89 -0
- package/esm2022/lib/_services/samuhik-charcha.service.mjs +29 -0
- package/esm2022/lib/_services/viewer-route-util.mjs +103 -0
- package/esm2022/lib/_services/widget-content.model.mjs +246 -0
- package/esm2022/lib/_services/widget-content.service.mjs +589 -0
- package/esm2022/lib/_shared/translate-loader.factory.mjs +9 -0
- package/esm2022/lib/app-toc-lib.module.mjs +499 -0
- package/esm2022/lib/collection.config.mjs +161 -0
- package/esm2022/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.mjs +37 -0
- package/esm2022/lib/components/app-toc-banner/app-toc-banner.component.mjs +1436 -0
- package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +475 -0
- package/esm2022/lib/components/app-toc-cios-home/consent-dialog.component.mjs +119 -0
- package/esm2022/lib/components/app-toc-cohorts/app-toc-cohorts.component.mjs +80 -0
- package/esm2022/lib/components/app-toc-content-card/app-toc-content-card.component.mjs +249 -0
- package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +39 -0
- package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +58 -0
- package/esm2022/lib/components/app-toc-home/app-toc-home.component.mjs +2229 -0
- package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +2796 -0
- package/esm2022/lib/components/app-toc-overview/app-toc-overview.component.mjs +157 -0
- package/esm2022/lib/components/app-toc-session-card/app-toc-session-card.component.mjs +48 -0
- package/esm2022/lib/components/app-toc-sessions/app-toc-sessions.component.mjs +47 -0
- package/esm2022/lib/components/app-toc-single-page/app-toc-single-page.component.mjs +766 -0
- package/esm2022/lib/components/completion-survey-form/completion-survey-form.component.mjs +243 -0
- package/esm2022/lib/components/create-batch-dialog/create-batch-dialog.component.mjs +116 -0
- package/esm2022/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.mjs +44 -0
- package/esm2022/lib/components/enroll-profile-form/enroll-profile-form.component.mjs +1838 -0
- package/esm2022/lib/components/enroll-questionnaire/enroll-questionnaire.component.mjs +236 -0
- package/esm2022/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.mjs +213 -0
- package/esm2022/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.mjs +36 -0
- package/esm2022/lib/components/public-survey-form/public-survey-form.component.mjs +256 -0
- package/esm2022/lib/components/survey-form-question/survey-form-question.component.mjs +133 -0
- package/esm2022/lib/components/survey-form-section/survey-form-section.component.mjs +36 -0
- package/esm2022/lib/models/app-toc-analytics.model.mjs +2 -0
- package/esm2022/lib/models/app-toc.model.mjs +38 -0
- package/esm2022/lib/models/auto-complete.model.mjs +2 -0
- package/esm2022/lib/models/card-content.model.mjs +13 -0
- package/esm2022/lib/models/content-strip-with-tabs.model.mjs +2 -0
- package/esm2022/lib/models/discussion-forum.model.mjs +14 -0
- package/esm2022/lib/models/goal.model.mjs +2 -0
- package/esm2022/lib/models/meta-tag.model.mjs +8 -0
- package/esm2022/lib/models/playlist.model.mjs +2 -0
- package/esm2022/lib/models/profile-revamp.model.mjs +2 -0
- package/esm2022/lib/models/rating.model.mjs +2 -0
- package/esm2022/lib/models/user-profile.model.mjs +21 -0
- package/esm2022/lib/resolvers/app-toc-cios-resolver.service.mjs +24 -0
- package/esm2022/lib/resolvers/app-toc-cios-user-enroll-resolver.service.mjs +24 -0
- package/esm2022/lib/resolvers/app-toc-content-read-resolver.service.mjs +60 -0
- package/esm2022/lib/resolvers/app-toc-ext-public-resolver.service.mjs +25 -0
- package/esm2022/lib/resolvers/app-toc-resolver.service.mjs +106 -0
- package/esm2022/lib/resolvers/config-resolver.service.mjs +25 -0
- package/esm2022/lib/resolvers/profile-resolver.service.mjs +25 -0
- package/esm2022/lib/resolvers/restricted-features-resolver.service.mjs +25 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +51 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.directive.mjs +16 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.service.mjs +18 -0
- package/esm2022/lib/services/access-control.service.mjs +56 -0
- package/esm2022/lib/services/action.service.mjs +23 -0
- package/esm2022/lib/services/app-toc-v2.service.mjs +47 -0
- package/esm2022/lib/services/app-toc.service.mjs +1001 -0
- package/esm2022/lib/services/certificate.service.mjs +69 -0
- package/esm2022/lib/services/discuss-utils.service.mjs +58 -0
- package/esm2022/lib/services/editor.service.mjs +34 -0
- package/esm2022/lib/services/load-check.service.mjs +21 -0
- package/esm2022/lib/services/loader.service.mjs +33 -0
- package/esm2022/lib/services/mobile-apps.service.mjs +67 -0
- package/esm2022/lib/services/netcore.service.mjs +56 -0
- package/esm2022/lib/services/nps-grid.service.mjs +31 -0
- package/esm2022/lib/services/otp.service.mjs +43 -0
- package/esm2022/lib/services/profile-v2.service.mjs +43 -0
- package/esm2022/lib/services/reset-ratings.service.mjs +19 -0
- package/esm2022/lib/services/resource-download-helper.service.mjs +64 -0
- package/esm2022/lib/services/timer.service.mjs +23 -0
- package/esm2022/lib/services/title-tag.service.mjs +71 -0
- package/esm2022/lib/services/user-profile.service.mjs +55 -0
- package/esm2022/lib/services/viewer-data.service.mjs +64 -0
- package/esm2022/lib/services/viewer-util.service.mjs +500 -0
- package/esm2022/lib/share-toc/share-toc/share-toc.component.mjs +291 -0
- package/esm2022/lib/share-toc/share-toc.module.mjs +119 -0
- package/esm2022/public-api.mjs +56 -0
- package/esm2022/sunbird-cb-toc.mjs +5 -0
- package/fesm2022/sunbird-cb-toc.mjs +23517 -0
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +17 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +1 -0
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +32 -0
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +1 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +16 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +1 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +21 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +1 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +23 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +1 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +16 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +1 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +23 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +1 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +23 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +1 -0
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +10 -0
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +1 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +12 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +1 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +13 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +1 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +19 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +1 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +15 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +1 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +12 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +1 -0
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts +18 -0
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +1 -0
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts +15 -0
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +1 -0
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +200 -0
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +1 -0
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts +17 -0
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts +11 -0
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +39 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +20 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +12 -0
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +184 -0
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +42 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +55 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +48 -0
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +49 -0
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +92 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +9 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +17 -0
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +41 -0
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +22 -0
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +46 -0
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +11 -0
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +11 -0
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts +129 -0
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts +52 -0
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +30 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +10 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +8 -0
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +8 -0
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +29 -0
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +25 -0
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +15 -0
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +10 -0
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +13 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +11 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +1 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +23 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +1 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +9 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +1 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +19 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +1 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +9 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +1 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +17 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +1 -0
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts +36 -0
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +1 -0
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts +20 -0
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +1 -0
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +15 -0
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +1 -0
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +14 -0
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +1 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +12 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +1 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +12 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +1 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +16 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +1 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +11 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +1 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +17 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +1 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +12 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +35 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +18 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +16 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +16 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +1 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +22 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +1 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +13 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +1 -0
- package/lib/_collection/_common/user-image/user-image.component.d.ts +22 -0
- package/lib/_collection/_common/user-image/user-image.component.d.ts.map +1 -0
- package/lib/_collection/_common/user-image/user-image.module.d.ts +10 -0
- package/lib/_collection/_common/user-image/user-image.module.d.ts.map +1 -0
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +48 -0
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +1 -0
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +15 -0
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +1 -0
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +23 -0
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +1 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +20 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +1 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +16 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +1 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +26 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +1 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +22 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +1 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +19 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +1 -0
- package/lib/_collection-api.d.ts +35 -0
- package/lib/_collection-api.d.ts.map +1 -0
- package/lib/_constants/widget-content.constants.d.ts +8 -0
- package/lib/_constants/widget-content.constants.d.ts.map +1 -0
- package/lib/_directives/tooltip.directive.d.ts +18 -0
- package/lib/_directives/tooltip.directive.d.ts.map +1 -0
- package/lib/_models/common.model.d.ts +4 -0
- package/lib/_models/common.model.d.ts.map +1 -0
- package/lib/_models/error.model.d.ts +6 -0
- package/lib/_models/error.model.d.ts.map +1 -0
- package/lib/_pipes/highlight.pipe.d.ts +11 -0
- package/lib/_pipes/highlight.pipe.d.ts.map +1 -0
- package/lib/_services/rating.service.d.ts +19 -0
- package/lib/_services/rating.service.d.ts.map +1 -0
- package/lib/_services/samuhik-charcha.service.d.ts +14 -0
- package/lib/_services/samuhik-charcha.service.d.ts.map +1 -0
- package/lib/_services/viewer-route-util.d.ts +9 -0
- package/lib/_services/viewer-route-util.d.ts.map +1 -0
- package/lib/_services/widget-content.model.d.ts +515 -0
- package/lib/_services/widget-content.model.d.ts.map +1 -0
- package/lib/_services/widget-content.service.d.ts +101 -0
- package/lib/_services/widget-content.service.d.ts.map +1 -0
- package/lib/_shared/translate-loader.factory.d.ts +8 -0
- package/lib/_shared/translate-loader.factory.d.ts.map +1 -0
- package/lib/app-toc-lib.module.d.ts +89 -0
- package/lib/app-toc-lib.module.d.ts.map +1 -0
- package/lib/collection.config.d.ts +160 -0
- package/lib/collection.config.d.ts.map +1 -0
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +18 -0
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +1 -0
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +226 -0
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +1 -0
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +79 -0
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +1 -0
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +23 -0
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +1 -0
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +32 -0
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +1 -0
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +48 -0
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +1 -0
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +15 -0
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +1 -0
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +22 -0
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +1 -0
- package/lib/components/app-toc-home/app-toc-home.component.d.ts +315 -0
- package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +1 -0
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +386 -0
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +1 -0
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +48 -0
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +1 -0
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +23 -0
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +1 -0
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +15 -0
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +1 -0
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +150 -0
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +1 -0
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +43 -0
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +1 -0
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +28 -0
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +1 -0
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +16 -0
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +1 -0
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +196 -0
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +1 -0
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +45 -0
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +1 -0
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +55 -0
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +1 -0
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +19 -0
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +1 -0
- package/lib/components/public-survey-form/public-survey-form.component.d.ts +44 -0
- package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +1 -0
- package/lib/components/survey-form-question/survey-form-question.component.d.ts +21 -0
- package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +1 -0
- package/lib/components/survey-form-section/survey-form-section.component.d.ts +14 -0
- package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +1 -0
- package/lib/models/app-toc-analytics.model.d.ts +153 -0
- package/lib/models/app-toc-analytics.model.d.ts.map +1 -0
- package/lib/models/app-toc.model.d.ts +85 -0
- package/lib/models/app-toc.model.d.ts.map +1 -0
- package/lib/models/auto-complete.model.d.ts +28 -0
- package/lib/models/auto-complete.model.d.ts.map +1 -0
- package/lib/models/card-content.model.d.ts +20 -0
- package/lib/models/card-content.model.d.ts.map +1 -0
- package/lib/models/content-strip-with-tabs.model.d.ts +45 -0
- package/lib/models/content-strip-with-tabs.model.d.ts.map +1 -0
- package/lib/models/discussion-forum.model.d.ts +41 -0
- package/lib/models/discussion-forum.model.d.ts.map +1 -0
- package/lib/models/goal.model.d.ts +23 -0
- package/lib/models/goal.model.d.ts.map +1 -0
- package/lib/models/meta-tag.model.d.ts +7 -0
- package/lib/models/meta-tag.model.d.ts.map +1 -0
- package/lib/models/playlist.model.d.ts +24 -0
- package/lib/models/playlist.model.d.ts.map +1 -0
- package/lib/models/profile-revamp.model.d.ts +15 -0
- package/lib/models/profile-revamp.model.d.ts.map +1 -0
- package/lib/models/rating.model.d.ts +18 -0
- package/lib/models/rating.model.d.ts.map +1 -0
- package/lib/models/user-profile.model.d.ts +38 -0
- package/lib/models/user-profile.model.d.ts.map +1 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts +13 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +13 -0
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +17 -0
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +13 -0
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-resolver.service.d.ts +17 -0
- package/lib/resolvers/app-toc-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/config-resolver.service.d.ts +12 -0
- package/lib/resolvers/config-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/profile-resolver.service.d.ts +12 -0
- package/lib/resolvers/profile-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/restricted-features-resolver.service.d.ts +12 -0
- package/lib/resolvers/restricted-features-resolver.service.d.ts.map +1 -0
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts +20 -0
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +1 -0
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +9 -0
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +1 -0
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts +9 -0
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +1 -0
- package/lib/services/access-control.service.d.ts +30 -0
- package/lib/services/access-control.service.d.ts.map +1 -0
- package/lib/services/action.service.d.ts +10 -0
- package/lib/services/action.service.d.ts.map +1 -0
- package/lib/services/app-toc-v2.service.d.ts +8 -0
- package/lib/services/app-toc-v2.service.d.ts.map +1 -0
- package/lib/services/app-toc.service.d.ts +131 -0
- package/lib/services/app-toc.service.d.ts.map +1 -0
- package/lib/services/certificate.service.d.ts +43 -0
- package/lib/services/certificate.service.d.ts.map +1 -0
- package/lib/services/discuss-utils.service.d.ts +34 -0
- package/lib/services/discuss-utils.service.d.ts.map +1 -0
- package/lib/services/editor.service.d.ts +18 -0
- package/lib/services/editor.service.d.ts.map +1 -0
- package/lib/services/load-check.service.d.ts +9 -0
- package/lib/services/load-check.service.d.ts.map +1 -0
- package/lib/services/loader.service.d.ts +17 -0
- package/lib/services/loader.service.d.ts.map +1 -0
- package/lib/services/mobile-apps.service.d.ts +39 -0
- package/lib/services/mobile-apps.service.d.ts.map +1 -0
- package/lib/services/netcore.service.d.ts +34 -0
- package/lib/services/netcore.service.d.ts.map +1 -0
- package/lib/services/nps-grid.service.d.ts +16 -0
- package/lib/services/nps-grid.service.d.ts.map +1 -0
- package/lib/services/otp.service.d.ts +21 -0
- package/lib/services/otp.service.d.ts.map +1 -0
- package/lib/services/profile-v2.service.d.ts +21 -0
- package/lib/services/profile-v2.service.d.ts.map +1 -0
- package/lib/services/reset-ratings.service.d.ts +9 -0
- package/lib/services/reset-ratings.service.d.ts.map +1 -0
- package/lib/services/resource-download-helper.service.d.ts +30 -0
- package/lib/services/resource-download-helper.service.d.ts.map +1 -0
- package/lib/services/timer.service.d.ts +10 -0
- package/lib/services/timer.service.d.ts.map +1 -0
- package/lib/services/title-tag.service.d.ts +22 -0
- package/lib/services/title-tag.service.d.ts.map +1 -0
- package/lib/services/user-profile.service.d.ts +25 -0
- package/lib/services/user-profile.service.d.ts.map +1 -0
- package/lib/services/viewer-data.service.d.ts +59 -0
- package/lib/services/viewer-data.service.d.ts.map +1 -0
- package/lib/services/viewer-util.service.d.ts +63 -0
- package/lib/services/viewer-util.service.d.ts.map +1 -0
- package/lib/share-toc/share-toc/share-toc.component.d.ts +57 -0
- package/lib/share-toc/share-toc/share-toc.component.d.ts.map +1 -0
- package/lib/share-toc/share-toc.module.d.ts +33 -0
- package/lib/share-toc/share-toc.module.d.ts.map +1 -0
- package/package.json +36 -0
- package/public-api.d.ts +44 -0
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-toc.d.ts.map +1 -0
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
export declare namespace NsContent {
|
|
2
|
+
export interface IContinueLearningData extends IContent {
|
|
3
|
+
continueData: any;
|
|
4
|
+
}
|
|
5
|
+
export interface IContinueLearningDataReq {
|
|
6
|
+
request: {
|
|
7
|
+
userId: string | undefined;
|
|
8
|
+
courseId: string;
|
|
9
|
+
contentIds: string[];
|
|
10
|
+
batchId: string | undefined | null;
|
|
11
|
+
fields?: string[];
|
|
12
|
+
language?: string;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export interface IContent {
|
|
16
|
+
platform?: any;
|
|
17
|
+
addedOn: string;
|
|
18
|
+
appIcon: string;
|
|
19
|
+
artifactUrl: string;
|
|
20
|
+
averageRating?: any;
|
|
21
|
+
batches?: any;
|
|
22
|
+
batch?: any;
|
|
23
|
+
body?: string;
|
|
24
|
+
certificationList?: IRelatedContentMeta[];
|
|
25
|
+
certificationStatus?: TCertificationStatus;
|
|
26
|
+
certificationSubmissionDate?: string;
|
|
27
|
+
certificationUrl: string;
|
|
28
|
+
childNodes?: string[];
|
|
29
|
+
children: IContent[];
|
|
30
|
+
childrenClassifiers?: string[];
|
|
31
|
+
clients?: IClient[];
|
|
32
|
+
collections?: IContent[];
|
|
33
|
+
completionPercentage?: number | null;
|
|
34
|
+
completionStatus?: number;
|
|
35
|
+
complexityLevel: string;
|
|
36
|
+
difficultyLevel: string;
|
|
37
|
+
contentId: string;
|
|
38
|
+
contentType: EContentTypes;
|
|
39
|
+
contentUrlAtSource: string;
|
|
40
|
+
creatorContacts: ICreator[];
|
|
41
|
+
creatorDetails: ICreator[];
|
|
42
|
+
creatorLogo: string;
|
|
43
|
+
creatorPosterImage: string;
|
|
44
|
+
creatorThumbnail: string;
|
|
45
|
+
curatedTags: string[];
|
|
46
|
+
description: string;
|
|
47
|
+
displayContentType: EDisplayContentTypes;
|
|
48
|
+
downloadUrl?: string;
|
|
49
|
+
duration: number;
|
|
50
|
+
enrolledDate?: string;
|
|
51
|
+
exclusiveContent?: boolean;
|
|
52
|
+
expiryDate?: string;
|
|
53
|
+
equivalentCertifications?: IRelatedContentMeta[];
|
|
54
|
+
hasAccess: boolean;
|
|
55
|
+
hasAssessment?: string;
|
|
56
|
+
idealScreenSize?: string;
|
|
57
|
+
identifier: string;
|
|
58
|
+
introductoryVideo?: string;
|
|
59
|
+
introductoryVideoIcon?: string;
|
|
60
|
+
learningTrack?: string;
|
|
61
|
+
isExternal: boolean;
|
|
62
|
+
isIframeSupported: 'Yes' | 'No' | 'Maybe';
|
|
63
|
+
isInIntranet?: boolean;
|
|
64
|
+
keywords?: string[];
|
|
65
|
+
kArtifacts?: IRelatedContentMeta[];
|
|
66
|
+
lastContentAccessTime?: string;
|
|
67
|
+
lastUpdatedOn: string;
|
|
68
|
+
learningMode?: TLearningMode;
|
|
69
|
+
learningObjective: string;
|
|
70
|
+
labels?: string[];
|
|
71
|
+
locale?: string;
|
|
72
|
+
hasTranslations?: {
|
|
73
|
+
identifier: string;
|
|
74
|
+
locale: string;
|
|
75
|
+
}[];
|
|
76
|
+
isTranslationOf?: {
|
|
77
|
+
identifier: string;
|
|
78
|
+
locale: string;
|
|
79
|
+
}[];
|
|
80
|
+
me_totalSessionsCount: number;
|
|
81
|
+
mediaType: string;
|
|
82
|
+
mimeType: EMimeTypes;
|
|
83
|
+
msArtifactDetails?: IMSArtifactDetails;
|
|
84
|
+
mode?: ETagType;
|
|
85
|
+
name: string;
|
|
86
|
+
nextCertificationAttemptDate?: string;
|
|
87
|
+
parent?: string;
|
|
88
|
+
playgroundInstructions?: string;
|
|
89
|
+
playgroundResources?: IResourcePlayground[];
|
|
90
|
+
postContents?: IPrePostContent[];
|
|
91
|
+
posterImage?: string;
|
|
92
|
+
preContents?: IPrePostContent[];
|
|
93
|
+
preRequisites: string;
|
|
94
|
+
price?: {
|
|
95
|
+
currency: string;
|
|
96
|
+
value: number;
|
|
97
|
+
};
|
|
98
|
+
primaryCategory: EPrimaryCategory;
|
|
99
|
+
proctorUrl?: string;
|
|
100
|
+
progress?: IMarkAsCompleteProgress;
|
|
101
|
+
publishedOn: string;
|
|
102
|
+
recentCertificationAttemptScore?: number;
|
|
103
|
+
recommendationReasons?: string[];
|
|
104
|
+
region?: string[];
|
|
105
|
+
registrationUrl?: string;
|
|
106
|
+
registrationInstructions?: string;
|
|
107
|
+
resourceCategory?: string[];
|
|
108
|
+
resourceType: string;
|
|
109
|
+
size?: number;
|
|
110
|
+
skills: ISkill[];
|
|
111
|
+
softwareRequirements?: IResourceDetail[];
|
|
112
|
+
sourceName: string;
|
|
113
|
+
sourceShortName: string;
|
|
114
|
+
sourceIconUrl?: string;
|
|
115
|
+
sourceUrl?: string;
|
|
116
|
+
ssoEnabled?: boolean;
|
|
117
|
+
lastReadContentId?: string;
|
|
118
|
+
status: 'Draft' | 'InReview' | 'QualityReview' | 'Reviewed' | 'Processing' | 'Live' | 'Deleted' | 'MarkedForDeletion' | 'Expired';
|
|
119
|
+
subTitle?: string;
|
|
120
|
+
subTitles?: ISubtitle[];
|
|
121
|
+
studyMaterials?: IRelatedContentMeta[];
|
|
122
|
+
systemRequirements?: string[];
|
|
123
|
+
tags: ITag[];
|
|
124
|
+
topics: IContentTopic[];
|
|
125
|
+
totalLikes?: {
|
|
126
|
+
[key: string]: number;
|
|
127
|
+
};
|
|
128
|
+
totalRating?: number;
|
|
129
|
+
track: ITrack[];
|
|
130
|
+
uniqueLearners?: number;
|
|
131
|
+
viewCount?: {
|
|
132
|
+
[key: string]: number;
|
|
133
|
+
};
|
|
134
|
+
reason?: string;
|
|
135
|
+
trainingLHubCount?: number;
|
|
136
|
+
verifiers?: {
|
|
137
|
+
name: string;
|
|
138
|
+
email: string;
|
|
139
|
+
id: string;
|
|
140
|
+
}[];
|
|
141
|
+
references?: {
|
|
142
|
+
url: string;
|
|
143
|
+
title: string;
|
|
144
|
+
}[];
|
|
145
|
+
resumePage?: number;
|
|
146
|
+
[key: string]: any;
|
|
147
|
+
optionalReading: boolean;
|
|
148
|
+
additionalTags?: string[];
|
|
149
|
+
}
|
|
150
|
+
export interface IContentResponse {
|
|
151
|
+
id: string;
|
|
152
|
+
params: any;
|
|
153
|
+
responseCode: string;
|
|
154
|
+
result: {
|
|
155
|
+
content: IContent;
|
|
156
|
+
};
|
|
157
|
+
ts: string;
|
|
158
|
+
ver: string;
|
|
159
|
+
}
|
|
160
|
+
export interface IBatch {
|
|
161
|
+
batchId: string;
|
|
162
|
+
createdBy: string;
|
|
163
|
+
endDate: string | null;
|
|
164
|
+
enrollmentType: string;
|
|
165
|
+
identifier: string;
|
|
166
|
+
name: string;
|
|
167
|
+
startDate: string;
|
|
168
|
+
status: number;
|
|
169
|
+
cert_templates?: null;
|
|
170
|
+
collectionId: string;
|
|
171
|
+
courseId: string;
|
|
172
|
+
createdDate: string;
|
|
173
|
+
createdFor: string[];
|
|
174
|
+
description?: null;
|
|
175
|
+
enrollmentEndDate: string | null;
|
|
176
|
+
id: string;
|
|
177
|
+
mentors?: string[] | null;
|
|
178
|
+
tandc?: null;
|
|
179
|
+
updatedDate?: string | null;
|
|
180
|
+
}
|
|
181
|
+
export interface IBatchListResponse {
|
|
182
|
+
content?: IBatch[];
|
|
183
|
+
count?: number;
|
|
184
|
+
enrolled?: boolean;
|
|
185
|
+
workFlow?: {
|
|
186
|
+
wfInitiated?: boolean;
|
|
187
|
+
batch?: any;
|
|
188
|
+
wfItem?: any;
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
export interface ICourse {
|
|
192
|
+
active: true;
|
|
193
|
+
addedBy: string;
|
|
194
|
+
batch: IBatch;
|
|
195
|
+
batchId: string;
|
|
196
|
+
certificates: [];
|
|
197
|
+
collectionId: string;
|
|
198
|
+
completedOn: string | null;
|
|
199
|
+
completionPercentage: number | null;
|
|
200
|
+
completionStatus?: number;
|
|
201
|
+
content: IContent;
|
|
202
|
+
contentId: string;
|
|
203
|
+
contentStatus: any;
|
|
204
|
+
courseId: string;
|
|
205
|
+
courseLogoUrl: string;
|
|
206
|
+
courseName: string;
|
|
207
|
+
dateTime: number;
|
|
208
|
+
description: string;
|
|
209
|
+
enrolledDate: string;
|
|
210
|
+
issuedCertificates: [];
|
|
211
|
+
lastContentAccessTime?: string;
|
|
212
|
+
lastReadContentId?: string;
|
|
213
|
+
lastReadContentStatus: string | null;
|
|
214
|
+
lrcProgressDetails: any;
|
|
215
|
+
recent_language: string;
|
|
216
|
+
leafNodesCount: number;
|
|
217
|
+
progress: number;
|
|
218
|
+
status: number;
|
|
219
|
+
userId: string;
|
|
220
|
+
}
|
|
221
|
+
export interface IContentMinimal {
|
|
222
|
+
appIcon: string;
|
|
223
|
+
artifactUrl: string;
|
|
224
|
+
difficultyLevel: string;
|
|
225
|
+
contentType: EContentTypes;
|
|
226
|
+
description: string;
|
|
227
|
+
displayContentType?: EDisplayContentTypes;
|
|
228
|
+
duration: number;
|
|
229
|
+
identifier: string;
|
|
230
|
+
hasAccess?: boolean;
|
|
231
|
+
isInIntranet?: boolean;
|
|
232
|
+
learningMode?: TLearningMode;
|
|
233
|
+
mimeType: EMimeTypes;
|
|
234
|
+
name: string;
|
|
235
|
+
creatorDetails: ICreator[];
|
|
236
|
+
creatorContacts: ICreator[];
|
|
237
|
+
posterImage: string;
|
|
238
|
+
primaryCategory: EPrimaryCategory;
|
|
239
|
+
resourceType?: string;
|
|
240
|
+
totalRating?: number;
|
|
241
|
+
}
|
|
242
|
+
export interface ICollectionHierarchyResponse {
|
|
243
|
+
data: IContent;
|
|
244
|
+
hasMore: boolean;
|
|
245
|
+
totalContents: number;
|
|
246
|
+
}
|
|
247
|
+
export interface IRelatedContentMeta {
|
|
248
|
+
identifier: string;
|
|
249
|
+
name: string;
|
|
250
|
+
}
|
|
251
|
+
type TCertificationStatus = 'ongoing' | 'passed' | 'canAttempt' | 'cannotAttempt';
|
|
252
|
+
export type TLearningMode = 'Self-Paced' | 'Instructor-Led' | 'Open' | 'Closed';
|
|
253
|
+
interface IMarkAsCompleteProgress {
|
|
254
|
+
progressStatus: 'open' | 'started' | 'completed';
|
|
255
|
+
showMarkAsComplete: boolean;
|
|
256
|
+
markAsCompleteReason: string;
|
|
257
|
+
progressSupported: boolean;
|
|
258
|
+
progress: number | null;
|
|
259
|
+
}
|
|
260
|
+
interface ITag {
|
|
261
|
+
id: string;
|
|
262
|
+
type: string;
|
|
263
|
+
value: string;
|
|
264
|
+
}
|
|
265
|
+
interface IMSArtifactDetails {
|
|
266
|
+
channelId: string;
|
|
267
|
+
videoId: string;
|
|
268
|
+
}
|
|
269
|
+
interface IClient {
|
|
270
|
+
displayName: string;
|
|
271
|
+
id: string;
|
|
272
|
+
name: string;
|
|
273
|
+
}
|
|
274
|
+
interface ISubtitle {
|
|
275
|
+
srclang: string;
|
|
276
|
+
label: string;
|
|
277
|
+
url: string;
|
|
278
|
+
}
|
|
279
|
+
interface IPrePostContent {
|
|
280
|
+
identifier: string;
|
|
281
|
+
name: string;
|
|
282
|
+
}
|
|
283
|
+
interface IResourceDetail {
|
|
284
|
+
title?: string;
|
|
285
|
+
url?: string;
|
|
286
|
+
}
|
|
287
|
+
interface IResourcePlayground {
|
|
288
|
+
appIcon: string;
|
|
289
|
+
artifactUrl: string;
|
|
290
|
+
identifier: string;
|
|
291
|
+
name: string;
|
|
292
|
+
}
|
|
293
|
+
interface ITrack {
|
|
294
|
+
id: string;
|
|
295
|
+
name: string;
|
|
296
|
+
status: string;
|
|
297
|
+
visibility: string;
|
|
298
|
+
}
|
|
299
|
+
interface ISkill {
|
|
300
|
+
id: string;
|
|
301
|
+
category: string;
|
|
302
|
+
skill: string;
|
|
303
|
+
name: string;
|
|
304
|
+
}
|
|
305
|
+
export interface ICreator {
|
|
306
|
+
id: string;
|
|
307
|
+
name: string;
|
|
308
|
+
email: string;
|
|
309
|
+
}
|
|
310
|
+
export interface IContentTopic {
|
|
311
|
+
identifier: string;
|
|
312
|
+
name: string;
|
|
313
|
+
}
|
|
314
|
+
export interface IContact {
|
|
315
|
+
id: string;
|
|
316
|
+
name: string;
|
|
317
|
+
email: string;
|
|
318
|
+
}
|
|
319
|
+
export interface IViewerContinueLearningRequest {
|
|
320
|
+
resourceId: string;
|
|
321
|
+
contextPathId: string;
|
|
322
|
+
data: string;
|
|
323
|
+
dateAccessed: number;
|
|
324
|
+
contextType?: string;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* @deprecated Enum EContentTypes should not be used in future
|
|
328
|
+
*/
|
|
329
|
+
export enum EContentTypes {
|
|
330
|
+
PROGRAMV2 = "Program",
|
|
331
|
+
PROGRAM = "Learning Path",
|
|
332
|
+
CHANNEL = "Channel",
|
|
333
|
+
COURSE = "Course",
|
|
334
|
+
KNOWLEDGE_ARTIFACT = "Knowledge Artifact",
|
|
335
|
+
KNOWLEDGE_BOARD = "Knowledge Board",
|
|
336
|
+
LEARNING_JOURNEY = "Learning Journeys",
|
|
337
|
+
MODULE = "CourseUnit",
|
|
338
|
+
RESOURCE = "Resource"
|
|
339
|
+
}
|
|
340
|
+
export enum EPrimaryCategory {
|
|
341
|
+
PROGRAM = "Program",
|
|
342
|
+
COURSE = "Course",
|
|
343
|
+
MODULE = "Course Unit",
|
|
344
|
+
RESOURCE = "Learning Resource",
|
|
345
|
+
GOALS = "GOALS",
|
|
346
|
+
PLAYLIST = "PLAYLIST",
|
|
347
|
+
PRACTICE_RESOURCE = "Practice Question Set",
|
|
348
|
+
FINAL_ASSESSMENT = "Course Assessment",
|
|
349
|
+
COMP_ASSESSMENT = "Competency Assessment",
|
|
350
|
+
FTB_QUESTION = "FTB Question",
|
|
351
|
+
MTF_QUESTION = "MTF Question",
|
|
352
|
+
MULTIPLE_CHOICE_QUESTION = "Multiple Choice Question",
|
|
353
|
+
SINGLE_CHOICE_QUESTION = "Single Choice Question",
|
|
354
|
+
MANDATORY_COURSE_GOAL = "Mandatory Course Goal",
|
|
355
|
+
STANDALONE_ASSESSMENT = "Standalone Assessment",
|
|
356
|
+
BLENDED_PROGRAM = "Blended Program",
|
|
357
|
+
OFFLINE_SESSION = "Offline Session",
|
|
358
|
+
CURATED_PROGRAM = "Curated Program",
|
|
359
|
+
/**
|
|
360
|
+
* @deprecated The type should not be used
|
|
361
|
+
*/
|
|
362
|
+
KNOWLEDGE_ARTIFACT = "Knowledge Artifact",
|
|
363
|
+
/**
|
|
364
|
+
* @deprecated The type should not be used
|
|
365
|
+
*/
|
|
366
|
+
KNOWLEDGE_BOARD = "Knowledge Board",
|
|
367
|
+
/**
|
|
368
|
+
* @deprecated The type should not be used
|
|
369
|
+
*/
|
|
370
|
+
LEARNING_JOURNEY = "Learning Journeys",
|
|
371
|
+
/**
|
|
372
|
+
* @deprecated The type should not be used
|
|
373
|
+
*/
|
|
374
|
+
CHANNEL = "Channel"
|
|
375
|
+
}
|
|
376
|
+
export enum ECourseCategory {
|
|
377
|
+
INVITE_ONLY_PROGRAM = "Invite-Only Program",
|
|
378
|
+
MODERATED_PROGRAM = "Moderated Program",
|
|
379
|
+
BLENDED_PROGRAM = "Blended Program",
|
|
380
|
+
CURATED_PROGRAM = "Curated Program",
|
|
381
|
+
COURSE = "Course",
|
|
382
|
+
MODERATED_COURSE = "Moderated Course",
|
|
383
|
+
STANDALONE_ASSESSMENT = "Standalone Assessment",
|
|
384
|
+
MODERATED_ASSESSEMENT = "Moderated Assessment",
|
|
385
|
+
CASE_STUDY = "Case Study"
|
|
386
|
+
}
|
|
387
|
+
export enum WFBlendedProgramStatus {
|
|
388
|
+
INITIATE = "INITIATE",
|
|
389
|
+
SEND_FOR_MDO_APPROVAL = "SEND_FOR_MDO_APPROVAL",
|
|
390
|
+
SEND_FOR_PC_APPROVAL = "SEND_FOR_PC_APPROVAL",
|
|
391
|
+
APPROVED = "APPROVED",
|
|
392
|
+
REJECTED = "REJECTED",
|
|
393
|
+
WITHDRAWN = "WITHDRAWN",
|
|
394
|
+
REMOVED = "REMOVED",
|
|
395
|
+
WITHDRAW = "WITHDRAW"
|
|
396
|
+
}
|
|
397
|
+
export enum WFBlendedProgramApprovalTypes {
|
|
398
|
+
ONE_STEP_PC = "oneStepPCApproval",
|
|
399
|
+
ONE_STEP_MDO = "oneStepMDOApproval",
|
|
400
|
+
TWO_STEP_MDO_PC = "twoStepMDOAndPCApproval",
|
|
401
|
+
TWO_STEP_PC_MDO = "twoStepPCAndMDOApproval"
|
|
402
|
+
}
|
|
403
|
+
export const WFSTATUS_MSG_MAPPING: any;
|
|
404
|
+
export enum EResourcePrimaryCategories {
|
|
405
|
+
LEARNING_RESOURCE = "Learning Resource",
|
|
406
|
+
PRACTICE_RESOURCE = "Practice Question Set",
|
|
407
|
+
FINAL_ASSESSMENT = "Course Assessment",
|
|
408
|
+
COMP_ASSESSMENT = "Competency Assessment",
|
|
409
|
+
OFFLINE_SESSION = "Offline Session"
|
|
410
|
+
}
|
|
411
|
+
export enum EMiscPlayerSupportedCollectionTypes {
|
|
412
|
+
PLAYLIST = "Playlist"
|
|
413
|
+
}
|
|
414
|
+
export const PLAYER_SUPPORTED_COLLECTION_TYPES: string[];
|
|
415
|
+
export const KB_SUPPORTED_CONTENT_TYPES: EPrimaryCategory[];
|
|
416
|
+
export const PLAYLIST_SUPPORTED_CONTENT_TYPES: EPrimaryCategory[];
|
|
417
|
+
export enum EMimeTypes {
|
|
418
|
+
COLLECTION = "application/vnd.ekstep.content-collection",
|
|
419
|
+
ZIP = "application/vnd.ekstep.html-archive",
|
|
420
|
+
ZIP2 = "application/vnd.ekstep.ecml-archive",
|
|
421
|
+
HTML = "application/html",
|
|
422
|
+
HTML_TEXT = "text/html",
|
|
423
|
+
ILP_FP = "application/ilpfp",
|
|
424
|
+
IAP = "application/iap-assessment",
|
|
425
|
+
M4A = "audio/m4a",
|
|
426
|
+
MP3 = "audio/mpeg",
|
|
427
|
+
MP4 = "video/mp4",
|
|
428
|
+
M3U8 = "application/x-mpegURL",
|
|
429
|
+
INTERACTION = "video/interactive",
|
|
430
|
+
PDF = "application/pdf",
|
|
431
|
+
QUIZ = "application/quiz",
|
|
432
|
+
DRAG_DROP = "application/drag-drop",
|
|
433
|
+
HTML_PICKER = "application/htmlpicker",
|
|
434
|
+
WEB_MODULE = "application/web-module",
|
|
435
|
+
WEB_MODULE_EXERCISE = "application/web-module-exercise",
|
|
436
|
+
YOUTUBE = "video/x-youtube",
|
|
437
|
+
HANDS_ON = "application/integrated-hands-on",
|
|
438
|
+
RDBMS_HANDS_ON = "application/rdbms",
|
|
439
|
+
CLASS_DIAGRAM = "application/class-diagram",
|
|
440
|
+
CHANNEL = "application/channel",
|
|
441
|
+
COLLECTION_RESOURCE = "resource/collection",
|
|
442
|
+
APPLICATION_JSON = "application/json",
|
|
443
|
+
PRACTICE_RESOURCE = "application/vnd.sunbird.questionset",
|
|
444
|
+
FINAL_ASSESSMENT = "application/vnd.sunbird.questionset",
|
|
445
|
+
OFFLINE_SESSION = "application/offline",
|
|
446
|
+
CERTIFICATION = "application/certification",
|
|
447
|
+
PLAYLIST = "application/playlist",
|
|
448
|
+
TEXT_WEB = "text/x-url",
|
|
449
|
+
SURVEY = "application/survey",
|
|
450
|
+
QUESTION_SET = "application/vnd.sunbird.questionset",
|
|
451
|
+
QUESTION = "application/vnd.sunbird.question",
|
|
452
|
+
UNKNOWN = "application/unknown"
|
|
453
|
+
}
|
|
454
|
+
export enum EDisplayContentTypes {
|
|
455
|
+
ASSESSMENT = "ASSESSMENT",
|
|
456
|
+
STANDALONE_ASSESSMENT = "STANDALONE ASSESSMENT",
|
|
457
|
+
PRACTICE_RESOURCE = "Practice Question Set",
|
|
458
|
+
FINAL_ASSESSMENT = "Course Assessment",
|
|
459
|
+
AUDIO = "AUDIO",
|
|
460
|
+
CERTIFICATION = "CERTIFICATION",
|
|
461
|
+
CHANNEL = "Channel",
|
|
462
|
+
CLASS_DIAGRAM = "CLASS_DIAGRAM",
|
|
463
|
+
COURSE = "COURSE",
|
|
464
|
+
DEFAULT = "DEFAULT",
|
|
465
|
+
DRAG_DROP = "DRAG_DROP",
|
|
466
|
+
EXTERNAL_CERTIFICATION = "EXTERNAL_CERTIFICATION",
|
|
467
|
+
EXTERNAL_COURSE = "EXTERNAL_COURSE",
|
|
468
|
+
GOALS = "GOALS",
|
|
469
|
+
HANDS_ON = "HANDS_ON",
|
|
470
|
+
IAP = "IAP",
|
|
471
|
+
INSTRUCTOR_LED = "INSTRUCTOR_LED",
|
|
472
|
+
INTERACTIVE_VIDEO = "INTERACTIVE_VIDEO",
|
|
473
|
+
KNOWLEDGE_ARTIFACT = "KNOWLEDGE_ARTIFACT",
|
|
474
|
+
MODULE = "MODULE",
|
|
475
|
+
PDF = "PDF",
|
|
476
|
+
SURVEY = "SURVEY",
|
|
477
|
+
PLAYLIST = "PLAYLIST",
|
|
478
|
+
PROGRAM = "PROGRAM",
|
|
479
|
+
QUIZ = "QUIZ",
|
|
480
|
+
RESOURCE = "RESOURCE",
|
|
481
|
+
RDBMS_HANDS_ON = "RDBMS_HANDS_ON",
|
|
482
|
+
VIDEO = "VIDEO",
|
|
483
|
+
WEB_MODULE = "WEB_MODULE",
|
|
484
|
+
WEB_PAGE = "WEB_PAGE",
|
|
485
|
+
YOUTUBE = "YOUTUBE",
|
|
486
|
+
LINK = "LINK",
|
|
487
|
+
KNOWLEDGE_BOARD = "Knowledge Board",
|
|
488
|
+
LEARNING_JOURNEY = "Learning Journeys",
|
|
489
|
+
BLENDED_PROGRAM = "BLENDED PROGRAM",
|
|
490
|
+
CURATED_PROGRAM = "CURATED PROGRAM"
|
|
491
|
+
}
|
|
492
|
+
export enum EFilterCategory {
|
|
493
|
+
ALL = "ALL",
|
|
494
|
+
LEARN = "LEARN",
|
|
495
|
+
PRACTICE = "PRACTICE",
|
|
496
|
+
ASSESS = "ASSESS"
|
|
497
|
+
}
|
|
498
|
+
export enum ETagType {
|
|
499
|
+
NEWLY_ADDED = "NEWLY ADDED"
|
|
500
|
+
}
|
|
501
|
+
export const UN_SUPPORTED_DATA_TYPES_FOR_NON_BATCH_USERS: string[];
|
|
502
|
+
export const PUBLIC_SUPPORTED_CONTENT_TYPES: EMimeTypes[];
|
|
503
|
+
export interface ICompentencyKeys {
|
|
504
|
+
vKey: string;
|
|
505
|
+
vCompetencyArea: string;
|
|
506
|
+
vCompetencyAreaDescription: string;
|
|
507
|
+
vCompetencyTheme: string;
|
|
508
|
+
vCompetencySubTheme: string;
|
|
509
|
+
}
|
|
510
|
+
export enum EContextLockingType {
|
|
511
|
+
COURSE_ASSESSMENT_ONLY = "Course Assessment Only"
|
|
512
|
+
}
|
|
513
|
+
export {};
|
|
514
|
+
}
|
|
515
|
+
//# sourceMappingURL=widget-content.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-content.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/_services/widget-content.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
3
|
+
import { Observable, BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { NsContent } from './widget-content.model';
|
|
5
|
+
import { ActivatedRoute } from '@angular/router';
|
|
6
|
+
import { NSSearch } from '@sunbird-cb/utils-v2/lib/services/widget-search.model';
|
|
7
|
+
import { NsContentStripMultiple } from '@sunbird-cb/utils-v2/lib/services/content-strip-multiple.model';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class WidgetContentService {
|
|
10
|
+
private http;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private activatedRoute;
|
|
13
|
+
constructor(http: HttpClient, configSvc: ConfigurationsService, activatedRoute: ActivatedRoute);
|
|
14
|
+
tocConfigData: any;
|
|
15
|
+
tocConfigData$: any;
|
|
16
|
+
currentMetaData: NsContent.IContent;
|
|
17
|
+
currentContentReadMetaData: NsContent.IContent;
|
|
18
|
+
currentBatchEnrollmentList: NsContent.ICourse[];
|
|
19
|
+
programChildCourseResumeData: BehaviorSubject<any>;
|
|
20
|
+
programChildCourseResumeData$: Observable<any>;
|
|
21
|
+
languageMapProgress: any;
|
|
22
|
+
isResource(primaryCategory: string): boolean;
|
|
23
|
+
fetchMarkAsCompleteMeta(identifier: string): Promise<any>;
|
|
24
|
+
updateTocConfig(data: any): void;
|
|
25
|
+
fetchContent(contentId: string, hierarchyType?: 'all' | 'minimal' | 'detail', _additionalFields?: string[], primaryCategory?: string | null): Observable<NsContent.IContent>;
|
|
26
|
+
fetchAuthoringContent(contentId: string, apiType?: string): Observable<any>;
|
|
27
|
+
fetchMultipleContent(ids: string[]): Observable<NsContent.IContent[]>;
|
|
28
|
+
fetchCollectionHierarchy(type: string, id: string, pageNumber?: number, pageSize?: number): Observable<NsContent.ICollectionHierarchyResponse>;
|
|
29
|
+
fetchBlendedCourse(): void;
|
|
30
|
+
fetchCourseBatches(req: any): Observable<NsContent.IBatchListResponse>;
|
|
31
|
+
fetchCourseBatch(batchId: string): Observable<NsContent.IContinueLearningData>;
|
|
32
|
+
autoAssignBatchApi(identifier: any, language?: any): Observable<NsContent.IBatchListResponse>;
|
|
33
|
+
autoAssignCuratedBatchApi(request: any, programType: any): Observable<NsContent.IBatchListResponse>;
|
|
34
|
+
enrollUserToBatch(req: any): Promise<Object>;
|
|
35
|
+
enrollAndUnenrollUserToBatchWF(req: any, type: any): Promise<Object>;
|
|
36
|
+
fetchBlendedUserWF(req: any): Promise<Object>;
|
|
37
|
+
fetchBlendedUserCOUNT(req: any): Promise<Object>;
|
|
38
|
+
fetchContentLikes(contentIds: {
|
|
39
|
+
content_id: string[];
|
|
40
|
+
}): Promise<{
|
|
41
|
+
[identifier: string]: number;
|
|
42
|
+
}>;
|
|
43
|
+
fetchContentRatings(contentIds: {
|
|
44
|
+
contentIds: string[];
|
|
45
|
+
}): Promise<unknown>;
|
|
46
|
+
fetchContentHistory(contentId: string): Observable<NsContent.IContinueLearningData>;
|
|
47
|
+
fetchContentHistoryV2(req: NsContent.IContinueLearningDataReq): Observable<any>;
|
|
48
|
+
setProgramChildResumeData(contentList: any, courseId: any): void;
|
|
49
|
+
continueLearning(id: string, collectionId?: string, collectionType?: string): Promise<any>;
|
|
50
|
+
saveContinueLearning(content: NsContent.IViewerContinueLearningRequest): Observable<any>;
|
|
51
|
+
setS3Cookie(_contentId: string): Observable<any>;
|
|
52
|
+
setS3ImageCookie(): Observable<any>;
|
|
53
|
+
fetchManifest(url: string): Observable<any>;
|
|
54
|
+
fetchWebModuleContent(url: string): Observable<any>;
|
|
55
|
+
search(req: NSSearch.ISearchRequest): Observable<NSSearch.ISearchApiResult>;
|
|
56
|
+
searchRegionRecommendation(req: NSSearch.ISearchOrgRegionRecommendationRequest): Observable<NsContentStripMultiple.IContentStripResponseApi>;
|
|
57
|
+
searchV6(req: NSSearch.ISearchV6Request): Observable<any>;
|
|
58
|
+
searchRelatedCBPV6(req: any): Observable<any>;
|
|
59
|
+
fetchContentRating(contentId: string): Observable<{
|
|
60
|
+
rating: number;
|
|
61
|
+
}>;
|
|
62
|
+
deleteContentRating(contentId: string): Observable<any>;
|
|
63
|
+
addContentRating(contentId: string, data: {
|
|
64
|
+
rating: number;
|
|
65
|
+
}): Observable<any>;
|
|
66
|
+
getFirstChildInHierarchy(content: NsContent.IContent): NsContent.IContent;
|
|
67
|
+
getRegistrationStatus(source: string): Promise<{
|
|
68
|
+
hasAccess: boolean;
|
|
69
|
+
registrationUrl?: string;
|
|
70
|
+
}>;
|
|
71
|
+
fetchConfig(url: string): Observable<any>;
|
|
72
|
+
addCertTemplate(body: any): Observable<any>;
|
|
73
|
+
issueCert(body: any): Observable<any>;
|
|
74
|
+
downloadCert(certId: any): Observable<any>;
|
|
75
|
+
trendingContentSearch(req: any): Observable<NsContent.IContent>;
|
|
76
|
+
getKarmaPoitns(limit: number, offset: any): Observable<boolean | Object>;
|
|
77
|
+
fetchProgramContent(contentId: string[]): Observable<NsContent.IContent[]>;
|
|
78
|
+
fetchExternalContent(contentId: string[]): Observable<NsContent.IContent[]>;
|
|
79
|
+
fetchExternalPublicContent(partenerName: any, contentId: any): Observable<NsContent.IContent[]>;
|
|
80
|
+
fetchExtUserContentEnroll(contentId: string): Observable<any>;
|
|
81
|
+
extContentEnroll(requestBody: any): Observable<any>;
|
|
82
|
+
getCourseKarmaPoints(request: any): Observable<any>;
|
|
83
|
+
claimKarmapoints(request: any): Observable<any>;
|
|
84
|
+
userKarmaPoints(): Observable<any>;
|
|
85
|
+
getEnrolledData(doId: string): any;
|
|
86
|
+
getResourseLink(content: any): Promise<any>;
|
|
87
|
+
checkForDataToFormUrl(content: any, enrollData: any): Promise<any>;
|
|
88
|
+
getResourseDataWithData(content: any, resourseId: any, mimeType: any): any;
|
|
89
|
+
gotoTocPage(content: any): any;
|
|
90
|
+
isBatchInProgress(batchData: any): boolean;
|
|
91
|
+
getPreAssessmentFirstChildInHierarchy(content: NsContent.IContent): NsContent.IContent;
|
|
92
|
+
fetchHierarchyContent(contentId: string, hierarchyType?: 'all' | 'minimal' | 'detail'): Observable<NsContent.IContent>;
|
|
93
|
+
fetchContentData(contentId: string): Observable<NsContent.IContent>;
|
|
94
|
+
getUserEnrollmentData(userId: string, request: any): Observable<{
|
|
95
|
+
data: any;
|
|
96
|
+
error: any;
|
|
97
|
+
}>;
|
|
98
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetContentService, never>;
|
|
99
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WidgetContentService>;
|
|
100
|
+
}
|
|
101
|
+
//# sourceMappingURL=widget-content.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-content.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/_services/widget-content.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
3
|
+
/**
|
|
4
|
+
* HttpLoaderFactory for @ngx-translate
|
|
5
|
+
* Creates a TranslateHttpLoader to load translation files
|
|
6
|
+
*/
|
|
7
|
+
export declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
|
|
8
|
+
//# sourceMappingURL=translate-loader.factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translate-loader.factory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/_shared/translate-loader.factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAEhE;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,uBAEjD"}
|