@sunbird-cb/toc 0.0.11 → 0.0.13-mauritius
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/_collection/_common/ai-tutor/ai-tutor.component.mjs +1169 -0
- package/esm2022/lib/_collection/_common/ai-tutor/socket.service.mjs +121 -0
- package/esm2022/lib/_collection/_common/card-competency/card-competency.component.mjs +58 -0
- package/esm2022/lib/_collection/_common/card-competency/card-competency.module.mjs +22 -0
- package/esm2022/lib/_collection/_common/card-content-v2/card-content-v2.model.mjs +23 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +115 -12
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +5 -1
- package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +3 -3
- package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +32 -12
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +45 -13
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +102 -77
- package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +25 -37
- package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +7 -2
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +70 -3
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +3 -3
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.component.mjs +6 -3
- package/esm2022/lib/_services/viewer-route-util.mjs +2 -2
- package/esm2022/lib/_services/widget-content.model.mjs +8 -1
- package/esm2022/lib/_services/widget-content.service.mjs +8 -8
- package/esm2022/lib/app-toc-lib.module.mjs +16 -7
- package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +55 -8
- package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +3 -3
- package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +3 -3
- package/esm2022/lib/components/app-toc-home/app-toc-home.component.mjs +7 -6
- package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +160 -81
- package/esm2022/lib/components/enroll-profile-form/enroll-profile-form.component.mjs +22 -6
- package/esm2022/lib/components/public-survey-form/public-survey-form.component.mjs +5 -3
- package/esm2022/lib/models/user-profile.model.mjs +1 -1
- package/esm2022/lib/registration-toc-lib.config.mjs +14 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +1 -1
- package/esm2022/lib/services/app-toc-v2.service.mjs +104 -69
- package/esm2022/lib/services/app-toc.service.mjs +150 -220
- package/esm2022/lib/services/certificate.service.mjs +54 -9
- package/esm2022/lib/services/discuss-utils.service.mjs +30 -43
- package/esm2022/lib/services/netcore.service.mjs +116 -46
- package/esm2022/lib/services/nps-grid.service.mjs +34 -22
- package/esm2022/lib/services/otp.service.mjs +63 -25
- package/esm2022/lib/services/profile-v2.service.mjs +47 -19
- package/esm2022/lib/services/root.service.mjs +106 -0
- package/esm2022/lib/services/user-profile.service.mjs +160 -35
- package/esm2022/lib/services/viewer-data.service.mjs +1 -1
- package/esm2022/lib/services/viewer-util.service.mjs +62 -34
- package/esm2022/public-api.mjs +9 -1
- package/fesm2022/sunbird-cb-toc.mjs +9167 -7029
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/lib/_collection/_common/ai-tutor/ai-tutor.component.d.ts +139 -0
- package/lib/_collection/_common/ai-tutor/socket.service.d.ts +19 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +0 -1
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +0 -1
- package/lib/_collection/_common/card-competency/card-competency.component.d.ts +14 -0
- package/lib/_collection/_common/card-competency/card-competency.module.d.ts +8 -0
- package/lib/_collection/_common/card-content-v2/card-content-v2.model.d.ts +44 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +11 -3
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +12 -12
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +0 -1
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts +0 -1
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts +0 -1
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +0 -1
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts +0 -1
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +0 -1
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +1 -2
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +7 -4
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +13 -4
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts +6 -4
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts +29 -29
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +4 -2
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +0 -1
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +0 -1
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +0 -1
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +0 -1
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts +0 -1
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +0 -1
- package/lib/_collection/_common/user-image/user-image.component.d.ts +0 -1
- package/lib/_collection/_common/user-image/user-image.module.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +2 -2
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +0 -1
- package/lib/_collection-api.d.ts +0 -1
- package/lib/_constants/widget-content.constants.d.ts +0 -1
- package/lib/_directives/tooltip.directive.d.ts +0 -1
- package/lib/_models/common.model.d.ts +0 -1
- package/lib/_models/error.model.d.ts +0 -1
- package/lib/_pipes/highlight.pipe.d.ts +0 -1
- package/lib/_services/rating.service.d.ts +0 -1
- package/lib/_services/samuhik-charcha.service.d.ts +0 -1
- package/lib/_services/viewer-route-util.d.ts +0 -1
- package/lib/_services/widget-content.model.d.ts +6 -1
- package/lib/_services/widget-content.service.d.ts +0 -1
- package/lib/_shared/translate-loader.factory.d.ts +0 -1
- package/lib/app-toc-lib.module.d.ts +2 -2
- package/lib/collection.config.d.ts +0 -1
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +0 -1
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +0 -1
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +5 -1
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +0 -1
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +0 -1
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +0 -1
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +0 -1
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +0 -1
- package/lib/components/app-toc-home/app-toc-home.component.d.ts +3 -3
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +7 -4
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +0 -1
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +0 -1
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +0 -1
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +0 -1
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +0 -1
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +0 -1
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +0 -1
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +2 -1
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +0 -1
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +0 -1
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +0 -1
- package/lib/components/public-survey-form/public-survey-form.component.d.ts +1 -1
- package/lib/components/survey-form-question/survey-form-question.component.d.ts +0 -1
- package/lib/components/survey-form-section/survey-form-section.component.d.ts +0 -1
- package/lib/models/app-toc-analytics.model.d.ts +0 -1
- package/lib/models/app-toc.model.d.ts +0 -1
- package/lib/models/auto-complete.model.d.ts +0 -1
- package/lib/models/card-content.model.d.ts +0 -1
- package/lib/models/content-strip-with-tabs.model.d.ts +0 -1
- package/lib/models/discussion-forum.model.d.ts +0 -1
- package/lib/models/goal.model.d.ts +0 -1
- package/lib/models/meta-tag.model.d.ts +0 -1
- package/lib/models/playlist.model.d.ts +0 -1
- package/lib/models/profile-revamp.model.d.ts +0 -1
- package/lib/models/rating.model.d.ts +0 -1
- package/lib/models/user-profile.model.d.ts +87 -1
- package/lib/registration-toc-lib.config.d.ts +4 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-resolver.service.d.ts +0 -1
- package/lib/resolvers/config-resolver.service.d.ts +0 -1
- package/lib/resolvers/profile-resolver.service.d.ts +0 -1
- package/lib/resolvers/restricted-features-resolver.service.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts +0 -1
- package/lib/services/access-control.service.d.ts +0 -1
- package/lib/services/action.service.d.ts +0 -1
- package/lib/services/app-toc-v2.service.d.ts +1 -1
- package/lib/services/app-toc.service.d.ts +5 -56
- package/lib/services/certificate.service.d.ts +5 -7
- package/lib/services/discuss-utils.service.d.ts +5 -28
- package/lib/services/editor.service.d.ts +0 -1
- package/lib/services/load-check.service.d.ts +0 -1
- package/lib/services/loader.service.d.ts +0 -1
- package/lib/services/mobile-apps.service.d.ts +0 -1
- package/lib/services/netcore.service.d.ts +16 -29
- package/lib/services/nps-grid.service.d.ts +11 -11
- package/lib/services/otp.service.d.ts +5 -11
- package/lib/services/profile-v2.service.d.ts +7 -11
- package/lib/services/reset-ratings.service.d.ts +0 -1
- package/lib/services/resource-download-helper.service.d.ts +0 -1
- package/lib/services/root.service.d.ts +26 -0
- package/lib/services/timer.service.d.ts +0 -1
- package/lib/services/title-tag.service.d.ts +0 -1
- package/lib/services/user-profile.service.d.ts +35 -16
- package/lib/services/viewer-data.service.d.ts +9 -6
- package/lib/services/viewer-util.service.d.ts +0 -1
- package/lib/share-toc/share-toc/share-toc.component.d.ts +0 -1
- package/lib/share-toc/share-toc.module.d.ts +0 -1
- package/package.json +3 -3
- package/public-api.d.ts +7 -1
- package/sunbird-cb-toc-0.0.13-mauritius.tgz +0 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +0 -1
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +0 -1
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-image/user-image.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-image/user-image.module.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +0 -1
- package/lib/_collection-api.d.ts.map +0 -1
- package/lib/_constants/widget-content.constants.d.ts.map +0 -1
- package/lib/_directives/tooltip.directive.d.ts.map +0 -1
- package/lib/_models/common.model.d.ts.map +0 -1
- package/lib/_models/error.model.d.ts.map +0 -1
- package/lib/_pipes/highlight.pipe.d.ts.map +0 -1
- package/lib/_services/rating.service.d.ts.map +0 -1
- package/lib/_services/samuhik-charcha.service.d.ts.map +0 -1
- package/lib/_services/viewer-route-util.d.ts.map +0 -1
- package/lib/_services/widget-content.model.d.ts.map +0 -1
- package/lib/_services/widget-content.service.d.ts.map +0 -1
- package/lib/_shared/translate-loader.factory.d.ts.map +0 -1
- package/lib/app-toc-lib.module.d.ts.map +0 -1
- package/lib/collection.config.d.ts.map +0 -1
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +0 -1
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +0 -1
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +0 -1
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +0 -1
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +0 -1
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +0 -1
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +0 -1
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +0 -1
- package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +0 -1
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +0 -1
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +0 -1
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +0 -1
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +0 -1
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +0 -1
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +0 -1
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +0 -1
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +0 -1
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +0 -1
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +0 -1
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +0 -1
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +0 -1
- package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +0 -1
- package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +0 -1
- package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +0 -1
- package/lib/models/app-toc-analytics.model.d.ts.map +0 -1
- package/lib/models/app-toc.model.d.ts.map +0 -1
- package/lib/models/auto-complete.model.d.ts.map +0 -1
- package/lib/models/card-content.model.d.ts.map +0 -1
- package/lib/models/content-strip-with-tabs.model.d.ts.map +0 -1
- package/lib/models/discussion-forum.model.d.ts.map +0 -1
- package/lib/models/goal.model.d.ts.map +0 -1
- package/lib/models/meta-tag.model.d.ts.map +0 -1
- package/lib/models/playlist.model.d.ts.map +0 -1
- package/lib/models/profile-revamp.model.d.ts.map +0 -1
- package/lib/models/rating.model.d.ts.map +0 -1
- package/lib/models/user-profile.model.d.ts.map +0 -1
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/config-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/profile-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/restricted-features-resolver.service.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +0 -1
- package/lib/services/access-control.service.d.ts.map +0 -1
- package/lib/services/action.service.d.ts.map +0 -1
- package/lib/services/app-toc-v2.service.d.ts.map +0 -1
- package/lib/services/app-toc.service.d.ts.map +0 -1
- package/lib/services/certificate.service.d.ts.map +0 -1
- package/lib/services/discuss-utils.service.d.ts.map +0 -1
- package/lib/services/editor.service.d.ts.map +0 -1
- package/lib/services/load-check.service.d.ts.map +0 -1
- package/lib/services/loader.service.d.ts.map +0 -1
- package/lib/services/mobile-apps.service.d.ts.map +0 -1
- package/lib/services/netcore.service.d.ts.map +0 -1
- package/lib/services/nps-grid.service.d.ts.map +0 -1
- package/lib/services/otp.service.d.ts.map +0 -1
- package/lib/services/profile-v2.service.d.ts.map +0 -1
- package/lib/services/reset-ratings.service.d.ts.map +0 -1
- package/lib/services/resource-download-helper.service.d.ts.map +0 -1
- package/lib/services/timer.service.d.ts.map +0 -1
- package/lib/services/title-tag.service.d.ts.map +0 -1
- package/lib/services/user-profile.service.d.ts.map +0 -1
- package/lib/services/viewer-data.service.d.ts.map +0 -1
- package/lib/services/viewer-util.service.d.ts.map +0 -1
- package/lib/share-toc/share-toc/share-toc.component.d.ts.map +0 -1
- package/lib/share-toc/share-toc.module.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/sunbird-cb-toc.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Data } from '@angular/router';
|
|
2
|
-
import { Subject, Observable, Subscription, BehaviorSubject } from 'rxjs';
|
|
2
|
+
import { Subject, Observable, Subscription, BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
3
3
|
import { HttpClient } from '@angular/common/http';
|
|
4
4
|
import { NsContent } from '../_services/widget-content.model';
|
|
5
5
|
import { WidgetContentService } from '../_services/widget-content.service';
|
|
@@ -37,6 +37,7 @@ export declare class AppTocService {
|
|
|
37
37
|
getPageScroll: BehaviorSubject<boolean>;
|
|
38
38
|
updatePageScroll: Observable<boolean>;
|
|
39
39
|
hashmap: any;
|
|
40
|
+
private currentRootContentId;
|
|
40
41
|
hashmapUpdated: BehaviorSubject<any>;
|
|
41
42
|
hashmapUpdated$: Observable<any>;
|
|
42
43
|
private transriptionDataSubject;
|
|
@@ -44,7 +45,7 @@ export declare class AppTocService {
|
|
|
44
45
|
transriptionActiveLanguageDataObject: BehaviorSubject<any>;
|
|
45
46
|
transriptionActiveLanguageDataObject$: Observable<any>;
|
|
46
47
|
transriptionIdentifier: Subject<unknown>;
|
|
47
|
-
changeTranscriptionLanguageEvent:
|
|
48
|
+
changeTranscriptionLanguageEvent: ReplaySubject<unknown>;
|
|
48
49
|
playTranscriptionVideo: Subject<unknown>;
|
|
49
50
|
constructor(http: HttpClient, contentLangSvc: ContentLanguageService, configSvc: ConfigurationsService, widgetSvc: WidgetContentService);
|
|
50
51
|
get subtitleOnBanners(): boolean;
|
|
@@ -107,58 +108,6 @@ export declare class AppTocService {
|
|
|
107
108
|
createHirarchyProgressHashmap(hierarchyData: NsContent.IContent, rootCourseCategory?: string, parentId?: string): void;
|
|
108
109
|
createPreAssessmentHirarchyProgressHashmap(hierarchyData: NsContent.IContent): void;
|
|
109
110
|
callHirarchyProgressHashmap(hierarchyData: NsContent.IContent | null): void;
|
|
110
|
-
/**
|
|
111
|
-
* Pre-compute milestone locking status for all milestones in Learning Pathway
|
|
112
|
-
* This avoids expensive calculations in component getters
|
|
113
|
-
*
|
|
114
|
-
* Locking Rules:
|
|
115
|
-
* 0. If user is not enrolled, ALL milestones are locked
|
|
116
|
-
* 1. All milestones are locked by default
|
|
117
|
-
* 2. Milestone 1 (M1) unlocks when pre-assessment is completed
|
|
118
|
-
* 3. Milestone N (N > 1) unlocks when:
|
|
119
|
-
* - All mandatory learning items in Milestone N-1 are completed
|
|
120
|
-
* - The assessment of Milestone N-1 is completed
|
|
121
|
-
*/
|
|
122
|
-
/**
|
|
123
|
-
* ═══════════════════════════════════════════════════════════════════════════
|
|
124
|
-
* LEARNING PATHWAY MILESTONE LOCKING SYSTEM - SINGLE SOURCE OF TRUTH
|
|
125
|
-
* ═══════════════════════════════════════════════════════════════════════════
|
|
126
|
-
*
|
|
127
|
-
* This method is the SINGLE SOURCE OF TRUTH for all milestone and assessment locking.
|
|
128
|
-
* All locking logic is computed here and stored in the hashmap.
|
|
129
|
-
* Components READ ONLY from the hashmap - they do NOT compute locks themselves.
|
|
130
|
-
*
|
|
131
|
-
* LOCKING RULES:
|
|
132
|
-
* ───────────────────────────────────────────────────────────────────────────
|
|
133
|
-
* 1. DEFAULT STATE: All milestones are LOCKED by default
|
|
134
|
-
*
|
|
135
|
-
* 2. MILESTONE 1 UNLOCKING:
|
|
136
|
-
* - Unlocks when: Pre-assessment is 100% complete
|
|
137
|
-
* - Lock message: "Complete the preliminary assessment to unlock this milestone"
|
|
138
|
-
*
|
|
139
|
-
* 3. MILESTONE N (N >= 2) UNLOCKING:
|
|
140
|
-
* - Unlocks when: Previous milestone is 100% complete
|
|
141
|
-
* - Previous milestone is complete when:
|
|
142
|
-
* a) All MANDATORY courses are 100% complete
|
|
143
|
-
* b) Milestone assessment is 100% complete
|
|
144
|
-
* - Lock message: "Complete all mandatory content and assessment in Milestone N-1"
|
|
145
|
-
*
|
|
146
|
-
* 4. ASSESSMENT LOCKING (within unlocked milestones):
|
|
147
|
-
* - Assessment locked until: All MANDATORY courses in SAME milestone complete
|
|
148
|
-
* - Optional courses do NOT affect assessment locking
|
|
149
|
-
* - Assessment lock message: "Complete all mandatory items to unlock the assessment"
|
|
150
|
-
* - Once assessment is completed, it stays unlocked
|
|
151
|
-
*
|
|
152
|
-
* 5. PARENT MILESTONE LOCKING:
|
|
153
|
-
* - All content inside locked milestone gets isParentMilestoneLocked = true
|
|
154
|
-
* - This includes courses, assessments, nested resources
|
|
155
|
-
*
|
|
156
|
-
* 6. MANDATORY vs OPTIONAL:
|
|
157
|
-
* - By default, ALL courses are mandatory (unless isMandatory: false)
|
|
158
|
-
* - Optional courses do NOT block progression
|
|
159
|
-
*
|
|
160
|
-
* ═══════════════════════════════════════════════════════════════════════════
|
|
161
|
-
*/
|
|
162
111
|
computeMilestoneLockingStatus(isEnrolled?: boolean): void;
|
|
163
112
|
/**
|
|
164
113
|
* Trigger milestone lock update when hashmap progress is updated externally
|
|
@@ -172,7 +121,8 @@ export declare class AppTocService {
|
|
|
172
121
|
private checkPreAssessmentCompletion;
|
|
173
122
|
/**
|
|
174
123
|
* Check if a milestone's assessment is completed
|
|
175
|
-
*
|
|
124
|
+
* ONLY checks the milestone assessment (Course Assessment that is a direct child of the milestone)
|
|
125
|
+
* Does NOT check assessments nested inside courses within the milestone
|
|
176
126
|
*/
|
|
177
127
|
private checkMilestoneAssessmentComplete;
|
|
178
128
|
/**
|
|
@@ -238,4 +188,3 @@ export declare class AppTocService {
|
|
|
238
188
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocService, never>;
|
|
239
189
|
static ɵprov: i0.ɵɵInjectableDeclaration<AppTocService>;
|
|
240
190
|
}
|
|
241
|
-
//# sourceMappingURL=app-toc.service.d.ts.map
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Certificate Service
|
|
6
|
-
* Handles certificate-related operations
|
|
7
|
-
*/
|
|
8
4
|
export declare class CertificateService {
|
|
9
5
|
private http;
|
|
10
6
|
private readonly PROXY_SLAG_V8;
|
|
@@ -28,16 +24,18 @@ export declare class CertificateService {
|
|
|
28
24
|
/**
|
|
29
25
|
* Download certificate v2
|
|
30
26
|
*/
|
|
31
|
-
downloadCertificate_v2(certId: string): Observable<
|
|
27
|
+
downloadCertificate_v2(certId: string): Observable<any>;
|
|
32
28
|
/**
|
|
33
29
|
* Validate enrollment eligibility
|
|
34
30
|
*/
|
|
35
|
-
validateEnrollmentEligibility(
|
|
31
|
+
validateEnrollmentEligibility(courseId: string, partnerId: string): Observable<any>;
|
|
36
32
|
/**
|
|
37
33
|
* Submit consent for content
|
|
38
34
|
*/
|
|
39
35
|
consentSubmit(request: any): Observable<any>;
|
|
36
|
+
downloadCertificate_v3(certId: string): Observable<any>;
|
|
37
|
+
validateCertificate(data: any): Observable<any>;
|
|
38
|
+
searchCertificate(recipientId: string): Observable<any>;
|
|
40
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateService, never>;
|
|
41
40
|
static ɵprov: i0.ɵɵInjectableDeclaration<CertificateService>;
|
|
42
41
|
}
|
|
43
|
-
//# sourceMappingURL=certificate.service.d.ts.map
|
|
@@ -1,34 +1,11 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Discuss Utils Service
|
|
6
|
-
* Handles discussion forum related utilities
|
|
7
|
-
*/
|
|
8
2
|
export declare class DiscussUtilsService {
|
|
9
|
-
|
|
10
|
-
constructor(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*/
|
|
14
|
-
getDiscussionConfig(): any;
|
|
15
|
-
/**
|
|
16
|
-
* Set discussion forum configuration
|
|
17
|
-
*/
|
|
3
|
+
discussionCnfig: any;
|
|
4
|
+
constructor();
|
|
5
|
+
stringToColor(str: string): string;
|
|
6
|
+
getContrast(_hexcolor: any): string;
|
|
18
7
|
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;
|
|
8
|
+
getDiscussionConfig(): any;
|
|
31
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DiscussUtilsService, never>;
|
|
32
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<DiscussUtilsService>;
|
|
33
11
|
}
|
|
34
|
-
//# sourceMappingURL=discuss-utils.service.d.ts.map
|
|
@@ -1,34 +1,21 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
1
4
|
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
5
|
export declare class NetCoreService {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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;
|
|
6
|
+
private http;
|
|
7
|
+
configSvc: ConfigurationsService;
|
|
8
|
+
constructor(http: HttpClient, configSvc: ConfigurationsService);
|
|
9
|
+
getOrgReadData(organisationId: string): Observable<any>;
|
|
10
|
+
netCoreConfigReadData(payload: any): Observable<any>;
|
|
11
|
+
formReadData(request: any): Observable<any>;
|
|
12
|
+
netCoreUserLoginSetup(payload: any): void;
|
|
13
|
+
netCoreUserNameUpdate(payload: any): void;
|
|
14
|
+
netCoreUserProfilePhotoUpdate(payload: any): void;
|
|
15
|
+
netCoreUserProfilepdate(payload: any): void;
|
|
16
|
+
netCoreUserProfileUpdateEvent(payload: any, eventName: any, userIdentifier: any): void;
|
|
17
|
+
trackEvent(eventName: any, userIdentifier: any, userpayload?: any): void;
|
|
18
|
+
trackEventForContentAndEvent(eventName: any, userIdentifier: any, contentpayload?: any): void;
|
|
31
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<NetCoreService, never>;
|
|
32
20
|
static ɵprov: i0.ɵɵInjectableDeclaration<NetCoreService>;
|
|
33
21
|
}
|
|
34
|
-
//# sourceMappingURL=netcore.service.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* NPS Grid Service - Stub implementation
|
|
5
|
-
* Provides NPS grid/survey functionality
|
|
6
|
-
*/
|
|
7
3
|
export declare class NPSGridService {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
private http;
|
|
5
|
+
private telemetryEvents;
|
|
6
|
+
updateTelemetryDataObservable: import("rxjs").Observable<boolean>;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
updateTelemetryData(state: boolean): void;
|
|
9
|
+
getFeedStatus(id: any): import("rxjs").Observable<any>;
|
|
10
|
+
getFormData(formid: any): import("rxjs").Observable<any>;
|
|
11
|
+
submitPlatformRating(req: any): import("rxjs").Observable<any>;
|
|
12
|
+
deleteFeed(req: any): import("rxjs").Observable<any>;
|
|
13
|
+
submitBpFormWithProfileDetails(req: any): import("rxjs").Observable<any>;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NPSGridService, never>;
|
|
14
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<NPSGridService>;
|
|
15
16
|
}
|
|
16
|
-
//# sourceMappingURL=nps-grid.service.d.ts.map
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* OTP Service - Stub implementation
|
|
6
|
-
* Provides OTP generation and verification functionality
|
|
7
|
-
*/
|
|
8
4
|
export declare class OtpService {
|
|
9
5
|
private http;
|
|
10
6
|
constructor(http: HttpClient);
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
sendOtp(mobileNumber: string): Observable<any>;
|
|
7
|
+
sendOtp(mob: number): Observable<any>;
|
|
8
|
+
resendOtp(mob: number): Observable<Object>;
|
|
9
|
+
verifyOTP(otp: string, mob: number): Observable<Object>;
|
|
15
10
|
sendEmailOtp(email: string): Observable<any>;
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
reSendEmailOtp(email: string): Observable<any>;
|
|
12
|
+
verifyEmailOTP(otp: any, email: number): Observable<Object>;
|
|
18
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<OtpService, never>;
|
|
19
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<OtpService>;
|
|
20
15
|
}
|
|
21
|
-
//# sourceMappingURL=otp.service.d.ts.map
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import { NSProfileDataV2 } from '../_collection/_common/connection-name/profile-v2.model';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Profile V2 Service - Stub implementation
|
|
6
|
-
* Provides profile management functionality
|
|
7
|
-
*/
|
|
8
5
|
export declare class ProfileV2Service {
|
|
9
6
|
private http;
|
|
10
7
|
constructor(http: HttpClient);
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
getFormV2ByID(formId: string): Observable<any>;
|
|
8
|
+
fetchDiscussProfile(wid: string): Observable<any>;
|
|
9
|
+
fetchProfile(userId: string): Observable<NSProfileDataV2.IProfile>;
|
|
10
|
+
fetchPost(request: any): Observable<any>;
|
|
15
11
|
fetchCadre(): Observable<any>;
|
|
16
|
-
fetchApprovalDetails(
|
|
17
|
-
withDrawApprovalRequest(userId: string, wfId
|
|
12
|
+
fetchApprovalDetails(): Observable<any>;
|
|
13
|
+
withDrawApprovalRequest(userId: string, wfId: string): Observable<any>;
|
|
14
|
+
getFormV2ByID(formid: any): Observable<any>;
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileV2Service, never>;
|
|
19
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<ProfileV2Service>;
|
|
20
17
|
}
|
|
21
|
-
//# sourceMappingURL=profile-v2.service.d.ts.map
|
|
@@ -27,4 +27,3 @@ export declare class ResourceDownloadHelperService {
|
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDownloadHelperService, never>;
|
|
28
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<ResourceDownloadHelperService>;
|
|
29
29
|
}
|
|
30
|
-
//# sourceMappingURL=resource-download-helper.service.d.ts.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RootService {
|
|
5
|
+
private http;
|
|
6
|
+
openSupportAIChatbot: BehaviorSubject<boolean>;
|
|
7
|
+
showNavbarDisplay$: BehaviorSubject<boolean>;
|
|
8
|
+
discussionCnfig: any;
|
|
9
|
+
iGOTAIChatHistory: any;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
createUser(request: any): Observable<any>;
|
|
12
|
+
setDiscussionConfig(config: any): void;
|
|
13
|
+
getCookie(name: string): string;
|
|
14
|
+
deleteCookie(name: string): void;
|
|
15
|
+
setCookie(name: string, value: string, expireDays: number, path?: string): void;
|
|
16
|
+
getChatData(tabType: any): any;
|
|
17
|
+
getLangugages(): Observable<any>;
|
|
18
|
+
aiGlobalSearch(requestBody: any, chatId: any, userID: any): Observable<any>;
|
|
19
|
+
saveAIChatPositiveContentRating(requestBody: any, chatId: any, userID: any): Observable<any>;
|
|
20
|
+
shareAIFeedback(requestBody: any, chatId: any, userID: any): Observable<any>;
|
|
21
|
+
aiGlobalSearchFromInternet(requestBody: any, chatId: any, userID: any): Observable<any>;
|
|
22
|
+
aiStartChathForSupport(requestBody: any, userID: any): Observable<any>;
|
|
23
|
+
aiSendChathForSupport(requestBody: any, userID: any): Observable<any>;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RootService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RootService>;
|
|
26
|
+
}
|
|
@@ -1,25 +1,44 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { IUserProfileDetails, ILanguagesApiData, INationalityApiData, ICountryApiData, IUserProfileDetailsFromRegistry, IProfileMetaApiData } from '../models/user-profile.model';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* User Profile Service stub
|
|
6
|
-
* Handles user profile related operations
|
|
7
|
-
*/
|
|
8
6
|
export declare class UserProfileService {
|
|
9
7
|
private http;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
searchProfile(data: any): Observable<any>;
|
|
14
|
-
getWhiteListDomain(): Observable<any>;
|
|
15
|
-
getGroups(): Observable<any>;
|
|
16
|
-
handleTranslateTo(key: string): string;
|
|
17
|
-
searchIgotDesignation(query: string): Observable<any>;
|
|
18
|
-
searchDesignation(query: string): Observable<any>;
|
|
19
|
-
getMasterLanguages(): Observable<any>;
|
|
8
|
+
private translateService;
|
|
9
|
+
constructor(http: HttpClient, translateService: TranslateService);
|
|
10
|
+
handleTranslateTo(menuName: string): string;
|
|
20
11
|
editProfileDetails(data: any): Observable<any>;
|
|
21
12
|
updatePrimaryEmailDetails(data: any): Observable<any>;
|
|
13
|
+
updateProfileDetails(data: any): Observable<any>;
|
|
14
|
+
getUserdetails(email: string | undefined): Observable<[IUserProfileDetails]>;
|
|
15
|
+
getMasterLanguages(): Observable<ILanguagesApiData>;
|
|
16
|
+
getMasterNationality(): Observable<INationalityApiData>;
|
|
17
|
+
getMasterCountries(): Observable<ICountryApiData>;
|
|
18
|
+
getProfilePageMeta(): Observable<IProfileMetaApiData>;
|
|
19
|
+
getUserdetailsFromRegistry(wid: string): Observable<[IUserProfileDetailsFromRegistry]>;
|
|
20
|
+
getOrganizationData(request: any): Observable<any>;
|
|
21
|
+
readOrgData(request: any): Observable<any>;
|
|
22
|
+
getAllDepartments(): Observable<INationalityApiData>;
|
|
23
|
+
approveRequest(data: any): Observable<Object>;
|
|
24
|
+
listApprovalPendingFields(): Observable<any>;
|
|
25
|
+
fetchApprovalPendingFields(): Observable<any>;
|
|
26
|
+
fetchApprovedFields(): Observable<any>;
|
|
27
|
+
listRejectedFields(): Observable<any>;
|
|
28
|
+
getDesignations(_req: any): Observable<IProfileMetaApiData>;
|
|
29
|
+
searchDesignation(_req: any): Observable<any>;
|
|
30
|
+
searchPublicDesignation(_req: any): Observable<any>;
|
|
31
|
+
searchIgotDesignation(_req: any): Observable<any>;
|
|
32
|
+
getDesignationV2(_req: any): Observable<IProfileMetaApiData>;
|
|
33
|
+
uploadProfilePhoto(req: any): Observable<any>;
|
|
34
|
+
getGroups(): Observable<any>;
|
|
35
|
+
getApprovalReqs(data: any): Observable<any>;
|
|
36
|
+
withDrawRequest(userId: string, wfId: string): Observable<any>;
|
|
37
|
+
fetchEhrmsDetails(): Observable<any>;
|
|
38
|
+
getWhiteListDomain(): Observable<any>;
|
|
39
|
+
fetchCustomFields(requestBody: any): Observable<any>;
|
|
40
|
+
updateCustomFields(requestBody: any): Observable<any>;
|
|
41
|
+
readCustomattributeDetails(userId: string, orgId: string): Observable<any>;
|
|
22
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileService, never>;
|
|
23
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserProfileService>;
|
|
24
44
|
}
|
|
25
|
-
//# sourceMappingURL=user-profile.service.d.ts.map
|
|
@@ -8,12 +8,16 @@ export interface IViewerTocCard {
|
|
|
8
8
|
title: string;
|
|
9
9
|
duration: number;
|
|
10
10
|
type: string;
|
|
11
|
+
mimeType: NsContent.EMimeTypes;
|
|
11
12
|
complexity: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
children: null | IViewerTocCard[];
|
|
14
|
+
primaryCategory: NsContent.EPrimaryCategory;
|
|
15
|
+
collectionId: string | null;
|
|
16
|
+
collectionType: string;
|
|
17
|
+
batchId: string | number;
|
|
18
|
+
viewMode: string;
|
|
19
|
+
optionalReading: boolean;
|
|
20
|
+
channelId: string;
|
|
17
21
|
}
|
|
18
22
|
export interface IViewerTocChangeEvent {
|
|
19
23
|
tocAvailable: boolean;
|
|
@@ -56,4 +60,3 @@ export declare class ViewerDataService {
|
|
|
56
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewerDataService, never>;
|
|
57
61
|
static ɵprov: i0.ɵɵInjectableDeclaration<ViewerDataService>;
|
|
58
62
|
}
|
|
59
|
-
//# sourceMappingURL=viewer-data.service.d.ts.map
|
|
@@ -54,4 +54,3 @@ export declare class ShareTocComponent implements OnInit {
|
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareTocComponent, never>;
|
|
55
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<ShareTocComponent, "ws-app-share-toc", never, { "rootOrgId": { "alias": "rootOrgId"; "required": false; }; "content": { "alias": "content"; "required": false; }; "contentLink": { "alias": "contentLink"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; }, { "resetEnableShare": "resetEnableShare"; }, never, never, false, never>;
|
|
56
56
|
}
|
|
57
|
-
//# sourceMappingURL=share-toc.component.d.ts.map
|
|
@@ -30,4 +30,3 @@ export declare class ShareTocModule {
|
|
|
30
30
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ShareTocModule, [typeof i1.ShareTocComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatLegacyButtonModule, typeof i5.MatLegacyMenuModule, typeof i6.MatLegacyCardModule, typeof i7.MatLegacyTooltipModule, typeof i8.MatLegacyTabsModule, typeof i9.MatLegacyChipsModule, typeof i10.MatDividerModule, typeof i11.MatLegacyProgressBarModule, typeof i12.MatLegacyListModule, typeof i13.MatLegacyDialogModule, typeof i14.MatLegacyRadioModule, typeof i15.MatExpansionModule, typeof i16.MatLegacyProgressSpinnerModule, typeof i17.MatLegacyCheckboxModule, typeof i18.MatLegacyInputModule, typeof i19.MatLegacyFormFieldModule, typeof i20.MatLegacySelectModule, typeof i21.MatLegacySnackBarModule, typeof i22.MatDatepickerModule, typeof i23.MatNativeDateModule, typeof i24.MatLegacyAutocompleteModule, typeof i25.TranslateModule, typeof i26.FormsModule, typeof i26.ReactiveFormsModule], [typeof i1.ShareTocComponent]>;
|
|
31
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<ShareTocModule>;
|
|
32
32
|
}
|
|
33
|
-
//# sourceMappingURL=share-toc.module.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunbird-cb/toc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13-mauritius",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"@angular/material": "^16.2.14",
|
|
13
13
|
"@ngx-translate/core": "^15.0.0",
|
|
14
14
|
"@sunbird-cb/design-system": "0.0.3",
|
|
15
|
-
"@sunbird-cb/utils-v2": "0.0.2-cbrelease-4.8.
|
|
15
|
+
"@sunbird-cb/utils-v2": "0.0.2-cbrelease-4.8.35-mauritius",
|
|
16
16
|
"@sunbird-cb/resolver-v2": "0.0.7-ang-13-16",
|
|
17
|
-
"@sunbird-cb/consumption": "0.0.
|
|
17
|
+
"@sunbird-cb/consumption": "0.0.32-cbrelease-4.8.32",
|
|
18
18
|
"@sunbird-cb/discussion-v2": "0.0.8-cbrelease-4.8.28"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2022/sunbird-cb-toc.mjs",
|
package/public-api.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './lib/app-toc-lib.module';
|
|
2
|
+
export * from './lib/registration-toc-lib.config';
|
|
3
|
+
export * from './lib/collection.config';
|
|
2
4
|
export * from './lib/services/app-toc.service';
|
|
3
5
|
export * from './lib/services/app-toc-v2.service';
|
|
4
6
|
export * from './lib/services/action.service';
|
|
@@ -7,6 +9,8 @@ export * from './lib/services/reset-ratings.service';
|
|
|
7
9
|
export * from './lib/services/timer.service';
|
|
8
10
|
export * from './lib/services/title-tag.service';
|
|
9
11
|
export * from './lib/services/viewer-util.service';
|
|
12
|
+
export * from './lib/services/viewer-data.service';
|
|
13
|
+
export * from './lib/services/user-profile.service';
|
|
10
14
|
export * from './lib/models/app-toc.model';
|
|
11
15
|
export * from './lib/models/app-toc-analytics.model';
|
|
12
16
|
export * from './lib/models/meta-tag.model';
|
|
@@ -56,4 +60,6 @@ export * from './lib/_collection/_common/content-toc/karma-points/karma-points.m
|
|
|
56
60
|
export * from './lib/_collection/_common/content-toc/karma-points/karma-points.component';
|
|
57
61
|
export * from './lib/_collection/_common/toc-kpi-values/toc-kpi-values.module';
|
|
58
62
|
export * from './lib/_collection/_common/toc-kpi-values/toc-kpi-values.component';
|
|
59
|
-
|
|
63
|
+
export * from './lib/_collection/_common/card-competency/card-competency.component';
|
|
64
|
+
export * from './lib/_collection/_common/card-competency/card-competency.module';
|
|
65
|
+
export * from './lib/services/access-control.service';
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attendance-card.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/attendance-card/attendance-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;AACxD,OAAO,EAAE,eAAe,IAAI,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;;AAKhD,qBAKa,uBAAwB,YAAW,MAAM;IASlD,OAAO,CAAC,MAAM;IAPP,OAAO,EAAE,SAAS,CAAC,QAAQ,GAAG,IAAI,CAAO;IACzC,MAAM,SAAI;IACV,MAAM,EAAC,GAAG,CAAO;IACjB,QAAQ,EAAE,OAAO,CAAO;gBAIvB,MAAM,EAAE,SAAS;IAG3B,QAAQ;IAOR,QAAQ,CAAC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI;yCAnBlB,uBAAuB;2CAAvB,uBAAuB;CAiCnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attendance-card.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/attendance-card/attendance-card.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA6BA,qBAqCa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attendance-helper.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/attendance-helper/attendance-helper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAA;AACzD,OAAO,EAA6C,kBAAkB,IAAI,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAC/H,OAAO,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAA;;AAEtE,qBAKa,yBAA0B,YAAW,MAAM;IAIpD,OAAO,CAAC,gBAAgB;IACjB,SAAS,EAAE,YAAY,CAAC,yBAAyB,CAAC;IACzB,IAAI,EAAE,GAAG;IAL3C,YAAY,EAAE,GAAG,CAAA;gBAGP,gBAAgB,EAAE,+BAA+B,EAClD,SAAS,EAAE,YAAY,CAAC,yBAAyB,CAAC,EACzB,IAAI,EAAE,GAAG;IAG3C,QAAQ;IAIR,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;yCAb7B,yBAAyB;2CAAzB,yBAAyB;CAgBrC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attendance-helper.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/attendance-helper/attendance-helper.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAkBA,qBA0Ba,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-photo.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/avatar-photo/avatar-photo.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;;AAElF,qBAKa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IACnD,OAAO,EAAE,GAAG,CAAA;IAGd,QAAQ,EAAG,MAAM,CAAA;IAGjB,IAAI,EAAG,MAAM,CAAA;IACJ,IAAI,SAAK;IAChB,WAAW,UAAQ;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,UAAQ;IACnB,YAAY,UAAQ;IACpB,WAAW,EAAG,MAAM,CAAA;IAC3B,MAAM,SAAsC;IAI5C,OAAO,CAAC,MAAM,CAOb;IAED,OAAO,CAAC,YAAY,CAOnB;IAED,QAAQ;IAoBR,WAAW,CAAC,MAAM,EAAE,aAAa;IAKjC,IAAI,YAAY,WAEf;IACD,OAAO,CAAC,eAAe;yCAhEZ,oBAAoB;2CAApB,oBAAoB;CAuFhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-photo.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/avatar-photo/avatar-photo.module.ts"],"names":[],"mappings":";;;;;;;;;;AAWA,qBAca,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"certificate-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/certificate-dialog/certificate-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAA;AACzD,OAAO,EAAE,kBAAkB,IAAI,YAAY,EAA6C,MAAM,iCAAiC,CAAA;AAC/H,OAAO,EAAE,YAAY,EAAY,MAAM,sBAAsB,CAAA;;AAG7D,qBAQa,0BAA2B,YAAW,MAAM;IAIrD,OAAO,CAAC,MAAM;IACP,SAAS,EAAE,YAAY,CAAC,0BAA0B,CAAC;IAC1B,IAAI,EAAE,GAAG;IAClB,OAAO,CAAC,WAAW;IAN5C,GAAG,EAAG,MAAM,CAAA;IACZ,MAAM,SAAK;gBAED,MAAM,EAAE,YAAY,EACrB,SAAS,EAAE,YAAY,CAAC,0BAA0B,CAAC,EAC1B,IAAI,EAAE,GAAG,EACV,WAAW,EAAE,GAAG;IAKjD,QAAQ;IAMR,YAAY;IAWZ,eAAe;IAwBT,eAAe;IA0BrB,SAAS;IAKT,2BAA2B,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAc1D,sBAAsB,CAAC,MAAM,CAAC,EAAE,MAAM;yCAlG3B,0BAA0B;2CAA1B,0BAA0B;CAgHtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"certificate-dialog.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/certificate-dialog/certificate-dialog.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAoBA,qBA6Ba,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"svg-to-pdf.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,aAAa,EAAa,UAAU,EAAE,MAAM,eAAe,CAAA;;AAE/E,qBAKa,iBAAkB,YAAW,aAAa;IACjB,UAAU,EAAG,UAAU,CAAA;IACpB,aAAa,EAAG,UAAU,CAAA;IAEjE,eAAe;yCAJJ,iBAAiB;2CAAjB,iBAAiB;CAkC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/confirm-dialog/confirm-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAU,MAAM,eAAe,CAAA;AACzD,OAAO,EAA6C,kBAAkB,IAAI,YAAY,EAAE,MAAM,iCAAiC,CAAA;;AAE/H,qBAKa,sBAAuB,YAAW,MAAM;IAG1C,SAAS,EAAE,YAAY,CAAC,sBAAsB,CAAC;IACtB,IAAI,EAAE,GAAG;gBADlC,SAAS,EAAE,YAAY,CAAC,sBAAsB,CAAC,EACtB,IAAI,EAAE,GAAG;IAE3C,QAAQ;yCANG,sBAAsB;2CAAtB,sBAAsB;CASlC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-dialog.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/confirm-dialog/confirm-dialog.module.ts"],"names":[],"mappings":";;;;;;;AAOA,qBAca,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAI"}
|
package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection-hover-card.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/connection-hover-card/connection-hover-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,aAAa,EAAE,MAAM,eAAe,CAAA;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;;AAK7C,qBAQa,4BAA6B,YAAW,MAAM,EAAE,aAAa;IAMtE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,WAAW;IANZ,SAAS,EAAG,GAAG,CAAA;IAExB,EAAE,EAAG,MAAM,CAAC,YAAY,CAAA;gBAGd,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,cAAc;IAWrC,QAAQ;IAGR,eAAe;IAGf,IAAI,WAAW,WAmBd;IACD,iBAAiB;IAoBjB,eAAe;yCAhEJ,4BAA4B;2CAA5B,4BAA4B;CAqExC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection-hover.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/connection-hover-card/connection-hover.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAaa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAEjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection-hover.servive.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/connection-hover-card/connection-hover.servive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAA;;AAYrE,qBAGa,sBAAsB;IACrB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IACpC,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,eAAe,CAAC,QAAQ,GAAG,IAAI,CAAC;yCAF9D,sBAAsB;6CAAtB,sBAAsB;CAmBlC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection-name.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/connection-name/connection-name.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,aAAa,EAAE,MAAM,eAAe,CAAA;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;;AAI7C,qBAKa,uBAAwB,YAAW,MAAM,EAAE,aAAa;IAOjE,OAAO,CAAC,WAAW;IANZ,SAAS,EAAG,GAAG,CAAA;IACf,SAAS,UAAO;IACzB,EAAE,EAAG,MAAM,CAAC,YAAY,CAAA;gBAId,WAAW,EAAE,cAAc;IASrC,QAAQ;IAMR,eAAe;IAGf,IAAI,iBAAiB,WA8BpB;IACD,eAAe;yCAxDJ,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection-name.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/connection-name/connection-name.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAca,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAEhC"}
|