@sunbird-cb/toc 0.0.5 → 0.0.6-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.
Files changed (382) hide show
  1. package/esm2022/lib/_collection/_common/ai-tutor/ai-tutor.component.mjs +1169 -0
  2. package/esm2022/lib/_collection/_common/ai-tutor/socket.service.mjs +121 -0
  3. package/esm2022/lib/_collection/_common/card-competency/card-competency.component.mjs +58 -0
  4. package/esm2022/lib/_collection/_common/card-competency/card-competency.module.mjs +22 -0
  5. package/esm2022/lib/_collection/_common/card-content-v2/card-content-v2.model.mjs +23 -0
  6. package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +115 -12
  7. package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +5 -1
  8. package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +3 -3
  9. package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +32 -12
  10. package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +88 -7
  11. package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +327 -51
  12. package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +25 -37
  13. package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +7 -2
  14. package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +70 -3
  15. package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +3 -3
  16. package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.component.mjs +6 -3
  17. package/esm2022/lib/_services/viewer-route-util.mjs +2 -2
  18. package/esm2022/lib/_services/widget-content.model.mjs +8 -1
  19. package/esm2022/lib/_services/widget-content.service.mjs +8 -8
  20. package/esm2022/lib/app-toc-lib.module.mjs +16 -7
  21. package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +55 -8
  22. package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +3 -3
  23. package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +3 -3
  24. package/esm2022/lib/components/app-toc-home/app-toc-home.component.mjs +7 -6
  25. package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +235 -70
  26. package/esm2022/lib/components/enroll-profile-form/enroll-profile-form.component.mjs +22 -6
  27. package/esm2022/lib/components/public-survey-form/public-survey-form.component.mjs +5 -3
  28. package/esm2022/lib/models/user-profile.model.mjs +1 -1
  29. package/esm2022/lib/registration-toc-lib.config.mjs +14 -0
  30. package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +1 -1
  31. package/esm2022/lib/services/app-toc-v2.service.mjs +184 -40
  32. package/esm2022/lib/services/app-toc.service.mjs +362 -83
  33. package/esm2022/lib/services/certificate.service.mjs +54 -9
  34. package/esm2022/lib/services/discuss-utils.service.mjs +30 -43
  35. package/esm2022/lib/services/netcore.service.mjs +116 -46
  36. package/esm2022/lib/services/nps-grid.service.mjs +34 -22
  37. package/esm2022/lib/services/otp.service.mjs +63 -25
  38. package/esm2022/lib/services/profile-v2.service.mjs +47 -19
  39. package/esm2022/lib/services/root.service.mjs +106 -0
  40. package/esm2022/lib/services/user-profile.service.mjs +160 -35
  41. package/esm2022/lib/services/viewer-data.service.mjs +1 -1
  42. package/esm2022/lib/services/viewer-util.service.mjs +155 -28
  43. package/esm2022/public-api.mjs +12 -1
  44. package/fesm2022/sunbird-cb-toc.mjs +9653 -6574
  45. package/fesm2022/sunbird-cb-toc.mjs.map +1 -1
  46. package/index.d.ts +0 -1
  47. package/lib/_collection/_common/ai-tutor/ai-tutor.component.d.ts +139 -0
  48. package/lib/_collection/_common/ai-tutor/socket.service.d.ts +19 -0
  49. package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +0 -1
  50. package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +0 -1
  51. package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +0 -1
  52. package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +0 -1
  53. package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +0 -1
  54. package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +0 -1
  55. package/lib/_collection/_common/card-competency/card-competency.component.d.ts +14 -0
  56. package/lib/_collection/_common/card-competency/card-competency.module.d.ts +8 -0
  57. package/lib/_collection/_common/card-content-v2/card-content-v2.model.d.ts +44 -0
  58. package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +11 -3
  59. package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +12 -12
  60. package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +0 -1
  61. package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +0 -1
  62. package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +0 -1
  63. package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +0 -1
  64. package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +0 -1
  65. package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +0 -1
  66. package/lib/_collection/_common/connection-name/connection-name.component.d.ts +0 -1
  67. package/lib/_collection/_common/connection-name/connection-name.module.d.ts +0 -1
  68. package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +0 -1
  69. package/lib/_collection/_common/content-progress/content-progress.component.d.ts +0 -1
  70. package/lib/_collection/_common/content-progress/content-progress.module.d.ts +0 -1
  71. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +0 -1
  72. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +0 -1
  73. package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +1 -2
  74. package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +7 -4
  75. package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +0 -1
  76. package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +0 -1
  77. package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +0 -1
  78. package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +8 -1
  79. package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +58 -7
  80. package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +0 -1
  81. package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +0 -1
  82. package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +0 -1
  83. package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +0 -1
  84. package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +0 -1
  85. package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +0 -1
  86. package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +0 -1
  87. package/lib/_collection/_common/content-toc/content-toc.component.d.ts +6 -4
  88. package/lib/_collection/_common/content-toc/content-toc.module.d.ts +29 -29
  89. package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +4 -2
  90. package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +0 -1
  91. package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +0 -1
  92. package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +0 -1
  93. package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +0 -1
  94. package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +0 -1
  95. package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +0 -1
  96. package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +0 -1
  97. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +0 -1
  98. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +0 -1
  99. package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +0 -1
  100. package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +0 -1
  101. package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +0 -1
  102. package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +0 -1
  103. package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +0 -1
  104. package/lib/_collection/_common/player-brief/player-brief.component.d.ts +0 -1
  105. package/lib/_collection/_common/player-brief/player-brief.module.d.ts +0 -1
  106. package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +0 -1
  107. package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +0 -1
  108. package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +0 -1
  109. package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +0 -1
  110. package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +0 -1
  111. package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +0 -1
  112. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +0 -1
  113. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +0 -1
  114. package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +0 -1
  115. package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +0 -1
  116. package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +0 -1
  117. package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +0 -1
  118. package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +0 -1
  119. package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +0 -1
  120. package/lib/_collection/_common/user-image/user-image.component.d.ts +0 -1
  121. package/lib/_collection/_common/user-image/user-image.module.d.ts +0 -1
  122. package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +0 -1
  123. package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +0 -1
  124. package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +0 -1
  125. package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +0 -1
  126. package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +0 -1
  127. package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +2 -2
  128. package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +0 -1
  129. package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +0 -1
  130. package/lib/_collection-api.d.ts +0 -1
  131. package/lib/_constants/widget-content.constants.d.ts +0 -1
  132. package/lib/_directives/tooltip.directive.d.ts +0 -1
  133. package/lib/_models/common.model.d.ts +0 -1
  134. package/lib/_models/error.model.d.ts +0 -1
  135. package/lib/_pipes/highlight.pipe.d.ts +0 -1
  136. package/lib/_services/rating.service.d.ts +0 -1
  137. package/lib/_services/samuhik-charcha.service.d.ts +0 -1
  138. package/lib/_services/viewer-route-util.d.ts +0 -1
  139. package/lib/_services/widget-content.model.d.ts +6 -1
  140. package/lib/_services/widget-content.service.d.ts +0 -1
  141. package/lib/_shared/translate-loader.factory.d.ts +0 -1
  142. package/lib/app-toc-lib.module.d.ts +2 -2
  143. package/lib/collection.config.d.ts +0 -1
  144. package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +0 -1
  145. package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +0 -1
  146. package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +5 -1
  147. package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +0 -1
  148. package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +0 -1
  149. package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +0 -1
  150. package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +0 -1
  151. package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +0 -1
  152. package/lib/components/app-toc-home/app-toc-home.component.d.ts +3 -3
  153. package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +21 -4
  154. package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +0 -1
  155. package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +0 -1
  156. package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +0 -1
  157. package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +0 -1
  158. package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +0 -1
  159. package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +0 -1
  160. package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +0 -1
  161. package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +2 -1
  162. package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +0 -1
  163. package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +0 -1
  164. package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +0 -1
  165. package/lib/components/public-survey-form/public-survey-form.component.d.ts +1 -1
  166. package/lib/components/survey-form-question/survey-form-question.component.d.ts +0 -1
  167. package/lib/components/survey-form-section/survey-form-section.component.d.ts +0 -1
  168. package/lib/models/app-toc-analytics.model.d.ts +0 -1
  169. package/lib/models/app-toc.model.d.ts +0 -1
  170. package/lib/models/auto-complete.model.d.ts +0 -1
  171. package/lib/models/card-content.model.d.ts +0 -1
  172. package/lib/models/content-strip-with-tabs.model.d.ts +0 -1
  173. package/lib/models/discussion-forum.model.d.ts +0 -1
  174. package/lib/models/goal.model.d.ts +0 -1
  175. package/lib/models/meta-tag.model.d.ts +0 -1
  176. package/lib/models/playlist.model.d.ts +0 -1
  177. package/lib/models/profile-revamp.model.d.ts +0 -1
  178. package/lib/models/rating.model.d.ts +0 -1
  179. package/lib/models/user-profile.model.d.ts +87 -1
  180. package/lib/registration-toc-lib.config.d.ts +4 -0
  181. package/lib/resolvers/app-toc-cios-resolver.service.d.ts +0 -1
  182. package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +0 -1
  183. package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +0 -1
  184. package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +0 -1
  185. package/lib/resolvers/app-toc-resolver.service.d.ts +0 -1
  186. package/lib/resolvers/config-resolver.service.d.ts +0 -1
  187. package/lib/resolvers/profile-resolver.service.d.ts +0 -1
  188. package/lib/resolvers/restricted-features-resolver.service.d.ts +0 -1
  189. package/lib/routes/app-toc-home/app-toc-home.component.d.ts +0 -1
  190. package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +0 -1
  191. package/lib/routes/app-toc-home/app-toc-home.service.d.ts +0 -1
  192. package/lib/services/access-control.service.d.ts +0 -1
  193. package/lib/services/action.service.d.ts +0 -1
  194. package/lib/services/app-toc-v2.service.d.ts +3 -1
  195. package/lib/services/app-toc.service.d.ts +35 -15
  196. package/lib/services/certificate.service.d.ts +5 -7
  197. package/lib/services/discuss-utils.service.d.ts +5 -28
  198. package/lib/services/editor.service.d.ts +0 -1
  199. package/lib/services/load-check.service.d.ts +0 -1
  200. package/lib/services/loader.service.d.ts +0 -1
  201. package/lib/services/mobile-apps.service.d.ts +0 -1
  202. package/lib/services/netcore.service.d.ts +16 -29
  203. package/lib/services/nps-grid.service.d.ts +11 -11
  204. package/lib/services/otp.service.d.ts +5 -11
  205. package/lib/services/profile-v2.service.d.ts +7 -11
  206. package/lib/services/reset-ratings.service.d.ts +0 -1
  207. package/lib/services/resource-download-helper.service.d.ts +0 -1
  208. package/lib/services/root.service.d.ts +26 -0
  209. package/lib/services/timer.service.d.ts +0 -1
  210. package/lib/services/title-tag.service.d.ts +0 -1
  211. package/lib/services/user-profile.service.d.ts +35 -16
  212. package/lib/services/viewer-data.service.d.ts +9 -6
  213. package/lib/services/viewer-util.service.d.ts +14 -1
  214. package/lib/share-toc/share-toc/share-toc.component.d.ts +0 -1
  215. package/lib/share-toc/share-toc.module.d.ts +0 -1
  216. package/package.json +4 -6
  217. package/public-api.d.ts +10 -1
  218. package/sunbird-cb-toc-0.0.6-mauritius.tgz +0 -0
  219. package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +0 -1
  220. package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +0 -1
  221. package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +0 -1
  222. package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +0 -1
  223. package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +0 -1
  224. package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +0 -1
  225. package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +0 -1
  226. package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +0 -1
  227. package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +0 -1
  228. package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +0 -1
  229. package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +0 -1
  230. package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +0 -1
  231. package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +0 -1
  232. package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +0 -1
  233. package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +0 -1
  234. package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +0 -1
  235. package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +0 -1
  236. package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +0 -1
  237. package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +0 -1
  238. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +0 -1
  239. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +0 -1
  240. package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +0 -1
  241. package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +0 -1
  242. package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +0 -1
  243. package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +0 -1
  244. package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +0 -1
  245. package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +0 -1
  246. package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +0 -1
  247. package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +0 -1
  248. package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +0 -1
  249. package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +0 -1
  250. package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +0 -1
  251. package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +0 -1
  252. package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +0 -1
  253. package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +0 -1
  254. package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +0 -1
  255. package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +0 -1
  256. package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +0 -1
  257. package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +0 -1
  258. package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +0 -1
  259. package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +0 -1
  260. package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +0 -1
  261. package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +0 -1
  262. package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +0 -1
  263. package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +0 -1
  264. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +0 -1
  265. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +0 -1
  266. package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +0 -1
  267. package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +0 -1
  268. package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +0 -1
  269. package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +0 -1
  270. package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +0 -1
  271. package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +0 -1
  272. package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +0 -1
  273. package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +0 -1
  274. package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +0 -1
  275. package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +0 -1
  276. package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +0 -1
  277. package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +0 -1
  278. package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +0 -1
  279. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +0 -1
  280. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +0 -1
  281. package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +0 -1
  282. package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +0 -1
  283. package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +0 -1
  284. package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +0 -1
  285. package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +0 -1
  286. package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +0 -1
  287. package/lib/_collection/_common/user-image/user-image.component.d.ts.map +0 -1
  288. package/lib/_collection/_common/user-image/user-image.module.d.ts.map +0 -1
  289. package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +0 -1
  290. package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +0 -1
  291. package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +0 -1
  292. package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +0 -1
  293. package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +0 -1
  294. package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +0 -1
  295. package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +0 -1
  296. package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +0 -1
  297. package/lib/_collection-api.d.ts.map +0 -1
  298. package/lib/_constants/widget-content.constants.d.ts.map +0 -1
  299. package/lib/_directives/tooltip.directive.d.ts.map +0 -1
  300. package/lib/_models/common.model.d.ts.map +0 -1
  301. package/lib/_models/error.model.d.ts.map +0 -1
  302. package/lib/_pipes/highlight.pipe.d.ts.map +0 -1
  303. package/lib/_services/rating.service.d.ts.map +0 -1
  304. package/lib/_services/samuhik-charcha.service.d.ts.map +0 -1
  305. package/lib/_services/viewer-route-util.d.ts.map +0 -1
  306. package/lib/_services/widget-content.model.d.ts.map +0 -1
  307. package/lib/_services/widget-content.service.d.ts.map +0 -1
  308. package/lib/_shared/translate-loader.factory.d.ts.map +0 -1
  309. package/lib/app-toc-lib.module.d.ts.map +0 -1
  310. package/lib/collection.config.d.ts.map +0 -1
  311. package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +0 -1
  312. package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +0 -1
  313. package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +0 -1
  314. package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +0 -1
  315. package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +0 -1
  316. package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +0 -1
  317. package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +0 -1
  318. package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +0 -1
  319. package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +0 -1
  320. package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +0 -1
  321. package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +0 -1
  322. package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +0 -1
  323. package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +0 -1
  324. package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +0 -1
  325. package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +0 -1
  326. package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +0 -1
  327. package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +0 -1
  328. package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +0 -1
  329. package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +0 -1
  330. package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +0 -1
  331. package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +0 -1
  332. package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +0 -1
  333. package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +0 -1
  334. package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +0 -1
  335. package/lib/models/app-toc-analytics.model.d.ts.map +0 -1
  336. package/lib/models/app-toc.model.d.ts.map +0 -1
  337. package/lib/models/auto-complete.model.d.ts.map +0 -1
  338. package/lib/models/card-content.model.d.ts.map +0 -1
  339. package/lib/models/content-strip-with-tabs.model.d.ts.map +0 -1
  340. package/lib/models/discussion-forum.model.d.ts.map +0 -1
  341. package/lib/models/goal.model.d.ts.map +0 -1
  342. package/lib/models/meta-tag.model.d.ts.map +0 -1
  343. package/lib/models/playlist.model.d.ts.map +0 -1
  344. package/lib/models/profile-revamp.model.d.ts.map +0 -1
  345. package/lib/models/rating.model.d.ts.map +0 -1
  346. package/lib/models/user-profile.model.d.ts.map +0 -1
  347. package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +0 -1
  348. package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +0 -1
  349. package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +0 -1
  350. package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +0 -1
  351. package/lib/resolvers/app-toc-resolver.service.d.ts.map +0 -1
  352. package/lib/resolvers/config-resolver.service.d.ts.map +0 -1
  353. package/lib/resolvers/profile-resolver.service.d.ts.map +0 -1
  354. package/lib/resolvers/restricted-features-resolver.service.d.ts.map +0 -1
  355. package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +0 -1
  356. package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +0 -1
  357. package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +0 -1
  358. package/lib/services/access-control.service.d.ts.map +0 -1
  359. package/lib/services/action.service.d.ts.map +0 -1
  360. package/lib/services/app-toc-v2.service.d.ts.map +0 -1
  361. package/lib/services/app-toc.service.d.ts.map +0 -1
  362. package/lib/services/certificate.service.d.ts.map +0 -1
  363. package/lib/services/discuss-utils.service.d.ts.map +0 -1
  364. package/lib/services/editor.service.d.ts.map +0 -1
  365. package/lib/services/load-check.service.d.ts.map +0 -1
  366. package/lib/services/loader.service.d.ts.map +0 -1
  367. package/lib/services/mobile-apps.service.d.ts.map +0 -1
  368. package/lib/services/netcore.service.d.ts.map +0 -1
  369. package/lib/services/nps-grid.service.d.ts.map +0 -1
  370. package/lib/services/otp.service.d.ts.map +0 -1
  371. package/lib/services/profile-v2.service.d.ts.map +0 -1
  372. package/lib/services/reset-ratings.service.d.ts.map +0 -1
  373. package/lib/services/resource-download-helper.service.d.ts.map +0 -1
  374. package/lib/services/timer.service.d.ts.map +0 -1
  375. package/lib/services/title-tag.service.d.ts.map +0 -1
  376. package/lib/services/user-profile.service.d.ts.map +0 -1
  377. package/lib/services/viewer-data.service.d.ts.map +0 -1
  378. package/lib/services/viewer-util.service.d.ts.map +0 -1
  379. package/lib/share-toc/share-toc/share-toc.component.d.ts.map +0 -1
  380. package/lib/share-toc/share-toc.module.d.ts.map +0 -1
  381. package/public-api.d.ts.map +0 -1
  382. package/sunbird-cb-toc.d.ts.map +0 -1
@@ -1,16 +1,16 @@
1
- import { OnInit, Renderer2, SimpleChanges } from '@angular/core';
1
+ import { OnInit, OnDestroy, Renderer2, SimpleChanges, ChangeDetectorRef } from '@angular/core';
2
2
  import { NsContent } from '../../../../_services/widget-content.model';
3
3
  import { NsAppToc } from '../../../../models/app-toc.model';
4
4
  import { EventService, ConfigurationsService } from '@sunbird-cb/utils-v2';
5
5
  import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
6
- import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
7
6
  import { CertificateService } from '../../../../services/certificate.service';
8
7
  import { AppTocService } from '../../../../services/app-toc.service';
9
8
  import { Subscription } from 'rxjs';
10
9
  import { ContentLanguageService } from '@sunbird-cb/consumption';
11
10
  import { ResourceDownloadHelperService } from '../../../../services/resource-download-helper.service';
11
+ import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
12
12
  import * as i0 from "@angular/core";
13
- export declare class AppTocContentCardV2Component implements OnInit {
13
+ export declare class AppTocContentCardV2Component implements OnInit, OnDestroy {
14
14
  private events;
15
15
  private dialog;
16
16
  private renderer;
@@ -20,6 +20,7 @@ export declare class AppTocContentCardV2Component implements OnInit {
20
20
  private resourceDownloadHelperSvc;
21
21
  private configSvc;
22
22
  private snackBar;
23
+ private cdr;
23
24
  content: NsContent.IContent | null;
24
25
  expandAll: boolean;
25
26
  rootId: string;
@@ -38,13 +39,14 @@ export declare class AppTocContentCardV2Component implements OnInit {
38
39
  parentMilestoneLocked: boolean;
39
40
  hasContentStructure: boolean;
40
41
  downloadCertificateLoading: boolean;
41
- achievementLoading: boolean;
42
42
  enumContentTypes: typeof NsContent.EDisplayContentTypes;
43
43
  contentStructure: NsAppToc.ITocStructure;
44
44
  defaultThumbnail: string;
45
45
  viewChildren: boolean;
46
46
  primaryCategory: typeof NsContent.EPrimaryCategory;
47
47
  pageScrollSubscription: Subscription | null;
48
+ hashmapUpdatedSubscription: Subscription | null;
49
+ achievementLoading: boolean;
48
50
  private _cachedIsCollection;
49
51
  private _cachedIsModule;
50
52
  private _cachedIsResource;
@@ -53,9 +55,12 @@ export declare class AppTocContentCardV2Component implements OnInit {
53
55
  private _cachedIsParentMilestoneLocked;
54
56
  private _cachedIsContentUnlocked;
55
57
  private _cachedCheckForCuratedProgram;
58
+ private _cachedIsMilestoneAssessment;
59
+ private _cachedIsMilestoneAssessmentLocked;
56
60
  private _cachedResourceLink;
61
+ private _cachedMilestoneCompletedCount;
57
62
  private _cacheInitialized;
58
- constructor(events: EventService, dialog: MatDialog, renderer: Renderer2, certificateService: CertificateService, appTocSvc: AppTocService, contentLangSvc: ContentLanguageService, resourceDownloadHelperSvc: ResourceDownloadHelperService, configSvc: ConfigurationsService, snackBar: MatSnackBar);
63
+ constructor(events: EventService, dialog: MatDialog, renderer: Renderer2, certificateService: CertificateService, appTocSvc: AppTocService, contentLangSvc: ContentLanguageService, resourceDownloadHelperSvc: ResourceDownloadHelperService, configSvc: ConfigurationsService, snackBar: MatSnackBar, cdr: ChangeDetectorRef);
59
64
  ngOnInit(): void;
60
65
  /**
61
66
  * Initialize all computed properties once to avoid expensive getter calculations
@@ -73,6 +78,20 @@ export declare class AppTocContentCardV2Component implements OnInit {
73
78
  private computeResourceLink;
74
79
  private computeIsMilestoneLocked;
75
80
  private computeIsParentMilestoneLocked;
81
+ /**
82
+ * Check if current content is a MILESTONE assessment (DIRECT child of a Milestone)
83
+ * IMPORTANT: This should NOT return true for course assessments inside courses within milestones
84
+ * Only assessments that are direct children of milestones should be locked by milestone logic
85
+ */
86
+ private computeIsMilestoneAssessment;
87
+ /**
88
+ * Check if milestone assessment should be locked
89
+ * Assessment is locked if:
90
+ * 1. It's an assessment that is a DIRECT child of a milestone
91
+ * 2. The parent milestone is unlocked (otherwise handled by parent milestone lock)
92
+ * 3. NOT all mandatory courses in the same milestone are completed
93
+ */
94
+ private computeIsMilestoneAssessmentLocked;
76
95
  resourceScroll(): void;
77
96
  changeResource(): void;
78
97
  ngOnChanges(changes: SimpleChanges): void;
@@ -106,6 +125,13 @@ export declare class AppTocContentCardV2Component implements OnInit {
106
125
  getCompletionPercentage(identifier: string): number;
107
126
  roundIfDecimal(value: number): number;
108
127
  getCompletionStatus(identifier: string): any;
128
+ /**
129
+ * Check if milestone is complete based on mandatory content and assessment completion
130
+ * Returns true only when:
131
+ * 1. All mandatory content is completed (or no mandatory content exists)
132
+ * 2. Milestone assessment is completed (or no assessment exists)
133
+ */
134
+ isMilestoneComplete(identifier: string): boolean;
109
135
  openCertificateDialog(certData: any): void;
110
136
  scrollView(): void;
111
137
  downloadCertificate(certificateData: any): void;
@@ -114,6 +140,8 @@ export declare class AppTocContentCardV2Component implements OnInit {
114
140
  get isContentUnlocked(): boolean;
115
141
  get isParentMilestoneLocked(): boolean;
116
142
  get isMilestoneLocked(): boolean;
143
+ get isMilestoneAssessment(): boolean;
144
+ get isMilestoneAssessmentLocked(): boolean;
117
145
  /**
118
146
  * Check if a milestone's mandatory courses and assessment are completed.
119
147
  * Looks at the content hierarchy to find children of the milestone.
@@ -132,13 +160,36 @@ export declare class AppTocContentCardV2Component implements OnInit {
132
160
  };
133
161
  get isMilestone(): boolean;
134
162
  getMilestoneCompletedCount(): number;
163
+ private computeMilestoneCompletedCount;
164
+ /**
165
+ * Get unlock criteria message for locked milestones
166
+ */
167
+ getMilestoneUnlockMessage(): string;
168
+ /**
169
+ * Get lock message for content inside locked milestones
170
+ */
171
+ getParentMilestoneLockMessage(): string;
172
+ /**
173
+ * Get lock message for milestone assessments
174
+ */
175
+ getAssessmentLockMessage(): string;
135
176
  shouldShowDownloadButton(content: NsContent.IContent | null): boolean;
136
177
  downloadContent(content: NsContent.IContent, event?: MouseEvent): void;
137
178
  /**
138
179
  * View milestone achievement - calls the achievement API and shows the result
139
180
  */
140
- viewMilestoneAchievement(event?: MouseEvent): void;
181
+ viewMilestoneAchievement(event: MouseEvent, mileStoneData: any): void;
182
+ /**
183
+ * Check if text is truncated (has ellipsis) - for single line text
184
+ * @param element The HTMLElement to check
185
+ * @returns true if text is truncated, false otherwise
186
+ */
187
+ isTextTruncated(element: HTMLElement): boolean;
188
+ /**
189
+ * @param element The HTMLElement to check
190
+ * @returns true if text is truncated, false otherwise
191
+ */
192
+ isMultiLineTruncated(element: HTMLElement): boolean;
141
193
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocContentCardV2Component, never>;
142
194
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocContentCardV2Component, "ws-widget-app-toc-content-card-v2", never, { "content": { "alias": "content"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchId": { "alias": "batchId"; "required": false; }; "componentName": { "alias": "componentName"; "required": false; }; "index": { "alias": "index"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; "expandActive": { "alias": "expandActive"; "required": false; }; "hierarchyMapData": { "alias": "hierarchyMapData"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "isPreAssessment": { "alias": "isPreAssessment"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "mlCourse": { "alias": "mlCourse"; "required": false; }; "parentMilestoneLocked": { "alias": "parentMilestoneLocked"; "required": false; }; }, {}, never, never, false, never>;
143
195
  }
144
- //# sourceMappingURL=app-toc-content-card-v2.component.d.ts.map
@@ -6,4 +6,3 @@ export declare class AppTocContentCardV2SkeletonComponent implements OnInit {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocContentCardV2SkeletonComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocContentCardV2SkeletonComponent, "ws-widget-app-toc-content-card-v2-skeleton", never, {}, {}, never, never, false, never>;
8
8
  }
9
- //# sourceMappingURL=app-toc-content-card-v2-skeleton.component.d.ts.map
@@ -14,4 +14,3 @@ export declare class AppTocReferenceNotesComponent implements OnInit {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocReferenceNotesComponent, never>;
15
15
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocReferenceNotesComponent, "ws-widget-app-toc-reference-notes", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
17
- //# sourceMappingURL=app-toc-reference-notes.component.d.ts.map
@@ -38,4 +38,3 @@ export declare class AppTocSessionCardNewComponent implements OnInit {
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionCardNewComponent, never>;
39
39
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSessionCardNewComponent, "ws-widget-app-toc-session-card-new", never, { "session": { "alias": "session"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "config": { "alias": "config"; "required": false; }; "index": { "alias": "index"; "required": false; }; "batchId": { "alias": "batchId"; "required": false; }; "content": { "alias": "content"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; "sessionType": { "alias": "sessionType"; "required": false; }; }, {}, never, never, false, never>;
40
40
  }
41
- //# sourceMappingURL=app-toc-session-card-new.component.d.ts.map
@@ -19,4 +19,3 @@ export declare class AppTocSessionsNewComponent implements OnInit {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionsNewComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSessionsNewComponent, "ws-widget-app-app-toc-sessions-new", never, { "batchData": { "alias": "batchData"; "required": false; }; "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "config": { "alias": "config"; "required": false; }; "batchId": { "alias": "batchId"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
22
- //# sourceMappingURL=app-toc-sessions-new.component.d.ts.map
@@ -43,4 +43,3 @@ export declare class AppTocTeachersNotesComponent implements OnInit {
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocTeachersNotesComponent, never>;
44
44
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocTeachersNotesComponent, "ws-widget-app-toc-teachers-notes", never, { "content": { "alias": "content"; "required": false; }; "notesDisplayType": { "alias": "notesDisplayType"; "required": false; }; }, {}, never, never, false, never>;
45
45
  }
46
- //# sourceMappingURL=app-toc-teachers-notes.component.d.ts.map
@@ -8,4 +8,3 @@ export declare class HandleClaimService {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<HandleClaimService, never>;
9
9
  static ɵprov: i0.ɵɵInjectableDeclaration<HandleClaimService>;
10
10
  }
11
- //# sourceMappingURL=handle-claim.service.d.ts.map
@@ -8,4 +8,3 @@ export declare class ReviewComponentDataService {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ReviewComponentDataService, never>;
9
9
  static ɵprov: i0.ɵɵInjectableDeclaration<ReviewComponentDataService>;
10
10
  }
11
- //# sourceMappingURL=review-component-data.service.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
- import { ConfigurationsService, EventService, NsContent, UtilityService } from '@sunbird-cb/utils-v2';
3
+ import { ConfigurationsService, DomainConfService, EventService, UtilityService } from '@sunbird-cb/utils-v2';
4
4
  import { Subscription } from 'rxjs';
5
5
  import { LoadCheckService } from '../../../services/load-check.service';
6
6
  import { MatLegacyTabGroup as MatTabGroup, MatLegacyTabChangeEvent as MatTabChangeEvent } from '@angular/material/legacy-tabs';
@@ -11,6 +11,7 @@ import { ActionService } from '../../../services/action.service';
11
11
  import { ViewerDataService } from '../../../services/viewer-data.service';
12
12
  import { MatTab } from '@angular/material/tabs';
13
13
  import { SamuhikCharchaService } from '../../../_services/samuhik-charcha.service';
14
+ import { NsContent } from '../../../_collection-api';
14
15
  import * as i0 from "@angular/core";
15
16
  export declare class ContentTocComponent implements OnInit, AfterViewInit, OnChanges {
16
17
  private route;
@@ -24,6 +25,7 @@ export declare class ContentTocComponent implements OnInit, AfterViewInit, OnCha
24
25
  private eventSvc;
25
26
  private viewerDataSvc;
26
27
  private samuhikCharchaSvc;
28
+ domainConfService: DomainConfService;
27
29
  private environment;
28
30
  tabChangeValue: any;
29
31
  content: any;
@@ -53,6 +55,7 @@ export declare class ContentTocComponent implements OnInit, AfterViewInit, OnCha
53
55
  sideNavBarOpened: boolean;
54
56
  languageList: any[];
55
57
  lockCertificate: boolean;
58
+ fromMDO: boolean;
56
59
  playResumeForAI: EventEmitter<any>;
57
60
  enrollUserToAI: EventEmitter<any>;
58
61
  trigerCompletionSurveyForm: EventEmitter<boolean>;
@@ -91,7 +94,7 @@ export declare class ContentTocComponent implements OnInit, AfterViewInit, OnCha
91
94
  showAssignmentsTab: boolean;
92
95
  enableSamuhikCharchaTab: boolean;
93
96
  samuhikConfig: any;
94
- constructor(route: ActivatedRoute, utilityService: UtilityService, loadCheckService: LoadCheckService, configService: ConfigurationsService, dialog: MatDialog, tocSvc: AppTocService, actionSVC: ActionService, router: Router, eventSvc: EventService, viewerDataSvc: ViewerDataService, samuhikCharchaSvc: SamuhikCharchaService, environment: any);
97
+ constructor(route: ActivatedRoute, utilityService: UtilityService, loadCheckService: LoadCheckService, configService: ConfigurationsService, dialog: MatDialog, tocSvc: AppTocService, actionSVC: ActionService, router: Router, eventSvc: EventService, viewerDataSvc: ViewerDataService, samuhikCharchaSvc: SamuhikCharchaService, domainConfService: DomainConfService, environment: any);
95
98
  ngOnInit(): void;
96
99
  ngAfterViewInit(): void;
97
100
  get getCurrentTimeInUTC(): string;
@@ -124,6 +127,5 @@ export declare class ContentTocComponent implements OnInit, AfterViewInit, OnCha
124
127
  clearCommentIdFromUrl(): void;
125
128
  resumeContentCall(): void;
126
129
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentTocComponent, never>;
127
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentTocComponent, "ws-widget-content-toc", never, { "content": { "alias": "content"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "initialRouteData": { "alias": "initialRouteData"; "required": false; }; "changeTab": { "alias": "changeTab"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "contentTabFlag": { "alias": "contentTabFlag"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "skeletonLoader": { "alias": "skeletonLoader"; "required": false; }; "tocStructure": { "alias": "tocStructure"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; "fromViewer": { "alias": "fromViewer"; "required": false; }; "hierarchyMapData": { "alias": "hierarchyMapData"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "kparray": { "alias": "kparray"; "required": false; }; "selectedBatchData": { "alias": "selectedBatchData"; "required": false; }; "config": { "alias": "config"; "required": false; }; "componentName": { "alias": "componentName"; "required": false; }; "isEnrolled": { "alias": "isEnrolled"; "required": false; }; "playResourceId": { "alias": "playResourceId"; "required": false; }; "sideNavBarOpened": { "alias": "sideNavBarOpened"; "required": false; }; "languageList": { "alias": "languageList"; "required": false; }; "lockCertificate": { "alias": "lockCertificate"; "required": false; }; }, { "playResumeForAI": "playResumeForAI"; "enrollUserToAI": "enrollUserToAI"; "trigerCompletionSurveyForm": "trigerCompletionSurveyForm"; "resumeContent": "resumeContent"; }, never, never, false, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentTocComponent, "ws-widget-content-toc", never, { "content": { "alias": "content"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "initialRouteData": { "alias": "initialRouteData"; "required": false; }; "changeTab": { "alias": "changeTab"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "contentTabFlag": { "alias": "contentTabFlag"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "skeletonLoader": { "alias": "skeletonLoader"; "required": false; }; "tocStructure": { "alias": "tocStructure"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; "fromViewer": { "alias": "fromViewer"; "required": false; }; "hierarchyMapData": { "alias": "hierarchyMapData"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "kparray": { "alias": "kparray"; "required": false; }; "selectedBatchData": { "alias": "selectedBatchData"; "required": false; }; "config": { "alias": "config"; "required": false; }; "componentName": { "alias": "componentName"; "required": false; }; "isEnrolled": { "alias": "isEnrolled"; "required": false; }; "playResourceId": { "alias": "playResourceId"; "required": false; }; "sideNavBarOpened": { "alias": "sideNavBarOpened"; "required": false; }; "languageList": { "alias": "languageList"; "required": false; }; "lockCertificate": { "alias": "lockCertificate"; "required": false; }; "fromMDO": { "alias": "fromMDO"; "required": false; }; }, { "playResumeForAI": "playResumeForAI"; "enrollUserToAI": "enrollUserToAI"; "trigerCompletionSurveyForm": "trigerCompletionSurveyForm"; "resumeContent": "resumeContent"; }, never, never, false, never>;
128
131
  }
129
- //# sourceMappingURL=content-toc.component.d.ts.map
@@ -17,36 +17,36 @@ import * as i15 from "./app-toc-batch-assignments/app-toc-batch-assignments.comp
17
17
  import * as i16 from "./app-toc-assignment-viewer/app-toc-assignment-viewer.component";
18
18
  import * as i17 from "./app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component";
19
19
  import * as i18 from "./samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component";
20
- import * as i19 from "@angular/common";
21
- import * as i20 from "@angular/router";
22
- import * as i21 from "@angular/forms";
23
- import * as i22 from "@angular/material/icon";
24
- import * as i23 from "@angular/material/tabs";
25
- import * as i24 from "@angular/material/radio";
26
- import * as i25 from "@angular/material/progress-bar";
27
- import * as i26 from "@angular/material/expansion";
28
- import * as i27 from "@angular/material/menu";
29
- import * as i28 from "@angular/material/progress-spinner";
30
- import * as i29 from "@angular/material/snack-bar";
31
- import * as i30 from "../skeleton-loader/skeleton-loader.module";
32
- import * as i31 from "../avatar-photo/avatar-photo.module";
33
- import * as i32 from "../rating-summary/rating-summary.module";
34
- import * as i33 from "@sunbird-cb/utils-v2";
35
- import * as i34 from "../content-progress/content-progress.module";
36
- import * as i35 from "ng-circle-progress";
37
- import * as i36 from "ngx-infinite-scroll";
38
- import * as i37 from "@sunbird-cb/resolver-v2";
39
- import * as i38 from "../attendance-card/attendance-card.module";
40
- import * as i39 from "@angular/material/legacy-tooltip";
41
- import * as i40 from "../toc-kpi-values/toc-kpi-values.module";
42
- import * as i41 from "./karma-points/karma-points.module";
43
- import * as i42 from "@ngx-translate/core";
44
- import * as i43 from "@sunbird-cb/consumption";
45
- import * as i44 from "@sunbird-cb/discussion-v2";
46
- import * as i45 from "@angular/material/select";
20
+ import * as i19 from "../ai-tutor/ai-tutor.component";
21
+ import * as i20 from "@angular/common";
22
+ import * as i21 from "@angular/router";
23
+ import * as i22 from "@angular/forms";
24
+ import * as i23 from "@angular/material/icon";
25
+ import * as i24 from "@angular/material/tabs";
26
+ import * as i25 from "@angular/material/radio";
27
+ import * as i26 from "@angular/material/progress-bar";
28
+ import * as i27 from "@angular/material/expansion";
29
+ import * as i28 from "@angular/material/menu";
30
+ import * as i29 from "@angular/material/progress-spinner";
31
+ import * as i30 from "@angular/material/snack-bar";
32
+ import * as i31 from "../skeleton-loader/skeleton-loader.module";
33
+ import * as i32 from "../avatar-photo/avatar-photo.module";
34
+ import * as i33 from "../rating-summary/rating-summary.module";
35
+ import * as i34 from "@sunbird-cb/utils-v2";
36
+ import * as i35 from "../content-progress/content-progress.module";
37
+ import * as i36 from "ng-circle-progress";
38
+ import * as i37 from "ngx-infinite-scroll";
39
+ import * as i38 from "@sunbird-cb/resolver-v2";
40
+ import * as i39 from "../attendance-card/attendance-card.module";
41
+ import * as i40 from "@angular/material/legacy-tooltip";
42
+ import * as i41 from "../toc-kpi-values/toc-kpi-values.module";
43
+ import * as i42 from "./karma-points/karma-points.module";
44
+ import * as i43 from "@ngx-translate/core";
45
+ import * as i44 from "@sunbird-cb/consumption";
46
+ import * as i45 from "@sunbird-cb/discussion-v2";
47
+ import * as i46 from "@angular/material/select";
47
48
  export declare class ContentTocModule {
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentTocModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContentTocModule, [typeof i1.ContentTocComponent, typeof i2.AppTocAboutComponent, typeof i3.AppTocContentComponent, typeof i4.AppTocTeachersNotesComponent, typeof i5.AppTocReferenceNotesComponent, typeof i6.AppTocContentCardV2Component, typeof i7.ReviewsContentComponent, typeof i8.AppTocSessionCardNewComponent, typeof i9.AppTocSessionsNewComponent, typeof i10.AppTocContentCardV2SkeletonComponent, typeof i11.TruncatePipe, typeof i12.ReplaceNbspPipe, typeof i13.AiTutorConfirmPopupComponent, typeof i14.HighlightPipe, typeof i15.AppTocBatchAssignmentsComponent, typeof i16.AssignmentViewerComponent, typeof i17.AssignmentViewerV2Component, typeof i18.SamuhikCharchaContentComponent], [typeof i19.CommonModule, typeof i20.RouterModule, typeof i21.FormsModule, typeof i22.MatIconModule, typeof i23.MatTabsModule, typeof i24.MatRadioModule, typeof i25.MatProgressBarModule, typeof i26.MatExpansionModule, typeof i27.MatMenuModule, typeof i28.MatProgressSpinnerModule, typeof i29.MatSnackBarModule, typeof i30.SkeletonLoaderModule, typeof i31.AvatarPhotoModule, typeof i32.RatingSummaryModule, typeof i33.PipeDurationTransformModule, typeof i34.ContentProgressModule, typeof i35.NgCircleProgressModule, typeof i33.PipeRelativeTimeModule, typeof i36.InfiniteScrollModule, typeof i33.HorizontalScrollerV2Module, typeof i37.SbUiResolverModule, typeof i38.AttendanceCardModule, typeof i39.MatLegacyTooltipModule, typeof i40.TocKpiValuesModule, typeof i41.KarmaPointsModule, typeof i42.TranslateModule, typeof i43.DialogComponentsModule, typeof i42.TranslateModule, typeof i33.PipeSafeSanitizerModule, typeof i44.WidgetCommentModule, typeof i45.MatSelectModule, typeof i43.ContentStripWithTabsPillsModule, typeof i43.ContentStripWithTabsLibModule], [typeof i1.ContentTocComponent, typeof i2.AppTocAboutComponent, typeof i3.AppTocContentComponent, typeof i4.AppTocTeachersNotesComponent, typeof i7.ReviewsContentComponent, typeof i15.AppTocBatchAssignmentsComponent]>;
50
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContentTocModule, [typeof i1.ContentTocComponent, typeof i2.AppTocAboutComponent, typeof i3.AppTocContentComponent, typeof i4.AppTocTeachersNotesComponent, typeof i5.AppTocReferenceNotesComponent, typeof i6.AppTocContentCardV2Component, typeof i7.ReviewsContentComponent, typeof i8.AppTocSessionCardNewComponent, typeof i9.AppTocSessionsNewComponent, typeof i10.AppTocContentCardV2SkeletonComponent, typeof i11.TruncatePipe, typeof i12.ReplaceNbspPipe, typeof i13.AiTutorConfirmPopupComponent, typeof i14.HighlightPipe, typeof i15.AppTocBatchAssignmentsComponent, typeof i16.AssignmentViewerComponent, typeof i17.AssignmentViewerV2Component, typeof i18.SamuhikCharchaContentComponent, typeof i19.AiTutorComponent, typeof i13.AiTutorConfirmPopupComponent], [typeof i20.CommonModule, typeof i21.RouterModule, typeof i22.FormsModule, typeof i23.MatIconModule, typeof i24.MatTabsModule, typeof i25.MatRadioModule, typeof i26.MatProgressBarModule, typeof i27.MatExpansionModule, typeof i28.MatMenuModule, typeof i29.MatProgressSpinnerModule, typeof i30.MatSnackBarModule, typeof i31.SkeletonLoaderModule, typeof i32.AvatarPhotoModule, typeof i33.RatingSummaryModule, typeof i34.PipeDurationTransformModule, typeof i35.ContentProgressModule, typeof i36.NgCircleProgressModule, typeof i34.PipeRelativeTimeModule, typeof i37.InfiniteScrollModule, typeof i34.HorizontalScrollerV2Module, typeof i38.SbUiResolverModule, typeof i39.AttendanceCardModule, typeof i40.MatLegacyTooltipModule, typeof i41.TocKpiValuesModule, typeof i42.KarmaPointsModule, typeof i43.TranslateModule, typeof i44.DialogComponentsModule, typeof i43.TranslateModule, typeof i34.PipeSafeSanitizerModule, typeof i45.WidgetCommentModule, typeof i46.MatSelectModule, typeof i44.ContentStripWithTabsPillsModule, typeof i44.ContentStripWithTabsLibModule], [typeof i1.ContentTocComponent, typeof i2.AppTocAboutComponent, typeof i3.AppTocContentComponent, typeof i4.AppTocTeachersNotesComponent, typeof i7.ReviewsContentComponent, typeof i15.AppTocBatchAssignmentsComponent]>;
50
51
  static ɵinj: i0.ɵɵInjectorDeclaration<ContentTocModule>;
51
52
  }
52
- //# sourceMappingURL=content-toc.module.d.ts.map
@@ -11,6 +11,7 @@ export declare class KarmaPointsComponent implements OnInit, OnChanges {
11
11
  data: any;
12
12
  pCategory: string;
13
13
  condition: any;
14
+ baseContentReadData: any;
14
15
  clickClaimKarmaPoints: EventEmitter<string>;
15
16
  kpData: any;
16
17
  btnCategory: string;
@@ -20,11 +21,12 @@ export declare class KarmaPointsComponent implements OnInit, OnChanges {
20
21
  ngOnInit(): void;
21
22
  ngOnChanges(changes: SimpleChanges): void;
22
23
  getKPData(btnType: string): void;
24
+ addBadgeSlide(): void;
23
25
  onClickOfClaim(): void;
24
26
  constructNudgeData(): void;
25
27
  getDynamicText(helText: string): string;
26
28
  translateLabels(label: string, type: any): any;
29
+ private getQuickLearnerBadgeText;
27
30
  static ɵfac: i0.ɵɵFactoryDeclaration<KarmaPointsComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<KarmaPointsComponent, "ws-widget-karma-points", never, { "content": { "alias": "content"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pCategory": { "alias": "pCategory"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "btnCategory": { "alias": "btnCategory"; "required": false; }; }, { "clickClaimKarmaPoints": "clickClaimKarmaPoints"; }, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<KarmaPointsComponent, "ws-widget-karma-points", never, { "content": { "alias": "content"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pCategory": { "alias": "pCategory"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "btnCategory": { "alias": "btnCategory"; "required": false; }; }, { "clickClaimKarmaPoints": "clickClaimKarmaPoints"; }, never, never, false, never>;
29
32
  }
30
- //# sourceMappingURL=karma-points.component.d.ts.map
@@ -7,4 +7,3 @@ export declare class KarmaPointsModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<KarmaPointsModule, [typeof i1.KarmaPointsComponent], [typeof i2.CommonModule, typeof i3.SlidersDynamicModule], [typeof i1.KarmaPointsComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<KarmaPointsModule>;
9
9
  }
10
- //# sourceMappingURL=karma-points.module.d.ts.map
@@ -5,4 +5,3 @@ export declare class ReplaceNbspPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceNbspPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<ReplaceNbspPipe, "replaceNbsp", false>;
7
7
  }
8
- //# sourceMappingURL=replace-nbsp.pipe.d.ts.map
@@ -5,4 +5,3 @@ export declare class TruncatePipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
7
7
  }
8
- //# sourceMappingURL=truncate.pipe.d.ts.map
@@ -26,4 +26,3 @@ export declare class ReviewsContentComponent implements OnInit, AfterViewInit {
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ReviewsContentComponent, never>;
27
27
  static ɵcmp: i0.ɵɵComponentDeclaration<ReviewsContentComponent, "ws-widget-reviews-content", never, {}, { "initiateLoadMore": "initiateLoadMore"; "loadLatestReviews": "loadLatestReviews"; }, never, never, false, never>;
28
28
  }
29
- //# sourceMappingURL=reviews-content.component.d.ts.map
@@ -22,4 +22,3 @@ export declare class SamuhikCharchaContentComponent implements OnInit {
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SamuhikCharchaContentComponent, never>;
23
23
  static ɵcmp: i0.ɵɵComponentDeclaration<SamuhikCharchaContentComponent, "ws-widget-samuhik-charcha-content", never, { "content": { "alias": "content"; "required": false; }; "conditionData": { "alias": "conditionData"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; }, { "resumeContent": "resumeContent"; }, never, never, false, never>;
24
24
  }
25
- //# sourceMappingURL=samuhik-charcha-content.component.d.ts.map
@@ -12,4 +12,3 @@ export declare class DisplayContentTypeComponent implements OnInit {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DisplayContentTypeComponent, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<DisplayContentTypeComponent, "ws-widget-display-content-type", never, { "displayContentType": { "alias": "displayContentType"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
15
- //# sourceMappingURL=display-content-type.component.d.ts.map
@@ -7,4 +7,3 @@ export declare class DisplayContentTypeModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DisplayContentTypeModule, [typeof i1.DisplayContentTypeComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule], [typeof i1.DisplayContentTypeComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<DisplayContentTypeModule>;
9
9
  }
10
- //# sourceMappingURL=display-content-type.module.d.ts.map
@@ -10,4 +10,3 @@ export declare class DisplayContentTypeIconComponent implements OnInit {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DisplayContentTypeIconComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<DisplayContentTypeIconComponent, "ws-widget-display-content-type-icon", never, { "displayContentType": { "alias": "displayContentType"; "required": false; }; "mimeType": { "alias": "mimeType"; "required": false; }; }, {}, never, never, false, never>;
12
12
  }
13
- //# sourceMappingURL=display-content-type-icon.component.d.ts.map
@@ -8,4 +8,3 @@ export declare class DisplayContentTypeIconModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<DisplayContentTypeIconModule, [typeof i1.DisplayContentTypeIconComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatLegacyTooltipModule], [typeof i1.DisplayContentTypeIconComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<DisplayContentTypeIconModule>;
10
10
  }
11
- //# sourceMappingURL=display-content-type-icon.module.d.ts.map
@@ -20,4 +20,3 @@ export declare class MarkAsCompleteComponent implements OnInit, OnChanges {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkAsCompleteComponent, never>;
21
21
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkAsCompleteComponent, "ws-widget-mark-as-complete", never, { "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
22
22
  }
23
- //# sourceMappingURL=mark-as-complete.component.d.ts.map
@@ -6,4 +6,3 @@ export interface IReqMarkAsComplete {
6
6
  mime_type: NsContent.EMimeTypes;
7
7
  user_id_type: 'uuid';
8
8
  }
9
- //# sourceMappingURL=mark-as-complete.model.d.ts.map
@@ -16,4 +16,3 @@ export declare class MarkAsCompleteModule {
16
16
  static ɵmod: i0.ɵɵNgModuleDeclaration<MarkAsCompleteModule, [typeof i1.MarkAsCompleteComponent], [typeof i2.CommonModule, typeof i3.MatLegacyCardModule, typeof i4.MatIconModule, typeof i5.MatDividerModule, typeof i6.MatLegacyButtonModule, typeof i7.MatLegacyDialogModule, typeof i8.MatLegacyProgressSpinnerModule, typeof i9.MatLegacySnackBarModule, typeof i10.MatLegacyTooltipModule, typeof i11.RouterModule, typeof i12.ConfirmDialogModule], [typeof i1.MarkAsCompleteComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<MarkAsCompleteModule>;
18
18
  }
19
- //# sourceMappingURL=mark-as-complete.module.d.ts.map
@@ -6,4 +6,3 @@ export declare class PipeContentRouteModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<PipeContentRouteModule, [typeof i1.PipeContentRoutePipe], [typeof i2.CommonModule], [typeof i1.PipeContentRoutePipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<PipeContentRouteModule>;
8
8
  }
9
- //# sourceMappingURL=pipe-content-route.module.d.ts.map
@@ -13,4 +13,3 @@ export declare class PipeContentRoutePipe implements PipeTransform {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PipeContentRoutePipe, never>;
14
14
  static ɵpipe: i0.ɵɵPipeDeclaration<PipeContentRoutePipe, "pipeContentRoute", false>;
15
15
  }
16
- //# sourceMappingURL=pipe-content-route.pipe.d.ts.map
@@ -33,4 +33,3 @@ export declare class PlayerBriefComponent implements OnInit {
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<PlayerBriefComponent, never>;
34
34
  static ɵcmp: i0.ɵɵComponentDeclaration<PlayerBriefComponent, "ws-widget-player-brief", never, { "content": { "alias": "content"; "required": false; }; "hasTocStructure": { "alias": "hasTocStructure"; "required": false; }; "tocStructure": { "alias": "tocStructure"; "required": false; }; "isPreviewMode": { "alias": "isPreviewMode"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "askAuthorEnabled": { "alias": "askAuthorEnabled"; "required": false; }; }, {}, never, never, false, never>;
35
35
  }
36
- //# sourceMappingURL=player-brief.component.d.ts.map
@@ -17,4 +17,3 @@ export declare class PlayerBriefModule {
17
17
  static ɵmod: i0.ɵɵNgModuleDeclaration<PlayerBriefModule, [typeof i1.PlayerBriefComponent], [typeof i2.CommonModule, typeof i3.PipeCountTransformModule, typeof i3.PipeDurationTransformModule, typeof i4.DisplayContentTypeModule, typeof i5.MatDividerModule, typeof i6.MatLegacyChipsModule, typeof i7.MatIconModule, typeof i8.UserContentRatingModule, typeof i9.MatLegacyCardModule, typeof i10.UserImageModule, typeof i11.MatLegacyButtonModule, typeof i12.MarkAsCompleteModule, typeof i13.TranslateModule], [typeof i1.PlayerBriefComponent]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<PlayerBriefModule>;
19
19
  }
20
- //# sourceMappingURL=player-brief.module.d.ts.map
@@ -12,4 +12,3 @@ export declare class RatingSummaryComponent implements OnInit, OnChanges {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<RatingSummaryComponent, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<RatingSummaryComponent, "ws-widget-rating-summary", never, { "ratingSummary": { "alias": "ratingSummary"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
15
- //# sourceMappingURL=rating-summary.component.d.ts.map
@@ -11,4 +11,3 @@ export declare class RatingSummaryModule {
11
11
  static ɵmod: i0.ɵɵNgModuleDeclaration<RatingSummaryModule, [typeof i1.RatingSummaryComponent], [typeof i2.CommonModule, typeof i3.PipeCountTransformModule, typeof i4.MatLegacyProgressBarModule, typeof i5.MatIconModule, typeof i6.MatLegacyTooltipModule, typeof i7.TranslateModule], [typeof i1.RatingSummaryComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<RatingSummaryModule>;
13
13
  }
14
- //# sourceMappingURL=rating-summary.module.d.ts.map
@@ -9,4 +9,3 @@ export declare class SkeletonLoaderComponent implements OnInit {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoaderComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoaderComponent, "ws-widget-skeleton-loader", never, { "bindingClass": { "alias": "bindingClass"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
12
- //# sourceMappingURL=skeleton-loader.component.d.ts.map
@@ -9,4 +9,3 @@ export declare class SkeletonLoaderModule {
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonLoaderModule, [typeof i1.SkeletonLoaderComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyDialogModule, typeof i5.MatIconModule], [typeof i1.SkeletonLoaderComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonLoaderModule>;
11
11
  }
12
- //# sourceMappingURL=skeleton-loader.module.d.ts.map
@@ -13,4 +13,3 @@ export declare class TipsForLearnerCardComponent implements OnInit {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TipsForLearnerCardComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<TipsForLearnerCardComponent, "ws-widget-tips-for-learner-card", never, { "learnAdvisoryData": { "alias": "learnAdvisoryData"; "required": false; }; }, {}, never, never, false, never>;
15
15
  }
16
- //# sourceMappingURL=tips-for-learner-card.component.d.ts.map
@@ -8,4 +8,3 @@ export declare class TipsForLearnerModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<TipsForLearnerModule, [typeof i1.TipsForLearnerCardComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.TranslateModule], [typeof i1.TipsForLearnerCardComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TipsForLearnerModule>;
10
10
  }
11
- //# sourceMappingURL=tips-for-learner.module.d.ts.map
@@ -14,4 +14,3 @@ export declare class TocKpiValuesComponent implements OnInit {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TocKpiValuesComponent, never>;
15
15
  static ɵcmp: i0.ɵɵComponentDeclaration<TocKpiValuesComponent, "ws-widget-toc-kpi-values", never, { "tocStructure": { "alias": "tocStructure"; "required": false; }; "content": { "alias": "content"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "showInstructorLedMsg": { "alias": "showInstructorLedMsg"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "languageList": { "alias": "languageList"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
17
- //# sourceMappingURL=toc-kpi-values.component.d.ts.map
@@ -9,4 +9,3 @@ export declare class TocKpiValuesModule {
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<TocKpiValuesModule, [typeof i1.TocKpiValuesComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.PipeDurationTransformModule, typeof i5.TranslateModule, typeof i5.TranslateModule], [typeof i1.TocKpiValuesComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<TocKpiValuesModule>;
11
11
  }
12
- //# sourceMappingURL=toc-kpi-values.module.d.ts.map
@@ -32,4 +32,3 @@ export declare class UserAutocompleteComponent implements OnInit {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<UserAutocompleteComponent, never>;
33
33
  static ɵcmp: i0.ɵɵComponentDeclaration<UserAutocompleteComponent, "ws-widget-user-autocomplete", never, { "allowSelfAutocomplete": { "alias": "allowSelfAutocomplete"; "required": false; }; "autocompleteByDepartment": { "alias": "autocompleteByDepartment"; "required": false; }; "departments": { "alias": "departments"; "required": false; }; }, { "usersList": "usersList"; "addedUser": "addedUser"; "removedUser": "removedUser"; }, never, never, false, never>;
34
34
  }
35
- //# sourceMappingURL=user-autocomplete.component.d.ts.map
@@ -15,4 +15,3 @@ export declare namespace NsAutoComplete {
15
15
  wid: string;
16
16
  }
17
17
  }
18
- //# sourceMappingURL=user-autocomplete.model.d.ts.map
@@ -13,4 +13,3 @@ export declare class UserAutocompleteModule {
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<UserAutocompleteModule, [typeof i1.UserAutocompleteComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyInputModule, typeof i5.MatLegacyFormFieldModule, typeof i6.MatLegacyAutocompleteModule, typeof i7.MatLegacyChipsModule, typeof i8.MatIconModule, typeof i9.UserImageModule], [typeof i1.UserAutocompleteComponent]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<UserAutocompleteModule>;
15
15
  }
16
- //# sourceMappingURL=user-autocomplete.module.d.ts.map
@@ -13,4 +13,3 @@ export declare class UserAutocompleteService {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<UserAutocompleteService, never>;
14
14
  static ɵprov: i0.ɵɵInjectableDeclaration<UserAutocompleteService>;
15
15
  }
16
- //# sourceMappingURL=user-autocomplete.service.d.ts.map
@@ -19,4 +19,3 @@ export declare class UserContentRatingComponent implements OnInit {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<UserContentRatingComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<UserContentRatingComponent, "ws-widget-user-content-rating", never, { "contentId": { "alias": "contentId"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
22
- //# sourceMappingURL=user-content-rating.component.d.ts.map
@@ -10,4 +10,3 @@ export declare class UserContentRatingModule {
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<UserContentRatingModule, [typeof i1.UserContentRatingComponent], [typeof i2.CommonModule, typeof i3.MatLegacyCardModule, typeof i4.MatIconModule, typeof i5.MatLegacyButtonModule, typeof i6.InViewPortModule], [typeof i1.UserContentRatingComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<UserContentRatingModule>;
12
12
  }
13
- //# sourceMappingURL=user-content-rating.module.d.ts.map
@@ -19,4 +19,3 @@ export declare class UserImageComponent implements OnInit, OnChanges {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<UserImageComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<UserImageComponent, "ws-widget-user-image", never, { "email": { "alias": "email"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "imageType": { "alias": "imageType"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "imageSize": { "alias": "imageSize"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
22
- //# sourceMappingURL=user-image.component.d.ts.map
@@ -7,4 +7,3 @@ export declare class UserImageModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<UserImageModule, [typeof i1.UserImageComponent], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.UserImageComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<UserImageModule>;
9
9
  }
10
- //# sourceMappingURL=user-image.module.d.ts.map
@@ -45,4 +45,3 @@ export declare class BtnPageBackComponent extends WidgetBaseComponent implements
45
45
  static ɵcmp: i0.ɵɵComponentDeclaration<BtnPageBackComponent, "ws-widget-btn-page-back", never, { "widgetData": { "alias": "widgetData"; "required": false; }; }, {}, never, never, false, never>;
46
46
  }
47
47
  export {};
48
- //# sourceMappingURL=btn-page-back.component.d.ts.map
@@ -12,4 +12,3 @@ export declare class BtnPageBackModule {
12
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<BtnPageBackModule, [typeof i1.BtnPageBackComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatLegacyButtonModule, typeof i5.MatIconModule, typeof i6.MatLegacyCardModule, typeof i7.PipeOrderByModule, typeof i8.TranslateModule], [typeof i1.BtnPageBackComponent]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<BtnPageBackModule>;
14
14
  }
15
- //# sourceMappingURL=btn-page-back.module.d.ts.map
@@ -20,4 +20,3 @@ export declare class BtnPageBackService {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<BtnPageBackService, never>;
21
21
  static ɵprov: i0.ɵɵInjectableDeclaration<BtnPageBackService>;
22
22
  }
23
- //# sourceMappingURL=btn-page-back.service.d.ts.map
@@ -17,4 +17,3 @@ export declare class CardRatingCommentComponent implements OnInit {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CardRatingCommentComponent, never>;
18
18
  static ɵcmp: i0.ɵɵComponentDeclaration<CardRatingCommentComponent, "ws-widget-card-rating-comment", never, { "review": { "alias": "review"; "required": false; }; "contentid": { "alias": "contentid"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
20
- //# sourceMappingURL=card-rating-comment.component.d.ts.map