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

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 (288) hide show
  1. package/bundles/sunbird-cb-utils.umd.js +561 -779
  2. package/bundles/sunbird-cb-utils.umd.js.map +1 -1
  3. package/esm2015/lib/components/image-crop/image-crop.component.js +22 -28
  4. package/esm2015/lib/components/image-crop/image-crop.module.js +20 -45
  5. package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +14 -24
  6. package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +10 -17
  7. package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +12 -20
  8. package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +10 -17
  9. package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +14 -16
  10. package/esm2015/lib/directives/image-responsive/image-responsive.module.js +10 -17
  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 +10 -17
  13. package/esm2015/lib/directives/navigation/navigation.directive.js +13 -22
  14. package/esm2015/lib/directives/navigation/navigation.module.js +10 -17
  15. package/esm2015/lib/directives/permission/permission.directive.js +7 -10
  16. package/esm2015/lib/directives/permission/permission.module.js +10 -17
  17. package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +15 -25
  18. package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +13 -26
  19. package/esm2015/lib/helpers/logout/logout.component.js +18 -18
  20. package/esm2015/lib/helpers/logout/logout.module.js +12 -23
  21. package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +8 -13
  22. package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +6 -10
  23. package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +10 -17
  24. package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +6 -10
  25. package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +10 -17
  26. package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +7 -10
  27. package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +10 -17
  28. package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +6 -10
  29. package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +10 -17
  30. package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +6 -10
  31. package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +10 -17
  32. package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +6 -10
  33. package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +10 -17
  34. package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +6 -10
  35. package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +10 -17
  36. package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +6 -10
  37. package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +10 -17
  38. package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +6 -10
  39. package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +10 -17
  40. package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +6 -10
  41. package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +10 -17
  42. package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +6 -10
  43. package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +10 -17
  44. package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +6 -10
  45. package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +10 -17
  46. package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +6 -10
  47. package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +10 -17
  48. package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +10 -11
  49. package/esm2015/lib/resolvers/explore-detail.resolver.js +15 -9
  50. package/esm2015/lib/resolvers/marketing-offering.resolve.js +11 -9
  51. package/esm2015/lib/resolvers/page.resolver.js +14 -12
  52. package/esm2015/lib/services/auth-keycloak.service.js +15 -10
  53. package/esm2015/lib/services/auth-microsoft.service.js +13 -9
  54. package/esm2015/lib/services/configurations.model.js +1 -1
  55. package/esm2015/lib/services/configurations.service.js +8 -9
  56. package/esm2015/lib/services/event.service.js +12 -12
  57. package/esm2015/lib/services/logger.service.js +11 -9
  58. package/esm2015/lib/services/subapplication-respond.service.js +22 -9
  59. package/esm2015/lib/services/telemetry.service.js +16 -12
  60. package/esm2015/lib/services/user-preference.service.js +13 -9
  61. package/esm2015/lib/services/utility.service.js +16 -10
  62. package/esm2015/lib/services/value.service.js +11 -10
  63. package/esm2015/lib/services/widget-content.service.js +17 -11
  64. package/fesm2015/sunbird-cb-utils.js +568 -776
  65. package/fesm2015/sunbird-cb-utils.js.map +1 -1
  66. package/lib/components/image-crop/image-crop.component.d.ts +1 -3
  67. package/lib/components/image-crop/image-crop.component.d.ts.map +1 -0
  68. package/lib/components/image-crop/image-crop.component.ngfactory.d.ts.map +1 -0
  69. package/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.d.ts.map +1 -0
  70. package/lib/components/image-crop/image-crop.module.d.ts +1 -14
  71. package/lib/components/image-crop/image-crop.module.d.ts.map +1 -0
  72. package/lib/components/image-crop/image-crop.module.ngfactory.d.ts.map +1 -0
  73. package/lib/constants/features.enum.d.ts +1 -0
  74. package/lib/constants/features.enum.d.ts.map +1 -0
  75. package/lib/constants/instances.enum.d.ts +1 -0
  76. package/lib/constants/instances.enum.d.ts.map +1 -0
  77. package/lib/constants/misc.constants.d.ts +1 -0
  78. package/lib/constants/misc.constants.d.ts.map +1 -0
  79. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +1 -3
  80. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +1 -0
  81. package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map +1 -0
  82. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +1 -6
  83. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +1 -0
  84. package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map +1 -0
  85. package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +1 -3
  86. package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
  87. package/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.d.ts.map +1 -0
  88. package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +1 -6
  89. package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
  90. package/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.d.ts.map +1 -0
  91. package/lib/directives/image-responsive/image-responsive.directive.d.ts +1 -3
  92. package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
  93. package/lib/directives/image-responsive/image-responsive.directive.ngfactory.d.ts.map +1 -0
  94. package/lib/directives/image-responsive/image-responsive.module.d.ts +1 -6
  95. package/lib/directives/image-responsive/image-responsive.module.d.ts.map +1 -0
  96. package/lib/directives/image-responsive/image-responsive.module.ngfactory.d.ts.map +1 -0
  97. package/lib/directives/in-view-port/in-view-port.directive.d.ts +1 -3
  98. package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +1 -0
  99. package/lib/directives/in-view-port/in-view-port.directive.ngfactory.d.ts.map +1 -0
  100. package/lib/directives/in-view-port/in-view-port.module.d.ts +1 -6
  101. package/lib/directives/in-view-port/in-view-port.module.d.ts.map +1 -0
  102. package/lib/directives/in-view-port/in-view-port.module.ngfactory.d.ts.map +1 -0
  103. package/lib/directives/navigation/navigation.directive.d.ts +1 -3
  104. package/lib/directives/navigation/navigation.directive.d.ts.map +1 -0
  105. package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +1 -0
  106. package/lib/directives/navigation/navigation.module.d.ts +1 -6
  107. package/lib/directives/navigation/navigation.module.d.ts.map +1 -0
  108. package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +1 -0
  109. package/lib/directives/permission/permission.directive.d.ts +1 -3
  110. package/lib/directives/permission/permission.directive.d.ts.map +1 -0
  111. package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +1 -0
  112. package/lib/directives/permission/permission.module.d.ts +1 -6
  113. package/lib/directives/permission/permission.module.d.ts.map +1 -0
  114. package/lib/directives/permission/permission.module.ngfactory.d.ts.map +1 -0
  115. package/lib/helpers/functions/getStringifiedQueryParams.d.ts +1 -0
  116. package/lib/helpers/functions/getStringifiedQueryParams.d.ts.map +1 -0
  117. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +1 -3
  118. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +1 -0
  119. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.d.ts.map +1 -0
  120. package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map +1 -0
  121. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +1 -9
  122. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +1 -0
  123. package/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.d.ts.map +1 -0
  124. package/lib/helpers/logout/logout.component.d.ts +1 -3
  125. package/lib/helpers/logout/logout.component.d.ts.map +1 -0
  126. package/lib/helpers/logout/logout.component.ngfactory.d.ts.map +1 -0
  127. package/lib/helpers/logout/logout.component.scss.shim.ngstyle.d.ts.map +1 -0
  128. package/lib/helpers/logout/logout.module.d.ts +1 -8
  129. package/lib/helpers/logout/logout.module.d.ts.map +1 -0
  130. package/lib/helpers/logout/logout.module.ngfactory.d.ts.map +1 -0
  131. package/lib/models/contentRating.model.d.ts +1 -0
  132. package/lib/models/contentRating.model.d.ts.map +1 -0
  133. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +1 -6
  134. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +1 -0
  135. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.d.ts.map +1 -0
  136. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +1 -3
  137. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +1 -0
  138. package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.d.ts.map +1 -0
  139. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +1 -6
  140. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +1 -0
  141. package/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.d.ts.map +1 -0
  142. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +1 -3
  143. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +1 -0
  144. package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.d.ts.map +1 -0
  145. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +1 -6
  146. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +1 -0
  147. package/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.d.ts.map +1 -0
  148. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +1 -3
  149. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +1 -0
  150. package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.d.ts.map +1 -0
  151. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +1 -6
  152. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
  153. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.d.ts.map +1 -0
  154. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +1 -3
  155. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
  156. package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.d.ts.map +1 -0
  157. package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +1 -6
  158. package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +1 -0
  159. package/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.d.ts.map +1 -0
  160. package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +1 -3
  161. package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +1 -0
  162. package/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.d.ts.map +1 -0
  163. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +1 -6
  164. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +1 -0
  165. package/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.d.ts.map +1 -0
  166. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +1 -3
  167. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +1 -0
  168. package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.d.ts.map +1 -0
  169. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +1 -6
  170. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +1 -0
  171. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.d.ts.map +1 -0
  172. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +1 -3
  173. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +1 -0
  174. package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.d.ts.map +1 -0
  175. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +1 -6
  176. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +1 -0
  177. package/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.d.ts.map +1 -0
  178. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +1 -3
  179. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +1 -0
  180. package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.d.ts.map +1 -0
  181. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +1 -6
  182. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +1 -0
  183. package/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.d.ts.map +1 -0
  184. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +1 -3
  185. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +1 -0
  186. package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.d.ts.map +1 -0
  187. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +1 -6
  188. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +1 -0
  189. package/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.d.ts.map +1 -0
  190. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +1 -3
  191. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +1 -0
  192. package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.d.ts.map +1 -0
  193. package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +1 -6
  194. package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +1 -0
  195. package/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.d.ts.map +1 -0
  196. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +1 -3
  197. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +1 -0
  198. package/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.d.ts.map +1 -0
  199. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +1 -6
  200. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +1 -0
  201. package/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.d.ts.map +1 -0
  202. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +1 -3
  203. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +1 -0
  204. package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.d.ts.map +1 -0
  205. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +1 -6
  206. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +1 -0
  207. package/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.d.ts.map +1 -0
  208. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +1 -3
  209. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +1 -0
  210. package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.d.ts.map +1 -0
  211. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +1 -6
  212. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +1 -0
  213. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.d.ts.map +1 -0
  214. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +1 -3
  215. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +1 -0
  216. package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.d.ts.map +1 -0
  217. package/lib/resolvers/explore-detail.resolver.d.ts +1 -3
  218. package/lib/resolvers/explore-detail.resolver.d.ts.map +1 -0
  219. package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +1 -0
  220. package/lib/resolvers/marketing-offering.resolve.d.ts +1 -3
  221. package/lib/resolvers/marketing-offering.resolve.d.ts.map +1 -0
  222. package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +1 -0
  223. package/lib/resolvers/page.constant.d.ts +1 -0
  224. package/lib/resolvers/page.constant.d.ts.map +1 -0
  225. package/lib/resolvers/page.model.d.ts +1 -0
  226. package/lib/resolvers/page.model.d.ts.map +1 -0
  227. package/lib/resolvers/page.resolver.d.ts +1 -3
  228. package/lib/resolvers/page.resolver.d.ts.map +1 -0
  229. package/lib/resolvers/page.resolver.ngfactory.d.ts.map +1 -0
  230. package/lib/resolvers/resolver.model.d.ts +1 -0
  231. package/lib/resolvers/resolver.model.d.ts.map +1 -0
  232. package/lib/services/auth-keycloak.service.d.ts +1 -3
  233. package/lib/services/auth-keycloak.service.d.ts.map +1 -0
  234. package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +1 -0
  235. package/lib/services/auth-microsoft.service.d.ts +1 -3
  236. package/lib/services/auth-microsoft.service.d.ts.map +1 -0
  237. package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +1 -0
  238. package/lib/services/card-content.model.d.ts +1 -0
  239. package/lib/services/card-content.model.d.ts.map +1 -0
  240. package/lib/services/configurations.model.d.ts +9 -0
  241. package/lib/services/configurations.model.d.ts.map +1 -0
  242. package/lib/services/configurations.service.d.ts +2 -3
  243. package/lib/services/configurations.service.d.ts.map +1 -0
  244. package/lib/services/configurations.service.ngfactory.d.ts.map +1 -0
  245. package/lib/services/content-strip-multiple.model.d.ts +1 -0
  246. package/lib/services/content-strip-multiple.model.d.ts.map +1 -0
  247. package/lib/services/event.model.d.ts +1 -0
  248. package/lib/services/event.model.d.ts.map +1 -0
  249. package/lib/services/event.service.d.ts +1 -3
  250. package/lib/services/event.service.d.ts.map +1 -0
  251. package/lib/services/event.service.ngfactory.d.ts.map +1 -0
  252. package/lib/services/logger.service.d.ts +1 -3
  253. package/lib/services/logger.service.d.ts.map +1 -0
  254. package/lib/services/logger.service.ngfactory.d.ts.map +1 -0
  255. package/lib/services/ms-office.model.d.ts +1 -0
  256. package/lib/services/ms-office.model.d.ts.map +1 -0
  257. package/lib/services/subapplication-respond.service.d.ts +1 -3
  258. package/lib/services/subapplication-respond.service.d.ts.map +1 -0
  259. package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +1 -0
  260. package/lib/services/telemetry.service.d.ts +1 -3
  261. package/lib/services/telemetry.service.d.ts.map +1 -0
  262. package/lib/services/telemetry.service.ngfactory.d.ts.map +1 -0
  263. package/lib/services/user-preference.model.d.ts +1 -0
  264. package/lib/services/user-preference.model.d.ts.map +1 -0
  265. package/lib/services/user-preference.service.d.ts +1 -3
  266. package/lib/services/user-preference.service.d.ts.map +1 -0
  267. package/lib/services/user-preference.service.ngfactory.d.ts.map +1 -0
  268. package/lib/services/utility.service.d.ts +1 -3
  269. package/lib/services/utility.service.d.ts.map +1 -0
  270. package/lib/services/utility.service.ngfactory.d.ts.map +1 -0
  271. package/lib/services/value.service.d.ts +1 -3
  272. package/lib/services/value.service.d.ts.map +1 -0
  273. package/lib/services/value.service.ngfactory.d.ts.map +1 -0
  274. package/lib/services/widget-content.model.d.ts +1 -0
  275. package/lib/services/widget-content.model.d.ts.map +1 -0
  276. package/lib/services/widget-content.service.d.ts +1 -3
  277. package/lib/services/widget-content.service.d.ts.map +1 -0
  278. package/lib/services/widget-content.service.ngfactory.d.ts.map +1 -0
  279. package/lib/services/widget-resolver.model.d.ts +1 -0
  280. package/lib/services/widget-resolver.model.d.ts.map +1 -0
  281. package/lib/services/widget-search.model.d.ts +1 -0
  282. package/lib/services/widget-search.model.d.ts.map +1 -0
  283. package/package.json +2 -1
  284. package/public-api.d.ts +1 -0
  285. package/public-api.d.ts.map +1 -0
  286. package/sunbird-cb-utils.d.ts +1 -1
  287. package/sunbird-cb-utils.d.ts.map +1 -0
  288. package/sunbird-cb-utils.metadata.json +1 -0
@@ -1,39 +1,33 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, EventEmitter, Component, Inject, Output, NgModule, Directive, Input, HostBinding, HostListener, ViewChild, Pipe, LOCALE_ID } from '@angular/core';
3
- import * as i1$1 from '@angular/material/dialog';
4
- import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
2
+ import { Injectable, EventEmitter, Component, Inject, Output, NgModule, Directive, Input, HostBinding, HostListener, ElementRef, ViewChild, Pipe, LOCALE_ID } from '@angular/core';
3
+ import { MatDialogRef, MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
4
+ import { MatSnackBar } from '@angular/material/snack-bar';
5
5
  import { BehaviorSubject, ReplaySubject, fromEvent, timer, of, forkJoin, Subject } from 'rxjs';
6
- import * as i3 from '@angular/material/snack-bar';
7
6
  import * as i1 from '@angular/cdk/layout';
8
- import { Breakpoints } from '@angular/cdk/layout';
7
+ import { Breakpoints, BreakpointObserver } from '@angular/cdk/layout';
9
8
  import { map, debounceTime, distinctUntilChanged, throttleTime, filter, catchError, mergeMap, retry } from 'rxjs/operators';
10
- import * as i5 from '@angular/material/icon';
11
- import { MatIconModule } from '@angular/material/icon';
12
- import * as i6 from '@angular/material/button';
9
+ import { CommonModule } from '@angular/common';
13
10
  import { MatButtonModule } from '@angular/material/button';
14
- import * as i7 from 'ngx-image-cropper';
15
- import { ImageCropperModule } from 'ngx-image-cropper';
16
- import * as i8 from '@angular/material/slider';
17
- import { MatSliderModule } from '@angular/material/slider';
18
- import * as i9 from '@angular/material/card';
19
11
  import { MatCardModule } from '@angular/material/card';
20
- import * as i4 from '@angular/common';
21
- import { CommonModule } from '@angular/common';
12
+ import { MatIconModule } from '@angular/material/icon';
13
+ import { MatSliderModule } from '@angular/material/slider';
22
14
  import { MatToolbarModule } from '@angular/material/toolbar';
23
15
  import { MatTooltipModule } from '@angular/material/tooltip';
24
- import * as i3$1 from '@angular/material/progress-spinner';
16
+ import { ImageCropperModule } from 'ngx-image-cropper';
25
17
  import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
26
18
  import { __awaiter } from 'tslib';
27
19
  import * as i2 from 'keycloak-angular';
28
- import { KeycloakEventType } from 'keycloak-angular';
29
- import * as i1$2 from '@angular/common/http';
30
- import * as i3$2 from '@angular/router';
31
- import { NavigationEnd } from '@angular/router';
20
+ import { KeycloakEventType, KeycloakService } from 'keycloak-angular';
21
+ import * as i1$1 from '@angular/common/http';
22
+ import { HttpClient } from '@angular/common/http';
32
23
  import * as i2$1 from '@angular/cdk/platform';
24
+ import { Platform } from '@angular/cdk/platform';
25
+ import * as i3 from '@angular/router';
26
+ import { NavigationEnd, Router, ActivatedRoute } from '@angular/router';
33
27
  import * as _moment from 'moment';
34
28
  import * as _ from 'lodash';
35
29
  import { orderBy } from 'lodash';
36
- import * as i1$3 from '@angular/platform-browser';
30
+ import { DomSanitizer } from '@angular/platform-browser';
37
31
 
38
32
  class ConfigurationsService {
39
33
  constructor() {
@@ -88,14 +82,13 @@ class ConfigurationsService {
88
82
  this.updateOrgReadData.next(id);
89
83
  }
90
84
  }
91
- ConfigurationsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ConfigurationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
92
- ConfigurationsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ConfigurationsService, providedIn: 'root' });
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ConfigurationsService, decorators: [{
94
- type: Injectable,
95
- args: [{
96
- providedIn: 'root',
97
- }]
98
- }], ctorParameters: function () { return []; } });
85
+ ConfigurationsService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
86
+ ConfigurationsService.decorators = [
87
+ { type: Injectable, args: [{
88
+ providedIn: 'root',
89
+ },] }
90
+ ];
91
+ ConfigurationsService.ctorParameters = () => [];
99
92
 
100
93
  class ValueService {
101
94
  constructor(breakpointObserver) {
@@ -108,14 +101,15 @@ class ValueService {
108
101
  .pipe(map((res) => res.matches));
109
102
  }
110
103
  }
111
- ValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ValueService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable });
112
- ValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ValueService, providedIn: 'root' });
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ValueService, decorators: [{
114
- type: Injectable,
115
- args: [{
116
- providedIn: 'root',
117
- }]
118
- }], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; } });
104
+ ValueService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(i0.ɵɵinject(i1.BreakpointObserver)); }, token: ValueService, providedIn: "root" });
105
+ ValueService.decorators = [
106
+ { type: Injectable, args: [{
107
+ providedIn: 'root',
108
+ },] }
109
+ ];
110
+ ValueService.ctorParameters = () => [
111
+ { type: BreakpointObserver }
112
+ ];
119
113
 
120
114
  class ImageCropComponent {
121
115
  constructor(dialogRef, configSvc, snackBar, valueSvc, data) {
@@ -254,67 +248,45 @@ class ImageCropComponent {
254
248
  this.dialogRef.close();
255
249
  }
256
250
  }
257
- ImageCropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageCropComponent, deps: [{ token: i1$1.MatDialogRef }, { token: ConfigurationsService }, { token: i3.MatSnackBar }, { token: ValueService }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
258
- ImageCropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ImageCropComponent, selector: "ws-utils-image-crop", outputs: { data: "data" }, ngImport: i0, template: "<ng-container *ngIf=\"isNotOfRequiredSize\">\r\n <mat-dialog-content>\r\n <div class=\"flex pl-4\">\r\n <mat-icon class=\"ws-mat-warn-text largeicon padding-remove-left\">warning</mat-icon>\r\n <h2 class=\"text-xl\" i18n>This image will appear stretched as it is not in proper dimension. Do you want to\r\n continue?</h2>\r\n </div>\r\n <div class=\"text-sm pl-4\">\r\n <div i18n class=\"pb-2\">Note:</div>\r\n <div i18n class=\"pb-2\">Required dimensions : 265 * 150</div>\r\n <div class=\"flex flex-wrap items-baseline\">\r\n <div>Current dimensions:</div>\r\n <div class=\"pl-1\">{{ width }} * {{ height }} px</div>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n <mat-dialog-actions class=\"flex flex-end\">\r\n <div class=\"flex flex-end\">\r\n <button mat-raised-button autofocus type=\"button\" (click)=\" close()\">\r\n <span i18n>No</span>\r\n </button>\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" continueToImageCrop()\">\r\n <span class=\"text-white\" i18n>Yes</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n<ng-container *ngIf=\"isRoundCrop\">\r\n <!-- For Profile image - start -->\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl font-weight-bold ws-mat-primary-text\" i18n>Profile Photo</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>close</mat-icon>\r\n\r\n </div>\r\n <mat-dialog-content class=\"p-0 overflow-hidden \" *ngIf=\"isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"profile-slides\">\r\n <image-cropper #imageCropper class=\"image-cropper-profile\" [imageFile]=\"imageFile\" [maintainAspectRatio]=\"true\"\r\n [aspectRatio]=\"250 / 250\" [resizeToWidth]=\"100\" [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"120\"\r\n [cropperMinWidth]=\"500\" [format]=\"'jpeg'\" [transform]=\"transform\" [canvasRotation]=\"canvasRotation\"\r\n (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n </div>\r\n </div>\r\n <ul class=\"toolbar cf\">\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n </li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button></li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button></li>\r\n <li><a href=\"#\"><i class=\"icon-cloud\"></i></a></li>\r\n </ul>\r\n </mat-dialog-content>\r\n</ng-container> <!-- For Profile image - end -->\r\n<ng-container>\r\n <ng-container *ngIf=\"!isNotOfRequiredSize && !isRoundCrop \">\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl title-margin font-weight-bold ws-mat-primary-text\" i18n>Edit Image</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>\r\n close</mat-icon>\r\n </div>\r\n <mat-dialog-content *ngIf=\"!isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"Slides\">\r\n <image-cropper #imageCropper class=\"image-cropper padding-remove\" [imageFile]=\"imageFile\"\r\n [maintainAspectRatio]=\"true\" [aspectRatio]=\"opWidth / opHeight\" [resizeToWidth]=\"opWidth\"\r\n [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"opHeight\" [cropperMinWidth]=\"opWidth\" [format]=\"'jpeg'\"\r\n [transform]=\"transform\" [canvasRotation]=\"canvasRotation\" (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n <div class=\"flex flex-between\">\r\n <span class=\"my-3\" i18n>Zoom</span>\r\n <mat-slider class=\"w-full mx-3\" color=\"primary\" (input)=\"zoom($event)\" min=\"1\" max=\"2.5\" step=\"0.1\">\r\n </mat-slider>\r\n </div>\r\n <div class=\"edit-feature-window \" *ngIf=\"!isXSmall\">\r\n <div class=\"flex flex-between\">\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <mat-card class=\"ws-mat-primary-border-top-bolder mat-elevation-z6 margin-bottom-l button-text\"\r\n *ngIf=\"isThumbnail\">\r\n <img [src]=\"imageFileBase64\" height=\"auto\" width=\"100%\" (error)=\"changeToDefaultImg($event)\" />\r\n <div class=\"flex flex-middle justify-center margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">image</mat-icon>\r\n <b class=\"mat-title margin-remove ws-mat-primary-text\" i18n>Preview</b>\r\n </div>\r\n </mat-card>\r\n </div>\r\n <div class=\"edit-feature-window heightwidth\">\r\n <!-- <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \" i18n>Cropped dimensions: {{ opWidth }} * {{ opHeight }} px</b>\r\n </div> -->\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Width: </span>\r\n <span>{{ croppedWidth }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_vert</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Height: </span>\r\n <span>{{ croppedHeight }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n </ng-container>\r\n <mat-dialog-actions align=\"end\" *ngIf=\"!isNotOfRequiredSize \">\r\n <div class=\"flex flex-end margin-bottom-s\">\r\n <!-- <button mat-raised-button type=\"button\" (click)=\" reset()\">\r\n <span i18n>Reset</span>\r\n </button> -->\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" croppingImage()\">\r\n <span class=\"text-white\" i18n>Apply</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n", styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}@media only screen and (max-width: 1030px){.Slides{padding:0;width:100%}}.cursor{cursor:pointer}.edit-feature-window{background:transparent;justify-content:center}mat-toolbar{background-color:#fff!important;z-index:1!important}mat-dialog-content{padding:1.25em!important}@media only screen and (max-width: 1030px){mat-dialog-content{padding:.25em .5em!important}}.heightwidth{display:flex}@media only screen and (max-width: 1030px){.heightwidth{display:block}}@media only screen and (max-width: 1030px){.mat-button{min-width:auto;padding:0 14px}}.largeicon{font-size:2em;padding:.13em .5em}.tooltip{background:#b71c1c}.dimension-icon{position:relative;top:.35em;padding:0 0 0 .3em}@media only screen and (max-width: 1030px){.button-text{display:none}}.image-cropper-profile{max-height:55vh}.profile-slides{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1030px){.profile-slides{padding:0;width:100%}}.toolbar{left:50%;margin:1em 0 0 -10em;position:absolute;width:auto;border-radius:4px}.cf:before,.cf:after{content:\"\";display:table}.cf:after{clear:both}.toolbar li{float:left;list-style:none}.toolbar a{border-left:0px solid rgba(79,123,170,.4);border-right:1px solid rgba(255,255,255,.3)}.toolbar li:first-child a{border-left:none;border-radius:4px 0 0 4px}.toolbar li:last-child a{border-right:none;border-radius:0 4px 4px 0}\n"], components: [{ type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i6.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i7.ImageCropperComponent, selector: "image-cropper", inputs: ["format", "transform", "maintainAspectRatio", "aspectRatio", "resizeToWidth", "resizeToHeight", "cropperMinWidth", "cropperMinHeight", "cropperMaxHeight", "cropperMaxWidth", "cropperStaticWidth", "cropperStaticHeight", "canvasRotation", "initialStepSize", "roundCropper", "onlyScaleDown", "imageQuality", "autoCrop", "backgroundColor", "containWithinAspectRatio", "hideResizeSquares", "cropper", "alignImage", "disabled", "imageChangedEvent", "imageURL", "imageBase64", "imageFile"], outputs: ["imageCropped", "startCropImage", "imageLoaded", "cropperReady", "loadImageFailed"] }, { type: i8.MatSlider, selector: "mat-slider", inputs: ["disabled", "color", "tabIndex", "invert", "max", "min", "step", "thumbLabel", "tickInterval", "value", "vertical", "displayWith", "valueText"], outputs: ["change", "input", "valueChange"], exportAs: ["matSlider"] }, { type: i9.MatCard, selector: "mat-card", exportAs: ["matCard"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }] });
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageCropComponent, decorators: [{
260
- type: Component,
261
- args: [{
262
- selector: 'ws-utils-image-crop',
263
- templateUrl: './image-crop.component.html',
264
- styleUrls: ['./image-crop.component.scss'],
265
- }]
266
- }], ctorParameters: function () { return [{ type: i1$1.MatDialogRef }, { type: ConfigurationsService }, { type: i3.MatSnackBar }, { type: ValueService }, { type: undefined, decorators: [{
267
- type: Inject,
268
- args: [MAT_DIALOG_DATA]
269
- }] }]; }, propDecorators: { data: [{
270
- type: Output
271
- }] } });
251
+ ImageCropComponent.decorators = [
252
+ { type: Component, args: [{
253
+ selector: 'ws-utils-image-crop',
254
+ template: "<ng-container *ngIf=\"isNotOfRequiredSize\">\r\n <mat-dialog-content>\r\n <div class=\"flex pl-4\">\r\n <mat-icon class=\"ws-mat-warn-text largeicon padding-remove-left\">warning</mat-icon>\r\n <h2 class=\"text-xl\" i18n>This image will appear stretched as it is not in proper dimension. Do you want to\r\n continue?</h2>\r\n </div>\r\n <div class=\"text-sm pl-4\">\r\n <div i18n class=\"pb-2\">Note:</div>\r\n <div i18n class=\"pb-2\">Required dimensions : 265 * 150</div>\r\n <div class=\"flex flex-wrap items-baseline\">\r\n <div>Current dimensions:</div>\r\n <div class=\"pl-1\">{{ width }} * {{ height }} px</div>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n <mat-dialog-actions class=\"flex flex-end\">\r\n <div class=\"flex flex-end\">\r\n <button mat-raised-button autofocus type=\"button\" (click)=\" close()\">\r\n <span i18n>No</span>\r\n </button>\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" continueToImageCrop()\">\r\n <span class=\"text-white\" i18n>Yes</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n<ng-container *ngIf=\"isRoundCrop\">\r\n <!-- For Profile image - start -->\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl font-weight-bold ws-mat-primary-text\" i18n>Profile Photo</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>close</mat-icon>\r\n\r\n </div>\r\n <mat-dialog-content class=\"p-0 overflow-hidden \" *ngIf=\"isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"profile-slides\">\r\n <image-cropper #imageCropper class=\"image-cropper-profile\" [imageFile]=\"imageFile\" [maintainAspectRatio]=\"true\"\r\n [aspectRatio]=\"250 / 250\" [resizeToWidth]=\"100\" [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"120\"\r\n [cropperMinWidth]=\"500\" [format]=\"'jpeg'\" [transform]=\"transform\" [canvasRotation]=\"canvasRotation\"\r\n (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n </div>\r\n </div>\r\n <ul class=\"toolbar cf\">\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n </li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button></li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button></li>\r\n <li><a href=\"#\"><i class=\"icon-cloud\"></i></a></li>\r\n </ul>\r\n </mat-dialog-content>\r\n</ng-container> <!-- For Profile image - end -->\r\n<ng-container>\r\n <ng-container *ngIf=\"!isNotOfRequiredSize && !isRoundCrop \">\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl title-margin font-weight-bold ws-mat-primary-text\" i18n>Edit Image</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>\r\n close</mat-icon>\r\n </div>\r\n <mat-dialog-content *ngIf=\"!isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"Slides\">\r\n <image-cropper #imageCropper class=\"image-cropper padding-remove\" [imageFile]=\"imageFile\"\r\n [maintainAspectRatio]=\"true\" [aspectRatio]=\"opWidth / opHeight\" [resizeToWidth]=\"opWidth\"\r\n [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"opHeight\" [cropperMinWidth]=\"opWidth\" [format]=\"'jpeg'\"\r\n [transform]=\"transform\" [canvasRotation]=\"canvasRotation\" (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n <div class=\"flex flex-between\">\r\n <span class=\"my-3\" i18n>Zoom</span>\r\n <mat-slider class=\"w-full mx-3\" color=\"primary\" (input)=\"zoom($event)\" min=\"1\" max=\"2.5\" step=\"0.1\">\r\n </mat-slider>\r\n </div>\r\n <div class=\"edit-feature-window \" *ngIf=\"!isXSmall\">\r\n <div class=\"flex flex-between\">\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <mat-card class=\"ws-mat-primary-border-top-bolder mat-elevation-z6 margin-bottom-l button-text\"\r\n *ngIf=\"isThumbnail\">\r\n <img [src]=\"imageFileBase64\" height=\"auto\" width=\"100%\" (error)=\"changeToDefaultImg($event)\" />\r\n <div class=\"flex flex-middle justify-center margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">image</mat-icon>\r\n <b class=\"mat-title margin-remove ws-mat-primary-text\" i18n>Preview</b>\r\n </div>\r\n </mat-card>\r\n </div>\r\n <div class=\"edit-feature-window heightwidth\">\r\n <!-- <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \" i18n>Cropped dimensions: {{ opWidth }} * {{ opHeight }} px</b>\r\n </div> -->\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Width: </span>\r\n <span>{{ croppedWidth }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_vert</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Height: </span>\r\n <span>{{ croppedHeight }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n </ng-container>\r\n <mat-dialog-actions align=\"end\" *ngIf=\"!isNotOfRequiredSize \">\r\n <div class=\"flex flex-end margin-bottom-s\">\r\n <!-- <button mat-raised-button type=\"button\" (click)=\" reset()\">\r\n <span i18n>Reset</span>\r\n </button> -->\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" croppingImage()\">\r\n <span class=\"text-white\" i18n>Apply</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n",
255
+ styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}@media only screen and (max-width: 1030px){.Slides{padding:0;width:100%}}.cursor{cursor:pointer}.edit-feature-window{background:transparent;justify-content:center}mat-toolbar{background-color:#fff!important;z-index:1!important}mat-dialog-content{padding:1.25em!important}@media only screen and (max-width: 1030px){mat-dialog-content{padding:.25em .5em!important}}.heightwidth{display:flex}@media only screen and (max-width: 1030px){.heightwidth{display:block}}@media only screen and (max-width: 1030px){.mat-button{min-width:auto;padding:0 14px}}.largeicon{font-size:2em;padding:.13em .5em}.tooltip{background:#b71c1c}.dimension-icon{position:relative;top:.35em;padding:0 0 0 .3em}@media only screen and (max-width: 1030px){.button-text{display:none}}.image-cropper-profile{max-height:55vh}.profile-slides{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1030px){.profile-slides{padding:0;width:100%}}.toolbar{left:50%;margin:1em 0 0 -10em;position:absolute;width:auto;border-radius:4px}.cf:before,.cf:after{content:\"\";display:table}.cf:after{clear:both}.toolbar li{float:left;list-style:none}.toolbar a{border-left:0px solid rgba(79,123,170,.4);border-right:1px solid rgba(255,255,255,.3)}.toolbar li:first-child a{border-left:none;border-radius:4px 0 0 4px}.toolbar li:last-child a{border-right:none;border-radius:0 4px 4px 0}\n"]
256
+ },] }
257
+ ];
258
+ ImageCropComponent.ctorParameters = () => [
259
+ { type: MatDialogRef },
260
+ { type: ConfigurationsService },
261
+ { type: MatSnackBar },
262
+ { type: ValueService },
263
+ { type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] }
264
+ ];
265
+ ImageCropComponent.propDecorators = {
266
+ data: [{ type: Output }]
267
+ };
272
268
 
273
269
  class ImageCropModule {
274
270
  }
275
- ImageCropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageCropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
276
- ImageCropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageCropModule, declarations: [ImageCropComponent], imports: [CommonModule,
277
- ImageCropperModule,
278
- MatIconModule,
279
- MatButtonModule,
280
- MatDialogModule,
281
- MatToolbarModule,
282
- MatDialogModule,
283
- MatCardModule,
284
- MatTooltipModule,
285
- MatSliderModule], exports: [ImageCropComponent] });
286
- ImageCropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageCropModule, imports: [[
287
- CommonModule,
288
- ImageCropperModule,
289
- MatIconModule,
290
- MatButtonModule,
291
- MatDialogModule,
292
- MatToolbarModule,
293
- MatDialogModule,
294
- MatCardModule,
295
- MatTooltipModule,
296
- MatSliderModule,
297
- ]] });
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageCropModule, decorators: [{
299
- type: NgModule,
300
- args: [{
301
- declarations: [ImageCropComponent],
302
- imports: [
303
- CommonModule,
304
- ImageCropperModule,
305
- MatIconModule,
306
- MatButtonModule,
307
- MatDialogModule,
308
- MatToolbarModule,
309
- MatDialogModule,
310
- MatCardModule,
311
- MatTooltipModule,
312
- MatSliderModule,
313
- ],
314
- exports: [ImageCropComponent],
315
- entryComponents: [ImageCropComponent],
316
- }]
317
- }] });
271
+ ImageCropModule.decorators = [
272
+ { type: NgModule, args: [{
273
+ declarations: [ImageCropComponent],
274
+ imports: [
275
+ CommonModule,
276
+ ImageCropperModule,
277
+ MatIconModule,
278
+ MatButtonModule,
279
+ MatDialogModule,
280
+ MatToolbarModule,
281
+ MatDialogModule,
282
+ MatCardModule,
283
+ MatTooltipModule,
284
+ MatSliderModule,
285
+ ],
286
+ exports: [ImageCropComponent],
287
+ entryComponents: [ImageCropComponent],
288
+ },] }
289
+ ];
318
290
 
319
291
  var EFeatures;
320
292
  (function (EFeatures) {
@@ -936,46 +908,31 @@ class ClassChangeOnScrollDirective {
936
908
  }, this.wsClassOnScrollDirChange || 5000);
937
909
  }
938
910
  }
939
- ClassChangeOnScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ClassChangeOnScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
940
- ClassChangeOnScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: ClassChangeOnScrollDirective, selector: "[wsUtilsClassChangeOnScroll]", inputs: { wsClassOnScrollDirChange: "wsClassOnScrollDirChange" }, host: { properties: { "class.scrolling-down": "this.isScrollingDown", "class.scrolling-up": "this.isScrollingUp", "class.scrolling-no": "this.isNotScrolling", "class.scrolled-down": "this.hasScrolledDown" } }, ngImport: i0 });
941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ClassChangeOnScrollDirective, decorators: [{
942
- type: Directive,
943
- args: [{
944
- selector: '[wsUtilsClassChangeOnScroll]',
945
- }]
946
- }], ctorParameters: function () { return []; }, propDecorators: { wsClassOnScrollDirChange: [{
947
- type: Input
948
- }], isScrollingDown: [{
949
- type: HostBinding,
950
- args: ['class.scrolling-down']
951
- }], isScrollingUp: [{
952
- type: HostBinding,
953
- args: ['class.scrolling-up']
954
- }], isNotScrolling: [{
955
- type: HostBinding,
956
- args: ['class.scrolling-no']
957
- }], hasScrolledDown: [{
958
- type: HostBinding,
959
- args: ['class.scrolled-down']
960
- }] } });
911
+ ClassChangeOnScrollDirective.decorators = [
912
+ { type: Directive, args: [{
913
+ selector: '[wsUtilsClassChangeOnScroll]',
914
+ },] }
915
+ ];
916
+ ClassChangeOnScrollDirective.ctorParameters = () => [];
917
+ ClassChangeOnScrollDirective.propDecorators = {
918
+ wsClassOnScrollDirChange: [{ type: Input }],
919
+ isScrollingDown: [{ type: HostBinding, args: ['class.scrolling-down',] }],
920
+ isScrollingUp: [{ type: HostBinding, args: ['class.scrolling-up',] }],
921
+ isNotScrolling: [{ type: HostBinding, args: ['class.scrolling-no',] }],
922
+ hasScrolledDown: [{ type: HostBinding, args: ['class.scrolled-down',] }]
923
+ };
961
924
 
962
925
  class ClassChangeOnScrollModule {
963
926
  }
964
- ClassChangeOnScrollModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ClassChangeOnScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
965
- ClassChangeOnScrollModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ClassChangeOnScrollModule, declarations: [ClassChangeOnScrollDirective], imports: [CommonModule], exports: [ClassChangeOnScrollDirective] });
966
- ClassChangeOnScrollModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ClassChangeOnScrollModule, imports: [[
967
- CommonModule,
968
- ]] });
969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ClassChangeOnScrollModule, decorators: [{
970
- type: NgModule,
971
- args: [{
972
- declarations: [ClassChangeOnScrollDirective],
973
- imports: [
974
- CommonModule,
975
- ],
976
- exports: [ClassChangeOnScrollDirective],
977
- }]
978
- }] });
927
+ ClassChangeOnScrollModule.decorators = [
928
+ { type: NgModule, args: [{
929
+ declarations: [ClassChangeOnScrollDirective],
930
+ imports: [
931
+ CommonModule,
932
+ ],
933
+ exports: [ClassChangeOnScrollDirective],
934
+ },] }
935
+ ];
979
936
 
980
937
  class DefaultThumbnailDirective {
981
938
  constructor() {
@@ -996,42 +953,29 @@ class DefaultThumbnailDirective {
996
953
  }
997
954
  }
998
955
  }
999
- DefaultThumbnailDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DefaultThumbnailDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1000
- DefaultThumbnailDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: DefaultThumbnailDirective, selector: "[wsUtilsDefaultThumbnail]", inputs: { wsUtilsDefaultThumbnail: "wsUtilsDefaultThumbnail", src: "src" }, host: { listeners: { "error": "updateSrc()" }, properties: { "src": "this.srcUrl" } }, usesOnChanges: true, ngImport: i0 });
1001
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DefaultThumbnailDirective, decorators: [{
1002
- type: Directive,
1003
- args: [{
1004
- selector: '[wsUtilsDefaultThumbnail]',
1005
- }]
1006
- }], propDecorators: { wsUtilsDefaultThumbnail: [{
1007
- type: Input
1008
- }], src: [{
1009
- type: Input
1010
- }], srcUrl: [{
1011
- type: HostBinding,
1012
- args: ['src']
1013
- }], updateSrc: [{
1014
- type: HostListener,
1015
- args: ['error']
1016
- }] } });
956
+ DefaultThumbnailDirective.decorators = [
957
+ { type: Directive, args: [{
958
+ selector: '[wsUtilsDefaultThumbnail]',
959
+ },] }
960
+ ];
961
+ DefaultThumbnailDirective.propDecorators = {
962
+ wsUtilsDefaultThumbnail: [{ type: Input }],
963
+ src: [{ type: Input }],
964
+ srcUrl: [{ type: HostBinding, args: ['src',] }],
965
+ updateSrc: [{ type: HostListener, args: ['error',] }]
966
+ };
1017
967
 
1018
968
  class DefaultThumbnailModule {
1019
969
  }
1020
- DefaultThumbnailModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DefaultThumbnailModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1021
- DefaultThumbnailModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DefaultThumbnailModule, declarations: [DefaultThumbnailDirective], imports: [CommonModule], exports: [DefaultThumbnailDirective] });
1022
- DefaultThumbnailModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DefaultThumbnailModule, imports: [[
1023
- CommonModule,
1024
- ]] });
1025
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DefaultThumbnailModule, decorators: [{
1026
- type: NgModule,
1027
- args: [{
1028
- declarations: [DefaultThumbnailDirective],
1029
- imports: [
1030
- CommonModule,
1031
- ],
1032
- exports: [DefaultThumbnailDirective],
1033
- }]
1034
- }] });
970
+ DefaultThumbnailModule.decorators = [
971
+ { type: NgModule, args: [{
972
+ declarations: [DefaultThumbnailDirective],
973
+ imports: [
974
+ CommonModule,
975
+ ],
976
+ exports: [DefaultThumbnailDirective],
977
+ },] }
978
+ ];
1035
979
 
1036
980
  const customBreakPoints = {
1037
981
  xs: '(max-width: 450px)',
@@ -1101,37 +1045,30 @@ class ImageResponsiveDirective {
1101
1045
  }
1102
1046
  }
1103
1047
  }
1104
- ImageResponsiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageResponsiveDirective, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Directive });
1105
- ImageResponsiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: ImageResponsiveDirective, selector: "[wsUtilsImageResponsive]", inputs: { src: "src" }, host: { properties: { "src": "this.srcBindUrl" } }, usesOnChanges: true, ngImport: i0 });
1106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageResponsiveDirective, decorators: [{
1107
- type: Directive,
1108
- args: [{
1109
- selector: '[wsUtilsImageResponsive]',
1110
- }]
1111
- }], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; }, propDecorators: { src: [{
1112
- type: Input
1113
- }], srcBindUrl: [{
1114
- type: HostBinding,
1115
- args: ['src']
1116
- }] } });
1048
+ ImageResponsiveDirective.decorators = [
1049
+ { type: Directive, args: [{
1050
+ selector: '[wsUtilsImageResponsive]',
1051
+ },] }
1052
+ ];
1053
+ ImageResponsiveDirective.ctorParameters = () => [
1054
+ { type: BreakpointObserver }
1055
+ ];
1056
+ ImageResponsiveDirective.propDecorators = {
1057
+ src: [{ type: Input }],
1058
+ srcBindUrl: [{ type: HostBinding, args: ['src',] }]
1059
+ };
1117
1060
 
1118
1061
  class ImageResponsiveModule {
1119
1062
  }
1120
- ImageResponsiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageResponsiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1121
- ImageResponsiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageResponsiveModule, declarations: [ImageResponsiveDirective], imports: [CommonModule], exports: [ImageResponsiveDirective] });
1122
- ImageResponsiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageResponsiveModule, imports: [[
1123
- CommonModule,
1124
- ]] });
1125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ImageResponsiveModule, decorators: [{
1126
- type: NgModule,
1127
- args: [{
1128
- declarations: [ImageResponsiveDirective],
1129
- imports: [
1130
- CommonModule,
1131
- ],
1132
- exports: [ImageResponsiveDirective],
1133
- }]
1134
- }] });
1063
+ ImageResponsiveModule.decorators = [
1064
+ { type: NgModule, args: [{
1065
+ declarations: [ImageResponsiveDirective],
1066
+ imports: [
1067
+ CommonModule,
1068
+ ],
1069
+ exports: [ImageResponsiveDirective],
1070
+ },] }
1071
+ ];
1135
1072
 
1136
1073
  class InViewPortDirective {
1137
1074
  constructor(_el) {
@@ -1180,34 +1117,29 @@ class InViewPortDirective {
1180
1117
  this.inViewport.emit(event);
1181
1118
  }
1182
1119
  }
1183
- InViewPortDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InViewPortDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1184
- InViewPortDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: InViewPortDirective, selector: "[wsUtilsInViewPort]", outputs: { inViewport: "inViewport" }, ngImport: i0 });
1185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InViewPortDirective, decorators: [{
1186
- type: Directive,
1187
- args: [{
1188
- selector: '[wsUtilsInViewPort]',
1189
- }]
1190
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { inViewport: [{
1191
- type: Output
1192
- }] } });
1120
+ InViewPortDirective.decorators = [
1121
+ { type: Directive, args: [{
1122
+ selector: '[wsUtilsInViewPort]',
1123
+ },] }
1124
+ ];
1125
+ InViewPortDirective.ctorParameters = () => [
1126
+ { type: ElementRef }
1127
+ ];
1128
+ InViewPortDirective.propDecorators = {
1129
+ inViewport: [{ type: Output }]
1130
+ };
1193
1131
 
1194
1132
  class InViewPortModule {
1195
1133
  }
1196
- InViewPortModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InViewPortModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1197
- InViewPortModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InViewPortModule, declarations: [InViewPortDirective], imports: [CommonModule], exports: [InViewPortDirective] });
1198
- InViewPortModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InViewPortModule, imports: [[
1199
- CommonModule,
1200
- ]] });
1201
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InViewPortModule, decorators: [{
1202
- type: NgModule,
1203
- args: [{
1204
- declarations: [InViewPortDirective],
1205
- exports: [InViewPortDirective],
1206
- imports: [
1207
- CommonModule,
1208
- ],
1209
- }]
1210
- }] });
1134
+ InViewPortModule.decorators = [
1135
+ { type: NgModule, args: [{
1136
+ declarations: [InViewPortDirective],
1137
+ exports: [InViewPortDirective],
1138
+ imports: [
1139
+ CommonModule,
1140
+ ],
1141
+ },] }
1142
+ ];
1211
1143
 
1212
1144
  class NavigationDirective {
1213
1145
  constructor() {
@@ -1229,74 +1161,52 @@ class NavigationDirective {
1229
1161
  }
1230
1162
  }
1231
1163
  }
1232
- NavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NavigationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1233
- NavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: NavigationDirective, selector: "[wsUtilsNavigation]", inputs: { wsUtilsNavigation: "wsUtilsNavigation", openInNewTab: "openInNewTab", routeUrl: "routeUrl" }, host: { listeners: { "mousedown": "onMouseEnter($event)" }, properties: { "attr.routerLink": "this.routeUrl" } }, usesOnChanges: true, ngImport: i0 });
1234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NavigationDirective, decorators: [{
1235
- type: Directive,
1236
- args: [{
1237
- selector: '[wsUtilsNavigation]',
1238
- }]
1239
- }], ctorParameters: function () { return []; }, propDecorators: { wsUtilsNavigation: [{
1240
- type: Input
1241
- }], openInNewTab: [{
1242
- type: Input
1243
- }], routeUrl: [{
1244
- type: Input
1245
- }, {
1246
- type: HostBinding,
1247
- args: ['attr.routerLink']
1248
- }], onMouseEnter: [{
1249
- type: HostListener,
1250
- args: ['mousedown', ['$event']]
1251
- }] } });
1164
+ NavigationDirective.decorators = [
1165
+ { type: Directive, args: [{
1166
+ selector: '[wsUtilsNavigation]',
1167
+ },] }
1168
+ ];
1169
+ NavigationDirective.ctorParameters = () => [];
1170
+ NavigationDirective.propDecorators = {
1171
+ wsUtilsNavigation: [{ type: Input }],
1172
+ openInNewTab: [{ type: Input }],
1173
+ routeUrl: [{ type: Input }, { type: HostBinding, args: ['attr.routerLink',] }],
1174
+ onMouseEnter: [{ type: HostListener, args: ['mousedown', ['$event'],] }]
1175
+ };
1252
1176
 
1253
1177
  class NavigationModule {
1254
1178
  }
1255
- NavigationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1256
- NavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NavigationModule, declarations: [NavigationDirective], imports: [CommonModule], exports: [NavigationDirective] });
1257
- NavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NavigationModule, imports: [[
1258
- CommonModule,
1259
- ]] });
1260
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NavigationModule, decorators: [{
1261
- type: NgModule,
1262
- args: [{
1263
- declarations: [NavigationDirective],
1264
- imports: [
1265
- CommonModule,
1266
- ],
1267
- exports: [NavigationDirective],
1268
- }]
1269
- }] });
1179
+ NavigationModule.decorators = [
1180
+ { type: NgModule, args: [{
1181
+ declarations: [NavigationDirective],
1182
+ imports: [
1183
+ CommonModule,
1184
+ ],
1185
+ exports: [NavigationDirective],
1186
+ },] }
1187
+ ];
1270
1188
 
1271
1189
  class PermissionDirective {
1272
1190
  constructor() { }
1273
1191
  }
1274
- PermissionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PermissionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1275
- PermissionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: PermissionDirective, selector: "[wsUtilsPermission]", ngImport: i0 });
1276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PermissionDirective, decorators: [{
1277
- type: Directive,
1278
- args: [{
1279
- selector: '[wsUtilsPermission]',
1280
- }]
1281
- }], ctorParameters: function () { return []; } });
1192
+ PermissionDirective.decorators = [
1193
+ { type: Directive, args: [{
1194
+ selector: '[wsUtilsPermission]',
1195
+ },] }
1196
+ ];
1197
+ PermissionDirective.ctorParameters = () => [];
1282
1198
 
1283
1199
  class PermissionModule {
1284
1200
  }
1285
- PermissionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PermissionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1286
- PermissionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PermissionModule, declarations: [PermissionDirective], imports: [CommonModule], exports: [PermissionDirective] });
1287
- PermissionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PermissionModule, imports: [[
1288
- CommonModule,
1289
- ]] });
1290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PermissionModule, decorators: [{
1291
- type: NgModule,
1292
- args: [{
1293
- declarations: [PermissionDirective],
1294
- imports: [
1295
- CommonModule,
1296
- ],
1297
- exports: [PermissionDirective],
1298
- }]
1299
- }] });
1201
+ PermissionModule.decorators = [
1202
+ { type: NgModule, args: [{
1203
+ declarations: [PermissionDirective],
1204
+ imports: [
1205
+ CommonModule,
1206
+ ],
1207
+ exports: [PermissionDirective],
1208
+ },] }
1209
+ ];
1300
1210
 
1301
1211
  function getStringifiedQueryParams(obj) {
1302
1212
  return Object.entries(obj)
@@ -1379,52 +1289,35 @@ class HorizontalScrollerComponent {
1379
1289
  }
1380
1290
  }
1381
1291
  }
1382
- HorizontalScrollerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: HorizontalScrollerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1383
- HorizontalScrollerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: HorizontalScrollerComponent, selector: "ws-utils-horizontal-scroller", inputs: { loadStatus: "loadStatus", onHover: "onHover" }, outputs: { loadNext: "loadNext" }, viewQueries: [{ propertyName: "horizontalScrollElem", first: true, predicate: ["horizontalScrollElem"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<section class=\"horizontal-scroll-container h-full\">\r\n <button i18n-aria-label name=\"content-backward-button\" mat-mini-fab color=\"primary\" (click)=\"showPrev()\"\r\n class=\"prevBtn hidden-touch border-radius-xs\" [hidden]=\"!enablePrev\" [ngClass]=\"{'prevBtnHover': onHover}\">\r\n <mat-icon>navigate_before</mat-icon>\r\n </button>\r\n <div name=\"horizontal-scroll-content-strip\" class=\"horizontal-scroll-content\" #horizontalScrollElem>\r\n <ng-content></ng-content>\r\n </div>\r\n <button i18n-aria-label name=\"content-forward-button\" mat-mini-fab (click)=\"showNext()\" color=\"primary\"\r\n class=\"nextBtn hidden-touch border-radius-xs\" [ngClass]=\"{'nextBtnHover': onHover}\"\r\n [hidden]=\"!enableNext || loadStatus === 'fetching'\">\r\n <mat-icon>navigate_next</mat-icon>\r\n </button>\r\n <div class=\"nextLoading\" *ngIf=\"loadStatus === 'fetching'\">\r\n <mat-spinner></mat-spinner>\r\n </div>\r\n</section>", styles: [".horizontal-scroll-container{position:relative;width:100%;min-height:100px}.nextLoading,.nextBtn,.prevBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:999}.border-radius-xs{border-radius:8px!important}.prevBtn{left:-16px}.nextBtn{right:-16px}.nextLoading{padding:0;right:-16px}.horizontal-scroll-content{overflow-x:auto;-webkit-overflow-scrolling:touch;height:100%;flex-wrap:nowrap;display:flex;align-items:stretch;-ms-overflow-style:none}.horizontal-scroll-content::-webkit-scrollbar{width:0px;height:0px}\n"], components: [{ type: i6.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3$1.MatSpinner, selector: "mat-spinner", inputs: ["color"] }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: HorizontalScrollerComponent, decorators: [{
1385
- type: Component,
1386
- args: [{
1387
- selector: 'ws-utils-horizontal-scroller',
1388
- templateUrl: './horizontal-scroller.component.html',
1389
- styleUrls: ['./horizontal-scroller.component.scss'],
1390
- }]
1391
- }], ctorParameters: function () { return []; }, propDecorators: { loadStatus: [{
1392
- type: Input
1393
- }], onHover: [{
1394
- type: Input
1395
- }], loadNext: [{
1396
- type: Output
1397
- }], horizontalScrollElem: [{
1398
- type: ViewChild,
1399
- args: ['horizontalScrollElem', { static: true }]
1400
- }] } });
1292
+ HorizontalScrollerComponent.decorators = [
1293
+ { type: Component, args: [{
1294
+ selector: 'ws-utils-horizontal-scroller',
1295
+ template: "<section class=\"horizontal-scroll-container h-full\">\r\n <button i18n-aria-label name=\"content-backward-button\" mat-mini-fab color=\"primary\" (click)=\"showPrev()\"\r\n class=\"prevBtn hidden-touch border-radius-xs\" [hidden]=\"!enablePrev\" [ngClass]=\"{'prevBtnHover': onHover}\">\r\n <mat-icon>navigate_before</mat-icon>\r\n </button>\r\n <div name=\"horizontal-scroll-content-strip\" class=\"horizontal-scroll-content\" #horizontalScrollElem>\r\n <ng-content></ng-content>\r\n </div>\r\n <button i18n-aria-label name=\"content-forward-button\" mat-mini-fab (click)=\"showNext()\" color=\"primary\"\r\n class=\"nextBtn hidden-touch border-radius-xs\" [ngClass]=\"{'nextBtnHover': onHover}\"\r\n [hidden]=\"!enableNext || loadStatus === 'fetching'\">\r\n <mat-icon>navigate_next</mat-icon>\r\n </button>\r\n <div class=\"nextLoading\" *ngIf=\"loadStatus === 'fetching'\">\r\n <mat-spinner></mat-spinner>\r\n </div>\r\n</section>",
1296
+ styles: [".horizontal-scroll-container{position:relative;width:100%;min-height:100px}.nextLoading,.nextBtn,.prevBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:999}.border-radius-xs{border-radius:8px!important}.prevBtn{left:-16px}.nextBtn{right:-16px}.nextLoading{padding:0;right:-16px}.horizontal-scroll-content{overflow-x:auto;-webkit-overflow-scrolling:touch;height:100%;flex-wrap:nowrap;display:flex;align-items:stretch;-ms-overflow-style:none}.horizontal-scroll-content::-webkit-scrollbar{width:0px;height:0px}\n"]
1297
+ },] }
1298
+ ];
1299
+ HorizontalScrollerComponent.ctorParameters = () => [];
1300
+ HorizontalScrollerComponent.propDecorators = {
1301
+ loadStatus: [{ type: Input }],
1302
+ onHover: [{ type: Input }],
1303
+ loadNext: [{ type: Output }],
1304
+ horizontalScrollElem: [{ type: ViewChild, args: ['horizontalScrollElem', { static: true },] }]
1305
+ };
1401
1306
 
1402
1307
  class HorizontalScrollerModule {
1403
1308
  }
1404
- HorizontalScrollerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: HorizontalScrollerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1405
- HorizontalScrollerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: HorizontalScrollerModule, declarations: [HorizontalScrollerComponent], imports: [CommonModule,
1406
- MatButtonModule,
1407
- MatIconModule,
1408
- MatProgressSpinnerModule], exports: [HorizontalScrollerComponent] });
1409
- HorizontalScrollerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: HorizontalScrollerModule, imports: [[
1410
- CommonModule,
1411
- MatButtonModule,
1412
- MatIconModule,
1413
- MatProgressSpinnerModule,
1414
- ]] });
1415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: HorizontalScrollerModule, decorators: [{
1416
- type: NgModule,
1417
- args: [{
1418
- declarations: [HorizontalScrollerComponent],
1419
- imports: [
1420
- CommonModule,
1421
- MatButtonModule,
1422
- MatIconModule,
1423
- MatProgressSpinnerModule,
1424
- ],
1425
- exports: [HorizontalScrollerComponent],
1426
- }]
1427
- }] });
1309
+ HorizontalScrollerModule.decorators = [
1310
+ { type: NgModule, args: [{
1311
+ declarations: [HorizontalScrollerComponent],
1312
+ imports: [
1313
+ CommonModule,
1314
+ MatButtonModule,
1315
+ MatIconModule,
1316
+ MatProgressSpinnerModule,
1317
+ ],
1318
+ exports: [HorizontalScrollerComponent],
1319
+ },] }
1320
+ ];
1428
1321
 
1429
1322
  class LoggerService {
1430
1323
  constructor(configSvc) {
@@ -1459,14 +1352,15 @@ class LoggerService {
1459
1352
  console.error = noConsoleWithError;
1460
1353
  }
1461
1354
  }
1462
- LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LoggerService, deps: [{ token: ConfigurationsService }], target: i0.ɵɵFactoryTarget.Injectable });
1463
- LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LoggerService, providedIn: 'root' });
1464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LoggerService, decorators: [{
1465
- type: Injectable,
1466
- args: [{
1467
- providedIn: 'root',
1468
- }]
1469
- }], ctorParameters: function () { return [{ type: ConfigurationsService }]; } });
1355
+ LoggerService.ɵprov = i0.ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(i0.ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
1356
+ LoggerService.decorators = [
1357
+ { type: Injectable, args: [{
1358
+ providedIn: 'root',
1359
+ },] }
1360
+ ];
1361
+ LoggerService.ctorParameters = () => [
1362
+ { type: ConfigurationsService }
1363
+ ];
1470
1364
 
1471
1365
  const msTokenExpiryDuration = 600;
1472
1366
  const storageKey$1 = 'msLoginRequested';
@@ -1638,14 +1532,16 @@ class AuthMicrosoftService {
1638
1532
  };
1639
1533
  }
1640
1534
  }
1641
- AuthMicrosoftService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AuthMicrosoftService, deps: [{ token: LoggerService }, { token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1642
- AuthMicrosoftService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AuthMicrosoftService, providedIn: 'root' });
1643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AuthMicrosoftService, decorators: [{
1644
- type: Injectable,
1645
- args: [{
1646
- providedIn: 'root',
1647
- }]
1648
- }], ctorParameters: function () { return [{ type: LoggerService }, { type: i1$2.HttpClient }]; } });
1535
+ AuthMicrosoftService.ɵprov = i0.ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(i0.ɵɵinject(LoggerService), i0.ɵɵinject(i1$1.HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
1536
+ AuthMicrosoftService.decorators = [
1537
+ { type: Injectable, args: [{
1538
+ providedIn: 'root',
1539
+ },] }
1540
+ ];
1541
+ AuthMicrosoftService.ctorParameters = () => [
1542
+ { type: LoggerService },
1543
+ { type: HttpClient }
1544
+ ];
1649
1545
 
1650
1546
  const storage = localStorage;
1651
1547
  const storageKey = 'kc';
@@ -1856,14 +1752,17 @@ class AuthKeycloakService {
1856
1752
  }
1857
1753
  }
1858
1754
  }
1859
- AuthKeycloakService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AuthKeycloakService, deps: [{ token: ConfigurationsService }, { token: i2.KeycloakService }, { token: AuthMicrosoftService }], target: i0.ɵɵFactoryTarget.Injectable });
1860
- AuthKeycloakService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AuthKeycloakService, providedIn: 'root' });
1861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AuthKeycloakService, decorators: [{
1862
- type: Injectable,
1863
- args: [{
1864
- providedIn: 'root',
1865
- }]
1866
- }], ctorParameters: function () { return [{ type: ConfigurationsService }, { type: i2.KeycloakService }, { type: AuthMicrosoftService }]; } });
1755
+ AuthKeycloakService.ɵprov = i0.ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(i2.KeycloakService), i0.ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
1756
+ AuthKeycloakService.decorators = [
1757
+ { type: Injectable, args: [{
1758
+ providedIn: 'root',
1759
+ },] }
1760
+ ];
1761
+ AuthKeycloakService.ctorParameters = () => [
1762
+ { type: ConfigurationsService },
1763
+ { type: KeycloakService },
1764
+ { type: AuthMicrosoftService }
1765
+ ];
1867
1766
 
1868
1767
  const RANDOM_ID_PER_USER = 0;
1869
1768
  class UtilityService {
@@ -1972,14 +1871,18 @@ class UtilityService {
1972
1871
  return data;
1973
1872
  }
1974
1873
  }
1975
- UtilityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: UtilityService, deps: [{ token: i1$2.HttpClient }, { token: i2$1.Platform }, { token: i3$2.Router }, { token: i3$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
1976
- UtilityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: UtilityService, providedIn: 'root' });
1977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: UtilityService, decorators: [{
1978
- type: Injectable,
1979
- args: [{
1980
- providedIn: 'root',
1981
- }]
1982
- }], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: i2$1.Platform }, { type: i3$2.Router }, { type: i3$2.ActivatedRoute }]; } });
1874
+ UtilityService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i2$1.Platform), i0.ɵɵinject(i3.Router), i0.ɵɵinject(i3.ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
1875
+ UtilityService.decorators = [
1876
+ { type: Injectable, args: [{
1877
+ providedIn: 'root',
1878
+ },] }
1879
+ ];
1880
+ UtilityService.ctorParameters = () => [
1881
+ { type: HttpClient },
1882
+ { type: Platform },
1883
+ { type: Router },
1884
+ { type: ActivatedRoute }
1885
+ ];
1983
1886
 
1984
1887
  class LogoutComponent {
1985
1888
  constructor(dialogRef, authSvc, configSvc, utilitySvc) {
@@ -2010,40 +1913,33 @@ class LogoutComponent {
2010
1913
  return false;
2011
1914
  }
2012
1915
  }
2013
- LogoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LogoutComponent, deps: [{ token: i1$1.MatDialogRef }, { token: AuthKeycloakService }, { token: ConfigurationsService }, { token: UtilityService }], target: i0.ɵɵFactoryTarget.Component });
2014
- LogoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: LogoutComponent, selector: "ws-utils-logout", ngImport: i0, template: "<h1 mat-dialog-title i18n>Logout Now</h1>\r\n<div class=\"ws-mat-primary-text text-base pb-2 title-text\" *ngIf=\"isDownloadable\" i18n>\r\n Note: On logging out all the downloaded content will be deleted.\r\n</div>\r\n<div mat-dialog-content class=\"text-base hide-overflow\" i18n>\r\n Are you sure?\r\n</div>\r\n<div mat-dialog-actions class=\"flex-row-reverse\">\r\n <button mat-flat-button color=\"warn\" [disabled]=\"disabled\" (click)=\"confirmed()\" i18n>\r\n Yes\r\n </button>\r\n <button mat-button class=\"margin-right-xs\" [mat-dialog-close] cdkFocusInitial i18n>No</button>\r\n</div>", styles: [".hide-overflow{overflow:hidden}\n"], components: [{ type: i6.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i1$1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["type", "mat-dialog-close", "aria-label", "matDialogClose"], exportAs: ["matDialogClose"] }] });
2015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LogoutComponent, decorators: [{
2016
- type: Component,
2017
- args: [{
2018
- selector: 'ws-utils-logout',
2019
- templateUrl: './logout.component.html',
2020
- styleUrls: ['./logout.component.scss'],
2021
- }]
2022
- }], ctorParameters: function () { return [{ type: i1$1.MatDialogRef }, { type: AuthKeycloakService }, { type: ConfigurationsService }, { type: UtilityService }]; } });
1916
+ LogoutComponent.decorators = [
1917
+ { type: Component, args: [{
1918
+ selector: 'ws-utils-logout',
1919
+ template: "<h1 mat-dialog-title i18n>Logout Now</h1>\r\n<div class=\"ws-mat-primary-text text-base pb-2 title-text\" *ngIf=\"isDownloadable\" i18n>\r\n Note: On logging out all the downloaded content will be deleted.\r\n</div>\r\n<div mat-dialog-content class=\"text-base hide-overflow\" i18n>\r\n Are you sure?\r\n</div>\r\n<div mat-dialog-actions class=\"flex-row-reverse\">\r\n <button mat-flat-button color=\"warn\" [disabled]=\"disabled\" (click)=\"confirmed()\" i18n>\r\n Yes\r\n </button>\r\n <button mat-button class=\"margin-right-xs\" [mat-dialog-close] cdkFocusInitial i18n>No</button>\r\n</div>",
1920
+ styles: [".hide-overflow{overflow:hidden}\n"]
1921
+ },] }
1922
+ ];
1923
+ LogoutComponent.ctorParameters = () => [
1924
+ { type: MatDialogRef },
1925
+ { type: AuthKeycloakService },
1926
+ { type: ConfigurationsService },
1927
+ { type: UtilityService }
1928
+ ];
2023
1929
 
2024
1930
  class LogoutModule {
2025
1931
  }
2026
- LogoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LogoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2027
- LogoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LogoutModule, declarations: [LogoutComponent], imports: [CommonModule,
2028
- MatButtonModule,
2029
- MatDialogModule] });
2030
- LogoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LogoutModule, imports: [[
2031
- CommonModule,
2032
- MatButtonModule,
2033
- MatDialogModule,
2034
- ]] });
2035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LogoutModule, decorators: [{
2036
- type: NgModule,
2037
- args: [{
2038
- declarations: [LogoutComponent],
2039
- imports: [
2040
- CommonModule,
2041
- MatButtonModule,
2042
- MatDialogModule,
2043
- ],
2044
- entryComponents: [LogoutComponent],
2045
- }]
2046
- }] });
1932
+ LogoutModule.decorators = [
1933
+ { type: NgModule, args: [{
1934
+ declarations: [LogoutComponent],
1935
+ imports: [
1936
+ CommonModule,
1937
+ MatButtonModule,
1938
+ MatDialogModule,
1939
+ ],
1940
+ entryComponents: [LogoutComponent],
1941
+ },] }
1942
+ ];
2047
1943
 
2048
1944
  class PipeConciseDateRangePipe {
2049
1945
  transform(dateRange) {
@@ -2091,28 +1987,21 @@ class PipeConciseDateRangePipe {
2091
1987
  }
2092
1988
  }
2093
1989
  }
2094
- PipeConciseDateRangePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2095
- PipeConciseDateRangePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangePipe, name: "pipeConciseDateRange" });
2096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangePipe, decorators: [{
2097
- type: Pipe,
2098
- args: [{
2099
- name: 'pipeConciseDateRange',
2100
- }]
2101
- }] });
1990
+ PipeConciseDateRangePipe.decorators = [
1991
+ { type: Pipe, args: [{
1992
+ name: 'pipeConciseDateRange',
1993
+ },] }
1994
+ ];
2102
1995
 
2103
1996
  class PipeConciseDateRangeModule {
2104
1997
  }
2105
- PipeConciseDateRangeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2106
- PipeConciseDateRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangeModule, declarations: [PipeConciseDateRangePipe], imports: [CommonModule], exports: [PipeConciseDateRangePipe] });
2107
- PipeConciseDateRangeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangeModule, imports: [[CommonModule]] });
2108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeConciseDateRangeModule, decorators: [{
2109
- type: NgModule,
2110
- args: [{
2111
- declarations: [PipeConciseDateRangePipe],
2112
- imports: [CommonModule],
2113
- exports: [PipeConciseDateRangePipe],
2114
- }]
2115
- }] });
1998
+ PipeConciseDateRangeModule.decorators = [
1999
+ { type: NgModule, args: [{
2000
+ declarations: [PipeConciseDateRangePipe],
2001
+ imports: [CommonModule],
2002
+ exports: [PipeConciseDateRangePipe],
2003
+ },] }
2004
+ ];
2116
2005
 
2117
2006
  class PipeCountTransformPipe {
2118
2007
  transform(value) {
@@ -2140,32 +2029,23 @@ class PipeCountTransformPipe {
2140
2029
  return '0';
2141
2030
  }
2142
2031
  }
2143
- PipeCountTransformPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2144
- PipeCountTransformPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformPipe, name: "pipeCountTransform" });
2145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformPipe, decorators: [{
2146
- type: Pipe,
2147
- args: [{
2148
- name: 'pipeCountTransform',
2149
- }]
2150
- }] });
2032
+ PipeCountTransformPipe.decorators = [
2033
+ { type: Pipe, args: [{
2034
+ name: 'pipeCountTransform',
2035
+ },] }
2036
+ ];
2151
2037
 
2152
2038
  class PipeCountTransformModule {
2153
2039
  }
2154
- PipeCountTransformModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2155
- PipeCountTransformModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformModule, declarations: [PipeCountTransformPipe], imports: [CommonModule], exports: [PipeCountTransformPipe] });
2156
- PipeCountTransformModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformModule, imports: [[
2157
- CommonModule,
2158
- ]] });
2159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeCountTransformModule, decorators: [{
2160
- type: NgModule,
2161
- args: [{
2162
- declarations: [PipeCountTransformPipe],
2163
- imports: [
2164
- CommonModule,
2165
- ],
2166
- exports: [PipeCountTransformPipe],
2167
- }]
2168
- }] });
2040
+ PipeCountTransformModule.decorators = [
2041
+ { type: NgModule, args: [{
2042
+ declarations: [PipeCountTransformPipe],
2043
+ imports: [
2044
+ CommonModule,
2045
+ ],
2046
+ exports: [PipeCountTransformPipe],
2047
+ },] }
2048
+ ];
2169
2049
 
2170
2050
  class PipeDateConcatPipe {
2171
2051
  constructor() {
@@ -2192,32 +2072,24 @@ class PipeDateConcatPipe {
2192
2072
  return dateStr;
2193
2073
  }
2194
2074
  }
2195
- PipeDateConcatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2196
- PipeDateConcatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatPipe, name: "pipeDateConcat" });
2197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatPipe, decorators: [{
2198
- type: Pipe,
2199
- args: [{
2200
- name: 'pipeDateConcat',
2201
- }]
2202
- }], ctorParameters: function () { return []; } });
2075
+ PipeDateConcatPipe.decorators = [
2076
+ { type: Pipe, args: [{
2077
+ name: 'pipeDateConcat',
2078
+ },] }
2079
+ ];
2080
+ PipeDateConcatPipe.ctorParameters = () => [];
2203
2081
 
2204
2082
  class PipeDateConcatModule {
2205
2083
  }
2206
- PipeDateConcatModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2207
- PipeDateConcatModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatModule, declarations: [PipeDateConcatPipe], imports: [CommonModule], exports: [PipeDateConcatPipe] });
2208
- PipeDateConcatModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatModule, imports: [[
2209
- CommonModule,
2210
- ]] });
2211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDateConcatModule, decorators: [{
2212
- type: NgModule,
2213
- args: [{
2214
- declarations: [PipeDateConcatPipe],
2215
- imports: [
2216
- CommonModule,
2217
- ],
2218
- exports: [PipeDateConcatPipe],
2219
- }]
2220
- }] });
2084
+ PipeDateConcatModule.decorators = [
2085
+ { type: NgModule, args: [{
2086
+ declarations: [PipeDateConcatPipe],
2087
+ imports: [
2088
+ CommonModule,
2089
+ ],
2090
+ exports: [PipeDateConcatPipe],
2091
+ },] }
2092
+ ];
2221
2093
 
2222
2094
  class PipeDurationTransformPipe {
2223
2095
  transform(data, type) {
@@ -2272,64 +2144,46 @@ class PipeDurationTransformPipe {
2272
2144
  return duration;
2273
2145
  }
2274
2146
  }
2275
- PipeDurationTransformPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2276
- PipeDurationTransformPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformPipe, name: "pipeDurationTransform" });
2277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformPipe, decorators: [{
2278
- type: Pipe,
2279
- args: [{
2280
- name: 'pipeDurationTransform',
2281
- }]
2282
- }] });
2147
+ PipeDurationTransformPipe.decorators = [
2148
+ { type: Pipe, args: [{
2149
+ name: 'pipeDurationTransform',
2150
+ },] }
2151
+ ];
2283
2152
 
2284
2153
  class PipeDurationTransformModule {
2285
2154
  }
2286
- PipeDurationTransformModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2287
- PipeDurationTransformModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformModule, declarations: [PipeDurationTransformPipe], imports: [CommonModule], exports: [PipeDurationTransformPipe] });
2288
- PipeDurationTransformModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformModule, imports: [[
2289
- CommonModule,
2290
- ]] });
2291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeDurationTransformModule, decorators: [{
2292
- type: NgModule,
2293
- args: [{
2294
- declarations: [PipeDurationTransformPipe],
2295
- imports: [
2296
- CommonModule,
2297
- ],
2298
- exports: [PipeDurationTransformPipe],
2299
- }]
2300
- }] });
2155
+ PipeDurationTransformModule.decorators = [
2156
+ { type: NgModule, args: [{
2157
+ declarations: [PipeDurationTransformPipe],
2158
+ imports: [
2159
+ CommonModule,
2160
+ ],
2161
+ exports: [PipeDurationTransformPipe],
2162
+ },] }
2163
+ ];
2301
2164
 
2302
2165
  class PipeHtmlTagRemovalPipe {
2303
2166
  transform(htmlString) {
2304
2167
  return htmlString ? String(htmlString).replace(/<[^>]+>/gm, '') : '';
2305
2168
  }
2306
2169
  }
2307
- PipeHtmlTagRemovalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2308
- PipeHtmlTagRemovalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalPipe, name: "pipeHtmlTagRemoval" });
2309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalPipe, decorators: [{
2310
- type: Pipe,
2311
- args: [{
2312
- name: 'pipeHtmlTagRemoval',
2313
- }]
2314
- }] });
2170
+ PipeHtmlTagRemovalPipe.decorators = [
2171
+ { type: Pipe, args: [{
2172
+ name: 'pipeHtmlTagRemoval',
2173
+ },] }
2174
+ ];
2315
2175
 
2316
2176
  class PipeHtmlTagRemovalModule {
2317
2177
  }
2318
- PipeHtmlTagRemovalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2319
- PipeHtmlTagRemovalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalModule, declarations: [PipeHtmlTagRemovalPipe], imports: [CommonModule], exports: [PipeHtmlTagRemovalPipe] });
2320
- PipeHtmlTagRemovalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalModule, imports: [[
2321
- CommonModule,
2322
- ]] });
2323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeHtmlTagRemovalModule, decorators: [{
2324
- type: NgModule,
2325
- args: [{
2326
- declarations: [PipeHtmlTagRemovalPipe],
2327
- imports: [
2328
- CommonModule,
2329
- ],
2330
- exports: [PipeHtmlTagRemovalPipe],
2331
- }]
2332
- }] });
2178
+ PipeHtmlTagRemovalModule.decorators = [
2179
+ { type: NgModule, args: [{
2180
+ declarations: [PipeHtmlTagRemovalPipe],
2181
+ imports: [
2182
+ CommonModule,
2183
+ ],
2184
+ exports: [PipeHtmlTagRemovalPipe],
2185
+ },] }
2186
+ ];
2333
2187
 
2334
2188
  class PipeFilterPipe {
2335
2189
  transform(value, keys, term) {
@@ -2340,32 +2194,23 @@ class PipeFilterPipe {
2340
2194
  .some(key => item.hasOwnProperty(key) && new RegExp(`^${term}$`, 'gi').test(item[key])));
2341
2195
  }
2342
2196
  }
2343
- PipeFilterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2344
- PipeFilterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterPipe, name: "pipeFilter" });
2345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterPipe, decorators: [{
2346
- type: Pipe,
2347
- args: [{
2348
- name: 'pipeFilter',
2349
- }]
2350
- }] });
2197
+ PipeFilterPipe.decorators = [
2198
+ { type: Pipe, args: [{
2199
+ name: 'pipeFilter',
2200
+ },] }
2201
+ ];
2351
2202
 
2352
2203
  class PipeFilterModule {
2353
2204
  }
2354
- PipeFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2355
- PipeFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterModule, declarations: [PipeFilterPipe], imports: [CommonModule], exports: [PipeFilterPipe] });
2356
- PipeFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterModule, imports: [[
2357
- CommonModule,
2358
- ]] });
2359
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterModule, decorators: [{
2360
- type: NgModule,
2361
- args: [{
2362
- declarations: [PipeFilterPipe],
2363
- imports: [
2364
- CommonModule,
2365
- ],
2366
- exports: [PipeFilterPipe],
2367
- }]
2368
- }] });
2205
+ PipeFilterModule.decorators = [
2206
+ { type: NgModule, args: [{
2207
+ declarations: [PipeFilterPipe],
2208
+ imports: [
2209
+ CommonModule,
2210
+ ],
2211
+ exports: [PipeFilterPipe],
2212
+ },] }
2213
+ ];
2369
2214
 
2370
2215
  class PipeFilterSearchPipe {
2371
2216
  transform(items, searchText, ...keys) {
@@ -2390,32 +2235,23 @@ class PipeFilterSearchPipe {
2390
2235
  });
2391
2236
  }
2392
2237
  }
2393
- PipeFilterSearchPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2394
- PipeFilterSearchPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchPipe, name: "pipeFilterSearch" });
2395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchPipe, decorators: [{
2396
- type: Pipe,
2397
- args: [{
2398
- name: 'pipeFilterSearch',
2399
- }]
2400
- }] });
2238
+ PipeFilterSearchPipe.decorators = [
2239
+ { type: Pipe, args: [{
2240
+ name: 'pipeFilterSearch',
2241
+ },] }
2242
+ ];
2401
2243
 
2402
2244
  class PipeFilterSearchModule {
2403
2245
  }
2404
- PipeFilterSearchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2405
- PipeFilterSearchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchModule, declarations: [PipeFilterSearchPipe], imports: [CommonModule], exports: [PipeFilterSearchPipe] });
2406
- PipeFilterSearchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchModule, imports: [[
2407
- CommonModule,
2408
- ]] });
2409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeFilterSearchModule, decorators: [{
2410
- type: NgModule,
2411
- args: [{
2412
- declarations: [PipeFilterSearchPipe],
2413
- imports: [
2414
- CommonModule,
2415
- ],
2416
- exports: [PipeFilterSearchPipe],
2417
- }]
2418
- }] });
2246
+ PipeFilterSearchModule.decorators = [
2247
+ { type: NgModule, args: [{
2248
+ declarations: [PipeFilterSearchPipe],
2249
+ imports: [
2250
+ CommonModule,
2251
+ ],
2252
+ exports: [PipeFilterSearchPipe],
2253
+ },] }
2254
+ ];
2419
2255
 
2420
2256
  class PipeListFilterPipe {
2421
2257
  transform(value, keys, term) {
@@ -2427,32 +2263,23 @@ class PipeListFilterPipe {
2427
2263
  && item[key] && (`${item[key]} `).toLocaleLowerCase().includes(term.toLocaleLowerCase())));
2428
2264
  }
2429
2265
  }
2430
- PipeListFilterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2431
- PipeListFilterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterPipe, name: "pipeListFilter" });
2432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterPipe, decorators: [{
2433
- type: Pipe,
2434
- args: [{
2435
- name: 'pipeListFilter',
2436
- }]
2437
- }] });
2266
+ PipeListFilterPipe.decorators = [
2267
+ { type: Pipe, args: [{
2268
+ name: 'pipeListFilter',
2269
+ },] }
2270
+ ];
2438
2271
 
2439
2272
  class PipeListFilterModule {
2440
2273
  }
2441
- PipeListFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2442
- PipeListFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterModule, declarations: [PipeListFilterPipe], imports: [CommonModule], exports: [PipeListFilterPipe] });
2443
- PipeListFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterModule, imports: [[
2444
- CommonModule,
2445
- ]] });
2446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeListFilterModule, decorators: [{
2447
- type: NgModule,
2448
- args: [{
2449
- declarations: [PipeListFilterPipe],
2450
- imports: [
2451
- CommonModule,
2452
- ],
2453
- exports: [PipeListFilterPipe],
2454
- }]
2455
- }] });
2274
+ PipeListFilterModule.decorators = [
2275
+ { type: NgModule, args: [{
2276
+ declarations: [PipeListFilterPipe],
2277
+ imports: [
2278
+ CommonModule,
2279
+ ],
2280
+ exports: [PipeListFilterPipe],
2281
+ },] }
2282
+ ];
2456
2283
 
2457
2284
  const moment$1 = _moment;
2458
2285
  class PipeRelativeTimePipe {
@@ -2463,64 +2290,46 @@ class PipeRelativeTimePipe {
2463
2290
  return moment$1().startOf('hour').fromNow();
2464
2291
  }
2465
2292
  }
2466
- PipeRelativeTimePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2467
- PipeRelativeTimePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimePipe, name: "pipeRelativeTime" });
2468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimePipe, decorators: [{
2469
- type: Pipe,
2470
- args: [{
2471
- name: 'pipeRelativeTime',
2472
- }]
2473
- }] });
2293
+ PipeRelativeTimePipe.decorators = [
2294
+ { type: Pipe, args: [{
2295
+ name: 'pipeRelativeTime',
2296
+ },] }
2297
+ ];
2474
2298
 
2475
2299
  class PipeRelativeTimeModule {
2476
2300
  }
2477
- PipeRelativeTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2478
- PipeRelativeTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimeModule, declarations: [PipeRelativeTimePipe], imports: [CommonModule], exports: [PipeRelativeTimePipe] });
2479
- PipeRelativeTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimeModule, imports: [[
2480
- CommonModule,
2481
- ]] });
2482
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeRelativeTimeModule, decorators: [{
2483
- type: NgModule,
2484
- args: [{
2485
- declarations: [PipeRelativeTimePipe],
2486
- imports: [
2487
- CommonModule,
2488
- ],
2489
- exports: [PipeRelativeTimePipe],
2490
- }]
2491
- }] });
2301
+ PipeRelativeTimeModule.decorators = [
2302
+ { type: NgModule, args: [{
2303
+ declarations: [PipeRelativeTimePipe],
2304
+ imports: [
2305
+ CommonModule,
2306
+ ],
2307
+ exports: [PipeRelativeTimePipe],
2308
+ },] }
2309
+ ];
2492
2310
 
2493
2311
  class OrderByPipe {
2494
2312
  constructor() {
2495
2313
  this.transform = orderBy;
2496
2314
  }
2497
2315
  }
2498
- OrderByPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: OrderByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2499
- OrderByPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: OrderByPipe, name: "orderBy" });
2500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: OrderByPipe, decorators: [{
2501
- type: Pipe,
2502
- args: [{
2503
- name: 'orderBy',
2504
- }]
2505
- }] });
2316
+ OrderByPipe.decorators = [
2317
+ { type: Pipe, args: [{
2318
+ name: 'orderBy',
2319
+ },] }
2320
+ ];
2506
2321
 
2507
2322
  class PipeOrderByModule {
2508
2323
  }
2509
- PipeOrderByModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeOrderByModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2510
- PipeOrderByModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeOrderByModule, declarations: [OrderByPipe], imports: [CommonModule], exports: [OrderByPipe] });
2511
- PipeOrderByModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeOrderByModule, imports: [[
2512
- CommonModule,
2513
- ]] });
2514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeOrderByModule, decorators: [{
2515
- type: NgModule,
2516
- args: [{
2517
- declarations: [OrderByPipe],
2518
- imports: [
2519
- CommonModule,
2520
- ],
2521
- exports: [OrderByPipe],
2522
- }]
2523
- }] });
2324
+ PipeOrderByModule.decorators = [
2325
+ { type: NgModule, args: [{
2326
+ declarations: [OrderByPipe],
2327
+ imports: [
2328
+ CommonModule,
2329
+ ],
2330
+ exports: [OrderByPipe],
2331
+ },] }
2332
+ ];
2524
2333
 
2525
2334
  class PipeLimitToPipe {
2526
2335
  transform(data, limit = 5) {
@@ -2540,32 +2349,23 @@ class PipeLimitToPipe {
2540
2349
  return null;
2541
2350
  }
2542
2351
  }
2543
- PipeLimitToPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2544
- PipeLimitToPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToPipe, name: "pipeLimitTo" });
2545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToPipe, decorators: [{
2546
- type: Pipe,
2547
- args: [{
2548
- name: 'pipeLimitTo',
2549
- }]
2550
- }] });
2352
+ PipeLimitToPipe.decorators = [
2353
+ { type: Pipe, args: [{
2354
+ name: 'pipeLimitTo',
2355
+ },] }
2356
+ ];
2551
2357
 
2552
2358
  class PipeLimitToModule {
2553
2359
  }
2554
- PipeLimitToModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2555
- PipeLimitToModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToModule, declarations: [PipeLimitToPipe], imports: [CommonModule], exports: [PipeLimitToPipe] });
2556
- PipeLimitToModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToModule, imports: [[
2557
- CommonModule,
2558
- ]] });
2559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeLimitToModule, decorators: [{
2560
- type: NgModule,
2561
- args: [{
2562
- declarations: [PipeLimitToPipe],
2563
- imports: [
2564
- CommonModule,
2565
- ],
2566
- exports: [PipeLimitToPipe],
2567
- }]
2568
- }] });
2360
+ PipeLimitToModule.decorators = [
2361
+ { type: NgModule, args: [{
2362
+ declarations: [PipeLimitToPipe],
2363
+ imports: [
2364
+ CommonModule,
2365
+ ],
2366
+ exports: [PipeLimitToPipe],
2367
+ },] }
2368
+ ];
2569
2369
 
2570
2370
  class PipeNameTransformPipe {
2571
2371
  transform(value) {
@@ -2585,32 +2385,23 @@ class PipeNameTransformPipe {
2585
2385
  return 'Anonymous User';
2586
2386
  }
2587
2387
  }
2588
- PipeNameTransformPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2589
- PipeNameTransformPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformPipe, name: "pipeNameTransform" });
2590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformPipe, decorators: [{
2591
- type: Pipe,
2592
- args: [{
2593
- name: 'pipeNameTransform',
2594
- }]
2595
- }] });
2388
+ PipeNameTransformPipe.decorators = [
2389
+ { type: Pipe, args: [{
2390
+ name: 'pipeNameTransform',
2391
+ },] }
2392
+ ];
2596
2393
 
2597
2394
  class PipeNameTransformModule {
2598
2395
  }
2599
- PipeNameTransformModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2600
- PipeNameTransformModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformModule, declarations: [PipeNameTransformPipe], imports: [CommonModule], exports: [PipeNameTransformPipe] });
2601
- PipeNameTransformModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformModule, imports: [[
2602
- CommonModule,
2603
- ]] });
2604
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeNameTransformModule, decorators: [{
2605
- type: NgModule,
2606
- args: [{
2607
- declarations: [PipeNameTransformPipe],
2608
- imports: [
2609
- CommonModule,
2610
- ],
2611
- exports: [PipeNameTransformPipe],
2612
- }]
2613
- }] });
2396
+ PipeNameTransformModule.decorators = [
2397
+ { type: NgModule, args: [{
2398
+ declarations: [PipeNameTransformPipe],
2399
+ imports: [
2400
+ CommonModule,
2401
+ ],
2402
+ exports: [PipeNameTransformPipe],
2403
+ },] }
2404
+ ];
2614
2405
 
2615
2406
  class PipePartialContentPipe {
2616
2407
  transform(value, keys) {
@@ -2623,32 +2414,23 @@ class PipePartialContentPipe {
2623
2414
  return result;
2624
2415
  }
2625
2416
  }
2626
- PipePartialContentPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2627
- PipePartialContentPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentPipe, name: "pipePartialContent" });
2628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentPipe, decorators: [{
2629
- type: Pipe,
2630
- args: [{
2631
- name: 'pipePartialContent',
2632
- }]
2633
- }] });
2417
+ PipePartialContentPipe.decorators = [
2418
+ { type: Pipe, args: [{
2419
+ name: 'pipePartialContent',
2420
+ },] }
2421
+ ];
2634
2422
 
2635
2423
  class PipePartialContentModule {
2636
2424
  }
2637
- PipePartialContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2638
- PipePartialContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentModule, declarations: [PipePartialContentPipe], imports: [CommonModule], exports: [PipePartialContentPipe] });
2639
- PipePartialContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentModule, imports: [[
2640
- CommonModule,
2641
- ]] });
2642
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipePartialContentModule, decorators: [{
2643
- type: NgModule,
2644
- args: [{
2645
- declarations: [PipePartialContentPipe],
2646
- imports: [
2647
- CommonModule,
2648
- ],
2649
- exports: [PipePartialContentPipe],
2650
- }]
2651
- }] });
2425
+ PipePartialContentModule.decorators = [
2426
+ { type: NgModule, args: [{
2427
+ declarations: [PipePartialContentPipe],
2428
+ imports: [
2429
+ CommonModule,
2430
+ ],
2431
+ exports: [PipePartialContentPipe],
2432
+ },] }
2433
+ ];
2652
2434
 
2653
2435
  class PipeSafeSanitizerPipe {
2654
2436
  constructor(sanitizer) {
@@ -2671,32 +2453,26 @@ class PipeSafeSanitizerPipe {
2671
2453
  }
2672
2454
  }
2673
2455
  }
2674
- PipeSafeSanitizerPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerPipe, deps: [{ token: i1$3.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
2675
- PipeSafeSanitizerPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerPipe, name: "pipeSafeSanitizer" });
2676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerPipe, decorators: [{
2677
- type: Pipe,
2678
- args: [{
2679
- name: 'pipeSafeSanitizer',
2680
- }]
2681
- }], ctorParameters: function () { return [{ type: i1$3.DomSanitizer }]; } });
2456
+ PipeSafeSanitizerPipe.decorators = [
2457
+ { type: Pipe, args: [{
2458
+ name: 'pipeSafeSanitizer',
2459
+ },] }
2460
+ ];
2461
+ PipeSafeSanitizerPipe.ctorParameters = () => [
2462
+ { type: DomSanitizer }
2463
+ ];
2682
2464
 
2683
2465
  class PipeSafeSanitizerModule {
2684
2466
  }
2685
- PipeSafeSanitizerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2686
- PipeSafeSanitizerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerModule, declarations: [PipeSafeSanitizerPipe], imports: [CommonModule], exports: [PipeSafeSanitizerPipe] });
2687
- PipeSafeSanitizerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerModule, imports: [[
2688
- CommonModule,
2689
- ]] });
2690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PipeSafeSanitizerModule, decorators: [{
2691
- type: NgModule,
2692
- args: [{
2693
- declarations: [PipeSafeSanitizerPipe],
2694
- imports: [
2695
- CommonModule,
2696
- ],
2697
- exports: [PipeSafeSanitizerPipe],
2698
- }]
2699
- }] });
2467
+ PipeSafeSanitizerModule.decorators = [
2468
+ { type: NgModule, args: [{
2469
+ declarations: [PipeSafeSanitizerPipe],
2470
+ imports: [
2471
+ CommonModule,
2472
+ ],
2473
+ exports: [PipeSafeSanitizerPipe],
2474
+ },] }
2475
+ ];
2700
2476
 
2701
2477
  class ExploreDetailResolve {
2702
2478
  constructor(http, configSvc, utilitySvc) {
@@ -2758,14 +2534,17 @@ class ExploreDetailResolve {
2758
2534
  return pageData;
2759
2535
  }
2760
2536
  }
2761
- ExploreDetailResolve.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExploreDetailResolve, deps: [{ token: i1$2.HttpClient }, { token: ConfigurationsService }, { token: UtilityService }], target: i0.ɵɵFactoryTarget.Injectable });
2762
- ExploreDetailResolve.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExploreDetailResolve, providedIn: 'root' });
2763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExploreDetailResolve, decorators: [{
2764
- type: Injectable,
2765
- args: [{
2766
- providedIn: 'root',
2767
- }]
2768
- }], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: ConfigurationsService }, { type: UtilityService }]; } });
2537
+ ExploreDetailResolve.ɵprov = i0.ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
2538
+ ExploreDetailResolve.decorators = [
2539
+ { type: Injectable, args: [{
2540
+ providedIn: 'root',
2541
+ },] }
2542
+ ];
2543
+ ExploreDetailResolve.ctorParameters = () => [
2544
+ { type: HttpClient },
2545
+ { type: ConfigurationsService },
2546
+ { type: UtilityService }
2547
+ ];
2769
2548
 
2770
2549
  class MarketingOfferingResolve {
2771
2550
  constructor(http) {
@@ -2788,14 +2567,15 @@ class MarketingOfferingResolve {
2788
2567
  return pageData;
2789
2568
  }
2790
2569
  }
2791
- MarketingOfferingResolve.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: MarketingOfferingResolve, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2792
- MarketingOfferingResolve.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: MarketingOfferingResolve, providedIn: 'root' });
2793
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: MarketingOfferingResolve, decorators: [{
2794
- type: Injectable,
2795
- args: [{
2796
- providedIn: 'root',
2797
- }]
2798
- }], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
2570
+ MarketingOfferingResolve.ɵprov = i0.ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(i0.ɵɵinject(i1$1.HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
2571
+ MarketingOfferingResolve.decorators = [
2572
+ { type: Injectable, args: [{
2573
+ providedIn: 'root',
2574
+ },] }
2575
+ ];
2576
+ MarketingOfferingResolve.ctorParameters = () => [
2577
+ { type: HttpClient }
2578
+ ];
2799
2579
 
2800
2580
  const JSON_MAP = {
2801
2581
  pagename: 'lexid',
@@ -2864,17 +2644,17 @@ class PageResolve {
2864
2644
  }));
2865
2645
  }
2866
2646
  }
2867
- PageResolve.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PageResolve, deps: [{ token: ConfigurationsService }, { token: i1$2.HttpClient }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
2868
- PageResolve.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PageResolve, providedIn: 'root' });
2869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PageResolve, decorators: [{
2870
- type: Injectable,
2871
- args: [{
2872
- providedIn: 'root',
2873
- }]
2874
- }], ctorParameters: function () { return [{ type: ConfigurationsService }, { type: i1$2.HttpClient }, { type: undefined, decorators: [{
2875
- type: Inject,
2876
- args: [LOCALE_ID]
2877
- }] }]; } });
2647
+ PageResolve.ɵprov = i0.ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i0.LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
2648
+ PageResolve.decorators = [
2649
+ { type: Injectable, args: [{
2650
+ providedIn: 'root',
2651
+ },] }
2652
+ ];
2653
+ PageResolve.ctorParameters = () => [
2654
+ { type: ConfigurationsService },
2655
+ { type: HttpClient },
2656
+ { type: String, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
2657
+ ];
2878
2658
 
2879
2659
  var WsEvents;
2880
2660
  (function (WsEvents) {
@@ -3177,19 +2957,19 @@ class EventService {
3177
2957
  }
3178
2958
  }
3179
2959
  }
3180
- EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EventService, deps: [{ token: UtilityService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
3181
- EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EventService, providedIn: 'root' });
3182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EventService, decorators: [{
3183
- type: Injectable,
3184
- args: [{
3185
- providedIn: 'root',
3186
- }]
3187
- }], ctorParameters: function () { return [{ type: UtilityService }, { type: undefined, decorators: [{
3188
- type: Inject,
3189
- args: ['environment']
3190
- }] }]; } });
2960
+ EventService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(i0.ɵɵinject(UtilityService), i0.ɵɵinject("environment")); }, token: EventService, providedIn: "root" });
2961
+ EventService.decorators = [
2962
+ { type: Injectable, args: [{
2963
+ providedIn: 'root',
2964
+ },] }
2965
+ ];
2966
+ EventService.ctorParameters = () => [
2967
+ { type: UtilityService },
2968
+ { type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
2969
+ ];
3191
2970
 
3192
2971
  const PROTECTED_SLAG_V8 = '/apis/protected/v8';
2972
+ const ɵ0 = (type, id) => `${PROTECTED_SLAG_V8}/content/collection/${type}/${id}`, ɵ1 = (contentId) => `${PROTECTED_SLAG_V8}/user/progress/${contentId}`;
3193
2973
  const API_END_POINTS = {
3194
2974
  CONTENT: `${PROTECTED_SLAG_V8}/content`,
3195
2975
  AUTHORING_CONTENT: `/apis/authApi/hierarchy`,
@@ -3206,9 +2986,9 @@ const API_END_POINTS = {
3206
2986
  USER_CONTINUE_LEARNING: `${PROTECTED_SLAG_V8}/user/history/continue`,
3207
2987
  CONTENT_RATING: `${PROTECTED_SLAG_V8}/user/rating`,
3208
2988
  CONTENT_RATING_V2: `${PROTECTED_SLAG_V8}/user/rating/content/average-ratingInfo`,
3209
- COLLECTION_HIERARCHY: (type, id) => `${PROTECTED_SLAG_V8}/content/collection/${type}/${id}`,
2989
+ COLLECTION_HIERARCHY: ɵ0,
3210
2990
  REGISTRATION_STATUS: `${PROTECTED_SLAG_V8}/admin/userRegistration/checkUserRegistrationContent`,
3211
- MARK_AS_COMPLETE_META: (contentId) => `${PROTECTED_SLAG_V8}/user/progress/${contentId}`,
2991
+ MARK_AS_COMPLETE_META: ɵ1,
3212
2992
  };
3213
2993
  class WidgetContentService {
3214
2994
  constructor(http, configSvc) {
@@ -3355,14 +3135,16 @@ class WidgetContentService {
3355
3135
  return this.http.get(url);
3356
3136
  }
3357
3137
  }
3358
- WidgetContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: WidgetContentService, deps: [{ token: i1$2.HttpClient }, { token: ConfigurationsService }], target: i0.ɵɵFactoryTarget.Injectable });
3359
- WidgetContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: WidgetContentService, providedIn: 'root' });
3360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: WidgetContentService, decorators: [{
3361
- type: Injectable,
3362
- args: [{
3363
- providedIn: 'root',
3364
- }]
3365
- }], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: ConfigurationsService }]; } });
3138
+ WidgetContentService.ɵprov = i0.ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
3139
+ WidgetContentService.decorators = [
3140
+ { type: Injectable, args: [{
3141
+ providedIn: 'root',
3142
+ },] }
3143
+ ];
3144
+ WidgetContentService.ctorParameters = () => [
3145
+ { type: HttpClient },
3146
+ { type: ConfigurationsService }
3147
+ ];
3366
3148
 
3367
3149
  class TelemetryService {
3368
3150
  constructor(environment, configSvc, eventsSvc, logger) {
@@ -3779,17 +3561,18 @@ class TelemetryService {
3779
3561
  return null;
3780
3562
  }
3781
3563
  }
3782
- TelemetryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TelemetryService, deps: [{ token: 'environment' }, { token: ConfigurationsService }, { token: EventService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
3783
- TelemetryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TelemetryService, providedIn: 'root' });
3784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TelemetryService, decorators: [{
3785
- type: Injectable,
3786
- args: [{
3787
- providedIn: 'root',
3788
- }]
3789
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
3790
- type: Inject,
3791
- args: ['environment']
3792
- }] }, { type: ConfigurationsService }, { type: EventService }, { type: LoggerService }]; } });
3564
+ TelemetryService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(i0.ɵɵinject("environment"), i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(EventService), i0.ɵɵinject(LoggerService)); }, token: TelemetryService, providedIn: "root" });
3565
+ TelemetryService.decorators = [
3566
+ { type: Injectable, args: [{
3567
+ providedIn: 'root',
3568
+ },] }
3569
+ ];
3570
+ TelemetryService.ctorParameters = () => [
3571
+ { type: undefined, decorators: [{ type: Inject, args: ['environment',] }] },
3572
+ { type: ConfigurationsService },
3573
+ { type: EventService },
3574
+ { type: LoggerService }
3575
+ ];
3793
3576
 
3794
3577
  class SubapplicationRespondService {
3795
3578
  constructor(configSvc, contentSvc, keyCloakSvc, activatedRoute, router, eventSvc, teleSvc) {
@@ -3972,14 +3755,21 @@ class SubapplicationRespondService {
3972
3755
  }
3973
3756
  }
3974
3757
  }
3975
- SubapplicationRespondService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SubapplicationRespondService, deps: [{ token: ConfigurationsService }, { token: WidgetContentService }, { token: AuthKeycloakService }, { token: i3$2.ActivatedRoute }, { token: i3$2.Router }, { token: EventService }, { token: TelemetryService }], target: i0.ɵɵFactoryTarget.Injectable });
3976
- SubapplicationRespondService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SubapplicationRespondService, providedIn: 'root' });
3977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SubapplicationRespondService, decorators: [{
3978
- type: Injectable,
3979
- args: [{
3980
- providedIn: 'root',
3981
- }]
3982
- }], ctorParameters: function () { return [{ type: ConfigurationsService }, { type: WidgetContentService }, { type: AuthKeycloakService }, { type: i3$2.ActivatedRoute }, { type: i3$2.Router }, { type: EventService }, { type: TelemetryService }]; } });
3758
+ SubapplicationRespondService.ɵprov = i0.ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(WidgetContentService), i0.ɵɵinject(AuthKeycloakService), i0.ɵɵinject(i3.ActivatedRoute), i0.ɵɵinject(i3.Router), i0.ɵɵinject(EventService), i0.ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
3759
+ SubapplicationRespondService.decorators = [
3760
+ { type: Injectable, args: [{
3761
+ providedIn: 'root',
3762
+ },] }
3763
+ ];
3764
+ SubapplicationRespondService.ctorParameters = () => [
3765
+ { type: ConfigurationsService },
3766
+ { type: WidgetContentService },
3767
+ { type: AuthKeycloakService },
3768
+ { type: ActivatedRoute },
3769
+ { type: Router },
3770
+ { type: EventService },
3771
+ { type: TelemetryService }
3772
+ ];
3983
3773
 
3984
3774
  const endpoints = {
3985
3775
  userPref: '/apis/protected/v8/user/preference',
@@ -4047,14 +3837,16 @@ class UserPreferenceService {
4047
3837
  });
4048
3838
  }
4049
3839
  }
4050
- UserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: UserPreferenceService, deps: [{ token: i1$2.HttpClient }, { token: ConfigurationsService }], target: i0.ɵɵFactoryTarget.Injectable });
4051
- UserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: UserPreferenceService, providedIn: 'root' });
4052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: UserPreferenceService, decorators: [{
4053
- type: Injectable,
4054
- args: [{
4055
- providedIn: 'root',
4056
- }]
4057
- }], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: ConfigurationsService }]; } });
3840
+ UserPreferenceService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
3841
+ UserPreferenceService.decorators = [
3842
+ { type: Injectable, args: [{
3843
+ providedIn: 'root',
3844
+ },] }
3845
+ ];
3846
+ UserPreferenceService.ctorParameters = () => [
3847
+ { type: HttpClient },
3848
+ { type: ConfigurationsService }
3849
+ ];
4058
3850
 
4059
3851
  var NsContent;
4060
3852
  (function (NsContent) {
@@ -4163,5 +3955,5 @@ var NsContent;
4163
3955
  })(ETagType = NsContent.ETagType || (NsContent.ETagType = {}));
4164
3956
  })(NsContent || (NsContent = {}));
4165
3957
 
4166
- export { AuthKeycloakService, AuthMicrosoftService, ClassChangeOnScrollDirective, ClassChangeOnScrollModule, ConfigurationsService, DefaultThumbnailDirective, DefaultThumbnailModule, EFeatures, EInstance, EventService, ExploreDetailResolve, HorizontalScrollerComponent, HorizontalScrollerModule, ImageCropComponent, ImageCropModule, ImageResponsiveDirective, ImageResponsiveModule, InViewPortDirective, InViewPortModule, LoggerService, LogoutComponent, LogoutModule, MarketingOfferingResolve, NavigationDirective, NavigationModule, NsContent, OrderByPipe, PageResolve, PermissionDirective, PermissionModule, PipeConciseDateRangeModule, PipeConciseDateRangePipe, PipeCountTransformModule, PipeCountTransformPipe, PipeDateConcatModule, PipeDateConcatPipe, PipeDurationTransformModule, PipeDurationTransformPipe, PipeFilterModule, PipeFilterPipe, PipeFilterSearchModule, PipeFilterSearchPipe, PipeHtmlTagRemovalModule, PipeHtmlTagRemovalPipe, PipeLimitToModule, PipeLimitToPipe, PipeListFilterModule, PipeListFilterPipe, PipeNameTransformModule, PipeNameTransformPipe, PipeOrderByModule, PipePartialContentModule, PipePartialContentPipe, PipeRelativeTimeModule, PipeRelativeTimePipe, PipeSafeSanitizerModule, PipeSafeSanitizerPipe, SubapplicationRespondService, TelemetryService, UserPreferenceService, UtilityService, ValueService, WidgetContentService, WsEvents, getStringifiedQueryParams };
3958
+ export { AuthKeycloakService, AuthMicrosoftService, ClassChangeOnScrollDirective, ClassChangeOnScrollModule, ConfigurationsService, DefaultThumbnailDirective, DefaultThumbnailModule, EFeatures, EInstance, EventService, ExploreDetailResolve, HorizontalScrollerComponent, HorizontalScrollerModule, ImageCropComponent, ImageCropModule, ImageResponsiveDirective, ImageResponsiveModule, InViewPortDirective, InViewPortModule, LoggerService, LogoutComponent, LogoutModule, MarketingOfferingResolve, NavigationDirective, NavigationModule, NsContent, OrderByPipe, PageResolve, PermissionDirective, PermissionModule, PipeConciseDateRangeModule, PipeConciseDateRangePipe, PipeCountTransformModule, PipeCountTransformPipe, PipeDateConcatModule, PipeDateConcatPipe, PipeDurationTransformModule, PipeDurationTransformPipe, PipeFilterModule, PipeFilterPipe, PipeFilterSearchModule, PipeFilterSearchPipe, PipeHtmlTagRemovalModule, PipeHtmlTagRemovalPipe, PipeLimitToModule, PipeLimitToPipe, PipeListFilterModule, PipeListFilterPipe, PipeNameTransformModule, PipeNameTransformPipe, PipeOrderByModule, PipePartialContentModule, PipePartialContentPipe, PipeRelativeTimeModule, PipeRelativeTimePipe, PipeSafeSanitizerModule, PipeSafeSanitizerPipe, SubapplicationRespondService, TelemetryService, UserPreferenceService, UtilityService, ValueService, WidgetContentService, WsEvents, getStringifiedQueryParams, ɵ0, ɵ1 };
4167
3959
  //# sourceMappingURL=sunbird-cb-utils.js.map