@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,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/material/dialog'), require('rxjs'), require('@angular/material/snack-bar'), require('@angular/cdk/layout'), require('rxjs/operators'), require('@angular/material/icon'), require('@angular/material/button'), require('ngx-image-cropper'), require('@angular/material/slider'), require('@angular/material/card'), require('@angular/common'), require('@angular/material/toolbar'), require('@angular/material/tooltip'), require('@angular/material/progress-spinner'), require('keycloak-angular'), require('@angular/common/http'), require('@angular/router'), require('@angular/cdk/platform'), require('moment'), require('lodash'), require('@angular/platform-browser')) :
3
- typeof define === 'function' && define.amd ? define('@sunbird-cb/utils', ['exports', '@angular/core', '@angular/material/dialog', 'rxjs', '@angular/material/snack-bar', '@angular/cdk/layout', 'rxjs/operators', '@angular/material/icon', '@angular/material/button', 'ngx-image-cropper', '@angular/material/slider', '@angular/material/card', '@angular/common', '@angular/material/toolbar', '@angular/material/tooltip', '@angular/material/progress-spinner', 'keycloak-angular', '@angular/common/http', '@angular/router', '@angular/cdk/platform', 'moment', 'lodash', '@angular/platform-browser'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["sunbird-cb"] = global["sunbird-cb"] || {}, global["sunbird-cb"].utils = {}), global.ng.core, global.ng.material.dialog, global.rxjs, global.ng.material.snackBar, global.ng.cdk.layout, global.rxjs.operators, global.ng.material.icon, global.ng.material.button, global.ngxImageCropper, global.ng.material.slider, global.ng.material.card, global.ng.common, global.ng.material.toolbar, global.ng.material.tooltip, global.ng.material.progressSpinner, global["keycloak-angular"], global.ng.common.http, global.ng.router, global.ng.cdk.platform, global.moment, global._, global.ng.platformBrowser));
5
- })(this, (function (exports, i0, i1$1, rxjs, i3, i1, operators, i5, i6, i7, i8, i9, i4, toolbar, tooltip, i3$1, i2, i1$2, i3$2, i2$1, _moment, _, i1$3) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/material/dialog'), require('@angular/material/snack-bar'), require('rxjs'), require('@angular/cdk/layout'), require('rxjs/operators'), require('@angular/common'), require('@angular/material/button'), require('@angular/material/card'), require('@angular/material/icon'), require('@angular/material/slider'), require('@angular/material/toolbar'), require('@angular/material/tooltip'), require('ngx-image-cropper'), require('@angular/material/progress-spinner'), require('keycloak-angular'), require('@angular/common/http'), require('@angular/cdk/platform'), require('@angular/router'), require('moment'), require('lodash'), require('@angular/platform-browser')) :
3
+ typeof define === 'function' && define.amd ? define('@sunbird-cb/utils', ['exports', '@angular/core', '@angular/material/dialog', '@angular/material/snack-bar', 'rxjs', '@angular/cdk/layout', 'rxjs/operators', '@angular/common', '@angular/material/button', '@angular/material/card', '@angular/material/icon', '@angular/material/slider', '@angular/material/toolbar', '@angular/material/tooltip', 'ngx-image-cropper', '@angular/material/progress-spinner', 'keycloak-angular', '@angular/common/http', '@angular/cdk/platform', '@angular/router', 'moment', 'lodash', '@angular/platform-browser'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["sunbird-cb"] = global["sunbird-cb"] || {}, global["sunbird-cb"].utils = {}), global.ng.core, global.ng.material.dialog, global.ng.material.snackBar, global.rxjs, global.ng.cdk.layout, global.rxjs.operators, global.ng.common, global.ng.material.button, global.ng.material.card, global.ng.material.icon, global.ng.material.slider, global.ng.material.toolbar, global.ng.material.tooltip, global.ngxImageCropper, global.ng.material.progressSpinner, global["keycloak-angular"], global.ng.common.http, global.ng.cdk.platform, global.ng.router, global.moment, global._, global.ng.platformBrowser));
5
+ })(this, (function (exports, i0, dialog, snackBar, rxjs, i1, operators, common, button, card, icon, slider, toolbar, tooltip, ngxImageCropper, progressSpinner, i2, i1$1, i2$1, i3, _moment, _, platformBrowser) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) return e;
@@ -23,23 +23,13 @@
23
23
  }
24
24
 
25
25
  var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
- var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
27
- var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
28
26
  var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
29
- var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
30
- var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
31
- var i7__namespace = /*#__PURE__*/_interopNamespace(i7);
32
- var i8__namespace = /*#__PURE__*/_interopNamespace(i8);
33
- var i9__namespace = /*#__PURE__*/_interopNamespace(i9);
34
- var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
35
- var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3$1);
36
27
  var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
37
- var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$2);
38
- var i3__namespace$2 = /*#__PURE__*/_interopNamespace(i3$2);
28
+ var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
39
29
  var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
30
+ var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
40
31
  var _moment__namespace = /*#__PURE__*/_interopNamespace(_moment);
41
32
  var ___namespace = /*#__PURE__*/_interopNamespace(_);
42
- var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
43
33
 
44
34
  var ConfigurationsService = /** @class */ (function () {
45
35
  function ConfigurationsService() {
@@ -95,14 +85,13 @@
95
85
  };
96
86
  return ConfigurationsService;
97
87
  }());
98
- ConfigurationsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationsService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
99
- ConfigurationsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationsService, providedIn: 'root' });
100
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationsService, decorators: [{
101
- type: i0.Injectable,
102
- args: [{
103
- providedIn: 'root',
104
- }]
105
- }], ctorParameters: function () { return []; } });
88
+ ConfigurationsService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
89
+ ConfigurationsService.decorators = [
90
+ { type: i0.Injectable, args: [{
91
+ providedIn: 'root',
92
+ },] }
93
+ ];
94
+ ConfigurationsService.ctorParameters = function () { return []; };
106
95
 
107
96
  var ValueService = /** @class */ (function () {
108
97
  function ValueService(breakpointObserver) {
@@ -116,14 +105,15 @@
116
105
  }
117
106
  return ValueService;
118
107
  }());
119
- ValueService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ValueService, deps: [{ token: i1__namespace.BreakpointObserver }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
120
- ValueService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ValueService, providedIn: 'root' });
121
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ValueService, decorators: [{
122
- type: i0.Injectable,
123
- args: [{
124
- providedIn: 'root',
125
- }]
126
- }], ctorParameters: function () { return [{ type: i1__namespace.BreakpointObserver }]; } });
108
+ ValueService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(i0__namespace.ɵɵinject(i1__namespace.BreakpointObserver)); }, token: ValueService, providedIn: "root" });
109
+ ValueService.decorators = [
110
+ { type: i0.Injectable, args: [{
111
+ providedIn: 'root',
112
+ },] }
113
+ ];
114
+ ValueService.ctorParameters = function () { return [
115
+ { type: i1.BreakpointObserver }
116
+ ]; };
127
117
 
128
118
  var ImageCropComponent = /** @class */ (function () {
129
119
  function ImageCropComponent(dialogRef, configSvc, snackBar, valueSvc, data) {
@@ -265,72 +255,48 @@
265
255
  };
266
256
  return ImageCropComponent;
267
257
  }());
268
- ImageCropComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropComponent, deps: [{ token: i1__namespace$1.MatDialogRef }, { token: ConfigurationsService }, { token: i3__namespace.MatSnackBar }, { token: ValueService }, { token: i1$1.MAT_DIALOG_DATA }], target: i0__namespace.ɵɵFactoryTarget.Component });
269
- ImageCropComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ImageCropComponent, selector: "ws-utils-image-crop", outputs: { data: "data" }, ngImport: i0__namespace, 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__namespace.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i6__namespace.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__namespace.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__namespace.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__namespace.MatCard, selector: "mat-card", exportAs: ["matCard"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1__namespace$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i1__namespace$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }] });
270
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropComponent, decorators: [{
271
- type: i0.Component,
272
- args: [{
273
- selector: 'ws-utils-image-crop',
274
- templateUrl: './image-crop.component.html',
275
- styleUrls: ['./image-crop.component.scss'],
276
- }]
277
- }], ctorParameters: function () {
278
- return [{ type: i1__namespace$1.MatDialogRef }, { type: ConfigurationsService }, { type: i3__namespace.MatSnackBar }, { type: ValueService }, { type: undefined, decorators: [{
279
- type: i0.Inject,
280
- args: [i1$1.MAT_DIALOG_DATA]
281
- }] }];
282
- }, propDecorators: { data: [{
283
- type: i0.Output
284
- }] } });
258
+ ImageCropComponent.decorators = [
259
+ { type: i0.Component, args: [{
260
+ selector: 'ws-utils-image-crop',
261
+ 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",
262
+ 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"]
263
+ },] }
264
+ ];
265
+ ImageCropComponent.ctorParameters = function () { return [
266
+ { type: dialog.MatDialogRef },
267
+ { type: ConfigurationsService },
268
+ { type: snackBar.MatSnackBar },
269
+ { type: ValueService },
270
+ { type: undefined, decorators: [{ type: i0.Inject, args: [dialog.MAT_DIALOG_DATA,] }] }
271
+ ]; };
272
+ ImageCropComponent.propDecorators = {
273
+ data: [{ type: i0.Output }]
274
+ };
285
275
 
286
276
  var ImageCropModule = /** @class */ (function () {
287
277
  function ImageCropModule() {
288
278
  }
289
279
  return ImageCropModule;
290
280
  }());
291
- ImageCropModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
292
- ImageCropModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropModule, declarations: [ImageCropComponent], imports: [i4.CommonModule,
293
- i7.ImageCropperModule,
294
- i5.MatIconModule,
295
- i6.MatButtonModule,
296
- i1$1.MatDialogModule,
297
- toolbar.MatToolbarModule,
298
- i1$1.MatDialogModule,
299
- i9.MatCardModule,
300
- tooltip.MatTooltipModule,
301
- i8.MatSliderModule], exports: [ImageCropComponent] });
302
- ImageCropModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropModule, imports: [[
303
- i4.CommonModule,
304
- i7.ImageCropperModule,
305
- i5.MatIconModule,
306
- i6.MatButtonModule,
307
- i1$1.MatDialogModule,
308
- toolbar.MatToolbarModule,
309
- i1$1.MatDialogModule,
310
- i9.MatCardModule,
311
- tooltip.MatTooltipModule,
312
- i8.MatSliderModule,
313
- ]] });
314
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropModule, decorators: [{
315
- type: i0.NgModule,
316
- args: [{
317
- declarations: [ImageCropComponent],
318
- imports: [
319
- i4.CommonModule,
320
- i7.ImageCropperModule,
321
- i5.MatIconModule,
322
- i6.MatButtonModule,
323
- i1$1.MatDialogModule,
324
- toolbar.MatToolbarModule,
325
- i1$1.MatDialogModule,
326
- i9.MatCardModule,
327
- tooltip.MatTooltipModule,
328
- i8.MatSliderModule,
329
- ],
330
- exports: [ImageCropComponent],
331
- entryComponents: [ImageCropComponent],
332
- }]
333
- }] });
281
+ ImageCropModule.decorators = [
282
+ { type: i0.NgModule, args: [{
283
+ declarations: [ImageCropComponent],
284
+ imports: [
285
+ common.CommonModule,
286
+ ngxImageCropper.ImageCropperModule,
287
+ icon.MatIconModule,
288
+ button.MatButtonModule,
289
+ dialog.MatDialogModule,
290
+ toolbar.MatToolbarModule,
291
+ dialog.MatDialogModule,
292
+ card.MatCardModule,
293
+ tooltip.MatTooltipModule,
294
+ slider.MatSliderModule,
295
+ ],
296
+ exports: [ImageCropComponent],
297
+ entryComponents: [ImageCropComponent],
298
+ },] }
299
+ ];
334
300
 
335
301
  exports.EFeatures = void 0;
336
302
  (function (EFeatures) {
@@ -969,49 +935,34 @@
969
935
  };
970
936
  return ClassChangeOnScrollDirective;
971
937
  }());
972
- ClassChangeOnScrollDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClassChangeOnScrollDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
973
- ClassChangeOnScrollDirective.ɵdir = i0__namespace.ɵɵ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__namespace });
974
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClassChangeOnScrollDirective, decorators: [{
975
- type: i0.Directive,
976
- args: [{
977
- selector: '[wsUtilsClassChangeOnScroll]',
978
- }]
979
- }], ctorParameters: function () { return []; }, propDecorators: { wsClassOnScrollDirChange: [{
980
- type: i0.Input
981
- }], isScrollingDown: [{
982
- type: i0.HostBinding,
983
- args: ['class.scrolling-down']
984
- }], isScrollingUp: [{
985
- type: i0.HostBinding,
986
- args: ['class.scrolling-up']
987
- }], isNotScrolling: [{
988
- type: i0.HostBinding,
989
- args: ['class.scrolling-no']
990
- }], hasScrolledDown: [{
991
- type: i0.HostBinding,
992
- args: ['class.scrolled-down']
993
- }] } });
938
+ ClassChangeOnScrollDirective.decorators = [
939
+ { type: i0.Directive, args: [{
940
+ selector: '[wsUtilsClassChangeOnScroll]',
941
+ },] }
942
+ ];
943
+ ClassChangeOnScrollDirective.ctorParameters = function () { return []; };
944
+ ClassChangeOnScrollDirective.propDecorators = {
945
+ wsClassOnScrollDirChange: [{ type: i0.Input }],
946
+ isScrollingDown: [{ type: i0.HostBinding, args: ['class.scrolling-down',] }],
947
+ isScrollingUp: [{ type: i0.HostBinding, args: ['class.scrolling-up',] }],
948
+ isNotScrolling: [{ type: i0.HostBinding, args: ['class.scrolling-no',] }],
949
+ hasScrolledDown: [{ type: i0.HostBinding, args: ['class.scrolled-down',] }]
950
+ };
994
951
 
995
952
  var ClassChangeOnScrollModule = /** @class */ (function () {
996
953
  function ClassChangeOnScrollModule() {
997
954
  }
998
955
  return ClassChangeOnScrollModule;
999
956
  }());
1000
- ClassChangeOnScrollModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClassChangeOnScrollModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1001
- ClassChangeOnScrollModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClassChangeOnScrollModule, declarations: [ClassChangeOnScrollDirective], imports: [i4.CommonModule], exports: [ClassChangeOnScrollDirective] });
1002
- ClassChangeOnScrollModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClassChangeOnScrollModule, imports: [[
1003
- i4.CommonModule,
1004
- ]] });
1005
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClassChangeOnScrollModule, decorators: [{
1006
- type: i0.NgModule,
1007
- args: [{
1008
- declarations: [ClassChangeOnScrollDirective],
1009
- imports: [
1010
- i4.CommonModule,
1011
- ],
1012
- exports: [ClassChangeOnScrollDirective],
1013
- }]
1014
- }] });
957
+ ClassChangeOnScrollModule.decorators = [
958
+ { type: i0.NgModule, args: [{
959
+ declarations: [ClassChangeOnScrollDirective],
960
+ imports: [
961
+ common.CommonModule,
962
+ ],
963
+ exports: [ClassChangeOnScrollDirective],
964
+ },] }
965
+ ];
1015
966
 
1016
967
  var DefaultThumbnailDirective = /** @class */ (function () {
1017
968
  function DefaultThumbnailDirective() {
@@ -1033,45 +984,32 @@
1033
984
  };
1034
985
  return DefaultThumbnailDirective;
1035
986
  }());
1036
- DefaultThumbnailDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DefaultThumbnailDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
1037
- DefaultThumbnailDirective.ɵdir = i0__namespace.ɵɵ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__namespace });
1038
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DefaultThumbnailDirective, decorators: [{
1039
- type: i0.Directive,
1040
- args: [{
1041
- selector: '[wsUtilsDefaultThumbnail]',
1042
- }]
1043
- }], propDecorators: { wsUtilsDefaultThumbnail: [{
1044
- type: i0.Input
1045
- }], src: [{
1046
- type: i0.Input
1047
- }], srcUrl: [{
1048
- type: i0.HostBinding,
1049
- args: ['src']
1050
- }], updateSrc: [{
1051
- type: i0.HostListener,
1052
- args: ['error']
1053
- }] } });
987
+ DefaultThumbnailDirective.decorators = [
988
+ { type: i0.Directive, args: [{
989
+ selector: '[wsUtilsDefaultThumbnail]',
990
+ },] }
991
+ ];
992
+ DefaultThumbnailDirective.propDecorators = {
993
+ wsUtilsDefaultThumbnail: [{ type: i0.Input }],
994
+ src: [{ type: i0.Input }],
995
+ srcUrl: [{ type: i0.HostBinding, args: ['src',] }],
996
+ updateSrc: [{ type: i0.HostListener, args: ['error',] }]
997
+ };
1054
998
 
1055
999
  var DefaultThumbnailModule = /** @class */ (function () {
1056
1000
  function DefaultThumbnailModule() {
1057
1001
  }
1058
1002
  return DefaultThumbnailModule;
1059
1003
  }());
1060
- DefaultThumbnailModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DefaultThumbnailModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1061
- DefaultThumbnailModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DefaultThumbnailModule, declarations: [DefaultThumbnailDirective], imports: [i4.CommonModule], exports: [DefaultThumbnailDirective] });
1062
- DefaultThumbnailModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DefaultThumbnailModule, imports: [[
1063
- i4.CommonModule,
1064
- ]] });
1065
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DefaultThumbnailModule, decorators: [{
1066
- type: i0.NgModule,
1067
- args: [{
1068
- declarations: [DefaultThumbnailDirective],
1069
- imports: [
1070
- i4.CommonModule,
1071
- ],
1072
- exports: [DefaultThumbnailDirective],
1073
- }]
1074
- }] });
1004
+ DefaultThumbnailModule.decorators = [
1005
+ { type: i0.NgModule, args: [{
1006
+ declarations: [DefaultThumbnailDirective],
1007
+ imports: [
1008
+ common.CommonModule,
1009
+ ],
1010
+ exports: [DefaultThumbnailDirective],
1011
+ },] }
1012
+ ];
1075
1013
 
1076
1014
  var customBreakPoints = {
1077
1015
  xs: '(max-width: 450px)',
@@ -1143,40 +1081,33 @@
1143
1081
  };
1144
1082
  return ImageResponsiveDirective;
1145
1083
  }());
1146
- ImageResponsiveDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageResponsiveDirective, deps: [{ token: i1__namespace.BreakpointObserver }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1147
- ImageResponsiveDirective.ɵdir = i0__namespace.ɵɵ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__namespace });
1148
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageResponsiveDirective, decorators: [{
1149
- type: i0.Directive,
1150
- args: [{
1151
- selector: '[wsUtilsImageResponsive]',
1152
- }]
1153
- }], ctorParameters: function () { return [{ type: i1__namespace.BreakpointObserver }]; }, propDecorators: { src: [{
1154
- type: i0.Input
1155
- }], srcBindUrl: [{
1156
- type: i0.HostBinding,
1157
- args: ['src']
1158
- }] } });
1084
+ ImageResponsiveDirective.decorators = [
1085
+ { type: i0.Directive, args: [{
1086
+ selector: '[wsUtilsImageResponsive]',
1087
+ },] }
1088
+ ];
1089
+ ImageResponsiveDirective.ctorParameters = function () { return [
1090
+ { type: i1.BreakpointObserver }
1091
+ ]; };
1092
+ ImageResponsiveDirective.propDecorators = {
1093
+ src: [{ type: i0.Input }],
1094
+ srcBindUrl: [{ type: i0.HostBinding, args: ['src',] }]
1095
+ };
1159
1096
 
1160
1097
  var ImageResponsiveModule = /** @class */ (function () {
1161
1098
  function ImageResponsiveModule() {
1162
1099
  }
1163
1100
  return ImageResponsiveModule;
1164
1101
  }());
1165
- ImageResponsiveModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageResponsiveModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1166
- ImageResponsiveModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageResponsiveModule, declarations: [ImageResponsiveDirective], imports: [i4.CommonModule], exports: [ImageResponsiveDirective] });
1167
- ImageResponsiveModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageResponsiveModule, imports: [[
1168
- i4.CommonModule,
1169
- ]] });
1170
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageResponsiveModule, decorators: [{
1171
- type: i0.NgModule,
1172
- args: [{
1173
- declarations: [ImageResponsiveDirective],
1174
- imports: [
1175
- i4.CommonModule,
1176
- ],
1177
- exports: [ImageResponsiveDirective],
1178
- }]
1179
- }] });
1102
+ ImageResponsiveModule.decorators = [
1103
+ { type: i0.NgModule, args: [{
1104
+ declarations: [ImageResponsiveDirective],
1105
+ imports: [
1106
+ common.CommonModule,
1107
+ ],
1108
+ exports: [ImageResponsiveDirective],
1109
+ },] }
1110
+ ];
1180
1111
 
1181
1112
  var InViewPortDirective = /** @class */ (function () {
1182
1113
  function InViewPortDirective(_el) {
@@ -1229,37 +1160,32 @@
1229
1160
  };
1230
1161
  return InViewPortDirective;
1231
1162
  }());
1232
- InViewPortDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InViewPortDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1233
- InViewPortDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: InViewPortDirective, selector: "[wsUtilsInViewPort]", outputs: { inViewport: "inViewport" }, ngImport: i0__namespace });
1234
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InViewPortDirective, decorators: [{
1235
- type: i0.Directive,
1236
- args: [{
1237
- selector: '[wsUtilsInViewPort]',
1238
- }]
1239
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { inViewport: [{
1240
- type: i0.Output
1241
- }] } });
1163
+ InViewPortDirective.decorators = [
1164
+ { type: i0.Directive, args: [{
1165
+ selector: '[wsUtilsInViewPort]',
1166
+ },] }
1167
+ ];
1168
+ InViewPortDirective.ctorParameters = function () { return [
1169
+ { type: i0.ElementRef }
1170
+ ]; };
1171
+ InViewPortDirective.propDecorators = {
1172
+ inViewport: [{ type: i0.Output }]
1173
+ };
1242
1174
 
1243
1175
  var InViewPortModule = /** @class */ (function () {
1244
1176
  function InViewPortModule() {
1245
1177
  }
1246
1178
  return InViewPortModule;
1247
1179
  }());
1248
- InViewPortModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InViewPortModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1249
- InViewPortModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InViewPortModule, declarations: [InViewPortDirective], imports: [i4.CommonModule], exports: [InViewPortDirective] });
1250
- InViewPortModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InViewPortModule, imports: [[
1251
- i4.CommonModule,
1252
- ]] });
1253
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InViewPortModule, decorators: [{
1254
- type: i0.NgModule,
1255
- args: [{
1256
- declarations: [InViewPortDirective],
1257
- exports: [InViewPortDirective],
1258
- imports: [
1259
- i4.CommonModule,
1260
- ],
1261
- }]
1262
- }] });
1180
+ InViewPortModule.decorators = [
1181
+ { type: i0.NgModule, args: [{
1182
+ declarations: [InViewPortDirective],
1183
+ exports: [InViewPortDirective],
1184
+ imports: [
1185
+ common.CommonModule,
1186
+ ],
1187
+ },] }
1188
+ ];
1263
1189
 
1264
1190
  var NavigationDirective = /** @class */ (function () {
1265
1191
  function NavigationDirective() {
@@ -1282,82 +1208,60 @@
1282
1208
  };
1283
1209
  return NavigationDirective;
1284
1210
  }());
1285
- NavigationDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NavigationDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
1286
- NavigationDirective.ɵdir = i0__namespace.ɵɵ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__namespace });
1287
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NavigationDirective, decorators: [{
1288
- type: i0.Directive,
1289
- args: [{
1290
- selector: '[wsUtilsNavigation]',
1291
- }]
1292
- }], ctorParameters: function () { return []; }, propDecorators: { wsUtilsNavigation: [{
1293
- type: i0.Input
1294
- }], openInNewTab: [{
1295
- type: i0.Input
1296
- }], routeUrl: [{
1297
- type: i0.Input
1298
- }, {
1299
- type: i0.HostBinding,
1300
- args: ['attr.routerLink']
1301
- }], onMouseEnter: [{
1302
- type: i0.HostListener,
1303
- args: ['mousedown', ['$event']]
1304
- }] } });
1211
+ NavigationDirective.decorators = [
1212
+ { type: i0.Directive, args: [{
1213
+ selector: '[wsUtilsNavigation]',
1214
+ },] }
1215
+ ];
1216
+ NavigationDirective.ctorParameters = function () { return []; };
1217
+ NavigationDirective.propDecorators = {
1218
+ wsUtilsNavigation: [{ type: i0.Input }],
1219
+ openInNewTab: [{ type: i0.Input }],
1220
+ routeUrl: [{ type: i0.Input }, { type: i0.HostBinding, args: ['attr.routerLink',] }],
1221
+ onMouseEnter: [{ type: i0.HostListener, args: ['mousedown', ['$event'],] }]
1222
+ };
1305
1223
 
1306
1224
  var NavigationModule = /** @class */ (function () {
1307
1225
  function NavigationModule() {
1308
1226
  }
1309
1227
  return NavigationModule;
1310
1228
  }());
1311
- NavigationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NavigationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1312
- NavigationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NavigationModule, declarations: [NavigationDirective], imports: [i4.CommonModule], exports: [NavigationDirective] });
1313
- NavigationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NavigationModule, imports: [[
1314
- i4.CommonModule,
1315
- ]] });
1316
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NavigationModule, decorators: [{
1317
- type: i0.NgModule,
1318
- args: [{
1319
- declarations: [NavigationDirective],
1320
- imports: [
1321
- i4.CommonModule,
1322
- ],
1323
- exports: [NavigationDirective],
1324
- }]
1325
- }] });
1229
+ NavigationModule.decorators = [
1230
+ { type: i0.NgModule, args: [{
1231
+ declarations: [NavigationDirective],
1232
+ imports: [
1233
+ common.CommonModule,
1234
+ ],
1235
+ exports: [NavigationDirective],
1236
+ },] }
1237
+ ];
1326
1238
 
1327
1239
  var PermissionDirective = /** @class */ (function () {
1328
1240
  function PermissionDirective() {
1329
1241
  }
1330
1242
  return PermissionDirective;
1331
1243
  }());
1332
- PermissionDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PermissionDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
1333
- PermissionDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: PermissionDirective, selector: "[wsUtilsPermission]", ngImport: i0__namespace });
1334
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PermissionDirective, decorators: [{
1335
- type: i0.Directive,
1336
- args: [{
1337
- selector: '[wsUtilsPermission]',
1338
- }]
1339
- }], ctorParameters: function () { return []; } });
1244
+ PermissionDirective.decorators = [
1245
+ { type: i0.Directive, args: [{
1246
+ selector: '[wsUtilsPermission]',
1247
+ },] }
1248
+ ];
1249
+ PermissionDirective.ctorParameters = function () { return []; };
1340
1250
 
1341
1251
  var PermissionModule = /** @class */ (function () {
1342
1252
  function PermissionModule() {
1343
1253
  }
1344
1254
  return PermissionModule;
1345
1255
  }());
1346
- PermissionModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PermissionModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1347
- PermissionModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PermissionModule, declarations: [PermissionDirective], imports: [i4.CommonModule], exports: [PermissionDirective] });
1348
- PermissionModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PermissionModule, imports: [[
1349
- i4.CommonModule,
1350
- ]] });
1351
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PermissionModule, decorators: [{
1352
- type: i0.NgModule,
1353
- args: [{
1354
- declarations: [PermissionDirective],
1355
- imports: [
1356
- i4.CommonModule,
1357
- ],
1358
- exports: [PermissionDirective],
1359
- }]
1360
- }] });
1256
+ PermissionModule.decorators = [
1257
+ { type: i0.NgModule, args: [{
1258
+ declarations: [PermissionDirective],
1259
+ imports: [
1260
+ common.CommonModule,
1261
+ ],
1262
+ exports: [PermissionDirective],
1263
+ },] }
1264
+ ];
1361
1265
 
1362
1266
  function getStringifiedQueryParams(obj) {
1363
1267
  return Object.entries(obj)
@@ -1443,55 +1347,38 @@
1443
1347
  };
1444
1348
  return HorizontalScrollerComponent;
1445
1349
  }());
1446
- HorizontalScrollerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HorizontalScrollerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1447
- HorizontalScrollerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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__namespace.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__namespace.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3__namespace$1.MatSpinner, selector: "mat-spinner", inputs: ["color"] }], directives: [{ type: i4__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1448
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HorizontalScrollerComponent, decorators: [{
1449
- type: i0.Component,
1450
- args: [{
1451
- selector: 'ws-utils-horizontal-scroller',
1452
- templateUrl: './horizontal-scroller.component.html',
1453
- styleUrls: ['./horizontal-scroller.component.scss'],
1454
- }]
1455
- }], ctorParameters: function () { return []; }, propDecorators: { loadStatus: [{
1456
- type: i0.Input
1457
- }], onHover: [{
1458
- type: i0.Input
1459
- }], loadNext: [{
1460
- type: i0.Output
1461
- }], horizontalScrollElem: [{
1462
- type: i0.ViewChild,
1463
- args: ['horizontalScrollElem', { static: true }]
1464
- }] } });
1350
+ HorizontalScrollerComponent.decorators = [
1351
+ { type: i0.Component, args: [{
1352
+ selector: 'ws-utils-horizontal-scroller',
1353
+ 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>",
1354
+ 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"]
1355
+ },] }
1356
+ ];
1357
+ HorizontalScrollerComponent.ctorParameters = function () { return []; };
1358
+ HorizontalScrollerComponent.propDecorators = {
1359
+ loadStatus: [{ type: i0.Input }],
1360
+ onHover: [{ type: i0.Input }],
1361
+ loadNext: [{ type: i0.Output }],
1362
+ horizontalScrollElem: [{ type: i0.ViewChild, args: ['horizontalScrollElem', { static: true },] }]
1363
+ };
1465
1364
 
1466
1365
  var HorizontalScrollerModule = /** @class */ (function () {
1467
1366
  function HorizontalScrollerModule() {
1468
1367
  }
1469
1368
  return HorizontalScrollerModule;
1470
1369
  }());
1471
- HorizontalScrollerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HorizontalScrollerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1472
- HorizontalScrollerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HorizontalScrollerModule, declarations: [HorizontalScrollerComponent], imports: [i4.CommonModule,
1473
- i6.MatButtonModule,
1474
- i5.MatIconModule,
1475
- i3$1.MatProgressSpinnerModule], exports: [HorizontalScrollerComponent] });
1476
- HorizontalScrollerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HorizontalScrollerModule, imports: [[
1477
- i4.CommonModule,
1478
- i6.MatButtonModule,
1479
- i5.MatIconModule,
1480
- i3$1.MatProgressSpinnerModule,
1481
- ]] });
1482
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HorizontalScrollerModule, decorators: [{
1483
- type: i0.NgModule,
1484
- args: [{
1485
- declarations: [HorizontalScrollerComponent],
1486
- imports: [
1487
- i4.CommonModule,
1488
- i6.MatButtonModule,
1489
- i5.MatIconModule,
1490
- i3$1.MatProgressSpinnerModule,
1491
- ],
1492
- exports: [HorizontalScrollerComponent],
1493
- }]
1494
- }] });
1370
+ HorizontalScrollerModule.decorators = [
1371
+ { type: i0.NgModule, args: [{
1372
+ declarations: [HorizontalScrollerComponent],
1373
+ imports: [
1374
+ common.CommonModule,
1375
+ button.MatButtonModule,
1376
+ icon.MatIconModule,
1377
+ progressSpinner.MatProgressSpinnerModule,
1378
+ ],
1379
+ exports: [HorizontalScrollerComponent],
1380
+ },] }
1381
+ ];
1495
1382
 
1496
1383
  /******************************************************************************
1497
1384
  Copyright (c) Microsoft Corporation.
@@ -2028,14 +1915,15 @@
2028
1915
  };
2029
1916
  return LoggerService;
2030
1917
  }());
2031
- LoggerService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LoggerService, deps: [{ token: ConfigurationsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2032
- LoggerService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LoggerService, providedIn: 'root' });
2033
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LoggerService, decorators: [{
2034
- type: i0.Injectable,
2035
- args: [{
2036
- providedIn: 'root',
2037
- }]
2038
- }], ctorParameters: function () { return [{ type: ConfigurationsService }]; } });
1918
+ LoggerService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(i0__namespace.ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
1919
+ LoggerService.decorators = [
1920
+ { type: i0.Injectable, args: [{
1921
+ providedIn: 'root',
1922
+ },] }
1923
+ ];
1924
+ LoggerService.ctorParameters = function () { return [
1925
+ { type: ConfigurationsService }
1926
+ ]; };
2039
1927
 
2040
1928
  var msTokenExpiryDuration = 600;
2041
1929
  var storageKey$1 = 'msLoginRequested';
@@ -2261,14 +2149,16 @@
2261
2149
  };
2262
2150
  return AuthMicrosoftService;
2263
2151
  }());
2264
- AuthMicrosoftService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthMicrosoftService, deps: [{ token: LoggerService }, { token: i1__namespace$2.HttpClient }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2265
- AuthMicrosoftService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthMicrosoftService, providedIn: 'root' });
2266
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthMicrosoftService, decorators: [{
2267
- type: i0.Injectable,
2268
- args: [{
2269
- providedIn: 'root',
2270
- }]
2271
- }], ctorParameters: function () { return [{ type: LoggerService }, { type: i1__namespace$2.HttpClient }]; } });
2152
+ AuthMicrosoftService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(i0__namespace.ɵɵinject(LoggerService), i0__namespace.ɵɵinject(i1__namespace$1.HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
2153
+ AuthMicrosoftService.decorators = [
2154
+ { type: i0.Injectable, args: [{
2155
+ providedIn: 'root',
2156
+ },] }
2157
+ ];
2158
+ AuthMicrosoftService.ctorParameters = function () { return [
2159
+ { type: LoggerService },
2160
+ { type: i1$1.HttpClient }
2161
+ ]; };
2272
2162
 
2273
2163
  var storage = localStorage;
2274
2164
  var storageKey = 'kc';
@@ -2547,14 +2437,17 @@
2547
2437
  });
2548
2438
  return AuthKeycloakService;
2549
2439
  }());
2550
- AuthKeycloakService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthKeycloakService, deps: [{ token: ConfigurationsService }, { token: i2__namespace.KeycloakService }, { token: AuthMicrosoftService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2551
- AuthKeycloakService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthKeycloakService, providedIn: 'root' });
2552
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthKeycloakService, decorators: [{
2553
- type: i0.Injectable,
2554
- args: [{
2555
- providedIn: 'root',
2556
- }]
2557
- }], ctorParameters: function () { return [{ type: ConfigurationsService }, { type: i2__namespace.KeycloakService }, { type: AuthMicrosoftService }]; } });
2440
+ AuthKeycloakService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(i2__namespace.KeycloakService), i0__namespace.ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
2441
+ AuthKeycloakService.decorators = [
2442
+ { type: i0.Injectable, args: [{
2443
+ providedIn: 'root',
2444
+ },] }
2445
+ ];
2446
+ AuthKeycloakService.ctorParameters = function () { return [
2447
+ { type: ConfigurationsService },
2448
+ { type: i2.KeycloakService },
2449
+ { type: AuthMicrosoftService }
2450
+ ]; };
2558
2451
 
2559
2452
  var RANDOM_ID_PER_USER = 0;
2560
2453
  var UtilityService = /** @class */ (function () {
@@ -2566,7 +2459,7 @@
2566
2459
  this.route = route;
2567
2460
  this.currentRouteData = [];
2568
2461
  this.router.events.subscribe(function (event) {
2569
- if (event instanceof i3$2.NavigationEnd) {
2462
+ if (event instanceof i3.NavigationEnd) {
2570
2463
  var snapshot = _this.route.snapshot;
2571
2464
  var firstChild = snapshot.root.firstChild;
2572
2465
  _this.getChildRouteData(snapshot, firstChild);
@@ -2695,14 +2588,18 @@
2695
2588
  });
2696
2589
  return UtilityService;
2697
2590
  }());
2698
- UtilityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UtilityService, deps: [{ token: i1__namespace$2.HttpClient }, { token: i2__namespace$1.Platform }, { token: i3__namespace$2.Router }, { token: i3__namespace$2.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2699
- UtilityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UtilityService, providedIn: 'root' });
2700
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UtilityService, decorators: [{
2701
- type: i0.Injectable,
2702
- args: [{
2703
- providedIn: 'root',
2704
- }]
2705
- }], ctorParameters: function () { return [{ type: i1__namespace$2.HttpClient }, { type: i2__namespace$1.Platform }, { type: i3__namespace$2.Router }, { type: i3__namespace$2.ActivatedRoute }]; } });
2591
+ UtilityService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(i2__namespace$1.Platform), i0__namespace.ɵɵinject(i3__namespace.Router), i0__namespace.ɵɵinject(i3__namespace.ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
2592
+ UtilityService.decorators = [
2593
+ { type: i0.Injectable, args: [{
2594
+ providedIn: 'root',
2595
+ },] }
2596
+ ];
2597
+ UtilityService.ctorParameters = function () { return [
2598
+ { type: i1$1.HttpClient },
2599
+ { type: i2$1.Platform },
2600
+ { type: i3.Router },
2601
+ { type: i3.ActivatedRoute }
2602
+ ]; };
2706
2603
 
2707
2604
  var LogoutComponent = /** @class */ (function () {
2708
2605
  function LogoutComponent(dialogRef, authSvc, configSvc, utilitySvc) {
@@ -2738,43 +2635,36 @@
2738
2635
  });
2739
2636
  return LogoutComponent;
2740
2637
  }());
2741
- LogoutComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogoutComponent, deps: [{ token: i1__namespace$1.MatDialogRef }, { token: AuthKeycloakService }, { token: ConfigurationsService }, { token: UtilityService }], target: i0__namespace.ɵɵFactoryTarget.Component });
2742
- LogoutComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: LogoutComponent, selector: "ws-utils-logout", ngImport: i0__namespace, 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__namespace.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__namespace$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1__namespace$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i1__namespace$1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["type", "mat-dialog-close", "aria-label", "matDialogClose"], exportAs: ["matDialogClose"] }] });
2743
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogoutComponent, decorators: [{
2744
- type: i0.Component,
2745
- args: [{
2746
- selector: 'ws-utils-logout',
2747
- templateUrl: './logout.component.html',
2748
- styleUrls: ['./logout.component.scss'],
2749
- }]
2750
- }], ctorParameters: function () { return [{ type: i1__namespace$1.MatDialogRef }, { type: AuthKeycloakService }, { type: ConfigurationsService }, { type: UtilityService }]; } });
2638
+ LogoutComponent.decorators = [
2639
+ { type: i0.Component, args: [{
2640
+ selector: 'ws-utils-logout',
2641
+ 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>",
2642
+ styles: [".hide-overflow{overflow:hidden}\n"]
2643
+ },] }
2644
+ ];
2645
+ LogoutComponent.ctorParameters = function () { return [
2646
+ { type: dialog.MatDialogRef },
2647
+ { type: AuthKeycloakService },
2648
+ { type: ConfigurationsService },
2649
+ { type: UtilityService }
2650
+ ]; };
2751
2651
 
2752
2652
  var LogoutModule = /** @class */ (function () {
2753
2653
  function LogoutModule() {
2754
2654
  }
2755
2655
  return LogoutModule;
2756
2656
  }());
2757
- LogoutModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogoutModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2758
- LogoutModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogoutModule, declarations: [LogoutComponent], imports: [i4.CommonModule,
2759
- i6.MatButtonModule,
2760
- i1$1.MatDialogModule] });
2761
- LogoutModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogoutModule, imports: [[
2762
- i4.CommonModule,
2763
- i6.MatButtonModule,
2764
- i1$1.MatDialogModule,
2765
- ]] });
2766
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogoutModule, decorators: [{
2767
- type: i0.NgModule,
2768
- args: [{
2769
- declarations: [LogoutComponent],
2770
- imports: [
2771
- i4.CommonModule,
2772
- i6.MatButtonModule,
2773
- i1$1.MatDialogModule,
2774
- ],
2775
- entryComponents: [LogoutComponent],
2776
- }]
2777
- }] });
2657
+ LogoutModule.decorators = [
2658
+ { type: i0.NgModule, args: [{
2659
+ declarations: [LogoutComponent],
2660
+ imports: [
2661
+ common.CommonModule,
2662
+ button.MatButtonModule,
2663
+ dialog.MatDialogModule,
2664
+ ],
2665
+ entryComponents: [LogoutComponent],
2666
+ },] }
2667
+ ];
2778
2668
 
2779
2669
  var PipeConciseDateRangePipe = /** @class */ (function () {
2780
2670
  function PipeConciseDateRangePipe() {
@@ -2825,31 +2715,24 @@
2825
2715
  };
2826
2716
  return PipeConciseDateRangePipe;
2827
2717
  }());
2828
- PipeConciseDateRangePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
2829
- PipeConciseDateRangePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangePipe, name: "pipeConciseDateRange" });
2830
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangePipe, decorators: [{
2831
- type: i0.Pipe,
2832
- args: [{
2833
- name: 'pipeConciseDateRange',
2834
- }]
2835
- }] });
2718
+ PipeConciseDateRangePipe.decorators = [
2719
+ { type: i0.Pipe, args: [{
2720
+ name: 'pipeConciseDateRange',
2721
+ },] }
2722
+ ];
2836
2723
 
2837
2724
  var PipeConciseDateRangeModule = /** @class */ (function () {
2838
2725
  function PipeConciseDateRangeModule() {
2839
2726
  }
2840
2727
  return PipeConciseDateRangeModule;
2841
2728
  }());
2842
- PipeConciseDateRangeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2843
- PipeConciseDateRangeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangeModule, declarations: [PipeConciseDateRangePipe], imports: [i4.CommonModule], exports: [PipeConciseDateRangePipe] });
2844
- PipeConciseDateRangeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangeModule, imports: [[i4.CommonModule]] });
2845
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeConciseDateRangeModule, decorators: [{
2846
- type: i0.NgModule,
2847
- args: [{
2848
- declarations: [PipeConciseDateRangePipe],
2849
- imports: [i4.CommonModule],
2850
- exports: [PipeConciseDateRangePipe],
2851
- }]
2852
- }] });
2729
+ PipeConciseDateRangeModule.decorators = [
2730
+ { type: i0.NgModule, args: [{
2731
+ declarations: [PipeConciseDateRangePipe],
2732
+ imports: [common.CommonModule],
2733
+ exports: [PipeConciseDateRangePipe],
2734
+ },] }
2735
+ ];
2853
2736
 
2854
2737
  var PipeCountTransformPipe = /** @class */ (function () {
2855
2738
  function PipeCountTransformPipe() {
@@ -2880,35 +2763,26 @@
2880
2763
  };
2881
2764
  return PipeCountTransformPipe;
2882
2765
  }());
2883
- PipeCountTransformPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
2884
- PipeCountTransformPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformPipe, name: "pipeCountTransform" });
2885
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformPipe, decorators: [{
2886
- type: i0.Pipe,
2887
- args: [{
2888
- name: 'pipeCountTransform',
2889
- }]
2890
- }] });
2766
+ PipeCountTransformPipe.decorators = [
2767
+ { type: i0.Pipe, args: [{
2768
+ name: 'pipeCountTransform',
2769
+ },] }
2770
+ ];
2891
2771
 
2892
2772
  var PipeCountTransformModule = /** @class */ (function () {
2893
2773
  function PipeCountTransformModule() {
2894
2774
  }
2895
2775
  return PipeCountTransformModule;
2896
2776
  }());
2897
- PipeCountTransformModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2898
- PipeCountTransformModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformModule, declarations: [PipeCountTransformPipe], imports: [i4.CommonModule], exports: [PipeCountTransformPipe] });
2899
- PipeCountTransformModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformModule, imports: [[
2900
- i4.CommonModule,
2901
- ]] });
2902
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeCountTransformModule, decorators: [{
2903
- type: i0.NgModule,
2904
- args: [{
2905
- declarations: [PipeCountTransformPipe],
2906
- imports: [
2907
- i4.CommonModule,
2908
- ],
2909
- exports: [PipeCountTransformPipe],
2910
- }]
2911
- }] });
2777
+ PipeCountTransformModule.decorators = [
2778
+ { type: i0.NgModule, args: [{
2779
+ declarations: [PipeCountTransformPipe],
2780
+ imports: [
2781
+ common.CommonModule,
2782
+ ],
2783
+ exports: [PipeCountTransformPipe],
2784
+ },] }
2785
+ ];
2912
2786
 
2913
2787
  var PipeDateConcatPipe = /** @class */ (function () {
2914
2788
  function PipeDateConcatPipe() {
@@ -2936,35 +2810,27 @@
2936
2810
  };
2937
2811
  return PipeDateConcatPipe;
2938
2812
  }());
2939
- PipeDateConcatPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
2940
- PipeDateConcatPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatPipe, name: "pipeDateConcat" });
2941
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatPipe, decorators: [{
2942
- type: i0.Pipe,
2943
- args: [{
2944
- name: 'pipeDateConcat',
2945
- }]
2946
- }], ctorParameters: function () { return []; } });
2813
+ PipeDateConcatPipe.decorators = [
2814
+ { type: i0.Pipe, args: [{
2815
+ name: 'pipeDateConcat',
2816
+ },] }
2817
+ ];
2818
+ PipeDateConcatPipe.ctorParameters = function () { return []; };
2947
2819
 
2948
2820
  var PipeDateConcatModule = /** @class */ (function () {
2949
2821
  function PipeDateConcatModule() {
2950
2822
  }
2951
2823
  return PipeDateConcatModule;
2952
2824
  }());
2953
- PipeDateConcatModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2954
- PipeDateConcatModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatModule, declarations: [PipeDateConcatPipe], imports: [i4.CommonModule], exports: [PipeDateConcatPipe] });
2955
- PipeDateConcatModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatModule, imports: [[
2956
- i4.CommonModule,
2957
- ]] });
2958
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDateConcatModule, decorators: [{
2959
- type: i0.NgModule,
2960
- args: [{
2961
- declarations: [PipeDateConcatPipe],
2962
- imports: [
2963
- i4.CommonModule,
2964
- ],
2965
- exports: [PipeDateConcatPipe],
2966
- }]
2967
- }] });
2825
+ PipeDateConcatModule.decorators = [
2826
+ { type: i0.NgModule, args: [{
2827
+ declarations: [PipeDateConcatPipe],
2828
+ imports: [
2829
+ common.CommonModule,
2830
+ ],
2831
+ exports: [PipeDateConcatPipe],
2832
+ },] }
2833
+ ];
2968
2834
 
2969
2835
  var PipeDurationTransformPipe = /** @class */ (function () {
2970
2836
  function PipeDurationTransformPipe() {
@@ -3022,35 +2888,26 @@
3022
2888
  };
3023
2889
  return PipeDurationTransformPipe;
3024
2890
  }());
3025
- PipeDurationTransformPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3026
- PipeDurationTransformPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformPipe, name: "pipeDurationTransform" });
3027
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformPipe, decorators: [{
3028
- type: i0.Pipe,
3029
- args: [{
3030
- name: 'pipeDurationTransform',
3031
- }]
3032
- }] });
2891
+ PipeDurationTransformPipe.decorators = [
2892
+ { type: i0.Pipe, args: [{
2893
+ name: 'pipeDurationTransform',
2894
+ },] }
2895
+ ];
3033
2896
 
3034
2897
  var PipeDurationTransformModule = /** @class */ (function () {
3035
2898
  function PipeDurationTransformModule() {
3036
2899
  }
3037
2900
  return PipeDurationTransformModule;
3038
2901
  }());
3039
- PipeDurationTransformModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3040
- PipeDurationTransformModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformModule, declarations: [PipeDurationTransformPipe], imports: [i4.CommonModule], exports: [PipeDurationTransformPipe] });
3041
- PipeDurationTransformModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformModule, imports: [[
3042
- i4.CommonModule,
3043
- ]] });
3044
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeDurationTransformModule, decorators: [{
3045
- type: i0.NgModule,
3046
- args: [{
3047
- declarations: [PipeDurationTransformPipe],
3048
- imports: [
3049
- i4.CommonModule,
3050
- ],
3051
- exports: [PipeDurationTransformPipe],
3052
- }]
3053
- }] });
2902
+ PipeDurationTransformModule.decorators = [
2903
+ { type: i0.NgModule, args: [{
2904
+ declarations: [PipeDurationTransformPipe],
2905
+ imports: [
2906
+ common.CommonModule,
2907
+ ],
2908
+ exports: [PipeDurationTransformPipe],
2909
+ },] }
2910
+ ];
3054
2911
 
3055
2912
  var PipeHtmlTagRemovalPipe = /** @class */ (function () {
3056
2913
  function PipeHtmlTagRemovalPipe() {
@@ -3060,35 +2917,26 @@
3060
2917
  };
3061
2918
  return PipeHtmlTagRemovalPipe;
3062
2919
  }());
3063
- PipeHtmlTagRemovalPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3064
- PipeHtmlTagRemovalPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalPipe, name: "pipeHtmlTagRemoval" });
3065
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalPipe, decorators: [{
3066
- type: i0.Pipe,
3067
- args: [{
3068
- name: 'pipeHtmlTagRemoval',
3069
- }]
3070
- }] });
2920
+ PipeHtmlTagRemovalPipe.decorators = [
2921
+ { type: i0.Pipe, args: [{
2922
+ name: 'pipeHtmlTagRemoval',
2923
+ },] }
2924
+ ];
3071
2925
 
3072
2926
  var PipeHtmlTagRemovalModule = /** @class */ (function () {
3073
2927
  function PipeHtmlTagRemovalModule() {
3074
2928
  }
3075
2929
  return PipeHtmlTagRemovalModule;
3076
2930
  }());
3077
- PipeHtmlTagRemovalModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3078
- PipeHtmlTagRemovalModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalModule, declarations: [PipeHtmlTagRemovalPipe], imports: [i4.CommonModule], exports: [PipeHtmlTagRemovalPipe] });
3079
- PipeHtmlTagRemovalModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalModule, imports: [[
3080
- i4.CommonModule,
3081
- ]] });
3082
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeHtmlTagRemovalModule, decorators: [{
3083
- type: i0.NgModule,
3084
- args: [{
3085
- declarations: [PipeHtmlTagRemovalPipe],
3086
- imports: [
3087
- i4.CommonModule,
3088
- ],
3089
- exports: [PipeHtmlTagRemovalPipe],
3090
- }]
3091
- }] });
2931
+ PipeHtmlTagRemovalModule.decorators = [
2932
+ { type: i0.NgModule, args: [{
2933
+ declarations: [PipeHtmlTagRemovalPipe],
2934
+ imports: [
2935
+ common.CommonModule,
2936
+ ],
2937
+ exports: [PipeHtmlTagRemovalPipe],
2938
+ },] }
2939
+ ];
3092
2940
 
3093
2941
  var PipeFilterPipe = /** @class */ (function () {
3094
2942
  function PipeFilterPipe() {
@@ -3102,35 +2950,26 @@
3102
2950
  };
3103
2951
  return PipeFilterPipe;
3104
2952
  }());
3105
- PipeFilterPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3106
- PipeFilterPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterPipe, name: "pipeFilter" });
3107
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterPipe, decorators: [{
3108
- type: i0.Pipe,
3109
- args: [{
3110
- name: 'pipeFilter',
3111
- }]
3112
- }] });
2953
+ PipeFilterPipe.decorators = [
2954
+ { type: i0.Pipe, args: [{
2955
+ name: 'pipeFilter',
2956
+ },] }
2957
+ ];
3113
2958
 
3114
2959
  var PipeFilterModule = /** @class */ (function () {
3115
2960
  function PipeFilterModule() {
3116
2961
  }
3117
2962
  return PipeFilterModule;
3118
2963
  }());
3119
- PipeFilterModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3120
- PipeFilterModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterModule, declarations: [PipeFilterPipe], imports: [i4.CommonModule], exports: [PipeFilterPipe] });
3121
- PipeFilterModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterModule, imports: [[
3122
- i4.CommonModule,
3123
- ]] });
3124
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterModule, decorators: [{
3125
- type: i0.NgModule,
3126
- args: [{
3127
- declarations: [PipeFilterPipe],
3128
- imports: [
3129
- i4.CommonModule,
3130
- ],
3131
- exports: [PipeFilterPipe],
3132
- }]
3133
- }] });
2964
+ PipeFilterModule.decorators = [
2965
+ { type: i0.NgModule, args: [{
2966
+ declarations: [PipeFilterPipe],
2967
+ imports: [
2968
+ common.CommonModule,
2969
+ ],
2970
+ exports: [PipeFilterPipe],
2971
+ },] }
2972
+ ];
3134
2973
 
3135
2974
  var PipeFilterSearchPipe = /** @class */ (function () {
3136
2975
  function PipeFilterSearchPipe() {
@@ -3162,35 +3001,26 @@
3162
3001
  };
3163
3002
  return PipeFilterSearchPipe;
3164
3003
  }());
3165
- PipeFilterSearchPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3166
- PipeFilterSearchPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchPipe, name: "pipeFilterSearch" });
3167
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchPipe, decorators: [{
3168
- type: i0.Pipe,
3169
- args: [{
3170
- name: 'pipeFilterSearch',
3171
- }]
3172
- }] });
3004
+ PipeFilterSearchPipe.decorators = [
3005
+ { type: i0.Pipe, args: [{
3006
+ name: 'pipeFilterSearch',
3007
+ },] }
3008
+ ];
3173
3009
 
3174
3010
  var PipeFilterSearchModule = /** @class */ (function () {
3175
3011
  function PipeFilterSearchModule() {
3176
3012
  }
3177
3013
  return PipeFilterSearchModule;
3178
3014
  }());
3179
- PipeFilterSearchModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3180
- PipeFilterSearchModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchModule, declarations: [PipeFilterSearchPipe], imports: [i4.CommonModule], exports: [PipeFilterSearchPipe] });
3181
- PipeFilterSearchModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchModule, imports: [[
3182
- i4.CommonModule,
3183
- ]] });
3184
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeFilterSearchModule, decorators: [{
3185
- type: i0.NgModule,
3186
- args: [{
3187
- declarations: [PipeFilterSearchPipe],
3188
- imports: [
3189
- i4.CommonModule,
3190
- ],
3191
- exports: [PipeFilterSearchPipe],
3192
- }]
3193
- }] });
3015
+ PipeFilterSearchModule.decorators = [
3016
+ { type: i0.NgModule, args: [{
3017
+ declarations: [PipeFilterSearchPipe],
3018
+ imports: [
3019
+ common.CommonModule,
3020
+ ],
3021
+ exports: [PipeFilterSearchPipe],
3022
+ },] }
3023
+ ];
3194
3024
 
3195
3025
  var PipeListFilterPipe = /** @class */ (function () {
3196
3026
  function PipeListFilterPipe() {
@@ -3205,35 +3035,26 @@
3205
3035
  };
3206
3036
  return PipeListFilterPipe;
3207
3037
  }());
3208
- PipeListFilterPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3209
- PipeListFilterPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterPipe, name: "pipeListFilter" });
3210
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterPipe, decorators: [{
3211
- type: i0.Pipe,
3212
- args: [{
3213
- name: 'pipeListFilter',
3214
- }]
3215
- }] });
3038
+ PipeListFilterPipe.decorators = [
3039
+ { type: i0.Pipe, args: [{
3040
+ name: 'pipeListFilter',
3041
+ },] }
3042
+ ];
3216
3043
 
3217
3044
  var PipeListFilterModule = /** @class */ (function () {
3218
3045
  function PipeListFilterModule() {
3219
3046
  }
3220
3047
  return PipeListFilterModule;
3221
3048
  }());
3222
- PipeListFilterModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3223
- PipeListFilterModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterModule, declarations: [PipeListFilterPipe], imports: [i4.CommonModule], exports: [PipeListFilterPipe] });
3224
- PipeListFilterModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterModule, imports: [[
3225
- i4.CommonModule,
3226
- ]] });
3227
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeListFilterModule, decorators: [{
3228
- type: i0.NgModule,
3229
- args: [{
3230
- declarations: [PipeListFilterPipe],
3231
- imports: [
3232
- i4.CommonModule,
3233
- ],
3234
- exports: [PipeListFilterPipe],
3235
- }]
3236
- }] });
3049
+ PipeListFilterModule.decorators = [
3050
+ { type: i0.NgModule, args: [{
3051
+ declarations: [PipeListFilterPipe],
3052
+ imports: [
3053
+ common.CommonModule,
3054
+ ],
3055
+ exports: [PipeListFilterPipe],
3056
+ },] }
3057
+ ];
3237
3058
 
3238
3059
  var moment$1 = _moment__namespace;
3239
3060
  var PipeRelativeTimePipe = /** @class */ (function () {
@@ -3247,35 +3068,26 @@
3247
3068
  };
3248
3069
  return PipeRelativeTimePipe;
3249
3070
  }());
3250
- PipeRelativeTimePipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimePipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3251
- PipeRelativeTimePipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimePipe, name: "pipeRelativeTime" });
3252
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimePipe, decorators: [{
3253
- type: i0.Pipe,
3254
- args: [{
3255
- name: 'pipeRelativeTime',
3256
- }]
3257
- }] });
3071
+ PipeRelativeTimePipe.decorators = [
3072
+ { type: i0.Pipe, args: [{
3073
+ name: 'pipeRelativeTime',
3074
+ },] }
3075
+ ];
3258
3076
 
3259
3077
  var PipeRelativeTimeModule = /** @class */ (function () {
3260
3078
  function PipeRelativeTimeModule() {
3261
3079
  }
3262
3080
  return PipeRelativeTimeModule;
3263
3081
  }());
3264
- PipeRelativeTimeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3265
- PipeRelativeTimeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimeModule, declarations: [PipeRelativeTimePipe], imports: [i4.CommonModule], exports: [PipeRelativeTimePipe] });
3266
- PipeRelativeTimeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimeModule, imports: [[
3267
- i4.CommonModule,
3268
- ]] });
3269
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeRelativeTimeModule, decorators: [{
3270
- type: i0.NgModule,
3271
- args: [{
3272
- declarations: [PipeRelativeTimePipe],
3273
- imports: [
3274
- i4.CommonModule,
3275
- ],
3276
- exports: [PipeRelativeTimePipe],
3277
- }]
3278
- }] });
3082
+ PipeRelativeTimeModule.decorators = [
3083
+ { type: i0.NgModule, args: [{
3084
+ declarations: [PipeRelativeTimePipe],
3085
+ imports: [
3086
+ common.CommonModule,
3087
+ ],
3088
+ exports: [PipeRelativeTimePipe],
3089
+ },] }
3090
+ ];
3279
3091
 
3280
3092
  var OrderByPipe = /** @class */ (function () {
3281
3093
  function OrderByPipe() {
@@ -3283,35 +3095,26 @@
3283
3095
  }
3284
3096
  return OrderByPipe;
3285
3097
  }());
3286
- OrderByPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrderByPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3287
- OrderByPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrderByPipe, name: "orderBy" });
3288
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrderByPipe, decorators: [{
3289
- type: i0.Pipe,
3290
- args: [{
3291
- name: 'orderBy',
3292
- }]
3293
- }] });
3098
+ OrderByPipe.decorators = [
3099
+ { type: i0.Pipe, args: [{
3100
+ name: 'orderBy',
3101
+ },] }
3102
+ ];
3294
3103
 
3295
3104
  var PipeOrderByModule = /** @class */ (function () {
3296
3105
  function PipeOrderByModule() {
3297
3106
  }
3298
3107
  return PipeOrderByModule;
3299
3108
  }());
3300
- PipeOrderByModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeOrderByModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3301
- PipeOrderByModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeOrderByModule, declarations: [OrderByPipe], imports: [i4.CommonModule], exports: [OrderByPipe] });
3302
- PipeOrderByModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeOrderByModule, imports: [[
3303
- i4.CommonModule,
3304
- ]] });
3305
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeOrderByModule, decorators: [{
3306
- type: i0.NgModule,
3307
- args: [{
3308
- declarations: [OrderByPipe],
3309
- imports: [
3310
- i4.CommonModule,
3311
- ],
3312
- exports: [OrderByPipe],
3313
- }]
3314
- }] });
3109
+ PipeOrderByModule.decorators = [
3110
+ { type: i0.NgModule, args: [{
3111
+ declarations: [OrderByPipe],
3112
+ imports: [
3113
+ common.CommonModule,
3114
+ ],
3115
+ exports: [OrderByPipe],
3116
+ },] }
3117
+ ];
3315
3118
 
3316
3119
  var PipeLimitToPipe = /** @class */ (function () {
3317
3120
  function PipeLimitToPipe() {
@@ -3335,35 +3138,26 @@
3335
3138
  };
3336
3139
  return PipeLimitToPipe;
3337
3140
  }());
3338
- PipeLimitToPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3339
- PipeLimitToPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToPipe, name: "pipeLimitTo" });
3340
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToPipe, decorators: [{
3341
- type: i0.Pipe,
3342
- args: [{
3343
- name: 'pipeLimitTo',
3344
- }]
3345
- }] });
3141
+ PipeLimitToPipe.decorators = [
3142
+ { type: i0.Pipe, args: [{
3143
+ name: 'pipeLimitTo',
3144
+ },] }
3145
+ ];
3346
3146
 
3347
3147
  var PipeLimitToModule = /** @class */ (function () {
3348
3148
  function PipeLimitToModule() {
3349
3149
  }
3350
3150
  return PipeLimitToModule;
3351
3151
  }());
3352
- PipeLimitToModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3353
- PipeLimitToModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToModule, declarations: [PipeLimitToPipe], imports: [i4.CommonModule], exports: [PipeLimitToPipe] });
3354
- PipeLimitToModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToModule, imports: [[
3355
- i4.CommonModule,
3356
- ]] });
3357
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeLimitToModule, decorators: [{
3358
- type: i0.NgModule,
3359
- args: [{
3360
- declarations: [PipeLimitToPipe],
3361
- imports: [
3362
- i4.CommonModule,
3363
- ],
3364
- exports: [PipeLimitToPipe],
3365
- }]
3366
- }] });
3152
+ PipeLimitToModule.decorators = [
3153
+ { type: i0.NgModule, args: [{
3154
+ declarations: [PipeLimitToPipe],
3155
+ imports: [
3156
+ common.CommonModule,
3157
+ ],
3158
+ exports: [PipeLimitToPipe],
3159
+ },] }
3160
+ ];
3367
3161
 
3368
3162
  var PipeNameTransformPipe = /** @class */ (function () {
3369
3163
  function PipeNameTransformPipe() {
@@ -3386,35 +3180,26 @@
3386
3180
  };
3387
3181
  return PipeNameTransformPipe;
3388
3182
  }());
3389
- PipeNameTransformPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3390
- PipeNameTransformPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformPipe, name: "pipeNameTransform" });
3391
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformPipe, decorators: [{
3392
- type: i0.Pipe,
3393
- args: [{
3394
- name: 'pipeNameTransform',
3395
- }]
3396
- }] });
3183
+ PipeNameTransformPipe.decorators = [
3184
+ { type: i0.Pipe, args: [{
3185
+ name: 'pipeNameTransform',
3186
+ },] }
3187
+ ];
3397
3188
 
3398
3189
  var PipeNameTransformModule = /** @class */ (function () {
3399
3190
  function PipeNameTransformModule() {
3400
3191
  }
3401
3192
  return PipeNameTransformModule;
3402
3193
  }());
3403
- PipeNameTransformModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3404
- PipeNameTransformModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformModule, declarations: [PipeNameTransformPipe], imports: [i4.CommonModule], exports: [PipeNameTransformPipe] });
3405
- PipeNameTransformModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformModule, imports: [[
3406
- i4.CommonModule,
3407
- ]] });
3408
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeNameTransformModule, decorators: [{
3409
- type: i0.NgModule,
3410
- args: [{
3411
- declarations: [PipeNameTransformPipe],
3412
- imports: [
3413
- i4.CommonModule,
3414
- ],
3415
- exports: [PipeNameTransformPipe],
3416
- }]
3417
- }] });
3194
+ PipeNameTransformModule.decorators = [
3195
+ { type: i0.NgModule, args: [{
3196
+ declarations: [PipeNameTransformPipe],
3197
+ imports: [
3198
+ common.CommonModule,
3199
+ ],
3200
+ exports: [PipeNameTransformPipe],
3201
+ },] }
3202
+ ];
3418
3203
 
3419
3204
  var PipePartialContentPipe = /** @class */ (function () {
3420
3205
  function PipePartialContentPipe() {
@@ -3441,35 +3226,26 @@
3441
3226
  };
3442
3227
  return PipePartialContentPipe;
3443
3228
  }());
3444
- PipePartialContentPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3445
- PipePartialContentPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentPipe, name: "pipePartialContent" });
3446
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentPipe, decorators: [{
3447
- type: i0.Pipe,
3448
- args: [{
3449
- name: 'pipePartialContent',
3450
- }]
3451
- }] });
3229
+ PipePartialContentPipe.decorators = [
3230
+ { type: i0.Pipe, args: [{
3231
+ name: 'pipePartialContent',
3232
+ },] }
3233
+ ];
3452
3234
 
3453
3235
  var PipePartialContentModule = /** @class */ (function () {
3454
3236
  function PipePartialContentModule() {
3455
3237
  }
3456
3238
  return PipePartialContentModule;
3457
3239
  }());
3458
- PipePartialContentModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3459
- PipePartialContentModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentModule, declarations: [PipePartialContentPipe], imports: [i4.CommonModule], exports: [PipePartialContentPipe] });
3460
- PipePartialContentModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentModule, imports: [[
3461
- i4.CommonModule,
3462
- ]] });
3463
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipePartialContentModule, decorators: [{
3464
- type: i0.NgModule,
3465
- args: [{
3466
- declarations: [PipePartialContentPipe],
3467
- imports: [
3468
- i4.CommonModule,
3469
- ],
3470
- exports: [PipePartialContentPipe],
3471
- }]
3472
- }] });
3240
+ PipePartialContentModule.decorators = [
3241
+ { type: i0.NgModule, args: [{
3242
+ declarations: [PipePartialContentPipe],
3243
+ imports: [
3244
+ common.CommonModule,
3245
+ ],
3246
+ exports: [PipePartialContentPipe],
3247
+ },] }
3248
+ ];
3473
3249
 
3474
3250
  var PipeSafeSanitizerPipe = /** @class */ (function () {
3475
3251
  function PipeSafeSanitizerPipe(sanitizer) {
@@ -3494,35 +3270,29 @@
3494
3270
  };
3495
3271
  return PipeSafeSanitizerPipe;
3496
3272
  }());
3497
- PipeSafeSanitizerPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerPipe, deps: [{ token: i1__namespace$3.DomSanitizer }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
3498
- PipeSafeSanitizerPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerPipe, name: "pipeSafeSanitizer" });
3499
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerPipe, decorators: [{
3500
- type: i0.Pipe,
3501
- args: [{
3502
- name: 'pipeSafeSanitizer',
3503
- }]
3504
- }], ctorParameters: function () { return [{ type: i1__namespace$3.DomSanitizer }]; } });
3273
+ PipeSafeSanitizerPipe.decorators = [
3274
+ { type: i0.Pipe, args: [{
3275
+ name: 'pipeSafeSanitizer',
3276
+ },] }
3277
+ ];
3278
+ PipeSafeSanitizerPipe.ctorParameters = function () { return [
3279
+ { type: platformBrowser.DomSanitizer }
3280
+ ]; };
3505
3281
 
3506
3282
  var PipeSafeSanitizerModule = /** @class */ (function () {
3507
3283
  function PipeSafeSanitizerModule() {
3508
3284
  }
3509
3285
  return PipeSafeSanitizerModule;
3510
3286
  }());
3511
- PipeSafeSanitizerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3512
- PipeSafeSanitizerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerModule, declarations: [PipeSafeSanitizerPipe], imports: [i4.CommonModule], exports: [PipeSafeSanitizerPipe] });
3513
- PipeSafeSanitizerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerModule, imports: [[
3514
- i4.CommonModule,
3515
- ]] });
3516
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PipeSafeSanitizerModule, decorators: [{
3517
- type: i0.NgModule,
3518
- args: [{
3519
- declarations: [PipeSafeSanitizerPipe],
3520
- imports: [
3521
- i4.CommonModule,
3522
- ],
3523
- exports: [PipeSafeSanitizerPipe],
3524
- }]
3525
- }] });
3287
+ PipeSafeSanitizerModule.decorators = [
3288
+ { type: i0.NgModule, args: [{
3289
+ declarations: [PipeSafeSanitizerPipe],
3290
+ imports: [
3291
+ common.CommonModule,
3292
+ ],
3293
+ exports: [PipeSafeSanitizerPipe],
3294
+ },] }
3295
+ ];
3526
3296
 
3527
3297
  var ExploreDetailResolve = /** @class */ (function () {
3528
3298
  function ExploreDetailResolve(http, configSvc, utilitySvc) {
@@ -3587,14 +3357,17 @@
3587
3357
  };
3588
3358
  return ExploreDetailResolve;
3589
3359
  }());
3590
- ExploreDetailResolve.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ExploreDetailResolve, deps: [{ token: i1__namespace$2.HttpClient }, { token: ConfigurationsService }, { token: UtilityService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3591
- ExploreDetailResolve.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ExploreDetailResolve, providedIn: 'root' });
3592
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ExploreDetailResolve, decorators: [{
3593
- type: i0.Injectable,
3594
- args: [{
3595
- providedIn: 'root',
3596
- }]
3597
- }], ctorParameters: function () { return [{ type: i1__namespace$2.HttpClient }, { type: ConfigurationsService }, { type: UtilityService }]; } });
3360
+ ExploreDetailResolve.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
3361
+ ExploreDetailResolve.decorators = [
3362
+ { type: i0.Injectable, args: [{
3363
+ providedIn: 'root',
3364
+ },] }
3365
+ ];
3366
+ ExploreDetailResolve.ctorParameters = function () { return [
3367
+ { type: i1$1.HttpClient },
3368
+ { type: ConfigurationsService },
3369
+ { type: UtilityService }
3370
+ ]; };
3598
3371
 
3599
3372
  var MarketingOfferingResolve = /** @class */ (function () {
3600
3373
  function MarketingOfferingResolve(http) {
@@ -3619,14 +3392,15 @@
3619
3392
  };
3620
3393
  return MarketingOfferingResolve;
3621
3394
  }());
3622
- MarketingOfferingResolve.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MarketingOfferingResolve, deps: [{ token: i1__namespace$2.HttpClient }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3623
- MarketingOfferingResolve.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MarketingOfferingResolve, providedIn: 'root' });
3624
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MarketingOfferingResolve, decorators: [{
3625
- type: i0.Injectable,
3626
- args: [{
3627
- providedIn: 'root',
3628
- }]
3629
- }], ctorParameters: function () { return [{ type: i1__namespace$2.HttpClient }]; } });
3395
+ MarketingOfferingResolve.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
3396
+ MarketingOfferingResolve.decorators = [
3397
+ { type: i0.Injectable, args: [{
3398
+ providedIn: 'root',
3399
+ },] }
3400
+ ];
3401
+ MarketingOfferingResolve.ctorParameters = function () { return [
3402
+ { type: i1$1.HttpClient }
3403
+ ]; };
3630
3404
 
3631
3405
  var JSON_MAP = {
3632
3406
  pagename: 'lexid',
@@ -3699,19 +3473,17 @@
3699
3473
  };
3700
3474
  return PageResolve;
3701
3475
  }());
3702
- PageResolve.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PageResolve, deps: [{ token: ConfigurationsService }, { token: i1__namespace$2.HttpClient }, { token: i0.LOCALE_ID }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3703
- PageResolve.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PageResolve, providedIn: 'root' });
3704
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PageResolve, decorators: [{
3705
- type: i0.Injectable,
3706
- args: [{
3707
- providedIn: 'root',
3708
- }]
3709
- }], ctorParameters: function () {
3710
- return [{ type: ConfigurationsService }, { type: i1__namespace$2.HttpClient }, { type: undefined, decorators: [{
3711
- type: i0.Inject,
3712
- args: [i0.LOCALE_ID]
3713
- }] }];
3714
- } });
3476
+ PageResolve.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(i0__namespace.LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
3477
+ PageResolve.decorators = [
3478
+ { type: i0.Injectable, args: [{
3479
+ providedIn: 'root',
3480
+ },] }
3481
+ ];
3482
+ PageResolve.ctorParameters = function () { return [
3483
+ { type: ConfigurationsService },
3484
+ { type: i1$1.HttpClient },
3485
+ { type: String, decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
3486
+ ]; };
3715
3487
 
3716
3488
  exports.WsEvents = void 0;
3717
3489
  (function (WsEvents) {
@@ -4016,21 +3788,19 @@
4016
3788
  };
4017
3789
  return EventService;
4018
3790
  }());
4019
- EventService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EventService, deps: [{ token: UtilityService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4020
- EventService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EventService, providedIn: 'root' });
4021
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EventService, decorators: [{
4022
- type: i0.Injectable,
4023
- args: [{
4024
- providedIn: 'root',
4025
- }]
4026
- }], ctorParameters: function () {
4027
- return [{ type: UtilityService }, { type: undefined, decorators: [{
4028
- type: i0.Inject,
4029
- args: ['environment']
4030
- }] }];
4031
- } });
3791
+ EventService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(i0__namespace.ɵɵinject(UtilityService), i0__namespace.ɵɵinject("environment")); }, token: EventService, providedIn: "root" });
3792
+ EventService.decorators = [
3793
+ { type: i0.Injectable, args: [{
3794
+ providedIn: 'root',
3795
+ },] }
3796
+ ];
3797
+ EventService.ctorParameters = function () { return [
3798
+ { type: UtilityService },
3799
+ { type: undefined, decorators: [{ type: i0.Inject, args: ['environment',] }] }
3800
+ ]; };
4032
3801
 
4033
3802
  var PROTECTED_SLAG_V8 = '/apis/protected/v8';
3803
+ var ɵ0 = function (type, id) { return PROTECTED_SLAG_V8 + "/content/collection/" + type + "/" + id; }, ɵ1 = function (contentId) { return PROTECTED_SLAG_V8 + "/user/progress/" + contentId; };
4034
3804
  var API_END_POINTS = {
4035
3805
  CONTENT: PROTECTED_SLAG_V8 + "/content",
4036
3806
  AUTHORING_CONTENT: "/apis/authApi/hierarchy",
@@ -4047,9 +3817,9 @@
4047
3817
  USER_CONTINUE_LEARNING: PROTECTED_SLAG_V8 + "/user/history/continue",
4048
3818
  CONTENT_RATING: PROTECTED_SLAG_V8 + "/user/rating",
4049
3819
  CONTENT_RATING_V2: PROTECTED_SLAG_V8 + "/user/rating/content/average-ratingInfo",
4050
- COLLECTION_HIERARCHY: function (type, id) { return PROTECTED_SLAG_V8 + "/content/collection/" + type + "/" + id; },
3820
+ COLLECTION_HIERARCHY: ɵ0,
4051
3821
  REGISTRATION_STATUS: PROTECTED_SLAG_V8 + "/admin/userRegistration/checkUserRegistrationContent",
4052
- MARK_AS_COMPLETE_META: function (contentId) { return PROTECTED_SLAG_V8 + "/user/progress/" + contentId; },
3822
+ MARK_AS_COMPLETE_META: ɵ1,
4053
3823
  };
4054
3824
  var WidgetContentService = /** @class */ (function () {
4055
3825
  function WidgetContentService(http, configSvc) {
@@ -4215,14 +3985,16 @@
4215
3985
  };
4216
3986
  return WidgetContentService;
4217
3987
  }());
4218
- WidgetContentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: WidgetContentService, deps: [{ token: i1__namespace$2.HttpClient }, { token: ConfigurationsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4219
- WidgetContentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: WidgetContentService, providedIn: 'root' });
4220
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: WidgetContentService, decorators: [{
4221
- type: i0.Injectable,
4222
- args: [{
4223
- providedIn: 'root',
4224
- }]
4225
- }], ctorParameters: function () { return [{ type: i1__namespace$2.HttpClient }, { type: ConfigurationsService }]; } });
3988
+ WidgetContentService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
3989
+ WidgetContentService.decorators = [
3990
+ { type: i0.Injectable, args: [{
3991
+ providedIn: 'root',
3992
+ },] }
3993
+ ];
3994
+ WidgetContentService.ctorParameters = function () { return [
3995
+ { type: i1$1.HttpClient },
3996
+ { type: ConfigurationsService }
3997
+ ]; };
4226
3998
 
4227
3999
  var TelemetryService = /** @class */ (function () {
4228
4000
  function TelemetryService(environment, configSvc, eventsSvc, logger) {
@@ -4656,19 +4428,18 @@
4656
4428
  };
4657
4429
  return TelemetryService;
4658
4430
  }());
4659
- TelemetryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TelemetryService, deps: [{ token: 'environment' }, { token: ConfigurationsService }, { token: EventService }, { token: LoggerService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4660
- TelemetryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TelemetryService, providedIn: 'root' });
4661
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TelemetryService, decorators: [{
4662
- type: i0.Injectable,
4663
- args: [{
4664
- providedIn: 'root',
4665
- }]
4666
- }], ctorParameters: function () {
4667
- return [{ type: undefined, decorators: [{
4668
- type: i0.Inject,
4669
- args: ['environment']
4670
- }] }, { type: ConfigurationsService }, { type: EventService }, { type: LoggerService }];
4671
- } });
4431
+ TelemetryService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(i0__namespace.ɵɵinject("environment"), i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(EventService), i0__namespace.ɵɵinject(LoggerService)); }, token: TelemetryService, providedIn: "root" });
4432
+ TelemetryService.decorators = [
4433
+ { type: i0.Injectable, args: [{
4434
+ providedIn: 'root',
4435
+ },] }
4436
+ ];
4437
+ TelemetryService.ctorParameters = function () { return [
4438
+ { type: undefined, decorators: [{ type: i0.Inject, args: ['environment',] }] },
4439
+ { type: ConfigurationsService },
4440
+ { type: EventService },
4441
+ { type: LoggerService }
4442
+ ]; };
4672
4443
 
4673
4444
  var SubapplicationRespondService = /** @class */ (function () {
4674
4445
  function SubapplicationRespondService(configSvc, contentSvc, keyCloakSvc, activatedRoute, router, eventSvc, teleSvc) {
@@ -4854,14 +4625,21 @@
4854
4625
  };
4855
4626
  return SubapplicationRespondService;
4856
4627
  }());
4857
- SubapplicationRespondService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SubapplicationRespondService, deps: [{ token: ConfigurationsService }, { token: WidgetContentService }, { token: AuthKeycloakService }, { token: i3__namespace$2.ActivatedRoute }, { token: i3__namespace$2.Router }, { token: EventService }, { token: TelemetryService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4858
- SubapplicationRespondService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SubapplicationRespondService, providedIn: 'root' });
4859
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SubapplicationRespondService, decorators: [{
4860
- type: i0.Injectable,
4861
- args: [{
4862
- providedIn: 'root',
4863
- }]
4864
- }], ctorParameters: function () { return [{ type: ConfigurationsService }, { type: WidgetContentService }, { type: AuthKeycloakService }, { type: i3__namespace$2.ActivatedRoute }, { type: i3__namespace$2.Router }, { type: EventService }, { type: TelemetryService }]; } });
4628
+ SubapplicationRespondService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(WidgetContentService), i0__namespace.ɵɵinject(AuthKeycloakService), i0__namespace.ɵɵinject(i3__namespace.ActivatedRoute), i0__namespace.ɵɵinject(i3__namespace.Router), i0__namespace.ɵɵinject(EventService), i0__namespace.ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
4629
+ SubapplicationRespondService.decorators = [
4630
+ { type: i0.Injectable, args: [{
4631
+ providedIn: 'root',
4632
+ },] }
4633
+ ];
4634
+ SubapplicationRespondService.ctorParameters = function () { return [
4635
+ { type: ConfigurationsService },
4636
+ { type: WidgetContentService },
4637
+ { type: AuthKeycloakService },
4638
+ { type: i3.ActivatedRoute },
4639
+ { type: i3.Router },
4640
+ { type: EventService },
4641
+ { type: TelemetryService }
4642
+ ]; };
4865
4643
 
4866
4644
  var endpoints = {
4867
4645
  userPref: '/apis/protected/v8/user/preference',
@@ -4947,14 +4725,16 @@
4947
4725
  };
4948
4726
  return UserPreferenceService;
4949
4727
  }());
4950
- UserPreferenceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserPreferenceService, deps: [{ token: i1__namespace$2.HttpClient }, { token: ConfigurationsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4951
- UserPreferenceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserPreferenceService, providedIn: 'root' });
4952
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserPreferenceService, decorators: [{
4953
- type: i0.Injectable,
4954
- args: [{
4955
- providedIn: 'root',
4956
- }]
4957
- }], ctorParameters: function () { return [{ type: i1__namespace$2.HttpClient }, { type: ConfigurationsService }]; } });
4728
+ UserPreferenceService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
4729
+ UserPreferenceService.decorators = [
4730
+ { type: i0.Injectable, args: [{
4731
+ providedIn: 'root',
4732
+ },] }
4733
+ ];
4734
+ UserPreferenceService.ctorParameters = function () { return [
4735
+ { type: i1$1.HttpClient },
4736
+ { type: ConfigurationsService }
4737
+ ]; };
4958
4738
 
4959
4739
  exports.NsContent = void 0;
4960
4740
  (function (NsContent) {
@@ -5124,6 +4904,8 @@
5124
4904
  exports.ValueService = ValueService;
5125
4905
  exports.WidgetContentService = WidgetContentService;
5126
4906
  exports.getStringifiedQueryParams = getStringifiedQueryParams;
4907
+ exports["ɵ0"] = ɵ0;
4908
+ exports["ɵ1"] = ɵ1;
5127
4909
 
5128
4910
  Object.defineProperty(exports, '__esModule', { value: true });
5129
4911