@sunbird-cb/utils 1.0.19-ang-9-12 → 1.0.19

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 (389) hide show
  1. package/bundles/sunbird-cb-utils.umd.js +2971 -2006
  2. package/bundles/sunbird-cb-utils.umd.js.map +1 -1
  3. package/bundles/sunbird-cb-utils.umd.min.js +16 -0
  4. package/bundles/sunbird-cb-utils.umd.min.js.map +1 -0
  5. package/esm2015/lib/components/image-crop/image-crop.component.js +48 -13
  6. package/esm2015/lib/components/image-crop/image-crop.module.js +2 -8
  7. package/esm2015/lib/constants/features.enum.js +555 -555
  8. package/esm2015/lib/constants/instances.enum.js +5 -5
  9. package/esm2015/lib/constants/misc.constants.js +1 -2
  10. package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +21 -11
  11. package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +1 -1
  12. package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +7 -1
  13. package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +1 -1
  14. package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +11 -3
  15. package/esm2015/lib/directives/image-responsive/image-responsive.module.js +1 -1
  16. package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +11 -5
  17. package/esm2015/lib/directives/in-view-port/in-view-port.module.js +1 -1
  18. package/esm2015/lib/directives/navigation/navigation.directive.js +6 -1
  19. package/esm2015/lib/directives/navigation/navigation.module.js +1 -1
  20. package/esm2015/lib/directives/permission/permission.directive.js +1 -1
  21. package/esm2015/lib/directives/permission/permission.module.js +1 -1
  22. package/esm2015/lib/helpers/functions/getStringifiedQueryParams.js +4 -4
  23. package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +20 -11
  24. package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +2 -4
  25. package/esm2015/lib/helpers/logout/logout.component.js +13 -4
  26. package/esm2015/lib/helpers/logout/logout.module.js +2 -3
  27. package/esm2015/lib/models/contentRating.model.js +12 -2
  28. package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +1 -1
  29. package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +7 -1
  30. package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +1 -1
  31. package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +1 -1
  32. package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +1 -1
  33. package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +11 -1
  34. package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +1 -1
  35. package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +1 -1
  36. package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +1 -1
  37. package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +3 -3
  38. package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +1 -1
  39. package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +5 -5
  40. package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +1 -1
  41. package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +1 -1
  42. package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +1 -1
  43. package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +1 -1
  44. package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +1 -1
  45. package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +4 -4
  46. package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +1 -1
  47. package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +7 -1
  48. package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +1 -1
  49. package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +4 -1
  50. package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +1 -1
  51. package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +1 -1
  52. package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +1 -1
  53. package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +1 -1
  54. package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +1 -1
  55. package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +4 -1
  56. package/esm2015/lib/resolvers/explore-detail.resolver.js +19 -12
  57. package/esm2015/lib/resolvers/marketing-offering.resolve.js +10 -7
  58. package/esm2015/lib/resolvers/page.constant.js +1 -1
  59. package/esm2015/lib/resolvers/page.model.js +47 -2
  60. package/esm2015/lib/resolvers/page.resolver.js +18 -12
  61. package/esm2015/lib/resolvers/resolver.model.js +6 -2
  62. package/esm2015/lib/services/auth-keycloak.service.js +33 -20
  63. package/esm2015/lib/services/auth-microsoft.service.js +17 -9
  64. package/esm2015/lib/services/card-content.model.js +22 -1
  65. package/esm2015/lib/services/configurations.model.js +508 -2
  66. package/esm2015/lib/services/configurations.service.js +50 -2
  67. package/esm2015/lib/services/content-strip-multiple.model.js +75 -2
  68. package/esm2015/lib/services/event.model.js +109 -1
  69. package/esm2015/lib/services/event.service.js +17 -4
  70. package/esm2015/lib/services/logger.service.js +13 -5
  71. package/esm2015/lib/services/ms-office.model.js +8 -2
  72. package/esm2015/lib/services/subapplication-respond.service.js +21 -8
  73. package/esm2015/lib/services/telemetry.service.js +59 -48
  74. package/esm2015/lib/services/user-preference.model.js +38 -2
  75. package/esm2015/lib/services/user-preference.service.js +15 -11
  76. package/esm2015/lib/services/utility.service.js +26 -9
  77. package/esm2015/lib/services/value.service.js +9 -4
  78. package/esm2015/lib/services/widget-content.model.js +236 -1
  79. package/esm2015/lib/services/widget-content.service.js +19 -15
  80. package/esm2015/lib/services/widget-resolver.model.js +57 -2
  81. package/esm2015/lib/services/widget-search.model.js +126 -2
  82. package/esm2015/public-api.js +68 -74
  83. package/esm2015/sunbird-cb-utils.js +8 -2
  84. package/esm5/lib/components/image-crop/image-crop.component.js +200 -0
  85. package/esm5/lib/components/image-crop/image-crop.module.js +31 -0
  86. package/esm5/lib/constants/features.enum.js +555 -0
  87. package/esm5/lib/constants/instances.enum.js +5 -0
  88. package/esm5/lib/constants/misc.constants.js +1 -0
  89. package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +105 -0
  90. package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +19 -0
  91. package/esm5/lib/directives/default-thumbnail/default-thumbnail.directive.js +40 -0
  92. package/esm5/lib/directives/default-thumbnail/default-thumbnail.module.js +19 -0
  93. package/esm5/lib/directives/image-responsive/image-responsive.directive.js +95 -0
  94. package/esm5/lib/directives/image-responsive/image-responsive.module.js +19 -0
  95. package/esm5/lib/directives/in-view-port/in-view-port.directive.js +73 -0
  96. package/esm5/lib/directives/in-view-port/in-view-port.module.js +19 -0
  97. package/esm5/lib/directives/navigation/navigation.directive.js +41 -0
  98. package/esm5/lib/directives/navigation/navigation.module.js +19 -0
  99. package/esm5/lib/directives/permission/permission.directive.js +14 -0
  100. package/esm5/lib/directives/permission/permission.module.js +19 -0
  101. package/esm5/lib/helpers/functions/getStringifiedQueryParams.js +9 -0
  102. package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +103 -0
  103. package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +23 -0
  104. package/esm5/lib/helpers/logout/logout.component.js +63 -0
  105. package/esm5/lib/helpers/logout/logout.module.js +22 -0
  106. package/esm5/lib/models/contentRating.model.js +12 -0
  107. package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +17 -0
  108. package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +63 -0
  109. package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +19 -0
  110. package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +37 -0
  111. package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +19 -0
  112. package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +45 -0
  113. package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +19 -0
  114. package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +64 -0
  115. package/esm5/lib/pipes/pipe-filter/pipe-filter.module.js +19 -0
  116. package/esm5/lib/pipes/pipe-filter/pipe-filter.pipe.js +20 -0
  117. package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +19 -0
  118. package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +38 -0
  119. package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +19 -0
  120. package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +16 -0
  121. package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +19 -0
  122. package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +30 -0
  123. package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +19 -0
  124. package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +21 -0
  125. package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +19 -0
  126. package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +35 -0
  127. package/esm5/lib/pipes/pipe-order-by/pipe-order-by.module.js +19 -0
  128. package/esm5/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +18 -0
  129. package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +19 -0
  130. package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +34 -0
  131. package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +19 -0
  132. package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +21 -0
  133. package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +19 -0
  134. package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +38 -0
  135. package/esm5/lib/resolvers/explore-detail.resolver.js +93 -0
  136. package/esm5/lib/resolvers/marketing-offering.resolve.js +43 -0
  137. package/esm5/lib/resolvers/page.constant.js +4 -0
  138. package/esm5/lib/resolvers/page.model.js +47 -0
  139. package/esm5/lib/resolvers/page.resolver.js +98 -0
  140. package/esm5/lib/resolvers/resolver.model.js +6 -0
  141. package/esm5/lib/services/auth-keycloak.service.js +316 -0
  142. package/esm5/lib/services/auth-microsoft.service.js +251 -0
  143. package/esm5/lib/services/card-content.model.js +32 -0
  144. package/esm5/lib/services/configurations.model.js +508 -0
  145. package/esm5/lib/services/configurations.service.js +114 -0
  146. package/esm5/lib/services/content-strip-multiple.model.js +75 -0
  147. package/esm5/lib/services/event.model.js +229 -0
  148. package/esm5/lib/services/event.service.js +216 -0
  149. package/esm5/lib/services/logger.service.js +73 -0
  150. package/esm5/lib/services/ms-office.model.js +8 -0
  151. package/esm5/lib/services/subapplication-respond.service.js +230 -0
  152. package/esm5/lib/services/telemetry.service.js +484 -0
  153. package/esm5/lib/services/user-preference.model.js +38 -0
  154. package/esm5/lib/services/user-preference.service.js +109 -0
  155. package/esm5/lib/services/utility.service.js +178 -0
  156. package/esm5/lib/services/value.service.js +33 -0
  157. package/esm5/lib/services/widget-content.model.js +342 -0
  158. package/esm5/lib/services/widget-content.service.js +214 -0
  159. package/esm5/lib/services/widget-resolver.model.js +57 -0
  160. package/esm5/lib/services/widget-search.model.js +126 -0
  161. package/esm5/public-api.js +68 -0
  162. package/esm5/sunbird-cb-utils.js +8 -0
  163. package/fesm2015/sunbird-cb-utils.js +2011 -788
  164. package/fesm2015/sunbird-cb-utils.js.map +1 -1
  165. package/fesm5/sunbird-cb-utils.js +5605 -0
  166. package/fesm5/sunbird-cb-utils.js.map +1 -0
  167. package/lib/components/image-crop/image-crop.component.d.ts +0 -1
  168. package/lib/components/image-crop/image-crop.module.d.ts +0 -1
  169. package/lib/constants/features.enum.d.ts +0 -1
  170. package/lib/constants/instances.enum.d.ts +0 -1
  171. package/lib/constants/misc.constants.d.ts +0 -1
  172. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +3 -4
  173. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +0 -1
  174. package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +0 -1
  175. package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +0 -1
  176. package/lib/directives/image-responsive/image-responsive.directive.d.ts +0 -1
  177. package/lib/directives/image-responsive/image-responsive.module.d.ts +0 -1
  178. package/lib/directives/in-view-port/in-view-port.directive.d.ts +0 -1
  179. package/lib/directives/in-view-port/in-view-port.module.d.ts +0 -1
  180. package/lib/directives/navigation/navigation.directive.d.ts +0 -1
  181. package/lib/directives/navigation/navigation.module.d.ts +0 -1
  182. package/lib/directives/permission/permission.directive.d.ts +0 -1
  183. package/lib/directives/permission/permission.module.d.ts +0 -1
  184. package/lib/helpers/functions/getStringifiedQueryParams.d.ts +0 -1
  185. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +0 -1
  186. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +0 -1
  187. package/lib/helpers/logout/logout.component.d.ts +2 -3
  188. package/lib/helpers/logout/logout.module.d.ts +0 -1
  189. package/lib/models/contentRating.model.d.ts +0 -1
  190. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +0 -1
  191. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +0 -1
  192. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +0 -1
  193. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +0 -1
  194. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +0 -1
  195. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +0 -1
  196. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +0 -1
  197. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +0 -1
  198. package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +0 -1
  199. package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +0 -1
  200. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +0 -1
  201. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +0 -1
  202. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +0 -1
  203. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +0 -1
  204. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +0 -1
  205. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +0 -1
  206. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +0 -1
  207. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +0 -1
  208. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +0 -1
  209. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +0 -1
  210. package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +0 -1
  211. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +4 -5
  212. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +0 -1
  213. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +0 -1
  214. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +0 -1
  215. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +0 -1
  216. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +0 -1
  217. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +0 -1
  218. package/lib/resolvers/explore-detail.resolver.d.ts +0 -1
  219. package/lib/resolvers/marketing-offering.resolve.d.ts +0 -1
  220. package/lib/resolvers/page.constant.d.ts +0 -1
  221. package/lib/resolvers/page.model.d.ts +1 -2
  222. package/lib/resolvers/page.resolver.d.ts +0 -1
  223. package/lib/resolvers/resolver.model.d.ts +0 -1
  224. package/lib/services/auth-keycloak.service.d.ts +9 -10
  225. package/lib/services/auth-microsoft.service.d.ts +2 -3
  226. package/lib/services/card-content.model.d.ts +0 -1
  227. package/lib/services/configurations.model.d.ts +24 -27
  228. package/lib/services/configurations.service.d.ts +0 -1
  229. package/lib/services/content-strip-multiple.model.d.ts +6 -8
  230. package/lib/services/event.model.d.ts +1 -2
  231. package/lib/services/event.service.d.ts +0 -1
  232. package/lib/services/logger.service.d.ts +4 -5
  233. package/lib/services/ms-office.model.d.ts +0 -1
  234. package/lib/services/subapplication-respond.service.d.ts +0 -1
  235. package/lib/services/telemetry.service.d.ts +2 -3
  236. package/lib/services/user-preference.model.d.ts +0 -1
  237. package/lib/services/user-preference.service.d.ts +0 -1
  238. package/lib/services/utility.service.d.ts +7 -8
  239. package/lib/services/value.service.d.ts +0 -1
  240. package/lib/services/widget-content.model.d.ts +19 -21
  241. package/lib/services/widget-content.service.d.ts +0 -1
  242. package/lib/services/widget-resolver.model.d.ts +0 -1
  243. package/lib/services/widget-search.model.d.ts +0 -1
  244. package/package.json +17 -14
  245. package/public-api.d.ts +0 -7
  246. package/sunbird-cb-utils.d.ts +6 -1
  247. package/sunbird-cb-utils.metadata.json +1 -1
  248. package/lib/components/image-crop/image-crop.component.d.ts.map +0 -1
  249. package/lib/components/image-crop/image-crop.component.ngfactory.d.ts.map +0 -1
  250. package/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.d.ts.map +0 -1
  251. package/lib/components/image-crop/image-crop.module.d.ts.map +0 -1
  252. package/lib/components/image-crop/image-crop.module.ngfactory.d.ts.map +0 -1
  253. package/lib/constants/features.enum.d.ts.map +0 -1
  254. package/lib/constants/instances.enum.d.ts.map +0 -1
  255. package/lib/constants/misc.constants.d.ts.map +0 -1
  256. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +0 -1
  257. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map +0 -1
  258. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +0 -1
  259. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map +0 -1
  260. package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +0 -1
  261. package/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.d.ts.map +0 -1
  262. package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +0 -1
  263. package/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.d.ts.map +0 -1
  264. package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +0 -1
  265. package/lib/directives/image-responsive/image-responsive.directive.ngfactory.d.ts.map +0 -1
  266. package/lib/directives/image-responsive/image-responsive.module.d.ts.map +0 -1
  267. package/lib/directives/image-responsive/image-responsive.module.ngfactory.d.ts.map +0 -1
  268. package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +0 -1
  269. package/lib/directives/in-view-port/in-view-port.directive.ngfactory.d.ts.map +0 -1
  270. package/lib/directives/in-view-port/in-view-port.module.d.ts.map +0 -1
  271. package/lib/directives/in-view-port/in-view-port.module.ngfactory.d.ts.map +0 -1
  272. package/lib/directives/navigation/navigation.directive.d.ts.map +0 -1
  273. package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +0 -1
  274. package/lib/directives/navigation/navigation.module.d.ts.map +0 -1
  275. package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +0 -1
  276. package/lib/directives/permission/permission.directive.d.ts.map +0 -1
  277. package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +0 -1
  278. package/lib/directives/permission/permission.module.d.ts.map +0 -1
  279. package/lib/directives/permission/permission.module.ngfactory.d.ts.map +0 -1
  280. package/lib/helpers/functions/getStringifiedQueryParams.d.ts.map +0 -1
  281. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +0 -1
  282. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.d.ts.map +0 -1
  283. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map +0 -1
  284. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +0 -1
  285. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.d.ts.map +0 -1
  286. package/lib/helpers/logout/logout.component.d.ts.map +0 -1
  287. package/lib/helpers/logout/logout.component.ngfactory.d.ts.map +0 -1
  288. package/lib/helpers/logout/logout.component.scss.shim.ngstyle.d.ts.map +0 -1
  289. package/lib/helpers/logout/logout.module.d.ts.map +0 -1
  290. package/lib/helpers/logout/logout.module.ngfactory.d.ts.map +0 -1
  291. package/lib/models/contentRating.model.d.ts.map +0 -1
  292. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +0 -1
  293. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.d.ts.map +0 -1
  294. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +0 -1
  295. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.d.ts.map +0 -1
  296. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +0 -1
  297. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.d.ts.map +0 -1
  298. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +0 -1
  299. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.d.ts.map +0 -1
  300. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +0 -1
  301. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.d.ts.map +0 -1
  302. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +0 -1
  303. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.d.ts.map +0 -1
  304. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +0 -1
  305. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.d.ts.map +0 -1
  306. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +0 -1
  307. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.d.ts.map +0 -1
  308. package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +0 -1
  309. package/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.d.ts.map +0 -1
  310. package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +0 -1
  311. package/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.d.ts.map +0 -1
  312. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +0 -1
  313. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.d.ts.map +0 -1
  314. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +0 -1
  315. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.d.ts.map +0 -1
  316. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +0 -1
  317. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.d.ts.map +0 -1
  318. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +0 -1
  319. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.d.ts.map +0 -1
  320. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +0 -1
  321. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.d.ts.map +0 -1
  322. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +0 -1
  323. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.d.ts.map +0 -1
  324. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +0 -1
  325. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.d.ts.map +0 -1
  326. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +0 -1
  327. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.d.ts.map +0 -1
  328. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +0 -1
  329. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.d.ts.map +0 -1
  330. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +0 -1
  331. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.d.ts.map +0 -1
  332. package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +0 -1
  333. package/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.d.ts.map +0 -1
  334. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +0 -1
  335. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.d.ts.map +0 -1
  336. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +0 -1
  337. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.d.ts.map +0 -1
  338. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +0 -1
  339. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.d.ts.map +0 -1
  340. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +0 -1
  341. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.d.ts.map +0 -1
  342. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +0 -1
  343. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.d.ts.map +0 -1
  344. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +0 -1
  345. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.d.ts.map +0 -1
  346. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +0 -1
  347. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.d.ts.map +0 -1
  348. package/lib/resolvers/explore-detail.resolver.d.ts.map +0 -1
  349. package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +0 -1
  350. package/lib/resolvers/marketing-offering.resolve.d.ts.map +0 -1
  351. package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +0 -1
  352. package/lib/resolvers/page.constant.d.ts.map +0 -1
  353. package/lib/resolvers/page.model.d.ts.map +0 -1
  354. package/lib/resolvers/page.resolver.d.ts.map +0 -1
  355. package/lib/resolvers/page.resolver.ngfactory.d.ts.map +0 -1
  356. package/lib/resolvers/resolver.model.d.ts.map +0 -1
  357. package/lib/services/auth-keycloak.service.d.ts.map +0 -1
  358. package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +0 -1
  359. package/lib/services/auth-microsoft.service.d.ts.map +0 -1
  360. package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +0 -1
  361. package/lib/services/card-content.model.d.ts.map +0 -1
  362. package/lib/services/configurations.model.d.ts.map +0 -1
  363. package/lib/services/configurations.service.d.ts.map +0 -1
  364. package/lib/services/configurations.service.ngfactory.d.ts.map +0 -1
  365. package/lib/services/content-strip-multiple.model.d.ts.map +0 -1
  366. package/lib/services/event.model.d.ts.map +0 -1
  367. package/lib/services/event.service.d.ts.map +0 -1
  368. package/lib/services/event.service.ngfactory.d.ts.map +0 -1
  369. package/lib/services/logger.service.d.ts.map +0 -1
  370. package/lib/services/logger.service.ngfactory.d.ts.map +0 -1
  371. package/lib/services/ms-office.model.d.ts.map +0 -1
  372. package/lib/services/subapplication-respond.service.d.ts.map +0 -1
  373. package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +0 -1
  374. package/lib/services/telemetry.service.d.ts.map +0 -1
  375. package/lib/services/telemetry.service.ngfactory.d.ts.map +0 -1
  376. package/lib/services/user-preference.model.d.ts.map +0 -1
  377. package/lib/services/user-preference.service.d.ts.map +0 -1
  378. package/lib/services/user-preference.service.ngfactory.d.ts.map +0 -1
  379. package/lib/services/utility.service.d.ts.map +0 -1
  380. package/lib/services/utility.service.ngfactory.d.ts.map +0 -1
  381. package/lib/services/value.service.d.ts.map +0 -1
  382. package/lib/services/value.service.ngfactory.d.ts.map +0 -1
  383. package/lib/services/widget-content.model.d.ts.map +0 -1
  384. package/lib/services/widget-content.service.d.ts.map +0 -1
  385. package/lib/services/widget-content.service.ngfactory.d.ts.map +0 -1
  386. package/lib/services/widget-resolver.model.d.ts.map +0 -1
  387. package/lib/services/widget-search.model.d.ts.map +0 -1
  388. package/public-api.d.ts.map +0 -1
  389. package/sunbird-cb-utils.d.ts.map +0 -1
@@ -3,14 +3,14 @@ import { NsContent } from './widget-content.model';
3
3
  import { NsCardContent } from './card-content.model';
4
4
  import { NsWidgetResolver } from './widget-resolver.model';
5
5
  export declare namespace NsContentStripMultiple {
6
- export interface IContentStripMultiple {
6
+ interface IContentStripMultiple {
7
7
  errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
8
8
  loader?: boolean;
9
9
  noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
10
10
  strips: IContentStripUnit[];
11
11
  isChannelStrip?: boolean;
12
12
  }
13
- export interface IContentStripUnit {
13
+ interface IContentStripUnit {
14
14
  key: string;
15
15
  title: string;
16
16
  name?: string;
@@ -37,7 +37,7 @@ export declare namespace NsContentStripMultiple {
37
37
  refreshEvent?: Record<'eventType' | 'from', string>;
38
38
  fetchLikes?: boolean;
39
39
  }
40
- export interface IStripRequestApi {
40
+ interface IStripRequestApi {
41
41
  path: string;
42
42
  queryParams?: {
43
43
  pageNo?: number;
@@ -46,7 +46,7 @@ export declare namespace NsContentStripMultiple {
46
46
  sourceFields?: string;
47
47
  };
48
48
  }
49
- export interface IStripInfo {
49
+ interface IStripInfo {
50
50
  mode: 'below' | 'popup' | 'modal';
51
51
  visibilityMode?: 'hidden' | 'visible';
52
52
  icon: {
@@ -63,19 +63,17 @@ export declare namespace NsContentStripMultiple {
63
63
  deletedMode?: 'greyOut' | 'hide';
64
64
  contentTags?: IContentTags;
65
65
  }
66
- export interface IContentTags {
66
+ interface IContentTags {
67
67
  daysSpan?: number;
68
68
  excludeContentType?: NsContent.EContentTypes[];
69
69
  excludeMimeType?: string[];
70
70
  tag: string;
71
71
  criteriaField: string;
72
72
  }
73
- export interface IContentStripResponseApi {
73
+ interface IContentStripResponseApi {
74
74
  contents: NsContent.IContent[];
75
75
  hasMore?: boolean;
76
76
  pageState?: string;
77
77
  totalHits?: number;
78
78
  }
79
- export {};
80
79
  }
81
- //# sourceMappingURL=content-strip-multiple.model.d.ts.map
@@ -92,7 +92,7 @@ export declare namespace WsEvents {
92
92
  currentPage: number;
93
93
  totalPage: number;
94
94
  activityStartedAt: Date | null;
95
- object?: any;
95
+ object: any;
96
96
  }
97
97
  type WsEventTelemetryPDF = IWsEvents<IWsEventTelemetryPdfData>;
98
98
  interface IWsEventTelemetryInteract extends IWsEventTelemetry {
@@ -191,4 +191,3 @@ export declare namespace WsEvents {
191
191
  HOME_PAGE_STRIP_TABS = "home-page-strip-tabs"
192
192
  }
193
193
  }
194
- //# sourceMappingURL=event.model.d.ts.map
@@ -28,4 +28,3 @@ export declare class EventService {
28
28
  customDateFormat(date: any, time: any): string;
29
29
  setEventListData(eventObj: any): void;
30
30
  }
31
- //# sourceMappingURL=event.service.d.ts.map
@@ -7,10 +7,9 @@ export declare class LoggerService {
7
7
  private consoleLog;
8
8
  private consoleWarn;
9
9
  private noConsole;
10
- get error(): (...data: any[]) => void;
11
- get info(): (...data: any[]) => void;
12
- get log(): (...data: any[]) => void;
13
- get warn(): (...data: any[]) => void;
10
+ readonly error: (message?: any, ...optionalParams: any[]) => void;
11
+ readonly info: (message?: any, ...optionalParams: any[]) => void;
12
+ readonly log: (message?: any, ...optionalParams: any[]) => void;
13
+ readonly warn: (message?: any, ...optionalParams: any[]) => void;
14
14
  removeConsoleAccess(): void;
15
15
  }
16
- //# sourceMappingURL=logger.service.d.ts.map
@@ -4,4 +4,3 @@ export interface IWsMsTokenModelResponse {
4
4
  resource?: string;
5
5
  tokenType?: string;
6
6
  }
7
- //# sourceMappingURL=ms-office.model.d.ts.map
@@ -23,4 +23,3 @@ export declare class SubapplicationRespondService {
23
23
  unsubscribeResponse(): void;
24
24
  changeContextrespond(): void;
25
25
  }
26
- //# sourceMappingURL=subapplication-respond.service.d.ts.map
@@ -14,8 +14,8 @@ export declare class TelemetryService {
14
14
  environment: any;
15
15
  externalApps: any;
16
16
  constructor(environment: any, configSvc: ConfigurationsService, eventsSvc: EventService, logger: LoggerService);
17
- get getTelemetrySessionId(): string;
18
- get rootOrgId(): string;
17
+ readonly getTelemetrySessionId: string;
18
+ readonly rootOrgId: string;
19
19
  start(edata: any, data: any, pageContext?: WsEvents.ITelemetryPageContext): void;
20
20
  end(edata: any, data: any, pageContext?: WsEvents.ITelemetryPageContext): void;
21
21
  audit(type: string, props: string, data: any): void;
@@ -40,4 +40,3 @@ export declare class TelemetryService {
40
40
  };
41
41
  extractContentIdFromUrlParts(urlParts: string[]): string | null;
42
42
  }
43
- //# sourceMappingURL=telemetry.service.d.ts.map
@@ -32,4 +32,3 @@ export interface IPortalUrls {
32
32
  cbp: string;
33
33
  frac: string;
34
34
  }
35
- //# sourceMappingURL=user-preference.model.d.ts.map
@@ -9,4 +9,3 @@ export declare class UserPreferenceService {
9
9
  fetchUserPreference(): Promise<IUserPreference>;
10
10
  saveUserPreference(changedUserPref?: Partial<IUserPreference>): Promise<boolean>;
11
11
  }
12
- //# sourceMappingURL=user-preference.service.d.ts.map
@@ -15,18 +15,17 @@ export declare class UtilityService {
15
15
  currentRouteData: any[];
16
16
  constructor(http: HttpClient, platform: Platform, router: Router, route: ActivatedRoute);
17
17
  private getChildRouteData;
18
- get randomId(): number;
18
+ readonly randomId: number;
19
19
  getJson<T>(url: string): Observable<T>;
20
20
  getLeafNodes<T extends IRecursiveData>(node: T, nodes: T[]): T[];
21
21
  getPath<T extends IRecursiveData>(node: T, id: string): T[];
22
22
  private hasPath;
23
- get isMobile(): boolean;
24
- get isIos(): boolean;
25
- get isAndroid(): boolean;
26
- get isAndroidApp(): boolean;
27
- get iOsAppRef(): any;
23
+ readonly isMobile: boolean;
24
+ readonly isIos: boolean;
25
+ readonly isAndroid: boolean;
26
+ readonly isAndroidApp: boolean;
27
+ readonly iOsAppRef: any;
28
28
  setRouteData(data: any): void;
29
- get routeData(): WsEvents.ITelemetryPageContext;
29
+ readonly routeData: WsEvents.ITelemetryPageContext;
30
30
  }
31
31
  export {};
32
- //# sourceMappingURL=utility.service.d.ts.map
@@ -6,4 +6,3 @@ export declare class ValueService {
6
6
  isXSmall$: Observable<boolean>;
7
7
  isLtMedium$: Observable<boolean>;
8
8
  }
9
- //# sourceMappingURL=value.service.d.ts.map
@@ -1,8 +1,8 @@
1
1
  export declare namespace NsContent {
2
- export interface IContinueLearningData extends IContent {
2
+ interface IContinueLearningData extends IContent {
3
3
  continueData: any;
4
4
  }
5
- export interface IContent {
5
+ interface IContent {
6
6
  platform?: any;
7
7
  addedOn: string;
8
8
  appIcon: string;
@@ -125,7 +125,7 @@ export declare namespace NsContent {
125
125
  resumePage?: number;
126
126
  [key: string]: any;
127
127
  }
128
- export interface IContentMinimal {
128
+ interface IContentMinimal {
129
129
  appIcon: string;
130
130
  artifactUrl: string;
131
131
  complexityLevel: string;
@@ -145,17 +145,17 @@ export declare namespace NsContent {
145
145
  resourceType?: string;
146
146
  totalRating?: number;
147
147
  }
148
- export interface ICollectionHierarchyResponse {
148
+ interface ICollectionHierarchyResponse {
149
149
  data: IContent;
150
150
  hasMore: boolean;
151
151
  totalContents: number;
152
152
  }
153
- export interface IRelatedContentMeta {
153
+ interface IRelatedContentMeta {
154
154
  identifier: string;
155
155
  name: string;
156
156
  }
157
157
  type TCertificationStatus = 'ongoing' | 'passed' | 'canAttempt' | 'cannotAttempt';
158
- export type TLearningMode = 'Self-Paced' | 'Instructor-Led' | 'Open' | 'Closed';
158
+ type TLearningMode = 'Self-Paced' | 'Instructor-Led' | 'Open' | 'Closed';
159
159
  interface IMarkAsCompleteProgress {
160
160
  progressStatus: 'open' | 'started' | 'completed';
161
161
  showMarkAsComplete: boolean;
@@ -208,28 +208,28 @@ export declare namespace NsContent {
208
208
  skill: string;
209
209
  name: string;
210
210
  }
211
- export interface ICreator {
211
+ interface ICreator {
212
212
  id: string;
213
213
  name: string;
214
214
  email: string;
215
215
  }
216
- export interface IContentTopic {
216
+ interface IContentTopic {
217
217
  identifier: string;
218
218
  name: string;
219
219
  }
220
- export interface IContact {
220
+ interface IContact {
221
221
  id: string;
222
222
  name: string;
223
223
  email: string;
224
224
  }
225
- export interface IViewerContinueLearningRequest {
225
+ interface IViewerContinueLearningRequest {
226
226
  resourceId: string;
227
227
  contextPathId: string;
228
228
  data: string;
229
229
  dateAccessed: number;
230
230
  contextType?: string;
231
231
  }
232
- export enum EContentTypes {
232
+ enum EContentTypes {
233
233
  PROGRAM = "Learning Path",
234
234
  CHANNEL = "Channel",
235
235
  COURSE = "Course",
@@ -239,13 +239,13 @@ export declare namespace NsContent {
239
239
  MODULE = "Collection",
240
240
  RESOURCE = "Resource"
241
241
  }
242
- export enum EMiscPlayerSupportedCollectionTypes {
242
+ enum EMiscPlayerSupportedCollectionTypes {
243
243
  PLAYLIST = "Playlist"
244
244
  }
245
- export const PLAYER_SUPPORTED_COLLECTION_TYPES: string[];
246
- export const KB_SUPPORTED_CONTENT_TYPES: EContentTypes[];
247
- export const PLAYLIST_SUPPORTED_CONTENT_TYPES: EContentTypes[];
248
- export enum EMimeTypes {
245
+ const PLAYER_SUPPORTED_COLLECTION_TYPES: string[];
246
+ const KB_SUPPORTED_CONTENT_TYPES: EContentTypes[];
247
+ const PLAYLIST_SUPPORTED_CONTENT_TYPES: EContentTypes[];
248
+ enum EMimeTypes {
249
249
  COLLECTION = "application/vnd.ekstep.content-collection",
250
250
  HTML = "application/html",
251
251
  ILP_FP = "application/ilpfp",
@@ -271,7 +271,7 @@ export declare namespace NsContent {
271
271
  PLAYLIST = "application/playlist",
272
272
  UNKNOWN = "application/unknown"
273
273
  }
274
- export enum EDisplayContentTypes {
274
+ enum EDisplayContentTypes {
275
275
  ASSESSMENT = "ASSESSMENT",
276
276
  AUDIO = "AUDIO",
277
277
  CERTIFICATION = "CERTIFICATION",
@@ -302,15 +302,13 @@ export declare namespace NsContent {
302
302
  KNOWLEDGE_BOARD = "Knowledge Board",
303
303
  LEARNING_JOURNEY = "Learning Journeys"
304
304
  }
305
- export enum EFilterCategory {
305
+ enum EFilterCategory {
306
306
  ALL = "ALL",
307
307
  LEARN = "LEARN",
308
308
  PRACTICE = "PRACTICE",
309
309
  ASSESS = "ASSESS"
310
310
  }
311
- export enum ETagType {
311
+ enum ETagType {
312
312
  NEWLY_ADDED = "NEWLY ADDED"
313
313
  }
314
- export {};
315
314
  }
316
- //# sourceMappingURL=widget-content.model.d.ts.map
@@ -47,4 +47,3 @@ export declare class WidgetContentService {
47
47
  }>;
48
48
  fetchConfig(url: string): Observable<any>;
49
49
  }
50
- //# sourceMappingURL=widget-content.service.d.ts.map
@@ -46,4 +46,3 @@ export declare namespace NsWidgetResolver {
46
46
  }
47
47
  }
48
48
  export {};
49
- //# sourceMappingURL=widget-resolver.model.d.ts.map
@@ -112,4 +112,3 @@ export declare namespace NSSearch {
112
112
  count: string;
113
113
  }
114
114
  }
115
- //# sourceMappingURL=widget-search.model.d.ts.map
package/package.json CHANGED
@@ -1,32 +1,35 @@
1
1
  {
2
2
  "name": "@sunbird-cb/utils",
3
- "version": "1.0.19-ang-9-12",
3
+ "version": "1.0.19",
4
4
  "main": "bundles/sunbird-cb-utils.umd.js",
5
5
  "dependencies": {
6
- "tslib": "^2.0.0"
6
+ "tslib": "^1.9.0"
7
7
  },
8
8
  "peerDependencies": {
9
- "@angular/animations": "~12.2.17",
10
- "@angular/cdk": "~12.2.13",
11
- "@angular/common": "~12.2.17",
12
- "@angular/compiler": "~12.2.17",
13
- "@angular/core": "~12.2.17",
14
- "@angular/forms": "~12.2.17",
15
- "@angular/material": "^12.2.13",
16
- "@angular/platform-browser": "~12.2.17",
17
- "@angular/platform-browser-dynamic": "~12.2.17",
18
- "@angular/router": "~12.2.17",
9
+ "@angular/animations": "~8.2.1",
10
+ "@angular/cdk": "~8.1.2",
11
+ "@angular/common": "~8.2.1",
12
+ "@angular/compiler": "~8.2.1",
13
+ "@angular/core": "~8.2.1",
14
+ "@angular/forms": "~8.2.1",
15
+ "@angular/material": "^8.1.2",
16
+ "@angular/platform-browser": "~8.2.1",
17
+ "@angular/platform-browser-dynamic": "~8.2.1",
18
+ "@angular/router": "~8.2.1",
19
19
  "ngx-image-cropper": "^3.3.4",
20
20
  "keycloak-angular": "^6.1.0",
21
21
  "@types/lodash": "^4.14.168",
22
22
  "moment": "^2.29.1",
23
23
  "rxjs": "~6.5.2"
24
24
  },
25
- "module": "fesm2015/sunbird-cb-utils.js",
25
+ "devDependencies": {},
26
+ "module": "fesm5/sunbird-cb-utils.js",
26
27
  "es2015": "fesm2015/sunbird-cb-utils.js",
28
+ "esm5": "esm5/sunbird-cb-utils.js",
27
29
  "esm2015": "esm2015/sunbird-cb-utils.js",
30
+ "fesm5": "fesm5/sunbird-cb-utils.js",
28
31
  "fesm2015": "fesm2015/sunbird-cb-utils.js",
29
32
  "typings": "sunbird-cb-utils.d.ts",
30
33
  "metadata": "sunbird-cb-utils.metadata.json",
31
34
  "sideEffects": false
32
- }
35
+ }
package/public-api.d.ts CHANGED
@@ -65,10 +65,3 @@ export * from './lib/services/widget-content.service';
65
65
  export * from './lib/services/subapplication-respond.service';
66
66
  export * from './lib/services/widget-content.model';
67
67
  export * from './lib/models/contentRating.model';
68
- export * from './lib/directives/class-change-on-scroll/class-change-on-scroll.directive';
69
- export * from './lib/directives/default-thumbnail/default-thumbnail.directive';
70
- export * from './lib/directives/in-view-port/in-view-port.directive';
71
- export * from './lib/directives/navigation/navigation.directive';
72
- export * from './lib/directives/permission/permission.directive';
73
- export * from './lib/helpers/horizontal-scroller/horizontal-scroller.component';
74
- //# sourceMappingURL=public-api.d.ts.map
@@ -1,2 +1,7 @@
1
1
  export * from './public-api';
2
- //# sourceMappingURL=sunbird-cb-utils.d.ts.map
2
+ export { ClassChangeOnScrollDirective as ɵa } from './lib/directives/class-change-on-scroll/class-change-on-scroll.directive';
3
+ export { DefaultThumbnailDirective as ɵb } from './lib/directives/default-thumbnail/default-thumbnail.directive';
4
+ export { InViewPortDirective as ɵc } from './lib/directives/in-view-port/in-view-port.directive';
5
+ export { NavigationDirective as ɵd } from './lib/directives/navigation/navigation.directive';
6
+ export { PermissionDirective as ɵe } from './lib/directives/permission/permission.directive';
7
+ export { HorizontalScrollerComponent as ɵf } from './lib/helpers/horizontal-scroller/horizontal-scroller.component';