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

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 (252) hide show
  1. package/bundles/sunbird-cb-utils.umd.js +1291 -1419
  2. package/bundles/sunbird-cb-utils.umd.js.map +1 -1
  3. package/esm2015/lib/components/image-crop/image-crop.component.js +28 -22
  4. package/esm2015/lib/components/image-crop/image-crop.module.js +45 -20
  5. package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +24 -14
  6. package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +17 -10
  7. package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +20 -12
  8. package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +17 -10
  9. package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +16 -14
  10. package/esm2015/lib/directives/image-responsive/image-responsive.module.js +17 -10
  11. package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +13 -13
  12. package/esm2015/lib/directives/in-view-port/in-view-port.module.js +17 -10
  13. package/esm2015/lib/directives/navigation/navigation.directive.js +22 -13
  14. package/esm2015/lib/directives/navigation/navigation.module.js +17 -10
  15. package/esm2015/lib/directives/permission/permission.directive.js +10 -7
  16. package/esm2015/lib/directives/permission/permission.module.js +17 -10
  17. package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +25 -15
  18. package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +26 -13
  19. package/esm2015/lib/helpers/logout/logout.component.js +18 -18
  20. package/esm2015/lib/helpers/logout/logout.module.js +23 -12
  21. package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +13 -8
  22. package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +10 -6
  23. package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +17 -10
  24. package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +10 -6
  25. package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +17 -10
  26. package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +10 -7
  27. package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +17 -10
  28. package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +10 -6
  29. package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +17 -10
  30. package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +10 -6
  31. package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +17 -10
  32. package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +10 -6
  33. package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +17 -10
  34. package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +10 -6
  35. package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +17 -10
  36. package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +10 -6
  37. package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +17 -10
  38. package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +10 -6
  39. package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +17 -10
  40. package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +10 -6
  41. package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +17 -10
  42. package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +10 -6
  43. package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +17 -10
  44. package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +10 -6
  45. package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +17 -10
  46. package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +10 -6
  47. package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +17 -10
  48. package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +11 -10
  49. package/esm2015/lib/resolvers/explore-detail.resolver.js +9 -15
  50. package/esm2015/lib/resolvers/marketing-offering.resolve.js +9 -11
  51. package/esm2015/lib/resolvers/page.resolver.js +12 -14
  52. package/esm2015/lib/services/auth-keycloak.service.js +11 -186
  53. package/esm2015/lib/services/auth-microsoft.service.js +9 -13
  54. package/esm2015/lib/services/configurations.service.js +9 -8
  55. package/esm2015/lib/services/event.service.js +12 -12
  56. package/esm2015/lib/services/logger.service.js +9 -11
  57. package/esm2015/lib/services/subapplication-respond.service.js +13 -155
  58. package/esm2015/lib/services/telemetry.service.js +12 -16
  59. package/esm2015/lib/services/user-preference.service.js +9 -13
  60. package/esm2015/lib/services/utility.service.js +10 -16
  61. package/esm2015/lib/services/value.service.js +10 -11
  62. package/esm2015/lib/services/widget-content.service.js +11 -17
  63. package/fesm2015/sunbird-cb-utils.js +988 -1073
  64. package/fesm2015/sunbird-cb-utils.js.map +1 -1
  65. package/lib/components/image-crop/image-crop.component.d.ts +3 -0
  66. package/lib/components/image-crop/image-crop.component.d.ts.map +1 -1
  67. package/lib/components/image-crop/image-crop.module.d.ts +14 -0
  68. package/lib/components/image-crop/image-crop.module.d.ts.map +1 -1
  69. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +3 -0
  70. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +1 -1
  71. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +6 -0
  72. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +1 -1
  73. package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +3 -0
  74. package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -1
  75. package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +6 -0
  76. package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -1
  77. package/lib/directives/image-responsive/image-responsive.directive.d.ts +3 -0
  78. package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +1 -1
  79. package/lib/directives/image-responsive/image-responsive.module.d.ts +6 -0
  80. package/lib/directives/image-responsive/image-responsive.module.d.ts.map +1 -1
  81. package/lib/directives/in-view-port/in-view-port.directive.d.ts +3 -0
  82. package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +1 -1
  83. package/lib/directives/in-view-port/in-view-port.module.d.ts +6 -0
  84. package/lib/directives/in-view-port/in-view-port.module.d.ts.map +1 -1
  85. package/lib/directives/navigation/navigation.directive.d.ts +3 -0
  86. package/lib/directives/navigation/navigation.directive.d.ts.map +1 -1
  87. package/lib/directives/navigation/navigation.module.d.ts +6 -0
  88. package/lib/directives/navigation/navigation.module.d.ts.map +1 -1
  89. package/lib/directives/permission/permission.directive.d.ts +3 -0
  90. package/lib/directives/permission/permission.directive.d.ts.map +1 -1
  91. package/lib/directives/permission/permission.module.d.ts +6 -0
  92. package/lib/directives/permission/permission.module.d.ts.map +1 -1
  93. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +3 -0
  94. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +1 -1
  95. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +9 -0
  96. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +1 -1
  97. package/lib/helpers/logout/logout.component.d.ts +3 -0
  98. package/lib/helpers/logout/logout.component.d.ts.map +1 -1
  99. package/lib/helpers/logout/logout.module.d.ts +8 -0
  100. package/lib/helpers/logout/logout.module.d.ts.map +1 -1
  101. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +6 -0
  102. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +1 -1
  103. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +3 -0
  104. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +1 -1
  105. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +6 -0
  106. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +1 -1
  107. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +3 -0
  108. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +1 -1
  109. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +6 -0
  110. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +1 -1
  111. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +3 -0
  112. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +1 -1
  113. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +6 -0
  114. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -1
  115. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +3 -0
  116. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -1
  117. package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +6 -0
  118. package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +1 -1
  119. package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +3 -0
  120. package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +1 -1
  121. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +6 -0
  122. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +1 -1
  123. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +3 -0
  124. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +1 -1
  125. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +6 -0
  126. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +1 -1
  127. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +3 -0
  128. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +1 -1
  129. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +6 -0
  130. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +1 -1
  131. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +3 -0
  132. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +1 -1
  133. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +6 -0
  134. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +1 -1
  135. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +3 -0
  136. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +1 -1
  137. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +6 -0
  138. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +1 -1
  139. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +3 -0
  140. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +1 -1
  141. package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +6 -0
  142. package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +1 -1
  143. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +3 -0
  144. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +1 -1
  145. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +6 -0
  146. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +1 -1
  147. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +3 -0
  148. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +1 -1
  149. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +6 -0
  150. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +1 -1
  151. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +3 -0
  152. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +1 -1
  153. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +6 -0
  154. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +1 -1
  155. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +3 -0
  156. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +1 -1
  157. package/lib/resolvers/explore-detail.resolver.d.ts +3 -0
  158. package/lib/resolvers/explore-detail.resolver.d.ts.map +1 -1
  159. package/lib/resolvers/marketing-offering.resolve.d.ts +3 -0
  160. package/lib/resolvers/marketing-offering.resolve.d.ts.map +1 -1
  161. package/lib/resolvers/page.resolver.d.ts +3 -0
  162. package/lib/resolvers/page.resolver.d.ts.map +1 -1
  163. package/lib/services/auth-keycloak.service.d.ts +4 -21
  164. package/lib/services/auth-keycloak.service.d.ts.map +1 -1
  165. package/lib/services/auth-microsoft.service.d.ts +3 -0
  166. package/lib/services/auth-microsoft.service.d.ts.map +1 -1
  167. package/lib/services/configurations.service.d.ts +3 -0
  168. package/lib/services/configurations.service.d.ts.map +1 -1
  169. package/lib/services/event.service.d.ts +3 -0
  170. package/lib/services/event.service.d.ts.map +1 -1
  171. package/lib/services/logger.service.d.ts +3 -0
  172. package/lib/services/logger.service.d.ts.map +1 -1
  173. package/lib/services/subapplication-respond.service.d.ts +4 -10
  174. package/lib/services/subapplication-respond.service.d.ts.map +1 -1
  175. package/lib/services/telemetry.service.d.ts +3 -0
  176. package/lib/services/telemetry.service.d.ts.map +1 -1
  177. package/lib/services/user-preference.service.d.ts +3 -0
  178. package/lib/services/user-preference.service.d.ts.map +1 -1
  179. package/lib/services/utility.service.d.ts +3 -0
  180. package/lib/services/utility.service.d.ts.map +1 -1
  181. package/lib/services/value.service.d.ts +3 -0
  182. package/lib/services/value.service.d.ts.map +1 -1
  183. package/lib/services/widget-content.service.d.ts +3 -0
  184. package/lib/services/widget-content.service.d.ts.map +1 -1
  185. package/package.json +1 -3
  186. package/sunbird-cb-utils-1.0.19-ang-13-16.tgz +0 -0
  187. package/sunbird-cb-utils.d.ts +1 -0
  188. package/sunbird-cb-utils.d.ts.map +1 -1
  189. package/lib/components/image-crop/image-crop.component.ngfactory.d.ts.map +0 -1
  190. package/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.d.ts.map +0 -1
  191. package/lib/components/image-crop/image-crop.module.ngfactory.d.ts.map +0 -1
  192. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map +0 -1
  193. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map +0 -1
  194. package/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.d.ts.map +0 -1
  195. package/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.d.ts.map +0 -1
  196. package/lib/directives/image-responsive/image-responsive.directive.ngfactory.d.ts.map +0 -1
  197. package/lib/directives/image-responsive/image-responsive.module.ngfactory.d.ts.map +0 -1
  198. package/lib/directives/in-view-port/in-view-port.directive.ngfactory.d.ts.map +0 -1
  199. package/lib/directives/in-view-port/in-view-port.module.ngfactory.d.ts.map +0 -1
  200. package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +0 -1
  201. package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +0 -1
  202. package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +0 -1
  203. package/lib/directives/permission/permission.module.ngfactory.d.ts.map +0 -1
  204. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.d.ts.map +0 -1
  205. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map +0 -1
  206. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.d.ts.map +0 -1
  207. package/lib/helpers/logout/logout.component.ngfactory.d.ts.map +0 -1
  208. package/lib/helpers/logout/logout.component.scss.shim.ngstyle.d.ts.map +0 -1
  209. package/lib/helpers/logout/logout.module.ngfactory.d.ts.map +0 -1
  210. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.d.ts.map +0 -1
  211. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.d.ts.map +0 -1
  212. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.d.ts.map +0 -1
  213. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.d.ts.map +0 -1
  214. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.d.ts.map +0 -1
  215. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.d.ts.map +0 -1
  216. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.d.ts.map +0 -1
  217. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.d.ts.map +0 -1
  218. package/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.d.ts.map +0 -1
  219. package/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.d.ts.map +0 -1
  220. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.d.ts.map +0 -1
  221. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.d.ts.map +0 -1
  222. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.d.ts.map +0 -1
  223. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.d.ts.map +0 -1
  224. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.d.ts.map +0 -1
  225. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.d.ts.map +0 -1
  226. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.d.ts.map +0 -1
  227. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.d.ts.map +0 -1
  228. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.d.ts.map +0 -1
  229. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.d.ts.map +0 -1
  230. package/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.d.ts.map +0 -1
  231. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.d.ts.map +0 -1
  232. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.d.ts.map +0 -1
  233. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.d.ts.map +0 -1
  234. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.d.ts.map +0 -1
  235. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.d.ts.map +0 -1
  236. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.d.ts.map +0 -1
  237. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.d.ts.map +0 -1
  238. package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +0 -1
  239. package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +0 -1
  240. package/lib/resolvers/page.resolver.ngfactory.d.ts.map +0 -1
  241. package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +0 -1
  242. package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +0 -1
  243. package/lib/services/configurations.service.ngfactory.d.ts.map +0 -1
  244. package/lib/services/event.service.ngfactory.d.ts.map +0 -1
  245. package/lib/services/logger.service.ngfactory.d.ts.map +0 -1
  246. package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +0 -1
  247. package/lib/services/telemetry.service.ngfactory.d.ts.map +0 -1
  248. package/lib/services/user-preference.service.ngfactory.d.ts.map +0 -1
  249. package/lib/services/utility.service.ngfactory.d.ts.map +0 -1
  250. package/lib/services/value.service.ngfactory.d.ts.map +0 -1
  251. package/lib/services/widget-content.service.ngfactory.d.ts.map +0 -1
  252. package/sunbird-cb-utils.metadata.json +0 -1
@@ -1,9 +1,12 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { BreakpointObserver } from '@angular/cdk/layout';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ValueService {
4
5
  private breakpointObserver;
5
6
  constructor(breakpointObserver: BreakpointObserver);
6
7
  isXSmall$: Observable<boolean>;
7
8
  isLtMedium$: Observable<boolean>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValueService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<ValueService>;
8
11
  }
9
12
  //# sourceMappingURL=value.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"value.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/value.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EAAE,kBAAkB,EAAgC,MAAM,qBAAqB,CAAA;AAGtF,qBAGa,YAAY;IAGrB,OAAO,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,kBAAkB;IAGzC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAEc;IAC5C,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAEY;CAEpD"}
1
+ {"version":3,"file":"value.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/value.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EAAE,kBAAkB,EAAgC,MAAM,qBAAqB,CAAA;;AAGtF,qBAGa,YAAY;IAGrB,OAAO,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,kBAAkB;IAGzC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAEc;IAC5C,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAEY;yCAXxC,YAAY;6CAAZ,YAAY;CAaxB"}
@@ -5,6 +5,7 @@ import { ConfigurationsService } from './configurations.service';
5
5
  import { NsContentStripMultiple } from './content-strip-multiple.model';
6
6
  import { NsContent } from './widget-content.model';
7
7
  import { NSSearch } from './widget-search.model';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class WidgetContentService {
9
10
  private http;
10
11
  private configSvc;
@@ -46,5 +47,7 @@ export declare class WidgetContentService {
46
47
  registrationUrl?: string;
47
48
  }>;
48
49
  fetchConfig(url: string): Observable<any>;
50
+ static ɵfac: i0.ɵɵFactoryDeclaration<WidgetContentService, never>;
51
+ static ɵprov: i0.ɵɵInjectableDeclaration<WidgetContentService>;
49
52
  }
50
53
  //# sourceMappingURL=widget-content.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"widget-content.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/widget-content.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"widget-content.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/widget-content.service.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunbird-cb/utils",
3
- "version": "1.0.19-ang-9-12",
3
+ "version": "1.0.19-ang-13-16",
4
4
  "main": "bundles/sunbird-cb-utils.umd.js",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -17,7 +17,6 @@
17
17
  "@angular/platform-browser-dynamic": "~12.2.17",
18
18
  "@angular/router": "~12.2.17",
19
19
  "ngx-image-cropper": "^3.3.4",
20
- "keycloak-angular": "^6.1.0",
21
20
  "@types/lodash": "^4.14.168",
22
21
  "moment": "^2.29.1",
23
22
  "rxjs": "~6.5.2"
@@ -27,6 +26,5 @@
27
26
  "esm2015": "esm2015/sunbird-cb-utils.js",
28
27
  "fesm2015": "fesm2015/sunbird-cb-utils.js",
29
28
  "typings": "sunbird-cb-utils.d.ts",
30
- "metadata": "sunbird-cb-utils.metadata.json",
31
29
  "sideEffects": false
32
30
  }
@@ -1,2 +1,3 @@
1
+ /// <amd-module name="@sunbird-cb/utils" />
1
2
  export * from './public-api';
2
3
  //# sourceMappingURL=sunbird-cb-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sunbird-cb-utils.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/utils/src/sunbird-cb-utils.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"sunbird-cb-utils.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/utils/src/sunbird-cb-utils.ts"],"names":[],"mappings":";AAIA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"image-crop.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"image-crop.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"image-crop.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAa1C,eAAO,MAAM,wBAAwB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,eAAe,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"class-change-on-scroll.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"class-change-on-scroll.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAGtD,eAAO,MAAM,kCAAkC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,yBAAyB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"default-thumbnail.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"default-thumbnail.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,4BAA4B,CAAC;AAGjD,eAAO,MAAM,+BAA+B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,sBAAsB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"image-responsive.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/image-responsive/image-responsive.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"image-responsive.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/image-responsive/image-responsive.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGhD,eAAO,MAAM,8BAA8B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,qBAAqB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"in-view-port.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/in-view-port/in-view-port.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"in-view-port.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/in-view-port/in-view-port.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAG5C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"navigation.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/navigation/navigation.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"navigation.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/navigation/navigation.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAG1C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"permission.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/permission/permission.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"permission.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/permission/permission.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAG1C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"horizontal-scroller.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"horizontal-scroller.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"horizontal-scroller.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAOnD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"logout.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"logout.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"logout.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAMtC,eAAO,MAAM,qBAAqB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,YAAY,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-concise-date-range.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAGvD,eAAO,MAAM,mCAAmC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,0BAA0B,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-concise-date-range.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-count-transform.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,+BAA+B,CAAC;AAGpD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-count-transform.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-date-concat.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGhD,eAAO,MAAM,6BAA6B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,oBAAoB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-date-concat.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-duration-transform.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAGvD,eAAO,MAAM,oCAAoC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,2BAA2B,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-duration-transform.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-filter.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAG3C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-filter.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-filter-search.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAGlD,eAAO,MAAM,+BAA+B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,sBAAsB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-filter-search.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-html-tag-removal.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAGrD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-html-tag-removal.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-limit-to.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAG7C,eAAO,MAAM,0BAA0B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,iBAAiB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-limit-to.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-list-filter.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGhD,eAAO,MAAM,6BAA6B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,oBAAoB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-list-filter.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-name-transform.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAGnD,eAAO,MAAM,gCAAgC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,uBAAuB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-name-transform.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-order-by.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAG7C,eAAO,MAAM,0BAA0B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,iBAAiB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-order-by.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-partial-content.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,+BAA+B,CAAC;AAGpD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-partial-content.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-relative-time.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAGlD,eAAO,MAAM,+BAA+B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,sBAAsB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-relative-time.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-safe-sanitizer.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAGnD,eAAO,MAAM,gCAAgC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,uBAAuB,CAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pipe-safe-sanitizer.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"explore-detail.resolver.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/resolvers/explore-detail.resolver.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"marketing-offering.resolve.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/resolvers/marketing-offering.resolve.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"page.resolver.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/resolvers/page.resolver.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth-keycloak.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/auth-keycloak.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth-microsoft.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/auth-microsoft.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"configurations.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/configurations.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/event.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"logger.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/logger.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"subapplication-respond.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/subapplication-respond.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"telemetry.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/telemetry.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-preference.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/user-preference.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"utility.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/utility.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"value.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/value.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"widget-content.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/widget-content.service.ngfactory.ts"],"names":[],"mappings":""}