@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
package/index.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AttendanceCardComponent implements OnInit {
|
|
6
|
+
private dialog;
|
|
7
|
+
session: NsContent.IContent | null;
|
|
8
|
+
status: number;
|
|
9
|
+
config: any;
|
|
10
|
+
showInfo: boolean;
|
|
11
|
+
constructor(dialog: MatDialog);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
openHelp(content?: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceCardComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AttendanceCardComponent, "ws-widget-attendance-card", never, { "session": { "alias": "session"; "required": false; }; "status": { "alias": "status"; "required": false; }; "config": { "alias": "config"; "required": false; }; "showInfo": { "alias": "showInfo"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=attendance-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./attendance-card.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/toolbar";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-button";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-menu";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-card";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-tooltip";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-tabs";
|
|
11
|
+
import * as i10 from "@angular/material/legacy-chips";
|
|
12
|
+
import * as i11 from "@angular/material/divider";
|
|
13
|
+
import * as i12 from "@angular/material/legacy-progress-bar";
|
|
14
|
+
import * as i13 from "@angular/material/legacy-list";
|
|
15
|
+
import * as i14 from "@angular/material/legacy-dialog";
|
|
16
|
+
import * as i15 from "@angular/material/legacy-radio";
|
|
17
|
+
import * as i16 from "@angular/material/expansion";
|
|
18
|
+
import * as i17 from "@angular/material/legacy-progress-spinner";
|
|
19
|
+
import * as i18 from "@angular/material/legacy-checkbox";
|
|
20
|
+
import * as i19 from "@angular/material/legacy-input";
|
|
21
|
+
import * as i20 from "@angular/material/legacy-form-field";
|
|
22
|
+
import * as i21 from "@angular/material/legacy-select";
|
|
23
|
+
import * as i22 from "@angular/material/legacy-snack-bar";
|
|
24
|
+
import * as i23 from "@angular/material/datepicker";
|
|
25
|
+
import * as i24 from "@angular/material/core";
|
|
26
|
+
import * as i25 from "@ngx-translate/core";
|
|
27
|
+
export declare class AttendanceCardModule {
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceCardModule, never>;
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AttendanceCardModule, [typeof i1.AttendanceCardComponent], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatIconModule, typeof i5.MatLegacyButtonModule, typeof i6.MatLegacyMenuModule, typeof i7.MatLegacyCardModule, typeof i8.MatLegacyTooltipModule, typeof i9.MatLegacyTabsModule, typeof i10.MatLegacyChipsModule, typeof i11.MatDividerModule, typeof i12.MatLegacyProgressBarModule, typeof i13.MatLegacyListModule, typeof i14.MatLegacyDialogModule, typeof i15.MatLegacyRadioModule, typeof i16.MatExpansionModule, typeof i17.MatLegacyProgressSpinnerModule, typeof i18.MatLegacyCheckboxModule, typeof i19.MatLegacyInputModule, typeof i20.MatLegacyFormFieldModule, typeof i21.MatLegacySelectModule, typeof i22.MatLegacySnackBarModule, typeof i23.MatDatepickerModule, typeof i24.MatNativeDateModule, typeof i25.TranslateModule], [typeof i1.AttendanceCardComponent]>;
|
|
30
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AttendanceCardModule>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=attendance-card.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { MultilingualTranslationsService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AttendanceHelperComponent implements OnInit {
|
|
6
|
+
private langtranslations;
|
|
7
|
+
dialogRef: MatDialogRef<AttendanceHelperComponent>;
|
|
8
|
+
data: any;
|
|
9
|
+
helperConfig: any;
|
|
10
|
+
constructor(langtranslations: MultilingualTranslationsService, dialogRef: MatDialogRef<AttendanceHelperComponent>, data: any);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
translateLabels(label: string, type: any): any;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceHelperComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AttendanceHelperComponent, "ws-widget-attendance-helper", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=attendance-helper.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./attendance-helper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-button";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-card";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-tooltip";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-dialog";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-progress-spinner";
|
|
11
|
+
import * as i10 from "@angular/material/legacy-form-field";
|
|
12
|
+
import * as i11 from "@angular/material/legacy-input";
|
|
13
|
+
import * as i12 from "@angular/material/legacy-snack-bar";
|
|
14
|
+
import * as i13 from "@angular/material/legacy-menu";
|
|
15
|
+
import * as i14 from "@ngx-translate/core";
|
|
16
|
+
export declare class AttendanceHelperModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceHelperModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AttendanceHelperModule, [typeof i1.AttendanceHelperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyButtonModule, typeof i5.MatLegacyCardModule, typeof i6.MatIconModule, typeof i7.MatLegacyTooltipModule, typeof i8.MatLegacyDialogModule, typeof i9.MatLegacyProgressSpinnerModule, typeof i10.MatLegacyFormFieldModule, typeof i11.MatLegacyInputModule, typeof i12.MatLegacySnackBarModule, typeof i13.MatLegacyMenuModule, typeof i14.TranslateModule], [typeof i1.AttendanceHelperComponent]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AttendanceHelperModule>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=attendance-helper.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AvatarPhotoComponent implements OnInit, OnChanges {
|
|
4
|
+
datalen: any;
|
|
5
|
+
photoUrl: string;
|
|
6
|
+
name: string;
|
|
7
|
+
size: string;
|
|
8
|
+
randomColor: boolean;
|
|
9
|
+
initials?: string;
|
|
10
|
+
showBadge: boolean;
|
|
11
|
+
showInitials: boolean;
|
|
12
|
+
circleColor: string;
|
|
13
|
+
random: string;
|
|
14
|
+
private colors;
|
|
15
|
+
private randomcolors;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnChanges(change: SimpleChanges): void;
|
|
18
|
+
get userInitials(): string;
|
|
19
|
+
private createInititals;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarPhotoComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarPhotoComponent, "ws-widget-avatar-photo", never, { "datalen": { "alias": "datalen"; "required": false; }; "photoUrl": { "alias": "photoUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "randomColor": { "alias": "randomColor"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=avatar-photo.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./avatar-photo.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-button";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-menu";
|
|
8
|
+
import * as i7 from "@angular/material/core";
|
|
9
|
+
import * as i8 from "@sunbird-cb/resolver-v2";
|
|
10
|
+
import * as i9 from "@sunbird-cb/utils-v2";
|
|
11
|
+
export declare class AvatarPhotoModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarPhotoModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarPhotoModule, [typeof i1.AvatarPhotoComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatLegacyButtonModule, typeof i5.MatIconModule, typeof i6.MatLegacyMenuModule, typeof i7.MatRippleModule, typeof i8.SbUiResolverModule, typeof i9.PipeCertificateImageURLModule], [typeof i1.AvatarPhotoComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarPhotoModule>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=avatar-photo.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { EventService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CertificateDialogComponent implements OnInit {
|
|
6
|
+
private events;
|
|
7
|
+
dialogRef: MatDialogRef<CertificateDialogComponent>;
|
|
8
|
+
data: any;
|
|
9
|
+
private environment;
|
|
10
|
+
url: string;
|
|
11
|
+
navUrl: string;
|
|
12
|
+
constructor(events: EventService, dialogRef: MatDialogRef<CertificateDialogComponent>, data: any, environment: any);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
downloadCert(): void;
|
|
15
|
+
downloadCertPng(): void;
|
|
16
|
+
downloadCertPdf(): Promise<void>;
|
|
17
|
+
shareCert(): Window;
|
|
18
|
+
raiseShareIntreactTelemetry(type?: string, action?: string): void;
|
|
19
|
+
raiseIntreactTelemetry(action?: string): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateDialogComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CertificateDialogComponent, "ws-widget-certificate-dialog", never, {}, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=certificate-dialog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./certificate-dialog.component";
|
|
3
|
+
import * as i2 from "./svg-to-pdf.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-button";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-card";
|
|
8
|
+
import * as i7 from "@angular/material/icon";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-tooltip";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-dialog";
|
|
11
|
+
import * as i10 from "@angular/material/legacy-progress-spinner";
|
|
12
|
+
import * as i11 from "@angular/material/legacy-form-field";
|
|
13
|
+
import * as i12 from "@angular/material/legacy-input";
|
|
14
|
+
import * as i13 from "@angular/material/legacy-snack-bar";
|
|
15
|
+
import * as i14 from "@angular/material/legacy-menu";
|
|
16
|
+
import * as i15 from "@sunbird-cb/utils-v2";
|
|
17
|
+
import * as i16 from "@ngx-translate/core";
|
|
18
|
+
export declare class CertificateDialogModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateDialogModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CertificateDialogModule, [typeof i1.CertificateDialogComponent, typeof i2.SvgToPdfComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatLegacyButtonModule, typeof i6.MatLegacyCardModule, typeof i7.MatIconModule, typeof i8.MatLegacyTooltipModule, typeof i9.MatLegacyDialogModule, typeof i10.MatLegacyProgressSpinnerModule, typeof i11.MatLegacyFormFieldModule, typeof i12.MatLegacyInputModule, typeof i13.MatLegacySnackBarModule, typeof i14.MatLegacyMenuModule, typeof i15.PipeSafeSanitizerModule, typeof i16.TranslateModule], [typeof i1.CertificateDialogComponent]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CertificateDialogModule>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=certificate-dialog.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SvgToPdfComponent implements AfterViewInit {
|
|
4
|
+
svgElement: ElementRef;
|
|
5
|
+
canvasElement: ElementRef;
|
|
6
|
+
ngAfterViewInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SvgToPdfComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SvgToPdfComponent, "ws-widget-svg-to-pdf", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=svg-to-pdf.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ConfirmDialogComponent implements OnInit {
|
|
5
|
+
dialogRef: MatDialogRef<ConfirmDialogComponent>;
|
|
6
|
+
data: any;
|
|
7
|
+
constructor(dialogRef: MatDialogRef<ConfirmDialogComponent>, data: any);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "ws-widget-confirm-dialog", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=confirm-dialog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./confirm-dialog.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-dialog";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@ngx-translate/core";
|
|
8
|
+
export declare class ConfirmDialogModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogModule, [typeof i1.ConfirmDialogComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyDialogModule, typeof i5.MatIconModule, typeof i6.TranslateModule], [typeof i1.ConfirmDialogComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmDialogModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=confirm-dialog.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { NsUser } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ConnectionHoverCardComponent implements OnInit, AfterViewInit {
|
|
6
|
+
private router;
|
|
7
|
+
private activeRoute;
|
|
8
|
+
hoverUser: any;
|
|
9
|
+
me: NsUser.IUserProfile;
|
|
10
|
+
constructor(router: Router, activeRoute: ActivatedRoute);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
get getUserName(): string;
|
|
14
|
+
getUseravatarName(): string;
|
|
15
|
+
goToUserProfile(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionHoverCardComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectionHoverCardComponent, "ws-widget-connection-hover-card", never, { "hoverUser": { "alias": "hoverUser"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=connection-hover-card.component.d.ts.map
|
package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./connection-hover-card.component";
|
|
3
|
+
import * as i2 from "../../../_directives/tooltip.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@sunbird-cb/utils-v2";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../avatar-photo/avatar-photo.module";
|
|
8
|
+
import * as i7 from "@angular/material/icon";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-card";
|
|
10
|
+
export declare class ConnectionHoverModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionHoverModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectionHoverModule, [typeof i1.ConnectionHoverCardComponent, typeof i2.TooltipDirective], [typeof i3.CommonModule, typeof i4.PipeNameTransformModule, typeof i5.FormsModule, typeof i6.AvatarPhotoModule, typeof i7.MatIconModule, typeof i8.MatLegacyCardModule], [typeof i1.ConnectionHoverCardComponent, typeof i2.TooltipDirective]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectionHoverModule>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=connection-hover.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { NSProfileDataV2 } from '../connection-name/profile-v2.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ConnectionHoverService {
|
|
6
|
+
private http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
fetchProfile(userId: string): Observable<NSProfileDataV2.IProfile | null>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionHoverService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConnectionHoverService>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=connection-hover.servive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { NsUser } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ConnectionNameComponent implements OnInit, AfterViewInit {
|
|
6
|
+
private activeRoute;
|
|
7
|
+
hoverUser: any;
|
|
8
|
+
showBadge: boolean;
|
|
9
|
+
me: NsUser.IUserProfile;
|
|
10
|
+
constructor(activeRoute: ActivatedRoute);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
get getUseravatarName(): string;
|
|
14
|
+
goToUserProfile(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionNameComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectionNameComponent, "ws-widget-connection-name", never, { "hoverUser": { "alias": "hoverUser"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=connection-name.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./connection-name.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@sunbird-cb/utils-v2";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../avatar-photo/avatar-photo.module";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
import * as i7 from "@angular/material/legacy-card";
|
|
9
|
+
import * as i8 from "../connection-hover-card/connection-hover.module";
|
|
10
|
+
export declare class ConnectionNameModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionNameModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectionNameModule, [typeof i1.ConnectionNameComponent], [typeof i2.CommonModule, typeof i3.PipeNameTransformModule, typeof i4.FormsModule, typeof i5.AvatarPhotoModule, typeof i6.MatIconModule, typeof i7.MatLegacyCardModule, typeof i8.ConnectionHoverModule], [typeof i1.ConnectionNameComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectionNameModule>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=connection-name.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
export declare namespace NSProfileDataV2 {
|
|
2
|
+
interface IProfileJsonData {
|
|
3
|
+
tabs: IProfileTab[];
|
|
4
|
+
}
|
|
5
|
+
interface IProfileTab {
|
|
6
|
+
name: string;
|
|
7
|
+
key: string;
|
|
8
|
+
render: boolean;
|
|
9
|
+
badges: {
|
|
10
|
+
enabled: boolean;
|
|
11
|
+
uri?: string;
|
|
12
|
+
};
|
|
13
|
+
enabled: boolean;
|
|
14
|
+
routerLink: string;
|
|
15
|
+
}
|
|
16
|
+
interface IProfile {
|
|
17
|
+
id: string;
|
|
18
|
+
userId: string;
|
|
19
|
+
academics?: IAcademics[];
|
|
20
|
+
employmentDetails?: IEmploymentDetails;
|
|
21
|
+
interests: IInterests;
|
|
22
|
+
photo: string | null | undefined;
|
|
23
|
+
osCreatedAt: string;
|
|
24
|
+
osCreatedBy: string;
|
|
25
|
+
osUpdatedAt: string;
|
|
26
|
+
osUpdatedBy: string;
|
|
27
|
+
osid: string;
|
|
28
|
+
personalDetails: IPersonalDetails;
|
|
29
|
+
professionalDetails: IProfessionalDetails[];
|
|
30
|
+
skills: ISkills;
|
|
31
|
+
result: any;
|
|
32
|
+
userName: any;
|
|
33
|
+
profileDetails: any;
|
|
34
|
+
}
|
|
35
|
+
interface IAcademics {
|
|
36
|
+
nameOfInstitute: string;
|
|
37
|
+
nameOfQualification: string;
|
|
38
|
+
osCreatedAt: string;
|
|
39
|
+
osCreatedBy: string;
|
|
40
|
+
osUpdatedAt: string;
|
|
41
|
+
osUpdatedBy: string;
|
|
42
|
+
osid: string;
|
|
43
|
+
type: string;
|
|
44
|
+
yearOfPassing: string;
|
|
45
|
+
}
|
|
46
|
+
interface IEmploymentDetails {
|
|
47
|
+
allotmentYearOfService: string;
|
|
48
|
+
cadre: string;
|
|
49
|
+
civilListNo: string;
|
|
50
|
+
departmentName: string;
|
|
51
|
+
dojOfService: string;
|
|
52
|
+
employeeCode: string;
|
|
53
|
+
officialPostalAddress: string;
|
|
54
|
+
osCreatedAt: string;
|
|
55
|
+
osCreatedBy: string;
|
|
56
|
+
osUpdatedAt: string;
|
|
57
|
+
osUpdatedBy: string;
|
|
58
|
+
osid: string;
|
|
59
|
+
payType: string;
|
|
60
|
+
pinCode: string;
|
|
61
|
+
service: string;
|
|
62
|
+
}
|
|
63
|
+
interface IInterests {
|
|
64
|
+
hobbies: any[];
|
|
65
|
+
osCreatedAt: string;
|
|
66
|
+
osCreatedBy: string;
|
|
67
|
+
osUpdatedAt: string;
|
|
68
|
+
osUpdatedBy: string;
|
|
69
|
+
osid: string;
|
|
70
|
+
professional: any[];
|
|
71
|
+
}
|
|
72
|
+
interface IPersonalDetails {
|
|
73
|
+
category: string;
|
|
74
|
+
countryCode: string;
|
|
75
|
+
dob: string;
|
|
76
|
+
domicileMedium: string;
|
|
77
|
+
firstname: string;
|
|
78
|
+
lasttname: string;
|
|
79
|
+
gender: string;
|
|
80
|
+
knownLanguages: any[];
|
|
81
|
+
maritalStatus: string;
|
|
82
|
+
middlename: string;
|
|
83
|
+
mobile: number;
|
|
84
|
+
nationality: string;
|
|
85
|
+
officialEmail: string;
|
|
86
|
+
osCreatedAt: string;
|
|
87
|
+
osCreatedBy: string;
|
|
88
|
+
osUpdatedAt: string;
|
|
89
|
+
osUpdatedBy: string;
|
|
90
|
+
osid: string;
|
|
91
|
+
personalEmail: string;
|
|
92
|
+
pincode: string;
|
|
93
|
+
postalAddress: string;
|
|
94
|
+
primaryEmail: string;
|
|
95
|
+
surname: string;
|
|
96
|
+
telephone: string;
|
|
97
|
+
userName: string;
|
|
98
|
+
}
|
|
99
|
+
interface IProfessionalDetails {
|
|
100
|
+
additionalAttributes: {
|
|
101
|
+
osid: string;
|
|
102
|
+
};
|
|
103
|
+
completePostalAddress: string;
|
|
104
|
+
description: string;
|
|
105
|
+
designation: string;
|
|
106
|
+
designationOther: string;
|
|
107
|
+
doj: string;
|
|
108
|
+
industry: string;
|
|
109
|
+
industryOther: string;
|
|
110
|
+
location: string;
|
|
111
|
+
name: string;
|
|
112
|
+
nameOther: string;
|
|
113
|
+
organisationType: string;
|
|
114
|
+
osCreatedAt: string;
|
|
115
|
+
osCreatedBy: string;
|
|
116
|
+
osUpdatedAt: string;
|
|
117
|
+
osUpdatedBy: string;
|
|
118
|
+
osid: string;
|
|
119
|
+
responsibilities: string;
|
|
120
|
+
}
|
|
121
|
+
interface ISkills {
|
|
122
|
+
additionalSkills: string;
|
|
123
|
+
certificateDetails: string;
|
|
124
|
+
osCreatedAt: string;
|
|
125
|
+
osCreatedBy: string;
|
|
126
|
+
osUpdatedAt: string;
|
|
127
|
+
osUpdatedBy: string;
|
|
128
|
+
osid: string;
|
|
129
|
+
}
|
|
130
|
+
interface IPortalProfile {
|
|
131
|
+
department_name: string;
|
|
132
|
+
email: string;
|
|
133
|
+
first_name: string;
|
|
134
|
+
kid: string;
|
|
135
|
+
last_name: string;
|
|
136
|
+
rank: number;
|
|
137
|
+
wid: string;
|
|
138
|
+
}
|
|
139
|
+
interface IBadgeResponse {
|
|
140
|
+
canEarn: IBadge[];
|
|
141
|
+
closeToEarning: IBadge[];
|
|
142
|
+
earned: IBadgeRecent[];
|
|
143
|
+
lastUpdatedDate: string;
|
|
144
|
+
recent: IBadgeRecent[];
|
|
145
|
+
totalPoints: [
|
|
146
|
+
{
|
|
147
|
+
collaborative_points: number;
|
|
148
|
+
learning_points: number;
|
|
149
|
+
}
|
|
150
|
+
];
|
|
151
|
+
}
|
|
152
|
+
interface IBadge {
|
|
153
|
+
Description: string;
|
|
154
|
+
BadgeName: string;
|
|
155
|
+
BadgeImagePath: string;
|
|
156
|
+
badge_group: string;
|
|
157
|
+
badge_id: string;
|
|
158
|
+
badge_name: string;
|
|
159
|
+
badge_order: string;
|
|
160
|
+
badge_type: 'O' | 'R';
|
|
161
|
+
hover_text: string;
|
|
162
|
+
how_to_earn: string;
|
|
163
|
+
image: string;
|
|
164
|
+
is_new: number;
|
|
165
|
+
progress: number;
|
|
166
|
+
received_count: number;
|
|
167
|
+
threshold: number;
|
|
168
|
+
}
|
|
169
|
+
interface IBadgeRecent extends IBadge {
|
|
170
|
+
first_received_date: string;
|
|
171
|
+
last_received_date: string;
|
|
172
|
+
message: string;
|
|
173
|
+
image: string;
|
|
174
|
+
}
|
|
175
|
+
interface IUserNotification {
|
|
176
|
+
image: string;
|
|
177
|
+
badge_group: string;
|
|
178
|
+
is_new: number;
|
|
179
|
+
received_count: number;
|
|
180
|
+
badge_id: string;
|
|
181
|
+
how_to_earn: string;
|
|
182
|
+
progress: number;
|
|
183
|
+
threshold: number;
|
|
184
|
+
badge_type: string;
|
|
185
|
+
badge_name: string;
|
|
186
|
+
last_received_date: string;
|
|
187
|
+
first_received_date: string;
|
|
188
|
+
hover_text: string;
|
|
189
|
+
message: string;
|
|
190
|
+
}
|
|
191
|
+
interface IUserTotalPoints {
|
|
192
|
+
learning_points: number;
|
|
193
|
+
collaborative_points: number;
|
|
194
|
+
}
|
|
195
|
+
interface IUserNotifications {
|
|
196
|
+
totalPoints: IUserTotalPoints[];
|
|
197
|
+
recent_badge: IUserNotification;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
//# sourceMappingURL=profile-v2.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profile-v2.model.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/connection-name/profile-v2.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContentProgressComponent implements OnChanges {
|
|
4
|
+
contentId: string;
|
|
5
|
+
progress: number;
|
|
6
|
+
progressType: string;
|
|
7
|
+
forPreview: boolean;
|
|
8
|
+
className: string;
|
|
9
|
+
customClassName: any;
|
|
10
|
+
rendom: number;
|
|
11
|
+
id: string;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnChanges(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentProgressComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentProgressComponent, "ws-widget-content-progress", never, { "contentId": { "alias": "contentId"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressType": { "alias": "progressType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "className": { "alias": "className"; "required": false; }; "customClassName": { "alias": "customClassName"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=content-progress.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-progress.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/toc/src/lib/_collection/_common/content-progress/content-progress.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,SAAS,EAAE,MAAM,eAAe,CAAA;;AAGxE,qBAiBa,wBAAyB,YAAW,SAAS;IAExD,SAAS,SAAK;IAGd,QAAQ,SAAI;IAGZ,YAAY,SAAK;IAGjB,UAAU,UAAQ;IAGlB,SAAS,SAAK;IAEd,eAAe,EAAE,GAAG,CAAoB;IAExC,MAAM,SAAgB;IAEf,EAAE,SAA8B;;IASvC,WAAW;yCA7BA,wBAAwB;2CAAxB,wBAAwB;CA+CpC"}
|