@sunbird-cb/consumption 0.0.0-watch

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 (394) hide show
  1. package/README.md +24 -0
  2. package/esm2015/lib/_common/announcements/announcements.component.js +98 -0
  3. package/esm2015/lib/_common/announcements/announcements.module.js +30 -0
  4. package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.component.js +113 -0
  5. package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +47 -0
  6. package/esm2015/lib/_common/calender/calender-day/calender-day.component.js +51 -0
  7. package/esm2015/lib/_common/calender/calender.component.js +191 -0
  8. package/esm2015/lib/_common/calender/calender.module.js +45 -0
  9. package/esm2015/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +89 -0
  10. package/esm2015/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +96 -0
  11. package/esm2015/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +90 -0
  12. package/esm2015/lib/_common/cards/card-landscape/card-landscape.component.js +109 -0
  13. package/esm2015/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +77 -0
  14. package/esm2015/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.js +77 -0
  15. package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +95 -0
  16. package/esm2015/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.js +97 -0
  17. package/esm2015/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.js +150 -0
  18. package/esm2015/lib/_common/cards/card-resource/card-resource.component.js +23 -0
  19. package/esm2015/lib/_common/cards/card-user/card-user.component.js +74 -0
  20. package/esm2015/lib/_common/cards/card-wide/card-wide.component.js +92 -0
  21. package/esm2015/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +91 -0
  22. package/esm2015/lib/_common/cards/cards.component.js +104 -0
  23. package/esm2015/lib/_common/cards/cards.module.js +168 -0
  24. package/esm2015/lib/_common/cards/provider-card/provider-card.component.js +52 -0
  25. package/esm2015/lib/_common/cbp-plan/cbp-plan.component.js +95 -0
  26. package/esm2015/lib/_common/cbp-plan/cbp-plan.module.js +38 -0
  27. package/esm2015/lib/_common/common-strip/common-strip.component.js +323 -0
  28. package/esm2015/lib/_common/common-strip/common-strip.model.js +2 -0
  29. package/esm2015/lib/_common/common-strip/common-strip.module.js +147 -0
  30. package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +366 -0
  31. package/esm2015/lib/_common/competency-passbook/competency-passbook.module.js +36 -0
  32. package/esm2015/lib/_common/competency-passbook/competency-passbook.service.js +30 -0
  33. package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.js +190 -0
  34. package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.js +36 -0
  35. package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.js +30 -0
  36. package/esm2015/lib/_common/content-progress/content-progress.component.js +76 -0
  37. package/esm2015/lib/_common/content-progress/content-progress.module.js +30 -0
  38. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +1661 -0
  39. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +2 -0
  40. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +152 -0
  41. package/esm2015/lib/_common/data-points/data-points.component.js +119 -0
  42. package/esm2015/lib/_common/data-points/data-points.module.js +28 -0
  43. package/esm2015/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.js +138 -0
  44. package/esm2015/lib/_common/dialog-components/dialog-components.module.js +65 -0
  45. package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.component.js +33 -0
  46. package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.module.js +19 -0
  47. package/esm2015/lib/_common/events/event-card/event-card.component.js +46 -0
  48. package/esm2015/lib/_common/events/events.component.js +111 -0
  49. package/esm2015/lib/_common/events/events.module.js +35 -0
  50. package/esm2015/lib/_common/highlights-of-week/highlights-of-week.component.js +50 -0
  51. package/esm2015/lib/_common/highlights-of-week/highlights-of-week.module.js +40 -0
  52. package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +258 -0
  53. package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.js +34 -0
  54. package/esm2015/lib/_common/key-highlights/key-highlights.component.js +45 -0
  55. package/esm2015/lib/_common/key-highlights/key-highlights.module.js +37 -0
  56. package/esm2015/lib/_common/mdo-leaderboard/mdo-leaderboard.component.js +103 -0
  57. package/esm2015/lib/_common/mdo-leaderboard/mdo-leaderboard.module.js +42 -0
  58. package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.js +18 -0
  59. package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.js +158 -0
  60. package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel.module.js +93 -0
  61. package/esm2015/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.js +85 -0
  62. package/esm2015/lib/_common/microsites/national-learning-week/national-learning.module.js +87 -0
  63. package/esm2015/lib/_common/microsites/providers/providers-v2/providers-v2.component.js +156 -0
  64. package/esm2015/lib/_common/microsites/providers/providers.module.js +90 -0
  65. package/esm2015/lib/_common/pills/pills.component.js +44 -0
  66. package/esm2015/lib/_common/pills/pills.module.js +34 -0
  67. package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.js +29 -0
  68. package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.js +40 -0
  69. package/esm2015/lib/_common/sliders/sliders.component.js +117 -0
  70. package/esm2015/lib/_common/sliders/sliders.model.js +2 -0
  71. package/esm2015/lib/_common/sliders/sliders.module.js +53 -0
  72. package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.component.js +138 -0
  73. package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.model.js +2 -0
  74. package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.module.js +53 -0
  75. package/esm2015/lib/_common/speakers/speakers.component.js +73 -0
  76. package/esm2015/lib/_common/speakers/speakers.module.js +40 -0
  77. package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.js +684 -0
  78. package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.js +5 -0
  79. package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.js +152 -0
  80. package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.js +957 -0
  81. package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.js +2 -0
  82. package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.js +152 -0
  83. package/esm2015/lib/_common/top-learners/top-learners.component.js +104 -0
  84. package/esm2015/lib/_common/top-learners/top-learners.module.js +30 -0
  85. package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.component.js +83 -0
  86. package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.module.js +58 -0
  87. package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.service.js +23 -0
  88. package/esm2015/lib/_common/user-progress/user-progress.component.js +111 -0
  89. package/esm2015/lib/_common/user-progress/user-progress.module.js +40 -0
  90. package/esm2015/lib/_constants/misc.constants.js +2 -0
  91. package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.directive.js +40 -0
  92. package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.module.js +22 -0
  93. package/esm2015/lib/_directives/image-responsive/image-responsive.directive.js +87 -0
  94. package/esm2015/lib/_directives/image-responsive/image-responsive.module.js +22 -0
  95. package/esm2015/lib/_directives/navigation/navigation.directive.js +43 -0
  96. package/esm2015/lib/_directives/navigation/navigation.module.js +22 -0
  97. package/esm2015/lib/_directives/scrollable-item/scrollable-item.directive.js +22 -0
  98. package/esm2015/lib/_directives/scrollable-item/scrollable-item.module.js +22 -0
  99. package/esm2015/lib/_models/card-content-v2.model.js +23 -0
  100. package/esm2015/lib/_models/card-content.model.js +23 -0
  101. package/esm2015/lib/_models/card-users.model.js +2 -0
  102. package/esm2015/lib/_models/compentencies.model.js +2 -0
  103. package/esm2015/lib/_models/content-strip-multiple.model.js +2 -0
  104. package/esm2015/lib/_models/event.js +2 -0
  105. package/esm2015/lib/_models/profile-v3.models.js +2 -0
  106. package/esm2015/lib/_models/rating.model.js +2 -0
  107. package/esm2015/lib/_models/widget-content.model.js +241 -0
  108. package/esm2015/lib/_models/widget-search.model.js +2 -0
  109. package/esm2015/lib/_models/widget-user.model.js +2 -0
  110. package/esm2015/lib/_pipes/object-to-array/object-to-array.pipe.js +24 -0
  111. package/esm2015/lib/_pipes/object-to-array/object-to-array.pipe.module.js +22 -0
  112. package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.js +22 -0
  113. package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +84 -0
  114. package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.module.js +22 -0
  115. package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.js +24 -0
  116. package/esm2015/lib/_services/certificate.service.js +27 -0
  117. package/esm2015/lib/_services/common-methods.service.js +52 -0
  118. package/esm2015/lib/_services/configurations.service.js +106 -0
  119. package/esm2015/lib/_services/insite-data.service.js +56 -0
  120. package/esm2015/lib/_services/multilingual-translations.service.js +134 -0
  121. package/esm2015/lib/_services/rating.service.js +90 -0
  122. package/esm2015/lib/_services/viewer-route-util.js +100 -0
  123. package/esm2015/lib/_services/widget-content.service.js +477 -0
  124. package/esm2015/lib/_services/widget-user.service.js +300 -0
  125. package/esm2015/lib/consumption.component.js +26 -0
  126. package/esm2015/lib/consumption.config.js +7 -0
  127. package/esm2015/lib/consumption.module.js +56 -0
  128. package/esm2015/lib/consumption.service.js +14 -0
  129. package/esm2015/lib/registration-lib.config.js +15 -0
  130. package/esm2015/public-api.js +73 -0
  131. package/esm2015/sunbird-cb-consumption.js +5 -0
  132. package/fesm2015/sunbird-cb-consumption.js +11436 -0
  133. package/fesm2015/sunbird-cb-consumption.js.map +1 -0
  134. package/lib/_common/announcements/announcements.component.d.ts +25 -0
  135. package/lib/_common/announcements/announcements.component.d.ts.map +1 -0
  136. package/lib/_common/announcements/announcements.module.d.ts +11 -0
  137. package/lib/_common/announcements/announcements.module.d.ts.map +1 -0
  138. package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts +24 -0
  139. package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts.map +1 -0
  140. package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts +15 -0
  141. package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts.map +1 -0
  142. package/lib/_common/calender/calender-day/calender-day.component.d.ts +22 -0
  143. package/lib/_common/calender/calender-day/calender-day.component.d.ts.map +1 -0
  144. package/lib/_common/calender/calender.component.d.ts +38 -0
  145. package/lib/_common/calender/calender.component.d.ts.map +1 -0
  146. package/lib/_common/calender/calender.module.d.ts +14 -0
  147. package/lib/_common/calender/calender.module.d.ts.map +1 -0
  148. package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts +35 -0
  149. package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts.map +1 -0
  150. package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts +32 -0
  151. package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts.map +1 -0
  152. package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts +30 -0
  153. package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts.map +1 -0
  154. package/lib/_common/cards/card-landscape/card-landscape.component.d.ts +40 -0
  155. package/lib/_common/cards/card-landscape/card-landscape.component.d.ts.map +1 -0
  156. package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts +31 -0
  157. package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts.map +1 -0
  158. package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts +31 -0
  159. package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts.map +1 -0
  160. package/lib/_common/cards/card-portrait/card-portrait.component.d.ts +37 -0
  161. package/lib/_common/cards/card-portrait/card-portrait.component.d.ts.map +1 -0
  162. package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts +37 -0
  163. package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts.map +1 -0
  164. package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts +46 -0
  165. package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts.map +1 -0
  166. package/lib/_common/cards/card-resource/card-resource.component.d.ts +12 -0
  167. package/lib/_common/cards/card-resource/card-resource.component.d.ts.map +1 -0
  168. package/lib/_common/cards/card-user/card-user.component.d.ts +28 -0
  169. package/lib/_common/cards/card-user/card-user.component.d.ts.map +1 -0
  170. package/lib/_common/cards/card-wide/card-wide.component.d.ts +34 -0
  171. package/lib/_common/cards/card-wide/card-wide.component.d.ts.map +1 -0
  172. package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts +38 -0
  173. package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts.map +1 -0
  174. package/lib/_common/cards/cards.component.d.ts +30 -0
  175. package/lib/_common/cards/cards.component.d.ts.map +1 -0
  176. package/lib/_common/cards/cards.module.d.ts +39 -0
  177. package/lib/_common/cards/cards.module.d.ts.map +1 -0
  178. package/lib/_common/cards/provider-card/provider-card.component.d.ts +18 -0
  179. package/lib/_common/cards/provider-card/provider-card.component.d.ts.map +1 -0
  180. package/lib/_common/cbp-plan/cbp-plan.component.d.ts +29 -0
  181. package/lib/_common/cbp-plan/cbp-plan.component.d.ts.map +1 -0
  182. package/lib/_common/cbp-plan/cbp-plan.module.d.ts +13 -0
  183. package/lib/_common/cbp-plan/cbp-plan.module.d.ts.map +1 -0
  184. package/lib/_common/common-strip/common-strip.component.d.ts +108 -0
  185. package/lib/_common/common-strip/common-strip.component.d.ts.map +1 -0
  186. package/lib/_common/common-strip/common-strip.model.d.ts +143 -0
  187. package/lib/_common/common-strip/common-strip.model.d.ts.map +1 -0
  188. package/lib/_common/common-strip/common-strip.module.d.ts +36 -0
  189. package/lib/_common/common-strip/common-strip.module.d.ts.map +1 -0
  190. package/lib/_common/competency-passbook/competency-passbook.component.d.ts +52 -0
  191. package/lib/_common/competency-passbook/competency-passbook.component.d.ts.map +1 -0
  192. package/lib/_common/competency-passbook/competency-passbook.module.d.ts +12 -0
  193. package/lib/_common/competency-passbook/competency-passbook.module.d.ts.map +1 -0
  194. package/lib/_common/competency-passbook/competency-passbook.service.d.ts +13 -0
  195. package/lib/_common/competency-passbook/competency-passbook.service.d.ts.map +1 -0
  196. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts +50 -0
  197. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts.map +1 -0
  198. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.d.ts +12 -0
  199. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.d.ts.map +1 -0
  200. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.d.ts +13 -0
  201. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.d.ts.map +1 -0
  202. package/lib/_common/content-progress/content-progress.component.d.ts +17 -0
  203. package/lib/_common/content-progress/content-progress.component.d.ts.map +1 -0
  204. package/lib/_common/content-progress/content-progress.module.d.ts +11 -0
  205. package/lib/_common/content-progress/content-progress.module.d.ts.map +1 -0
  206. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +207 -0
  207. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts.map +1 -0
  208. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +151 -0
  209. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts.map +1 -0
  210. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts +39 -0
  211. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts.map +1 -0
  212. package/lib/_common/data-points/data-points.component.d.ts +24 -0
  213. package/lib/_common/data-points/data-points.component.d.ts.map +1 -0
  214. package/lib/_common/data-points/data-points.module.d.ts +10 -0
  215. package/lib/_common/data-points/data-points.module.d.ts.map +1 -0
  216. package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts +26 -0
  217. package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts.map +1 -0
  218. package/lib/_common/dialog-components/dialog-components.module.d.ts +15 -0
  219. package/lib/_common/dialog-components/dialog-components.module.d.ts.map +1 -0
  220. package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts +16 -0
  221. package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts.map +1 -0
  222. package/lib/_common/display-content-type-lib/display-content-type-lib.module.d.ts +10 -0
  223. package/lib/_common/display-content-type-lib/display-content-type-lib.module.d.ts.map +1 -0
  224. package/lib/_common/events/event-card/event-card.component.d.ts +17 -0
  225. package/lib/_common/events/event-card/event-card.component.d.ts.map +1 -0
  226. package/lib/_common/events/events.component.d.ts +21 -0
  227. package/lib/_common/events/events.component.d.ts.map +1 -0
  228. package/lib/_common/events/events.module.d.ts +13 -0
  229. package/lib/_common/events/events.module.d.ts.map +1 -0
  230. package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts +18 -0
  231. package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts.map +1 -0
  232. package/lib/_common/highlights-of-week/highlights-of-week.module.d.ts +13 -0
  233. package/lib/_common/highlights-of-week/highlights-of-week.module.d.ts.map +1 -0
  234. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts +37 -0
  235. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts.map +1 -0
  236. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts +12 -0
  237. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts.map +1 -0
  238. package/lib/_common/key-highlights/key-highlights.component.d.ts +20 -0
  239. package/lib/_common/key-highlights/key-highlights.component.d.ts.map +1 -0
  240. package/lib/_common/key-highlights/key-highlights.module.d.ts +12 -0
  241. package/lib/_common/key-highlights/key-highlights.module.d.ts.map +1 -0
  242. package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts +24 -0
  243. package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts.map +1 -0
  244. package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts +13 -0
  245. package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts.map +1 -0
  246. package/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.d.ts +9 -0
  247. package/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.d.ts.map +1 -0
  248. package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts +46 -0
  249. package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts.map +1 -0
  250. package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts +25 -0
  251. package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts.map +1 -0
  252. package/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.d.ts +24 -0
  253. package/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.d.ts.map +1 -0
  254. package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts +23 -0
  255. package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts.map +1 -0
  256. package/lib/_common/microsites/providers/providers-v2/providers-v2.component.d.ts +40 -0
  257. package/lib/_common/microsites/providers/providers-v2/providers-v2.component.d.ts.map +1 -0
  258. package/lib/_common/microsites/providers/providers.module.d.ts +23 -0
  259. package/lib/_common/microsites/providers/providers.module.d.ts.map +1 -0
  260. package/lib/_common/pills/pills.component.d.ts +17 -0
  261. package/lib/_common/pills/pills.component.d.ts.map +1 -0
  262. package/lib/_common/pills/pills.module.d.ts +12 -0
  263. package/lib/_common/pills/pills.module.d.ts.map +1 -0
  264. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts +12 -0
  265. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts.map +1 -0
  266. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts +12 -0
  267. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts.map +1 -0
  268. package/lib/_common/sliders/sliders.component.d.ts +31 -0
  269. package/lib/_common/sliders/sliders.component.d.ts.map +1 -0
  270. package/lib/_common/sliders/sliders.model.d.ts +41 -0
  271. package/lib/_common/sliders/sliders.model.d.ts.map +1 -0
  272. package/lib/_common/sliders/sliders.module.d.ts +13 -0
  273. package/lib/_common/sliders/sliders.module.d.ts.map +1 -0
  274. package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts +34 -0
  275. package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts.map +1 -0
  276. package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts +35 -0
  277. package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts.map +1 -0
  278. package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts +13 -0
  279. package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts.map +1 -0
  280. package/lib/_common/speakers/speakers.component.d.ts +19 -0
  281. package/lib/_common/speakers/speakers.component.d.ts.map +1 -0
  282. package/lib/_common/speakers/speakers.module.d.ts +13 -0
  283. package/lib/_common/speakers/speakers.module.d.ts.map +1 -0
  284. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts +135 -0
  285. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts.map +1 -0
  286. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts +159 -0
  287. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts.map +1 -0
  288. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts +37 -0
  289. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts.map +1 -0
  290. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts +165 -0
  291. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts.map +1 -0
  292. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts +151 -0
  293. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts.map +1 -0
  294. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts +39 -0
  295. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts.map +1 -0
  296. package/lib/_common/top-learners/top-learners.component.d.ts +22 -0
  297. package/lib/_common/top-learners/top-learners.component.d.ts.map +1 -0
  298. package/lib/_common/top-learners/top-learners.module.d.ts +11 -0
  299. package/lib/_common/top-learners/top-learners.module.d.ts.map +1 -0
  300. package/lib/_common/user-content-rating/user-content-rating-lib.component.d.ts +26 -0
  301. package/lib/_common/user-content-rating/user-content-rating-lib.component.d.ts.map +1 -0
  302. package/lib/_common/user-content-rating/user-content-rating-lib.module.d.ts +17 -0
  303. package/lib/_common/user-content-rating/user-content-rating-lib.module.d.ts.map +1 -0
  304. package/lib/_common/user-content-rating/user-content-rating-lib.service.d.ts +11 -0
  305. package/lib/_common/user-content-rating/user-content-rating-lib.service.d.ts.map +1 -0
  306. package/lib/_common/user-progress/user-progress.component.d.ts +28 -0
  307. package/lib/_common/user-progress/user-progress.component.d.ts.map +1 -0
  308. package/lib/_common/user-progress/user-progress.module.d.ts +13 -0
  309. package/lib/_common/user-progress/user-progress.module.d.ts.map +1 -0
  310. package/lib/_constants/misc.constants.d.ts +3 -0
  311. package/lib/_constants/misc.constants.d.ts.map +1 -0
  312. package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts +13 -0
  313. package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
  314. package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts +9 -0
  315. package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
  316. package/lib/_directives/image-responsive/image-responsive.directive.d.ts +21 -0
  317. package/lib/_directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
  318. package/lib/_directives/image-responsive/image-responsive.module.d.ts +9 -0
  319. package/lib/_directives/image-responsive/image-responsive.module.d.ts.map +1 -0
  320. package/lib/_directives/navigation/navigation.directive.d.ts +13 -0
  321. package/lib/_directives/navigation/navigation.directive.d.ts.map +1 -0
  322. package/lib/_directives/navigation/navigation.module.d.ts +9 -0
  323. package/lib/_directives/navigation/navigation.module.d.ts.map +1 -0
  324. package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts +11 -0
  325. package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts.map +1 -0
  326. package/lib/_directives/scrollable-item/scrollable-item.module.d.ts +9 -0
  327. package/lib/_directives/scrollable-item/scrollable-item.module.d.ts.map +1 -0
  328. package/lib/_models/card-content-v2.model.d.ts +45 -0
  329. package/lib/_models/card-content-v2.model.d.ts.map +1 -0
  330. package/lib/_models/card-content.model.d.ts +42 -0
  331. package/lib/_models/card-content.model.d.ts.map +1 -0
  332. package/lib/_models/card-users.model.d.ts +51 -0
  333. package/lib/_models/card-users.model.d.ts.map +1 -0
  334. package/lib/_models/compentencies.model.d.ts +10 -0
  335. package/lib/_models/compentencies.model.d.ts.map +1 -0
  336. package/lib/_models/content-strip-multiple.model.d.ts +130 -0
  337. package/lib/_models/content-strip-multiple.model.d.ts.map +1 -0
  338. package/lib/_models/event.d.ts +19 -0
  339. package/lib/_models/event.d.ts.map +1 -0
  340. package/lib/_models/profile-v3.models.d.ts +92 -0
  341. package/lib/_models/profile-v3.models.d.ts.map +1 -0
  342. package/lib/_models/rating.model.d.ts +18 -0
  343. package/lib/_models/rating.model.d.ts.map +1 -0
  344. package/lib/_models/widget-content.model.d.ts +499 -0
  345. package/lib/_models/widget-content.model.d.ts.map +1 -0
  346. package/lib/_models/widget-search.model.d.ts +253 -0
  347. package/lib/_models/widget-search.model.d.ts.map +1 -0
  348. package/lib/_models/widget-user.model.d.ts +6 -0
  349. package/lib/_models/widget-user.model.d.ts.map +1 -0
  350. package/lib/_pipes/object-to-array/object-to-array.pipe.d.ts +8 -0
  351. package/lib/_pipes/object-to-array/object-to-array.pipe.d.ts.map +1 -0
  352. package/lib/_pipes/object-to-array/object-to-array.pipe.module.d.ts +9 -0
  353. package/lib/_pipes/object-to-array/object-to-array.pipe.module.d.ts.map +1 -0
  354. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +9 -0
  355. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
  356. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +10 -0
  357. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
  358. package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts +9 -0
  359. package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts.map +1 -0
  360. package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts +10 -0
  361. package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts.map +1 -0
  362. package/lib/_services/certificate.service.d.ts +12 -0
  363. package/lib/_services/certificate.service.d.ts.map +1 -0
  364. package/lib/_services/common-methods.service.d.ts +43 -0
  365. package/lib/_services/common-methods.service.d.ts.map +1 -0
  366. package/lib/_services/configurations.service.d.ts +75 -0
  367. package/lib/_services/configurations.service.d.ts.map +1 -0
  368. package/lib/_services/insite-data.service.d.ts +19 -0
  369. package/lib/_services/insite-data.service.d.ts.map +1 -0
  370. package/lib/_services/multilingual-translations.service.d.ts +24 -0
  371. package/lib/_services/multilingual-translations.service.d.ts.map +1 -0
  372. package/lib/_services/rating.service.d.ts +19 -0
  373. package/lib/_services/rating.service.d.ts.map +1 -0
  374. package/lib/_services/viewer-route-util.d.ts +9 -0
  375. package/lib/_services/viewer-route-util.d.ts.map +1 -0
  376. package/lib/_services/widget-content.service.d.ts +91 -0
  377. package/lib/_services/widget-content.service.d.ts.map +1 -0
  378. package/lib/_services/widget-user.service.d.ts +37 -0
  379. package/lib/_services/widget-user.service.d.ts.map +1 -0
  380. package/lib/consumption.component.d.ts +9 -0
  381. package/lib/consumption.component.d.ts.map +1 -0
  382. package/lib/consumption.config.d.ts +7 -0
  383. package/lib/consumption.config.d.ts.map +1 -0
  384. package/lib/consumption.module.d.ts +16 -0
  385. package/lib/consumption.module.d.ts.map +1 -0
  386. package/lib/consumption.service.d.ts +7 -0
  387. package/lib/consumption.service.d.ts.map +1 -0
  388. package/lib/registration-lib.config.d.ts +5 -0
  389. package/lib/registration-lib.config.d.ts.map +1 -0
  390. package/package.json +21 -0
  391. package/public-api.d.ts +70 -0
  392. package/public-api.d.ts.map +1 -0
  393. package/sunbird-cb-consumption.d.ts +6 -0
  394. package/sunbird-cb-consumption.d.ts.map +1 -0
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./competency-passbook.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/icon";
5
+ import * as i4 from "../pills/pills.module";
6
+ import * as i5 from "../skeleton-loader-lib/skeleton-loader-lib.module";
7
+ export declare class CompetencyPassbookModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompetencyPassbookModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CompetencyPassbookModule, [typeof i1.CompetencyPassbookComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.PillsModule, typeof i5.SkeletonLoaderLibModule], [typeof i1.CompetencyPassbookComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CompetencyPassbookModule>;
11
+ }
12
+ //# sourceMappingURL=competency-passbook.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competency-passbook.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/competency-passbook/competency-passbook.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBAWa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAI"}
@@ -0,0 +1,13 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CompetencyPassbookService {
5
+ private http;
6
+ constructor(http: HttpClient);
7
+ getCompetencyList(payload: any): Observable<any>;
8
+ getCompetencyListv_V2(): Observable<any>;
9
+ fetchCertificate(certId: string): Observable<any>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompetencyPassbookService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<CompetencyPassbookService>;
12
+ }
13
+ //# sourceMappingURL=competency-passbook.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competency-passbook.service.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/competency-passbook/competency-passbook.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;;AAQjC,qBAEa,yBAAyB;IAEtB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IACpC,iBAAiB,CAAC,OAAO,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAGhD,qBAAqB,IAAI,UAAU,CAAC,GAAG,CAAC;IAIxC,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCAVxC,yBAAyB;6CAAzB,yBAAyB;CAarC"}
@@ -0,0 +1,50 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { ConfigurationsService } from '@sunbird-cb/utils-v2';
3
+ import { WidgetContentService } from '../../_services/widget-content.service';
4
+ import { CompetencyPassbookMdoService } from './competency-passbook-mdo.service';
5
+ import { Router } from '@angular/router';
6
+ import { NsCompentency } from '../../_models/compentencies.model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CompetencyPassbookMdoComponent implements OnInit {
9
+ configSvc: ConfigurationsService;
10
+ contentSvc: WidgetContentService;
11
+ competencySvc: CompetencyPassbookMdoService;
12
+ router: Router;
13
+ objectData: any;
14
+ providerId: any;
15
+ cardDisplayCount: any;
16
+ dynamicClass: any;
17
+ dynamicColor: any;
18
+ dynamicAlignPills: any;
19
+ emptyResponse: EventEmitter<any>;
20
+ temeletryResponse: EventEmitter<any>;
21
+ loadCometency: boolean;
22
+ loadCompetencyArea: boolean;
23
+ originalCompetencyArray: any;
24
+ competencyArea: any[];
25
+ selectedValue: any;
26
+ competencyVersion: string;
27
+ competencyThemeData: any;
28
+ competencyTheme: any;
29
+ allcompetencyTheme: any;
30
+ competencyStrength: any;
31
+ competencyThemeLength: any;
32
+ showAllTheme: any;
33
+ environment: any;
34
+ comeptencyKeys: NsCompentency.CompentencyKeys;
35
+ constructor(configSvc: ConfigurationsService, contentSvc: WidgetContentService, competencySvc: CompetencyPassbookMdoService, router: Router, environment: any);
36
+ ngOnInit(): void;
37
+ getAllCompetencies(): void;
38
+ getMdoCompetencies(): Promise<void>;
39
+ getCompetencyTheme(): void;
40
+ getMdoCompetency(): Promise<any>;
41
+ competencyChange(e: any): void;
42
+ resetViewMore(): void;
43
+ viewMoreChildren(data: any): void;
44
+ displayAllTheme(event: any): void;
45
+ navigateToCompetency(compData: any): void;
46
+ showMore(): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompetencyPassbookMdoComponent, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<CompetencyPassbookMdoComponent, "sb-uic-competency-passbook-mdo", never, { "objectData": "objectData"; "providerId": "providerId"; "cardDisplayCount": "cardDisplayCount"; "dynamicClass": "dynamicClass"; "dynamicColor": "dynamicColor"; "dynamicAlignPills": "dynamicAlignPills"; }, { "emptyResponse": "emptyResponse"; "temeletryResponse": "temeletryResponse"; }, never, never>;
49
+ }
50
+ //# sourceMappingURL=competency-passbook-mdo.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competency-passbook-mdo.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAgB,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAClE,qBAKa,8BAA+B,YAAW,MAAM;IA8BxC,SAAS,EAAE,qBAAqB;IAC1C,UAAU,EAAC,oBAAoB;IAC/B,aAAa,EAAE,4BAA4B;IAC3C,MAAM,EAAG,MAAM;IA/Bf,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,GAAG,CAAA;IACf,gBAAgB,EAAE,GAAG,CAAI;IACzB,YAAY,EAAE,GAAG,CAAA;IACjB,YAAY,EAAE,GAAG,CAAA;IACjB,iBAAiB,EAAE,GAAG,CAAW;IAChC,aAAa,oBAA0B;IACvC,iBAAiB,oBAA0B;IACrD,aAAa,EAAE,OAAO,CAAQ;IAC9B,kBAAkB,EAAE,OAAO,CAAQ;IACnC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,cAAc,EAAE,GAAG,EAAG,CAAA;IACtB,aAAa,EAAE,GAAG,CAAgB;IAClC,iBAAiB,EAAC,MAAM,CAAK;IAC7B,mBAAmB,EAAE,GAAG,CAAA;IACxB,eAAe,EAAE,GAAG,CAAK;IACzB,kBAAkB,EAAE,GAAG,CAAI;IAC3B,kBAAkB,EAAE,GAAG,CAAI;IAC3B,qBAAqB,EAAE,GAAG,CAAI;IAC9B,YAAY,EAAG,GAAG,CAAsC;IAExD,WAAW,EAAG,GAAG,CAAC;IAClB,cAAc,EAAE,aAAa,CAAC,eAAe,CAAC;gBAM3B,SAAS,EAAE,qBAAqB,EAC1C,UAAU,EAAC,oBAAoB,EAC/B,aAAa,EAAE,4BAA4B,EAC3C,MAAM,EAAG,MAAM,EACC,WAAW,EAAE,GAAG;IAOzC,QAAQ;IAOR,kBAAkB;IAuBZ,kBAAkB;IA6BxB,kBAAkB;IAoBZ,gBAAgB;IActB,gBAAgB,CAAC,CAAC,KAAA;IAiBlB,aAAa;IAKb,gBAAgB,CAAC,IAAI,EAAE,GAAG;IAI1B,eAAe,CAAC,KAAK,EAAE,GAAG;IAO1B,oBAAoB,CAAC,QAAQ,EAAE,GAAG;IAIlC,QAAQ;yCA3KG,8BAA8B;2CAA9B,8BAA8B;CA8K1C"}
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./competency-passbook-mdo.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/icon";
5
+ import * as i4 from "../pills/pills.module";
6
+ import * as i5 from "../skeleton-loader-lib/skeleton-loader-lib.module";
7
+ export declare class CompetencyPassbookMdoModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompetencyPassbookMdoModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CompetencyPassbookMdoModule, [typeof i1.CompetencyPassbookMdoComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.PillsModule, typeof i5.SkeletonLoaderLibModule], [typeof i1.CompetencyPassbookMdoComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CompetencyPassbookMdoModule>;
11
+ }
12
+ //# sourceMappingURL=competency-passbook-mdo.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competency-passbook-mdo.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBAWa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI"}
@@ -0,0 +1,13 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CompetencyPassbookMdoService {
5
+ private http;
6
+ constructor(http: HttpClient);
7
+ getCompetencyList(payload: any): Observable<any>;
8
+ getCompetencyListv_V2(): Observable<any>;
9
+ mdoCompetency(providerId: string): Observable<any>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompetencyPassbookMdoService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<CompetencyPassbookMdoService>;
12
+ }
13
+ //# sourceMappingURL=competency-passbook-mdo.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competency-passbook-mdo.service.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;;AAQjC,qBAEa,4BAA4B;IAEzB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IACpC,iBAAiB,CAAC,OAAO,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAGhD,qBAAqB,IAAI,UAAU,CAAC,GAAG,CAAC;IAGxC,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCATzC,4BAA4B;6CAA5B,4BAA4B;CAYxC"}
@@ -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, "sb-uic-content-progress", never, { "contentId": "contentId"; "progress": "progress"; "progressType": "progressType"; "forPreview": "forPreview"; "className": "className"; "customClassName": "customClassName"; }, {}, never, 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/consumption/src/lib/_common/content-progress/content-progress.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,SAAS,EAAE,MAAM,eAAe,CAAA;;AAExE,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"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./content-progress.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/progress-bar";
5
+ import * as i4 from "@angular/material/tooltip";
6
+ export declare class ContentProgressModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContentProgressModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContentProgressModule, [typeof i1.ContentProgressComponent], [typeof i2.CommonModule, typeof i3.MatProgressBarModule, typeof i4.MatTooltipModule], [typeof i1.ContentProgressComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ContentProgressModule>;
10
+ }
11
+ //# sourceMappingURL=content-progress.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-progress.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/content-progress/content-progress.module.ts"],"names":[],"mappings":";;;;;AAMA,qBASa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAI"}
@@ -0,0 +1,207 @@
1
+ import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
2
+ import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
3
+ import { NsContentStripWithTabs } from './content-strip-with-tabs-lib.model';
4
+ import { WidgetContentService } from '../../_services/widget-content.service';
5
+ import { NsContent } from '../../_models/widget-content.model';
6
+ import { MultilingualTranslationsService } from '../../_services/multilingual-translations.service';
7
+ import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
8
+ import { Subscription } from 'rxjs';
9
+ import { WidgetUserService } from '../../_services/widget-user.service';
10
+ import { MatTabChangeEvent } from '@angular/material/tabs';
11
+ import { TranslateService } from '@ngx-translate/core';
12
+ import { Router } from '@angular/router';
13
+ import * as i0 from "@angular/core";
14
+ interface IStripUnitContentData {
15
+ key: string;
16
+ canHideStrip: boolean;
17
+ mode?: string;
18
+ showStrip: boolean;
19
+ disableTranslate: boolean;
20
+ widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
21
+ stripTitle: string;
22
+ stripTitleLink?: {
23
+ link: {
24
+ queryParams: string;
25
+ };
26
+ icon: string;
27
+ queryParams: string;
28
+ };
29
+ sliderConfig?: {
30
+ showNavs: boolean;
31
+ showDots: boolean;
32
+ maxWidgets?: number;
33
+ cerificateCardMargin?: boolean;
34
+ };
35
+ stripConfig: any;
36
+ tabsType?: string;
37
+ tabs?: NsContentStripWithTabs.IContentStripTab[] | undefined;
38
+ stripName?: string;
39
+ stripLogo?: string;
40
+ description?: string;
41
+ stripInfo?: NsContentStripWithTabs.IStripInfo;
42
+ noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
43
+ errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
44
+ showOnNoData: boolean;
45
+ showOnLoader: boolean;
46
+ showOnError: boolean;
47
+ loaderWidgets?: any;
48
+ stripBackground?: string;
49
+ secondaryHeading?: any;
50
+ viewMoreUrl: any;
51
+ request?: any;
52
+ }
53
+ export declare class ContentStripWithTabsLibComponent extends WidgetBaseComponent implements OnInit, OnDestroy, NsWidgetResolver.IWidgetData<NsContentStripWithTabs.IContentStripMultiple> {
54
+ private contentSvc;
55
+ private loggerSvc;
56
+ private eventSvc;
57
+ private configSvc;
58
+ utilitySvc: UtilityService;
59
+ router: Router;
60
+ private userSvc;
61
+ private translate;
62
+ private langtranslations;
63
+ widgetData: NsContentStripWithTabs.IContentStripMultiple;
64
+ emptyResponse: EventEmitter<any>;
65
+ viewAllResponse: EventEmitter<any>;
66
+ telemtryResponse: EventEmitter<any>;
67
+ providerId: any;
68
+ emitViewAll: boolean;
69
+ channnelName: any;
70
+ id: string;
71
+ stripsResultDataMap: {
72
+ [key: string]: IStripUnitContentData;
73
+ };
74
+ stripsKeyOrder: string[];
75
+ showAccordionData: boolean;
76
+ showParentLoader: boolean;
77
+ showParentError: boolean;
78
+ showParentNoData: boolean;
79
+ errorDataCount: number;
80
+ noDataCount: number;
81
+ successDataCount: number;
82
+ contentAvailable: boolean;
83
+ baseUrl: string;
84
+ veifiedKarmayogi: boolean;
85
+ environment: any;
86
+ changeEventSubscription: Subscription | null;
87
+ defaultMaxWidgets: number;
88
+ enrollInterval: any;
89
+ todaysEvents: any;
90
+ enrollmentMapData: any;
91
+ constructor(environment: any, contentSvc: WidgetContentService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserService, translate: TranslateService, langtranslations: MultilingualTranslationsService);
92
+ ngOnInit(): void;
93
+ ngOnDestroy(): void;
94
+ showAccordion(key: string): boolean;
95
+ setHiddenForStrip(key: string): void;
96
+ private getIfStripHidden;
97
+ private initData;
98
+ private fetchStripFromKey;
99
+ isStripShowing(data: any): any;
100
+ get isMobile(): boolean;
101
+ getdata(data: IStripUnitContentData): {};
102
+ checkCondition(wData: NsContentStripWithTabs.IContentStripMultiple, data: IStripUnitContentData): boolean;
103
+ checkVisible(data: IStripUnitContentData): boolean;
104
+ getContineuLearningLenth(data: IStripUnitContentData): number;
105
+ getLength(data: IStripUnitContentData): number;
106
+ private getFiltersFromArray;
107
+ private transformSearchV6FiltersV2;
108
+ checkForDateFilters(filters: any): any;
109
+ private fetchStripFromRequestData;
110
+ fetchFromEnrollmentList(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): void;
111
+ splitEnrollmentTabsData(contentNew: NsContent.IContent[], strip: NsContentStripWithTabs.IContentStripUnit): any[];
112
+ getInprogressAndCompleted(array: NsContent.IContent[], customFilter: any, strip: NsContentStripWithTabs.IContentStripUnit): {
113
+ value: string;
114
+ widgets: ({
115
+ widgetType: string;
116
+ widgetSubType: string;
117
+ widgetHostClass: string;
118
+ widgetData: {
119
+ cardSubType: "" | import("../../_models/card-content.model").NsCardContent.TCardSubType;
120
+ cardCustomeClass: string;
121
+ context: {
122
+ pageSection: string;
123
+ position: number;
124
+ };
125
+ intranetMode: "" | "greyOut" | "hide";
126
+ deletedMode: "" | "greyOut" | "hide";
127
+ contentTags: NsContentStripWithTabs.IContentTags;
128
+ batch: any;
129
+ content: NsContent.IContent;
130
+ };
131
+ } | {
132
+ widgetType: string;
133
+ widgetSubType: string;
134
+ widgetHostClass: string;
135
+ widgetData: {};
136
+ })[];
137
+ }[];
138
+ fetchFromSearchV6(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
139
+ checkInvitOnlyAssessments(content: any, strip: any, calculateParentStatus: any, viewMoreUrl: any): void;
140
+ searchV6Request(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], calculateParentStatus: boolean): Promise<any>;
141
+ fetchFromTrendingContent(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
142
+ trendingSearchRequest(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], calculateParentStatus: boolean): Promise<any>;
143
+ toggleInfo(data: IStripUnitContentData): void;
144
+ private transformContentsToWidgets;
145
+ private transformEventsToWidgets;
146
+ private transformSkeletonToWidgets;
147
+ private processStrip;
148
+ private checkParentStatus;
149
+ checkForEmptyWidget(strip: NsContentStripWithTabs.IContentStripUnit): boolean;
150
+ tabClicked(tabEvent: MatTabChangeEvent, stripMap: IStripUnitContentData, stripKey: string): void;
151
+ getTabDataByNewReqSearchV6(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
152
+ getTabDataByNewReqTrending(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
153
+ getTabDataByfilter(strip: NsContentStripWithTabs.IContentStripUnit, currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): void;
154
+ fetchAllCbpPlans(strip: any, calculateParentStatus?: boolean): Promise<void>;
155
+ splitCbpTabsData(contentNew: NsContent.IContent[], strip: NsContentStripWithTabs.IContentStripUnit): any[];
156
+ getTabsList(array: NsContent.IContent[], strip: NsContentStripWithTabs.IContentStripUnit): {
157
+ value: string;
158
+ widgets: ({
159
+ widgetType: string;
160
+ widgetSubType: string;
161
+ widgetHostClass: string;
162
+ widgetData: {
163
+ cardSubType: "" | import("../../_models/card-content.model").NsCardContent.TCardSubType;
164
+ cardCustomeClass: string;
165
+ context: {
166
+ pageSection: string;
167
+ position: number;
168
+ };
169
+ intranetMode: "" | "greyOut" | "hide";
170
+ deletedMode: "" | "greyOut" | "hide";
171
+ contentTags: NsContentStripWithTabs.IContentTags;
172
+ batch: any;
173
+ content: NsContent.IContent;
174
+ };
175
+ } | {
176
+ widgetType: string;
177
+ widgetSubType: string;
178
+ widgetHostClass: string;
179
+ widgetData: {};
180
+ })[];
181
+ }[];
182
+ getSelectedIndex(stripsResultDataMap: any, key: any): number;
183
+ translateLabels(label: string, type: any): any;
184
+ identify(index: number, item: any): any;
185
+ tracker(index: number, item: any): any;
186
+ fetchAllTopContent(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
187
+ fetchAllFeaturedContent(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
188
+ getTabDataByNewReqTopContent(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
189
+ raiseTelemetry(stripData: any): void;
190
+ postRequestMethod(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], apiUrl: string, calculateParentStatus: boolean): Promise<any>;
191
+ getRequestMethod(strip: NsContentStripWithTabs.IContentStripUnit, request: NsContentStripWithTabs.IContentStripUnit['request'], apiUrl: string, calculateParentStatus: boolean): Promise<any>;
192
+ postMethodFilters(filters: any): any;
193
+ getFullUrl(apiUrl: any, id: string): string;
194
+ redirectViewAll(stripData: any, path: string, queryParamsData: any): void;
195
+ fetchAllBookMarkData(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
196
+ private transformAllContentsToWidgets;
197
+ private transformAllTabContentsToWidgets;
198
+ fetchAllPlaylistSearch(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
199
+ fetchPlaylistReadData(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
200
+ getTabDataByNewReqPlaylistReadContent(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
201
+ fetchCiosContentData(strip: NsContentStripWithTabs.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
202
+ getTabDataByCiosSearch(strip: NsContentStripWithTabs.IContentStripUnit, tabIndex: number, _currentTab: NsContentStripWithTabs.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
203
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContentStripWithTabsLibComponent, never>;
204
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentStripWithTabsLibComponent, "sb-uic-content-strip-with-tabs", never, { "widgetData": "widgetData"; "providerId": "providerId"; "emitViewAll": "emitViewAll"; "channnelName": "channnelName"; }, { "emptyResponse": "emptyResponse"; "viewAllResponse": "viewAllResponse"; "telemtryResponse": "telemtryResponse"; }, never, never>;
205
+ }
206
+ export {};
207
+ //# sourceMappingURL=content-strip-with-tabs-lib.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-strip-with-tabs-lib.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAuB,YAAY,EAAU,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAC;AACpG,OAAO,EAEL,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,cAAc,EAEf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAIxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,UAAU,qBAAqB;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,EAAE,CAAC;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE;QACf,IAAI,EAAE;YACJ,WAAW,EAAE,MAAM,CAAA;SACpB,CAAC;QACF,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAA;KACpB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,oBAAoB,CAAC,EAAE,OAAO,CAAA;KAC/B,CAAC;IACF,WAAW,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,sBAAsB,CAAC,UAAU,CAAC;IAC9C,YAAY,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;IACzD,WAAW,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;IACxD,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,WAAW,EAAE,GAAG,CAAC;IACjB,OAAO,CAAC,EAAE,GAAG,CAAA;CAEd;AAED,qBAKa,gCAAiC,SAAQ,mBACpD,YACA,MAAM,EACN,SAAS,EACT,gBAAgB,CAAC,WAAW,CAAC,sBAAsB,CAAC,qBAAqB,CAAC;IAgCxE,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACV,UAAU,EAAE,cAAc;IAG1B,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IAzCjB,UAAU,EAAG,sBAAsB,CAAC,qBAAqB,CAAC;IACzD,aAAa,oBAA0B;IACvC,eAAe,oBAA0B;IACzC,gBAAgB,oBAA0B;IAC3C,UAAU,EAAE,GAAG,CAAK;IACpB,WAAW,EAAE,OAAO,CAAQ;IAC5B,YAAY,EAAE,GAAG,CAAK;IAExB,EAAE,SAAwC;IACjD,mBAAmB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,CAAA;KAAE,CAAM;IACnE,cAAc,EAAE,MAAM,EAAE,CAAM;IAC9B,iBAAiB,UAAQ;IACzB,gBAAgB,UAAS;IACzB,eAAe,UAAS;IACxB,gBAAgB,UAAS;IACzB,cAAc,SAAK;IACnB,WAAW,SAAK;IAChB,gBAAgB,SAAK;IACrB,gBAAgB,UAAQ;IACxB,OAAO,SAAiC;IACxC,gBAAgB,UAAS;IACzB,WAAW,EAAG,GAAG,CAAC;IAClB,uBAAuB,EAAE,YAAY,GAAG,IAAI,CAAQ;IACpD,iBAAiB,SAAM;IACvB,cAAc,EAAE,GAAG,CAAC;IACpB,YAAY,EAAE,GAAG,CAAM;IACvB,iBAAiB,EAAE,GAAG,CAAA;gBAIG,WAAW,EAAE,GAAG,EAC/B,UAAU,EAAE,oBAAoB,EAChC,SAAS,EAAE,aAAa,EACxB,QAAQ,EAAE,YAAY,EACtB,SAAS,EAAE,qBAAqB,EACjC,UAAU,EAAE,cAAc,EAG1B,MAAM,EAAE,MAAM,EACb,OAAO,EAAE,iBAAiB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B;IAY3D,QAAQ;IAUR,WAAW;IAMX,aAAa,CAAC,GAAG,EAAE,MAAM;IAOzB,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI7B,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,QAAQ;IAgChB,OAAO,CAAC,iBAAiB;IAOzB,cAAc,CAAC,IAAI,EAAE,GAAG;IAmBxB,IAAI,QAAQ,YAEX;IAED,OAAO,CAAC,IAAI,EAAE,qBAAqB;IAOnC,cAAc,CAAC,KAAK,EAAE,sBAAsB,CAAC,qBAAqB,EAAE,IAAI,EAAE,qBAAqB;IAM/F,YAAY,CAAC,IAAI,EAAE,qBAAqB;IAIxC,wBAAwB,CAAC,IAAI,EAAE,qBAAqB;IAGpD,SAAS,CAAC,IAAI,EAAE,qBAAqB;IA4BrC,OAAO,CAAC,mBAAmB;IAa3B,OAAO,CAAC,0BAA0B;IAalC,mBAAmB,CAAC,OAAO,EAAE,GAAG;IA8BhC,OAAO,CAAC,yBAAyB;IAuBjC,uBAAuB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAoGrG,uBAAuB,CAAC,UAAU,EAAE,SAAS,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,sBAAsB,CAAC,iBAAiB;IA6BzG,yBAAyB,CAAC,KAAK,EAAE,SAAS,CAAC,QAAQ,EAAE,EAC3B,YAAY,EAAE,GAAG,EACjB,KAAK,EAAE,sBAAsB,CAAC,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;IAsCnE,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAkFrG,yBAAyB,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,qBAAqB,EAAE,GAAG,EAAE,WAAW,EAAE,GAAG;IAqC1F,eAAe,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EACnE,OAAO,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAC5D,qBAAqB,EAAE,OAAO,GAC7B,OAAO,CAAC,GAAG,CAAC;IAyCT,wBAAwB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IA8DtG,qBAAqB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EACzE,OAAO,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAC5D,qBAAqB,EAAE,OAAO,GAC7B,OAAO,CAAC,GAAG,CAAC;IAgEf,UAAU,CAAC,IAAI,EAAE,qBAAqB;IAgBtC,OAAO,CAAC,0BAA0B;IA4BlC,OAAO,CAAC,wBAAwB;IA0BhC,OAAO,CAAC,0BAA0B;YAcpB,YAAY;IAyE1B,OAAO,CAAC,iBAAiB;IAkBzB,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,GAAG,OAAO;IAwBtE,UAAU,CAAC,QAAQ,EAAE,iBAAiB,EAAE,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM;IA6D1F,0BAA0B,CAC9B,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAC/C,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sBAAsB,CAAC,gBAAgB,EACnD,qBAAqB,EAAE,OAAO;IAmC1B,0BAA0B,CAC9B,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAC/C,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sBAAsB,CAAC,gBAAgB,EACnD,qBAAqB,EAAE,OAAO;IAuChC,kBAAkB,CAChB,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAC/C,UAAU,EAAE,sBAAsB,CAAC,gBAAgB,EACnD,qBAAqB,EAAE,OAAO;IAY1B,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,qBAAqB,UAAO;IA4D/D,gBAAgB,CAAC,UAAU,EAAE,SAAS,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,sBAAsB,CAAC,iBAAiB;IA2BlG,WAAW,CAAC,KAAK,EAAE,SAAS,CAAC,QAAQ,EAAE,EACrC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;IAwDjD,gBAAgB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,MAAM;IAW5D,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAIxC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAIjC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAK1B,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAqDhG,uBAAuB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAyCrG,4BAA4B,CAChC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAC/C,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sBAAsB,CAAC,gBAAgB,EACnD,qBAAqB,EAAE,OAAO;IA0ChC,cAAc,CAAC,SAAS,EAAE,GAAG;IAIvB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EACrE,OAAO,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAC5D,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,OAAO,GAC7B,OAAO,CAAC,GAAG,CAAC;IA0DT,gBAAgB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EACpE,OAAO,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAC5D,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,OAAO,GAC7B,OAAO,CAAC,GAAG,CAAC;IA+Bf,iBAAiB,CAAC,OAAO,EAAE,GAAG;IAQ9B,UAAU,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM;IAalC,eAAe,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,eAAe,EAAE,GAAG;IAQ5D,oBAAoB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAgCxG,OAAO,CAAC,6BAA6B;IA4BrC,OAAO,CAAC,gCAAgC;IA4BlC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAmDpG,qBAAqB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAwDnG,qCAAqC,CACzC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAC/C,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sBAAsB,CAAC,gBAAgB,EACnD,qBAAqB,EAAE,OAAO;IA+F1B,oBAAoB,CAAC,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAwDlG,sBAAsB,CAC1B,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,EAC/C,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,sBAAsB,CAAC,gBAAgB,EACpD,qBAAqB,EAAE,OAAO;yCAj2DrB,gCAAgC;2CAAhC,gCAAgC;CA45D5C"}
@@ -0,0 +1,151 @@
1
+ import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
2
+ import { NSSearch } from '../../_models/widget-search.model';
3
+ import { NsContent } from '../../_models/widget-content.model';
4
+ import { NsCardContent } from '../../_models/card-content.model';
5
+ export declare namespace NsContentStripWithTabs {
6
+ export interface IContentStripMultiple {
7
+ errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
8
+ loader?: boolean;
9
+ noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
10
+ strips: IContentStripUnit[];
11
+ isChannelStrip?: boolean;
12
+ }
13
+ export interface IContentStripUnit {
14
+ disableTranslate?: any;
15
+ key: string;
16
+ title: string;
17
+ customeClass?: string;
18
+ nodataMsg?: string;
19
+ stripTitleLink?: {
20
+ link: {
21
+ queryParams: string;
22
+ };
23
+ icon: string;
24
+ queryParams: string;
25
+ };
26
+ sliderConfig?: {
27
+ showNavs: boolean;
28
+ showDots: boolean;
29
+ maxWidgets?: number;
30
+ cerificateCardMargin?: boolean;
31
+ dotsAlign?: "right" | "left";
32
+ arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
33
+ responsive?: {
34
+ showNavs: boolean;
35
+ showDots: boolean;
36
+ dotsAlign?: "right" | "left";
37
+ arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
38
+ };
39
+ };
40
+ tabsType?: string;
41
+ tabs?: NsContentStripWithTabs.IContentStripTab[] | undefined;
42
+ titleDescription?: string;
43
+ name?: string;
44
+ mode?: 'accordion';
45
+ info?: IStripInfo;
46
+ logo?: string;
47
+ preWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
48
+ postWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
49
+ stripConfig?: IStripConfig;
50
+ canHideStrip?: boolean;
51
+ filters?: any[];
52
+ selectAll?: boolean | null;
53
+ request?: {
54
+ playlistRead: any;
55
+ playlistSearch?: any;
56
+ ciosContent?: any;
57
+ search?: NSSearch.ISearchRequest;
58
+ searchV6?: NSSearch.ISearchV6Request;
59
+ topContent?: any;
60
+ featureContent?: any;
61
+ bookmarkRead?: any;
62
+ enrollmentList?: any;
63
+ cbpList?: any;
64
+ apiUrl: string;
65
+ searchRegionRecommendation?: NSSearch.ISearchOrgRegionRecommendationRequest;
66
+ api?: IStripRequestApi;
67
+ networkApi?: INetworkRequestApi;
68
+ ids?: string[];
69
+ recommendedCourses?: any;
70
+ masterCompetency?: any;
71
+ trendingSearch?: any;
72
+ };
73
+ searchV6Type?: 'KB' | 'Collections' | 'searchQuery' | null;
74
+ stripBackground?: string;
75
+ noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
76
+ loader?: boolean;
77
+ loaderWidgets?: any;
78
+ errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
79
+ refreshEvent?: Record<'eventType' | 'from', string>;
80
+ fetchLikes?: boolean;
81
+ secondaryHeading?: any;
82
+ viewMoreUrl?: {
83
+ queryParams?: any;
84
+ viewMoreText: string;
85
+ path: string;
86
+ };
87
+ data?: [];
88
+ }
89
+ export interface IStripRequestApi {
90
+ path: string;
91
+ queryParams?: {
92
+ pageNo?: number;
93
+ pageSize?: number;
94
+ pageState?: string;
95
+ sourceFields?: string;
96
+ };
97
+ }
98
+ export interface INetworkRequestApi {
99
+ path: string;
100
+ data?: any;
101
+ }
102
+ export interface IStripInfo {
103
+ mode: 'below' | 'popup' | 'modal';
104
+ visibilityMode?: 'hidden' | 'visible';
105
+ icon: {
106
+ icon: string;
107
+ scale: number;
108
+ style?: any;
109
+ };
110
+ widget: NsWidgetResolver.IRenderConfigWithAnyData;
111
+ }
112
+ interface IStripConfig {
113
+ cardSubType: NsCardContent.TCardSubType;
114
+ postCardForSearch?: boolean;
115
+ intranetMode?: 'greyOut' | 'hide';
116
+ deletedMode?: 'greyOut' | 'hide';
117
+ contentTags?: IContentTags;
118
+ hideShowAll?: boolean;
119
+ }
120
+ export interface IContentTags {
121
+ daysSpan?: number;
122
+ excludeContentType?: NsContent.EContentTypes[];
123
+ excludeMimeType?: string[];
124
+ tag: string;
125
+ criteriaField: string;
126
+ }
127
+ export interface IContentStripResponseApi {
128
+ contents: NsContent.IContent[];
129
+ hasMore?: boolean;
130
+ pageState?: string;
131
+ totalHits?: number;
132
+ }
133
+ export interface IContentStripTab {
134
+ label: string;
135
+ value: string;
136
+ showTabDataCount: boolean;
137
+ requestRequired?: boolean;
138
+ computeDataOnClick?: boolean;
139
+ computeDataOnClickKey?: string;
140
+ request?: any;
141
+ widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
142
+ maxWidgets?: number;
143
+ fetchTabStatus?: string;
144
+ nodataMsg?: string;
145
+ tabLoading?: boolean;
146
+ stripConfig?: IStripConfig;
147
+ customeClass?: string;
148
+ }
149
+ export {};
150
+ }
151
+ //# sourceMappingURL=content-strip-with-tabs-lib.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-strip-with-tabs-lib.model.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEjE,yBAAiB,sBAAsB,CAAC;IACtC,MAAM,WAAW,qBAAqB;QACpC,WAAW,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;QACxD,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,YAAY,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;QACzD,MAAM,EAAE,iBAAiB,EAAE,CAAC;QAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;KAC1B;IACD,MAAM,WAAW,iBAAiB;QAChC,gBAAgB,CAAC,EAAE,GAAG,CAAC;QACvB,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,cAAc,CAAC,EAAE;YACb,IAAI,EAAG;gBACL,WAAW,EAAE,MAAM,CAAA;aACpB,CAAC;YACF,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,EAAE,MAAM,CAAA;SACtB,CAAC;QACF,YAAY,CAAC,EAAE;YACb,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAA;YACnB,oBAAoB,CAAC,EAAE,OAAO,CAAC;YAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;YAC7B,eAAe,CAAC,EAAE,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,eAAe,CAAC;YACrF,UAAU,CAAC,EAAE;gBACX,QAAQ,EAAE,OAAO,CAAC;gBAClB,QAAQ,EAAE,OAAO,CAAC;gBAClB,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;gBAC7B,eAAe,CAAC,EAAE,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,eAAe,CAAC;aACtF,CAAC;SACH,CAAC;QACF,QAAQ,CAAC,EAAC,MAAM,CAAC;QACjB,IAAI,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,EAAE,GAAG,SAAS,CAAC;QAC7D,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,WAAW,CAAC;QACnB,IAAI,CAAC,EAAE,UAAU,CAAC;QAClB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,EAAE,CAAC;QACzD,WAAW,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,EAAE,CAAC;QAC1D,WAAW,CAAC,EAAE,YAAY,CAAC;QAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;QAChB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAC3B,OAAO,CAAC,EAAE;YACR,YAAY,EAAE,GAAG,CAAC;YAClB,cAAc,CAAC,EAAE,GAAG,CAAC;YACrB,WAAW,CAAC,EAAC,GAAG,CAAC;YACjB,MAAM,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAA;YAChC,QAAQ,CAAC,EAAE,QAAQ,CAAC,gBAAgB,CAAA;YACpC,UAAU,CAAC,EAAE,GAAG,CAAA;YAChB,cAAc,CAAC,EAAE,GAAG,CAAA;YACpB,YAAY,CAAC,EAAE,GAAG,CAAA;YAClB,cAAc,CAAC,EAAE,GAAG,CAAA;YACpB,OAAO,CAAC,EAAE,GAAG,CAAC;YACd,MAAM,EAAE,MAAM,CAAA;YACd,0BAA0B,CAAC,EAAE,QAAQ,CAAC,qCAAqC,CAAA;YAC3E,GAAG,CAAC,EAAE,gBAAgB,CAAA;YACtB,UAAU,CAAC,EAAE,kBAAkB,CAAA;YAC/B,GAAG,CAAC,EAAE,MAAM,EAAE,CAAA;YACd,kBAAkB,CAAC,EAAE,GAAG,CAAC;YACzB,gBAAgB,CAAC,EAAE,GAAG,CAAA;YACtB,cAAc,CAAC,EAAE,GAAG,CAAA;SACrB,CAAC;QACF,YAAY,CAAC,EAAE,IAAI,GAAG,aAAa,GAAG,aAAa,GAAG,IAAI,CAAC;QAC3D,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,YAAY,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;QACzD,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,aAAa,CAAC,EAAE,GAAG,CAAC;QACpB,WAAW,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;QACxD,YAAY,CAAC,EAAE,MAAM,CAAC,WAAW,GAAG,MAAM,EAAE,MAAM,CAAC,CAAC;QACpD,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,gBAAgB,CAAC,EAAE,GAAG,CAAC;QACvB,WAAW,CAAC,EAAE;YACZ,WAAW,CAAC,EAAE,GAAG,CAAA;YACjB,YAAY,EAAE,MAAM,CAAA;YACpB,IAAI,EAAE,MAAM,CAAA;SACb,CAAC;QACF,IAAI,CAAC,EAAE,EAAE,CAAC;KACX;IAED,MAAM,WAAW,gBAAgB;QAC/B,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE;YACZ,MAAM,CAAC,EAAE,MAAM,CAAA;YACf,QAAQ,CAAC,EAAE,MAAM,CAAA;YACjB,SAAS,CAAC,EAAE,MAAM,CAAA;YAClB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAC;KACH;IACD,MAAM,WAAW,kBAAkB;QACjC,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,GAAG,CAAC;KACZ;IACD,MAAM,WAAW,UAAU;QACzB,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;QAClC,cAAc,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,CAAC,EAAE,GAAG,CAAA;SACZ,CAAC;QACF,MAAM,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;KACnD;IACD,UAAU,YAAY;QAEpB,WAAW,EAAE,aAAa,CAAC,YAAY,CAAC;QAExC,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,YAAY,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;QAClC,WAAW,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;QACjC,WAAW,CAAC,EAAE,YAAY,CAAC;QAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB;IAED,MAAM,WAAW,YAAY;QAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,kBAAkB,CAAC,EAAE,SAAS,CAAC,aAAa,EAAE,CAAC;QAC/C,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;QAC3B,GAAG,EAAE,MAAM,CAAC;QACZ,aAAa,EAAE,MAAM,CAAC;KACvB;IACD,MAAM,WAAW,wBAAwB;QACvC,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAAE,CAAC;QAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB;IAED,MAAM,WAAW,gBAAgB;QAC/B,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,gBAAgB,EAAE,OAAO,CAAC;QAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;QAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,OAAO,CAAC,EAAE,GAAG,CAAC;QACd,OAAO,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,EAAE,CAAC;QACtD,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,WAAW,CAAC,EAAE,YAAY,CAAC;QAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;;CACF"}
@@ -0,0 +1,39 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./content-strip-with-tabs-lib.component";
5
+ import * as i2 from "@sunbird-cb/resolver-v2";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "@angular/router";
8
+ import * as i5 from "../horizontal-scroller-v2/horizontal-scroller-v2.module";
9
+ import * as i6 from "@angular/material/progress-spinner";
10
+ import * as i7 from "@angular/material/toolbar";
11
+ import * as i8 from "@angular/material/icon";
12
+ import * as i9 from "@angular/material/button";
13
+ import * as i10 from "@angular/material/tooltip";
14
+ import * as i11 from "@angular/material/list";
15
+ import * as i12 from "@angular/material/sidenav";
16
+ import * as i13 from "@angular/material/card";
17
+ import * as i14 from "@angular/material/expansion";
18
+ import * as i15 from "@angular/material/radio";
19
+ import * as i16 from "@angular/material/chips";
20
+ import * as i17 from "@angular/material/input";
21
+ import * as i18 from "@angular/material/form-field";
22
+ import * as i19 from "@angular/material/dialog";
23
+ import * as i20 from "@angular/material/snack-bar";
24
+ import * as i21 from "@angular/material/select";
25
+ import * as i22 from "@angular/material/datepicker";
26
+ import * as i23 from "@angular/material/core";
27
+ import * as i24 from "@angular/material/table";
28
+ import * as i25 from "@angular/material/checkbox";
29
+ import * as i26 from "@angular/material/button-toggle";
30
+ import * as i27 from "@angular/material/tabs";
31
+ import * as i28 from "@angular/material/autocomplete";
32
+ import * as i29 from "@ngx-translate/core";
33
+ export declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
34
+ export declare class ContentStripWithTabsLibModule {
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContentStripWithTabsLibModule, never>;
36
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContentStripWithTabsLibModule, [typeof i1.ContentStripWithTabsLibComponent], [typeof i2.SbUiResolverModule, typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.HorizontalScrollerV2Module, typeof i6.MatProgressSpinnerModule, typeof i7.MatToolbarModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatTooltipModule, typeof i11.MatListModule, typeof i12.MatSidenavModule, typeof i13.MatCardModule, typeof i14.MatExpansionModule, typeof i15.MatRadioModule, typeof i16.MatChipsModule, typeof i17.MatInputModule, typeof i18.MatFormFieldModule, typeof i19.MatDialogModule, typeof i20.MatSnackBarModule, typeof i21.MatSelectModule, typeof i22.MatDatepickerModule, typeof i23.MatNativeDateModule, typeof i24.MatTableModule, typeof i25.MatCheckboxModule, typeof i6.MatProgressSpinnerModule, typeof i26.MatButtonToggleModule, typeof i27.MatTabsModule, typeof i28.MatAutocompleteModule, typeof i29.TranslateModule], [typeof i1.ContentStripWithTabsLibComponent]>;
37
+ static ɵinj: i0.ɵɵInjectorDeclaration<ContentStripWithTabsLibModule>;
38
+ }
39
+ //# sourceMappingURL=content-strip-with-tabs-lib.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-strip-with-tabs-lib.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.ts"],"names":[],"mappings":"AA6BA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIjE,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,uBAEjD;AAED,qBA0Ca,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAI"}
@@ -0,0 +1,24 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { InsiteDataService } from '../../_services/insite-data.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DataPointsComponent implements OnInit {
5
+ insightSvc: InsiteDataService;
6
+ objectData: any;
7
+ layoutType: string;
8
+ fetchDataFromApi: boolean;
9
+ providerId: any;
10
+ pageLayout: any;
11
+ title: any;
12
+ customArray: any[][];
13
+ isDataLoading: boolean;
14
+ apiResults: any;
15
+ constructor(insightSvc: InsiteDataService);
16
+ ngOnInit(): void;
17
+ createCustomArray(arr: any[]): any[][];
18
+ getInsiteData(): void;
19
+ getStats(): void;
20
+ converToIndianSystem(value: any): any;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<DataPointsComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<DataPointsComponent, "sb-uic-data-points", never, { "objectData": "objectData"; "layoutType": "layoutType"; "fetchDataFromApi": "fetchDataFromApi"; "providerId": "providerId"; "pageLayout": "pageLayout"; "title": "title"; }, {}, never, never>;
23
+ }
24
+ //# sourceMappingURL=data-points.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-points.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/data-points/data-points.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;;AAExE,qBAKa,mBAAoB,YAAW,MAAM;IAW7B,UAAU,EAAE,iBAAiB;IAVvC,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,MAAM,CAAK;IACvB,gBAAgB,EAAE,OAAO,CAAQ;IACjC,UAAU,EAAG,GAAG,CAAK;IACrB,UAAU,EAAE,GAAG,CAAK;IACpB,KAAK,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,EAAE,EAAE,CAAK;IACzB,aAAa,EAAE,OAAO,CAAQ;IAC9B,UAAU,EAAE,GAAG,CAAA;gBAEI,UAAU,EAAE,iBAAiB;IAEhD,QAAQ;IAcR,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,EAAE,EAAE;IAQtC,aAAa;IAoCb,QAAQ;IAYR,oBAAoB,CAAC,KAAK,EAAE,GAAG;yCAnFpB,mBAAmB;2CAAnB,mBAAmB;CAiG/B"}