@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,17 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import { NsContent } from '../_services/widget-content.model';
|
|
3
|
+
import { WidgetContentService } from '../_services/widget-content.service';
|
|
4
|
+
import { PipeContentRoutePipe } from '../_collection/_common/pipe-content-route/pipe-content-route.pipe';
|
|
5
|
+
import { IResolveResponse } from '@sunbird-cb/utils-v2';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AppTocResolverService {
|
|
9
|
+
private contentSvc;
|
|
10
|
+
private routePipe;
|
|
11
|
+
private router;
|
|
12
|
+
constructor(contentSvc: WidgetContentService, routePipe: PipeContentRoutePipe, router: Router);
|
|
13
|
+
resolve(route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): Observable<IResolveResponse<NsContent.IContent>>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocResolverService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppTocResolverService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=app-toc-resolver.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-resolver.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/resolvers/app-toc-resolver.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrF,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAA;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mEAAmE,CAAA;AACxG,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACvD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;;AAgDrC,qBAGa,qBAAqB;IAG9B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;gBAFN,UAAU,EAAE,oBAAoB,EAChC,SAAS,EAAE,oBAAoB,EAC/B,MAAM,EAAE,MAAM;IAGxB,OAAO,CACL,KAAK,EAAE,sBAAsB,EAC7B,MAAM,EAAE,mBAAmB,GAC1B,UAAU,CAAC,gBAAgB,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;yCAXxC,qBAAqB;6CAArB,qBAAqB;CAuDjC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ConfigResolverService {
|
|
6
|
+
private configSvc;
|
|
7
|
+
constructor(configSvc: ConfigurationsService);
|
|
8
|
+
resolve(_route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): Observable<any>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigResolverService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigResolverService>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=config-resolver.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-resolver.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/resolvers/config-resolver.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAoB,qBAAqB,EAAoB,MAAM,sBAAsB,CAAA;;AAEhG,qBAGa,qBAAqB;IAEpB,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,qBAAqB;IAEpD,OAAO,CAAC,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,mBAAmB,GAAG,UAAU,CAAC,GAAG,CAAC;yCAJ1E,qBAAqB;6CAArB,qBAAqB;CAYjC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ProfileResolverService {
|
|
6
|
+
private configSvc;
|
|
7
|
+
constructor(configSvc: ConfigurationsService);
|
|
8
|
+
resolve(_route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): Observable<any>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileResolverService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProfileResolverService>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=profile-resolver.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profile-resolver.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/resolvers/profile-resolver.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAU,qBAAqB,EAAoB,MAAM,sBAAsB,CAAA;;AAEtF,qBAGa,sBAAsB;IAErB,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,qBAAqB;IAEpD,OAAO,CAAC,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,mBAAmB,GAAG,UAAU,CAAC,GAAG,CAAC;yCAJ1E,sBAAsB;6CAAtB,sBAAsB;CAYlC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class RestrictedFeaturesResolverService {
|
|
6
|
+
private configSvc;
|
|
7
|
+
constructor(configSvc: ConfigurationsService);
|
|
8
|
+
resolve(_route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): Observable<any>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RestrictedFeaturesResolverService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RestrictedFeaturesResolverService>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=restricted-features-resolver.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restricted-features-resolver.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/resolvers/restricted-features-resolver.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,qBAAqB,EAAoB,MAAM,sBAAsB,CAAA;;AAE9E,qBAGa,iCAAiC;IAEhC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,qBAAqB;IAEpD,OAAO,CAAC,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,mBAAmB,GAAG,UAAU,CAAC,GAAG,CAAC;yCAJ1E,iCAAiC;6CAAjC,iCAAiC;CAY7C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnInit, ComponentFactoryResolver } from '@angular/core';
|
|
2
|
+
import { AppTocHomeDirective } from './app-toc-home.directive';
|
|
3
|
+
import { AppTocHomeService } from './app-toc-home.service';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AppTocHomeComponent implements OnInit {
|
|
8
|
+
private componentFactoryResolver;
|
|
9
|
+
private appTocHomeSvc;
|
|
10
|
+
private translate;
|
|
11
|
+
private configSvc;
|
|
12
|
+
wsAppAppTocHome: AppTocHomeDirective;
|
|
13
|
+
forPreview: any;
|
|
14
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, appTocHomeSvc: AppTocHomeService, translate: TranslateService, configSvc: ConfigurationsService);
|
|
15
|
+
loadComponent(): void;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeComponent, "ws-app-app-toc-home-root", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=app-toc-home.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-home.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/routes/app-toc-home/app-toc-home.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,wBAAwB,EAAoB,MAAM,eAAe,CAAA;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAItD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAA;;AAC5D,qBAKa,mBAAoB,YAAW,MAAM;IAI9C,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IAN+B,eAAe,EAAG,mBAAmB,CAAA;IAC9E,UAAU,EAAE,GAAG,CAAA;gBAEd,wBAAwB,EAAE,wBAAwB,EAClD,aAAa,EAAE,iBAAiB,EAChC,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,qBAAqB;IAY1C,aAAa;IAOb,QAAQ;yCA1BG,mBAAmB;2CAAnB,mBAAmB;CAwC/B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AppTocHomeDirective {
|
|
4
|
+
viewContainerRef: ViewContainerRef;
|
|
5
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AppTocHomeDirective, "[wsAppAppTocHome]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=app-toc-home.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-home.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/routes/app-toc-home/app-toc-home.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAA;;AAE3D,qBAGa,mBAAmB;IAGrB,gBAAgB,EAAE,gBAAgB;gBAAlC,gBAAgB,EAAE,gBAAgB;yCAHhC,mBAAmB;2CAAnB,mBAAmB;CAM/B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Type } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AppTocHomeService {
|
|
4
|
+
constructor();
|
|
5
|
+
getComponent(): Type<any>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppTocHomeService>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=app-toc-home.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-home.service.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/routes/app-toc-home/app-toc-home.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAA;;AAGhD,qBAGa,iBAAiB;;IAK5B,YAAY,IAAI,IAAI,CAAC,GAAG,CAAC;yCALd,iBAAiB;6CAAjB,iBAAiB;CAQ7B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Access Control Service stub
|
|
4
|
+
* Provides access control functionality for content authorization
|
|
5
|
+
*
|
|
6
|
+
* Note: This is a minimal stub. The consuming application should provide
|
|
7
|
+
* a proper implementation if full functionality is needed.
|
|
8
|
+
*/
|
|
9
|
+
export declare class AccessControlService {
|
|
10
|
+
private _hasAccess;
|
|
11
|
+
private _authoringConfig;
|
|
12
|
+
constructor();
|
|
13
|
+
get hasAccess(): boolean;
|
|
14
|
+
set hasAccess(value: boolean);
|
|
15
|
+
get authoringConfig(): any;
|
|
16
|
+
set authoringConfig(value: any);
|
|
17
|
+
hasRole(role: string): boolean;
|
|
18
|
+
isAllowed(permission: string): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Check if user has access to content based on content type
|
|
21
|
+
*/
|
|
22
|
+
hasAccessFor(contentType: string): boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Get proxy URL for authoring
|
|
25
|
+
*/
|
|
26
|
+
proxyToAuthoringUrl(url: string): string;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccessControlService, never>;
|
|
28
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AccessControlService>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=access-control.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access-control.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/access-control.service.ts"],"names":[],"mappings":";AAGA;;;;;;GAMG;AACH,qBAGa,oBAAoB;IAC/B,OAAO,CAAC,UAAU,CAAO;IACzB,OAAO,CAAC,gBAAgB,CAAU;;IAIlC,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,IAAI,SAAS,CAAC,KAAK,EAAE,OAAO,EAE3B;IAED,IAAI,eAAe,IAAI,GAAG,CAEzB;IAED,IAAI,eAAe,CAAC,KAAK,EAAE,GAAG,EAE7B;IAED,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAK9B,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAKtC;;OAEG;IACH,YAAY,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAI1C;;OAEG;IACH,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;yCA1C7B,oBAAoB;6CAApB,oBAAoB;CA6ChC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ActionService {
|
|
3
|
+
private resumeL;
|
|
4
|
+
constructor();
|
|
5
|
+
get getUpdateCompGroupO(): import("rxjs").Observable<any>;
|
|
6
|
+
set setUpdateCompGroupO(url: any);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ActionService>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=action.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/action.service.ts"],"names":[],"mappings":";AAGA,qBAGa,aAAa;IACtB,OAAO,CAAC,OAAO,CAA+B;;IAI9C,IAAW,mBAAmB,mCAE7B;IACD,IAAW,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAEtC;yCAVQ,aAAa;6CAAb,aAAa;CAczB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AppTocV2Service {
|
|
3
|
+
constructor();
|
|
4
|
+
constructHeirarchyData(contentReadData: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocV2Service, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppTocV2Service>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=app-toc-v2.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-v2.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/app-toc-v2.service.ts"],"names":[],"mappings":";AAEA,qBAGa,eAAe;;IAI1B,sBAAsB,CAAC,eAAe,EAAE,GAAG,GAAG,GAAG;yCAJtC,eAAe;6CAAf,eAAe;CAuC3B"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { Data } from '@angular/router';
|
|
2
|
+
import { Subject, Observable, Subscription, BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { HttpClient } from '@angular/common/http';
|
|
4
|
+
import { NsContent } from '../_services/widget-content.model';
|
|
5
|
+
import { WidgetContentService } from '../_services/widget-content.service';
|
|
6
|
+
import { NsAppToc, NsCohorts } from '../models/app-toc.model';
|
|
7
|
+
import { TFetchStatus, ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
8
|
+
import { ContentLanguageService } from '@sunbird-cb/consumption';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class AppTocService {
|
|
11
|
+
private http;
|
|
12
|
+
private contentLangSvc;
|
|
13
|
+
private configSvc;
|
|
14
|
+
private widgetSvc;
|
|
15
|
+
analyticsReplaySubject: Subject<any>;
|
|
16
|
+
analyticsFetchStatus: TFetchStatus;
|
|
17
|
+
batchReplaySubject: Subject<any>;
|
|
18
|
+
setBatchDataSubject: Subject<any>;
|
|
19
|
+
getSelectedBatch: Subject<any>;
|
|
20
|
+
setWFDataSubject: Subject<any>;
|
|
21
|
+
resumeData: Subject<NsContent.IContinueLearningData | null>;
|
|
22
|
+
private showSubtitleOnBanners;
|
|
23
|
+
private canShowDescription;
|
|
24
|
+
resumeDataSubscription: Subscription | null;
|
|
25
|
+
primaryCategory: typeof NsContent.EPrimaryCategory;
|
|
26
|
+
private updateReviews;
|
|
27
|
+
updateReviewsObservable: Observable<boolean>;
|
|
28
|
+
serverDate: BehaviorSubject<string>;
|
|
29
|
+
currentServerDate: Observable<string>;
|
|
30
|
+
contentLoader: BehaviorSubject<boolean>;
|
|
31
|
+
contentLoader$: Observable<boolean>;
|
|
32
|
+
getPageScroll: BehaviorSubject<boolean>;
|
|
33
|
+
updatePageScroll: Observable<boolean>;
|
|
34
|
+
hashmap: any;
|
|
35
|
+
private transriptionDataSubject;
|
|
36
|
+
transcriptionData$: Observable<any>;
|
|
37
|
+
transriptionActiveLanguageDataObject: BehaviorSubject<any>;
|
|
38
|
+
transriptionActiveLanguageDataObject$: Observable<any>;
|
|
39
|
+
transriptionIdentifier: Subject<unknown>;
|
|
40
|
+
changeTranscriptionLanguageEvent: Subject<unknown>;
|
|
41
|
+
playTranscriptionVideo: Subject<unknown>;
|
|
42
|
+
constructor(http: HttpClient, contentLangSvc: ContentLanguageService, configSvc: ConfigurationsService, widgetSvc: WidgetContentService);
|
|
43
|
+
get subtitleOnBanners(): boolean;
|
|
44
|
+
set subtitleOnBanners(val: boolean);
|
|
45
|
+
get showDescription(): boolean;
|
|
46
|
+
set showDescription(val: boolean);
|
|
47
|
+
updateBatchData(): void;
|
|
48
|
+
setBatchData(data: NsContent.IBatchListResponse): void;
|
|
49
|
+
setWFData(data: any): void;
|
|
50
|
+
updateResumaData(data: any): void;
|
|
51
|
+
changeUpdateReviews(state: boolean): void;
|
|
52
|
+
getSelectedBatchData(data: any): void;
|
|
53
|
+
changeServerDate(state: any): void;
|
|
54
|
+
mapSessionCompletionPercentage(batchData: any, resumeDataPass?: any): void;
|
|
55
|
+
sessionCompletionPercentage(batchData: any, resumeDataPass: any): void;
|
|
56
|
+
showStartButton(content: NsContent.IContent | null): {
|
|
57
|
+
show: boolean;
|
|
58
|
+
msg: string;
|
|
59
|
+
};
|
|
60
|
+
initData(data: Data, needResumeData?: boolean): NsAppToc.IWsTocResponse;
|
|
61
|
+
mapCompletionPercentage(content: NsContent.IContent | null, dataResult: any): void;
|
|
62
|
+
mapModuleCount(content: NsContent.IContent): void;
|
|
63
|
+
getMimeType(content: NsContent.IContent, identifier: string): NsContent.EMimeTypes;
|
|
64
|
+
getTocStructure(content: NsContent.IContent, tocStructure: NsAppToc.ITocStructure): NsAppToc.ITocStructure;
|
|
65
|
+
filterToc(content: NsContent.IContent, filterCategory?: NsContent.EFilterCategory): NsContent.IContent | null;
|
|
66
|
+
filterUnitContent(content: NsContent.IContent, filterCategory?: NsContent.EFilterCategory): boolean;
|
|
67
|
+
fetchContentAnalyticsClientData(contentId: string): void;
|
|
68
|
+
private getContentAnalyticsClient;
|
|
69
|
+
fetchContentAnalyticsData(contentId: string): void;
|
|
70
|
+
private getContentAnalytics;
|
|
71
|
+
clearAnalyticsData(): void;
|
|
72
|
+
fetchContentParents(contentId: string): Observable<NsContent.IContentMinimal[]>;
|
|
73
|
+
fetchContentWhatsNext(contentId: string, contentType?: string): Observable<NsContent.IContentMinimal[]>;
|
|
74
|
+
fetchMoreLikeThisPaid(contentId: string): Observable<NsContent.IContentMinimal[]>;
|
|
75
|
+
fetchMoreLikeThisFree(contentId: string): Observable<NsContent.IContentMinimal[]>;
|
|
76
|
+
fetchContentCohorts(cohortType: NsCohorts.ECohortTypes, contentId: string): Observable<NsCohorts.ICohortsContent[]>;
|
|
77
|
+
fetchExternalContentAccess(contentId: string): Observable<{
|
|
78
|
+
hasAccess: boolean;
|
|
79
|
+
}>;
|
|
80
|
+
fetchCohortGroupUsers(groupId: number): Observable<NsCohorts.ICohortsGroupUsers[]>;
|
|
81
|
+
fetchMoreLikeThis(contentId: string, contentType: string): Observable<any>;
|
|
82
|
+
fetchPostAssessmentStatus(contentId: string): Observable<{
|
|
83
|
+
result: NsAppToc.IPostAssessment[];
|
|
84
|
+
}>;
|
|
85
|
+
fetchGetContentData(contentId: string): Observable<{
|
|
86
|
+
result: any;
|
|
87
|
+
}>;
|
|
88
|
+
fetchContentParent(contentId: string, data: NsAppToc.IContentParentReq, forPreview?: boolean): Observable<NsAppToc.IContentParentResponse>;
|
|
89
|
+
createBatch(batchData: any): Observable<Object>;
|
|
90
|
+
mapCompletionPercentageProgram(content: NsContent.IContent | null, enrolmentList: any, collectionId?: string): Promise<void>;
|
|
91
|
+
checkCompletedLeafnodes(leafNodes: any, completedCount: any): void;
|
|
92
|
+
findEnrolmentByCollectionId(enrolmentList: any, identifier: string): any;
|
|
93
|
+
mapCompletionChildPercentageProgram(course: any): Promise<void>;
|
|
94
|
+
mapModuleDurationAndProgress(content: NsContent.IContent | null, parent: NsContent.IContent | null): void;
|
|
95
|
+
createHirarchyProgressHashmap(hierarchyData: NsContent.IContent): void;
|
|
96
|
+
createPreAssessmentHirarchyProgressHashmap(hierarchyData: NsContent.IContent): void;
|
|
97
|
+
callHirarchyProgressHashmap(hierarchyData: NsContent.IContent | null): void;
|
|
98
|
+
getCalculationsFromChildren(item: NsContent.IContent): NsContent.IContent;
|
|
99
|
+
fetchContentHistoryV2(req: NsContent.IContinueLearningDataReq): Observable<NsContent.IContinueLearningData>;
|
|
100
|
+
dowonloadCertificate(certId: any): Observable<any>;
|
|
101
|
+
getServerDate(): Observable<{
|
|
102
|
+
result: NsAppToc.IPostAssessment[];
|
|
103
|
+
}>;
|
|
104
|
+
getFormById(formId: string): Observable<Object>;
|
|
105
|
+
submitForm(formData: any): Observable<any>;
|
|
106
|
+
getFormByIdPublic(formId: string): Observable<Object>;
|
|
107
|
+
submitFormPublic(formData: any): Observable<any>;
|
|
108
|
+
getApllicationsById(formId: string, contextId: string): Observable<any>;
|
|
109
|
+
shareContent(reqBody: any): Observable<any>;
|
|
110
|
+
checkModuleWiseData(content: any): void;
|
|
111
|
+
fetchCourseHeirarchy(contentData: any): Promise<void>;
|
|
112
|
+
setTranscriptionData(data: any): void;
|
|
113
|
+
setActiveSubtitleLanguage(activeLang: any): void;
|
|
114
|
+
aiGetResourceVttFile(resourceID: any): Observable<any>;
|
|
115
|
+
readPreEnrollmentResourcesState(req: any): Observable<Object>;
|
|
116
|
+
createContentV2(requestBody: any): Observable<any>;
|
|
117
|
+
uploadAssignmentAnswer(contentId: string, batchId: string, assignmentId: string, file: File): Observable<any>;
|
|
118
|
+
readContentV2(id: string): Observable<any>;
|
|
119
|
+
upload(data: FormData, contentData: any, options?: any): Observable<any>;
|
|
120
|
+
appendToFilename(filename: string): string;
|
|
121
|
+
updateContentWithFewFields(requestBody: any, identifier: string): Observable<any>;
|
|
122
|
+
searchAssignments(request: any): Observable<any>;
|
|
123
|
+
submitDraftAssignment(request: any): Observable<any>;
|
|
124
|
+
submitAssignment(request: any): Observable<any>;
|
|
125
|
+
notifyAssignmentSubmission(payload: any): Observable<any>;
|
|
126
|
+
getAssignmentStatus(request: any): Observable<any>;
|
|
127
|
+
readAssignmentFile(contentId: string, batchId: string, assignmentId: string, fileName: string): Observable<any>;
|
|
128
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocService, never>;
|
|
129
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppTocService>;
|
|
130
|
+
}
|
|
131
|
+
//# sourceMappingURL=app-toc.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/app-toc.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Certificate Service
|
|
6
|
+
* Handles certificate-related operations
|
|
7
|
+
*/
|
|
8
|
+
export declare class CertificateService {
|
|
9
|
+
private http;
|
|
10
|
+
private readonly PROXY_SLAG_V8;
|
|
11
|
+
constructor(http: HttpClient);
|
|
12
|
+
/**
|
|
13
|
+
* Get certificate details by certificate ID
|
|
14
|
+
*/
|
|
15
|
+
getCertificateDetails(certId: string): Observable<any>;
|
|
16
|
+
/**
|
|
17
|
+
* Download certificate
|
|
18
|
+
*/
|
|
19
|
+
downloadCertificate(certId: string): Observable<Blob>;
|
|
20
|
+
/**
|
|
21
|
+
* Get user certificates
|
|
22
|
+
*/
|
|
23
|
+
getUserCertificates(userId: string): Observable<any>;
|
|
24
|
+
/**
|
|
25
|
+
* Verify certificate
|
|
26
|
+
*/
|
|
27
|
+
verifyCertificate(certId: string): Observable<any>;
|
|
28
|
+
/**
|
|
29
|
+
* Download certificate v2
|
|
30
|
+
*/
|
|
31
|
+
downloadCertificate_v2(certId: string): Observable<Blob>;
|
|
32
|
+
/**
|
|
33
|
+
* Validate enrollment eligibility
|
|
34
|
+
*/
|
|
35
|
+
validateEnrollmentEligibility(contentId: string, partnerId: string): Observable<any>;
|
|
36
|
+
/**
|
|
37
|
+
* Submit consent for content
|
|
38
|
+
*/
|
|
39
|
+
consentSubmit(request: any): Observable<any>;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateService, never>;
|
|
41
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CertificateService>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=certificate.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificate.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/certificate.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;;AAEjD;;;GAGG;AACH,qBAGa,kBAAkB;IAGjB,OAAO,CAAC,IAAI;IAFxB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAqB;gBAE/B,IAAI,EAAE,UAAU;IAEpC;;OAEG;IACH,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAItD;;OAEG;IACH,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMrD;;OAEG;IACH,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIpD;;OAEG;IACH,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIlD;;OAEG;IACH,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMxD;;OAEG;IACH,6BAA6B,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIpF;;OAEG;IACH,aAAa,CAAC,OAAO,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;yCAtDjC,kBAAkB;6CAAlB,kBAAkB;CAyD9B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Discuss Utils Service
|
|
6
|
+
* Handles discussion forum related utilities
|
|
7
|
+
*/
|
|
8
|
+
export declare class DiscussUtilsService {
|
|
9
|
+
private http;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
/**
|
|
12
|
+
* Get discussion forum configuration
|
|
13
|
+
*/
|
|
14
|
+
getDiscussionConfig(): any;
|
|
15
|
+
/**
|
|
16
|
+
* Set discussion forum configuration
|
|
17
|
+
*/
|
|
18
|
+
setDiscussionConfig(config: any): void;
|
|
19
|
+
/**
|
|
20
|
+
* Navigate to discussion forum
|
|
21
|
+
*/
|
|
22
|
+
navigateToDiscussion(contentId: string): void;
|
|
23
|
+
/**
|
|
24
|
+
* Get discussion count for content
|
|
25
|
+
*/
|
|
26
|
+
getDiscussionCount(contentId: string): Observable<number>;
|
|
27
|
+
/**
|
|
28
|
+
* Set discussion configuration (alias)
|
|
29
|
+
*/
|
|
30
|
+
setDiscussConfig(config: any): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DiscussUtilsService, never>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DiscussUtilsService>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=discuss-utils.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discuss-utils.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/discuss-utils.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;;AAEjD;;;GAGG;AACH,qBAGa,mBAAmB;IAClB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;OAEG;IACH,mBAAmB,IAAI,GAAG;IAO1B;;OAEG;IACH,mBAAmB,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI;IAKtC;;OAEG;IACH,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAK7C;;OAEG;IACH,kBAAkB,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAIzD;;OAEG;IACH,gBAAgB,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI;yCAvCxB,mBAAmB;6CAAnB,mBAAmB;CA2C/B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Editor Service - Stub implementation
|
|
6
|
+
* Provides content editing functionality
|
|
7
|
+
*/
|
|
8
|
+
export declare class EditorService {
|
|
9
|
+
private http;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
deleteContent(contentId: string, type?: string): Observable<any>;
|
|
12
|
+
updateContent(contentId: string, data: any): Observable<any>;
|
|
13
|
+
getContent(contentId: string): Observable<any>;
|
|
14
|
+
createContent(data: any): Observable<any>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EditorService>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=editor.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/editor.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;;AAErC;;;GAGG;AACH,qBAGa,aAAa;IACZ,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIhE,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI5D,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9C,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;yCAf9B,aAAa;6CAAb,aAAa;CAkBzB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LoadCheckService {
|
|
3
|
+
private loadedSubject$;
|
|
4
|
+
childComponentLoaded$: import("rxjs").Observable<boolean>;
|
|
5
|
+
componentLoaded(isLoaded: boolean): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadCheckService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LoadCheckService>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=load-check.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"load-check.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/load-check.service.ts"],"names":[],"mappings":";AAGA,qBAIa,gBAAgB;IAC3B,OAAO,CAAC,cAAc,CAAyB;IAC/C,qBAAqB,qCAAqC;IAE1D,eAAe,CAAC,QAAQ,EAAE,OAAO;yCAJtB,gBAAgB;6CAAhB,gBAAgB;CAO5B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Loader Service
|
|
5
|
+
* Handles loading state management
|
|
6
|
+
*/
|
|
7
|
+
export declare class LoaderService {
|
|
8
|
+
private loading;
|
|
9
|
+
changeLoad: BehaviorSubject<boolean>;
|
|
10
|
+
constructor();
|
|
11
|
+
show(): void;
|
|
12
|
+
hide(): void;
|
|
13
|
+
get isLoading(): boolean;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LoaderService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=loader.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/loader.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAA;;AAEtC;;;GAGG;AACH,qBAGa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAQ;IACvB,UAAU,2BAAsC;;IAIhD,IAAI,IAAI,IAAI;IAKZ,IAAI,IAAI,IAAI;IAKZ,IAAI,SAAS,IAAI,OAAO,CAEvB;yCAlBU,aAAa;6CAAb,aAAa;CAmBzB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Mobile Apps Service stub
|
|
5
|
+
* Provides mobile app specific functionality
|
|
6
|
+
*
|
|
7
|
+
* Note: This is a minimal stub. The consuming application should provide
|
|
8
|
+
* a proper implementation if full functionality is needed.
|
|
9
|
+
*/
|
|
10
|
+
export declare class MobileAppsService {
|
|
11
|
+
private isMobileApp;
|
|
12
|
+
constructor();
|
|
13
|
+
private detectMobileApp;
|
|
14
|
+
get isMobile$(): Observable<boolean>;
|
|
15
|
+
get isMobile(): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Check if running in Android app
|
|
18
|
+
*/
|
|
19
|
+
isAndroidApp(): boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Check if running in iOS app
|
|
22
|
+
*/
|
|
23
|
+
isIOSApp(): boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Send message to native app
|
|
26
|
+
*/
|
|
27
|
+
sendToNativeApp(action: string, data?: any): void;
|
|
28
|
+
/**
|
|
29
|
+
* Mobile top header visibility status
|
|
30
|
+
*/
|
|
31
|
+
mobileTopHeaderVisibilityStatus: BehaviorSubject<boolean>;
|
|
32
|
+
/**
|
|
33
|
+
* Send viewer data to mobile app
|
|
34
|
+
*/
|
|
35
|
+
sendViewerData(content: any): void;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MobileAppsService, never>;
|
|
37
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MobileAppsService>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=mobile-apps.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mobile-apps.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/mobile-apps.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;;AAEtD;;;;;;GAMG;AACH,qBAGa,iBAAiB;IAC5B,OAAO,CAAC,WAAW,CAAsC;;IAMzD,OAAO,CAAC,eAAe;IAOvB,IAAI,SAAS,IAAI,UAAU,CAAC,OAAO,CAAC,CAEnC;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;OAEG;IACH,YAAY,IAAI,OAAO;IAIvB;;OAEG;IACH,QAAQ,IAAI,OAAO;IAInB;;OAEG;IACH,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,IAAI;IAKjD;;OAEG;IACH,+BAA+B,2BAAqC;IAEpE;;OAEG;IACH,cAAc,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI;yCApDvB,iBAAiB;6CAAjB,iBAAiB;CAwD7B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* NetCore Service stub
|
|
4
|
+
* Handles NetCore integration for analytics
|
|
5
|
+
*
|
|
6
|
+
* Note: This is a minimal stub. The consuming application should provide
|
|
7
|
+
* a proper implementation if full functionality is needed.
|
|
8
|
+
*/
|
|
9
|
+
export declare class NetCoreService {
|
|
10
|
+
constructor();
|
|
11
|
+
/**
|
|
12
|
+
* Track event
|
|
13
|
+
*/
|
|
14
|
+
trackEvent(eventName: string, eventData?: any): void;
|
|
15
|
+
/**
|
|
16
|
+
* Track page view
|
|
17
|
+
*/
|
|
18
|
+
trackPageView(pageName: string, pageData?: any): void;
|
|
19
|
+
/**
|
|
20
|
+
* Set user properties
|
|
21
|
+
*/
|
|
22
|
+
setUserProperties(properties: any): void;
|
|
23
|
+
/**
|
|
24
|
+
* Log out user
|
|
25
|
+
*/
|
|
26
|
+
logout(): void;
|
|
27
|
+
/**
|
|
28
|
+
* Track event for content and event
|
|
29
|
+
*/
|
|
30
|
+
trackEventForContentAndEvent(eventType: string, userId: string, payload: any): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NetCoreService, never>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NetCoreService>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=netcore.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"netcore.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/netcore.service.ts"],"names":[],"mappings":";AAGA;;;;;;GAMG;AACH,qBAGa,cAAc;;IAGzB;;OAEG;IACH,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,GAAG,GAAG,IAAI;IAKpD;;OAEG;IACH,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI;IAKrD;;OAEG;IACH,iBAAiB,CAAC,UAAU,EAAE,GAAG,GAAG,IAAI;IAKxC;;OAEG;IACH,MAAM,IAAI,IAAI;IAKd;;OAEG;IACH,4BAA4B,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI;yCAtCxE,cAAc;6CAAd,cAAc;CA0C1B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* NPS Grid Service - Stub implementation
|
|
5
|
+
* Provides NPS grid/survey functionality
|
|
6
|
+
*/
|
|
7
|
+
export declare class NPSGridService {
|
|
8
|
+
constructor();
|
|
9
|
+
getGridData(): Observable<any>;
|
|
10
|
+
submitGridResponse(data: any): Observable<any>;
|
|
11
|
+
getGridConfig(): Observable<any>;
|
|
12
|
+
submitBpFormWithProfileDetails(formData: any, profileData?: any): Observable<any>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NPSGridService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NPSGridService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=nps-grid.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nps-grid.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/nps-grid.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;;AAErC;;;GAGG;AACH,qBAGa,cAAc;;IAGzB,WAAW,IAAI,UAAU,CAAC,GAAG,CAAC;IAI9B,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9C,aAAa,IAAI,UAAU,CAAC,GAAG,CAAC;IAIhC,8BAA8B,CAAC,QAAQ,EAAE,GAAG,EAAE,WAAW,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;yCAftE,cAAc;6CAAd,cAAc;CAkB1B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* OTP Service - Stub implementation
|
|
6
|
+
* Provides OTP generation and verification functionality
|
|
7
|
+
*/
|
|
8
|
+
export declare class OtpService {
|
|
9
|
+
private http;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
generateOtp(mobileNumber: string): Observable<any>;
|
|
12
|
+
verifyOtp(mobileNumber: string, otp: string): Observable<any>;
|
|
13
|
+
resendOtp(mobileNumber: string): Observable<any>;
|
|
14
|
+
sendOtp(mobileNumber: string): Observable<any>;
|
|
15
|
+
sendEmailOtp(email: string): Observable<any>;
|
|
16
|
+
verifyEmailOTP(email: string, otp: string): Observable<any>;
|
|
17
|
+
verifyOTP(mobileNumber: string, otp: string): Observable<any>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OtpService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OtpService>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=otp.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"otp.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/toc/src/lib/services/otp.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;;AAErC;;;GAGG;AACH,qBAGa,UAAU;IACT,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC,WAAW,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIlD,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAI7D,SAAS,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIhD,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9C,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAI5C,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAI3D,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCA3BlD,UAAU;6CAAV,UAAU;CA8BtB"}
|