@hmcts/media-viewer 2.8.1 → 2.9.1

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 (562) hide show
  1. package/README.md +0 -1
  2. package/assets/sass/comment.scss +1 -1
  3. package/assets/sass/outline-attachment.scss +6 -1
  4. package/assets/sass/participants-list.scss +1 -1
  5. package/assets/sass/rectangle.scss +1 -4
  6. package/bundles/hmcts-media-viewer.umd.js +3367 -10784
  7. package/bundles/hmcts-media-viewer.umd.js.map +1 -1
  8. package/bundles/hmcts-media-viewer.umd.min.js +1 -16
  9. package/bundles/hmcts-media-viewer.umd.min.js.map +1 -1
  10. package/esm2015/hmcts-media-viewer.js +20 -24
  11. package/esm2015/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +9 -103
  12. package/esm2015/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.js +14 -111
  13. package/esm2015/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +4 -49
  14. package/esm2015/lib/annotations/annotation-set/annotation-set.component.js +2 -51
  15. package/esm2015/lib/annotations/annotation-set/annotation-set.model.js +2 -15
  16. package/esm2015/lib/annotations/annotation-set/annotation-view/annotation-view.component.js +4 -74
  17. package/esm2015/lib/annotations/annotation-set/annotation-view/annotation.model.js +2 -29
  18. package/esm2015/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +5 -114
  19. package/esm2015/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.js +2 -21
  20. package/esm2015/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.js +8 -85
  21. package/esm2015/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +9 -105
  22. package/esm2015/lib/annotations/annotations.module.js +1 -5
  23. package/esm2015/lib/annotations/comment-set/comment/comment.component.js +4 -152
  24. package/esm2015/lib/annotations/comment-set/comment/comment.model.js +2 -27
  25. package/esm2015/lib/annotations/comment-set/comment/comment.service.js +3 -53
  26. package/esm2015/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.js +1 -37
  27. package/esm2015/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.js +1 -25
  28. package/esm2015/lib/annotations/comment-set/comment-navigate/comments-navigate.component.js +5 -63
  29. package/esm2015/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.js +10 -76
  30. package/esm2015/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.js +5 -53
  31. package/esm2015/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +6 -63
  32. package/esm2015/lib/annotations/comment-set/comment-set-render.service.js +5 -73
  33. package/esm2015/lib/annotations/comment-set/comment-set.component.js +11 -154
  34. package/esm2015/lib/annotations/comments-summary/comments-summary.component.js +8 -111
  35. package/esm2015/lib/annotations/models/api-persisted.model.js +2 -25
  36. package/esm2015/lib/annotations/models/event-select.model.js +2 -17
  37. package/esm2015/lib/annotations/models/tags.model.js +2 -19
  38. package/esm2015/lib/annotations/models/user.model.js +2 -17
  39. package/esm2015/lib/annotations/pipes/date/date.pipe.js +1 -12
  40. package/esm2015/lib/annotations/pipes/filter/filter.pipe.js +3 -17
  41. package/esm2015/lib/annotations/pipes/unsnake/unsnake.pipe.js +1 -9
  42. package/esm2015/lib/annotations/services/annotation-api/annotation-api.service.js +6 -93
  43. package/esm2015/lib/annotations/services/bookmarks-api/bookmarks-api.service.js +6 -69
  44. package/esm2015/lib/annotations/services/tags/tags.services.js +6 -54
  45. package/esm2015/lib/annotations/tags/tags.component.js +4 -50
  46. package/esm2015/lib/bookmark/components/bookmark-icons.component.js +2 -29
  47. package/esm2015/lib/icp/confirm-exit/confirm-action-dialog.component.js +2 -22
  48. package/esm2015/lib/icp/icp-follower.service.js +4 -63
  49. package/esm2015/lib/icp/icp-presenter.service.js +6 -69
  50. package/esm2015/lib/icp/icp-session-api.service.js +2 -26
  51. package/esm2015/lib/icp/icp-update.service.js +18 -92
  52. package/esm2015/lib/icp/icp.events.js +15 -0
  53. package/esm2015/lib/icp/icp.interfaces.js +2 -51
  54. package/esm2015/lib/icp/icp.service.js +18 -155
  55. package/esm2015/lib/icp/participants-list/participants-list.component.js +3 -43
  56. package/esm2015/lib/icp/socket.service.js +92 -86
  57. package/esm2015/lib/media-viewer.component.js +29 -199
  58. package/esm2015/lib/media-viewer.module.js +3 -7
  59. package/esm2015/lib/print.service.js +2 -18
  60. package/esm2015/lib/redaction/components/redaction.component.js +13 -127
  61. package/esm2015/lib/redaction/services/redaction-api.service.js +6 -75
  62. package/esm2015/lib/redaction/services/redaction.model.js +2 -19
  63. package/esm2015/lib/shared/gov-uk-date/gov-uk-date.component.js +2 -14
  64. package/esm2015/lib/shared/gov-uk-error-message/gov-uk-error-message.component.js +3 -14
  65. package/esm2015/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.js +2 -17
  66. package/esm2015/lib/shared/gov-uk-label/gov-uk-label.component.js +3 -12
  67. package/esm2015/lib/shared/shared.module.js +1 -5
  68. package/esm2015/lib/shared/util/helpers/html-templates.helper.js +1 -10
  69. package/esm2015/lib/shared/util/services/number.helper.service.js +4 -14
  70. package/esm2015/lib/store/actions/annotation.actions.js +1 -140
  71. package/esm2015/lib/store/actions/bookmark.actions.js +1 -150
  72. package/esm2015/lib/store/actions/document.actions.js +1 -130
  73. package/esm2015/lib/store/actions/icp.actions.js +1 -80
  74. package/esm2015/lib/store/actions/redaction.actions.js +1 -155
  75. package/esm2015/lib/store/actions/tag.actions.js +1 -30
  76. package/esm2015/lib/store/bookmarks-store-utils.js +17 -69
  77. package/esm2015/lib/store/effects/annotation.effects.js +16 -90
  78. package/esm2015/lib/store/effects/bookmarks.effects.js +12 -127
  79. package/esm2015/lib/store/effects/document.effects.js +16 -97
  80. package/esm2015/lib/store/effects/icp.effects.js +5 -63
  81. package/esm2015/lib/store/effects/index.js +1 -6
  82. package/esm2015/lib/store/effects/redaction.effects.js +26 -137
  83. package/esm2015/lib/store/models/bookmarks.interface.js +2 -57
  84. package/esm2015/lib/store/models/filters.interface.js +2 -17
  85. package/esm2015/lib/store/reducers/annotations.reducer.js +14 -129
  86. package/esm2015/lib/store/reducers/bookmarks.reducer.js +12 -99
  87. package/esm2015/lib/store/reducers/document.reducer.js +10 -129
  88. package/esm2015/lib/store/reducers/icp.reducer.js +6 -47
  89. package/esm2015/lib/store/reducers/redaction.reducer.js +7 -73
  90. package/esm2015/lib/store/reducers/reducers.js +7 -31
  91. package/esm2015/lib/store/reducers/tags.reducer.js +12 -102
  92. package/esm2015/lib/store/selectors/annotation.selectors.js +29 -118
  93. package/esm2015/lib/store/selectors/bookmark.selectors.js +12 -51
  94. package/esm2015/lib/store/selectors/document.selectors.js +5 -26
  95. package/esm2015/lib/store/selectors/icp.selectors.js +9 -38
  96. package/esm2015/lib/store/selectors/redaction.selectors.js +10 -45
  97. package/esm2015/lib/store/selectors/tag.selectors.js +6 -28
  98. package/esm2015/lib/store/store-utils.js +26 -156
  99. package/esm2015/lib/toolbar/icp-event.service.js +13 -48
  100. package/esm2015/lib/toolbar/icp-toolbar/icp-toolbar.component.js +4 -56
  101. package/esm2015/lib/toolbar/main-toolbar/main-toolbar.component.js +9 -176
  102. package/esm2015/lib/toolbar/redaction-toolbar/redaction-toolbar.component.js +4 -58
  103. package/esm2015/lib/toolbar/search-bar/search-bar.component.js +11 -85
  104. package/esm2015/lib/toolbar/toolbar-button-visibility.service.js +2 -46
  105. package/esm2015/lib/toolbar/toolbar-event.service.js +2 -173
  106. package/esm2015/lib/toolbar/toolbar.module.js +1 -5
  107. package/esm2015/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.js +5 -75
  108. package/esm2015/lib/viewers/convertible-content-viewer/document-conversion-api.service.js +3 -34
  109. package/esm2015/lib/viewers/grab-n-drag.directive.js +1 -38
  110. package/esm2015/lib/viewers/image-viewer/image-viewer.component.js +29 -196
  111. package/esm2015/lib/viewers/multimedia-player/multimedia-player.component.js +3 -55
  112. package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +61 -240
  113. package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +2 -40
  114. package/esm2015/lib/viewers/pdf-viewer/pdf-viewer.component.js +34 -302
  115. package/esm2015/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +12 -107
  116. package/esm2015/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.js +2 -39
  117. package/esm2015/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.js +16 -25
  118. package/esm2015/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.js +2 -31
  119. package/esm2015/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +16 -73
  120. package/esm2015/lib/viewers/rotation-persist/rotation-api.service.js +2 -35
  121. package/esm2015/lib/viewers/rotation-persist/rotation-persist.directive.js +8 -87
  122. package/esm2015/lib/viewers/rotation-persist/rotation.model.js +2 -15
  123. package/esm2015/lib/viewers/unsupported-viewer/unsupported-viewer.component.js +4 -60
  124. package/esm2015/lib/viewers/viewer-event.service.js +2 -41
  125. package/esm2015/lib/viewers/viewer-exception.model.js +7 -32
  126. package/esm2015/lib/viewers/viewer-util.service.js +2 -20
  127. package/esm2015/public_api.js +28 -32
  128. package/fesm2015/hmcts-media-viewer.js +1540 -8065
  129. package/fesm2015/hmcts-media-viewer.js.map +1 -1
  130. package/hmcts-media-viewer-v2.9.1.tgz +0 -0
  131. package/hmcts-media-viewer.d.ts +19 -18
  132. package/hmcts-media-viewer.d.ts.map +1 -0
  133. package/hmcts-media-viewer.metadata.json +1 -1
  134. package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts +5 -3
  135. package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts.map +1 -0
  136. package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.ngfactory.d.ts.map +1 -0
  137. package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.d.ts +1 -0
  138. package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.d.ts.map +1 -0
  139. package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.ngfactory.d.ts.map +1 -0
  140. package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.d.ts +1 -0
  141. package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.d.ts.map +1 -0
  142. package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.ngfactory.d.ts.map +1 -0
  143. package/lib/annotations/annotation-set/annotation-set.component.d.ts +1 -0
  144. package/lib/annotations/annotation-set/annotation-set.component.d.ts.map +1 -0
  145. package/lib/annotations/annotation-set/annotation-set.component.ngfactory.d.ts.map +1 -0
  146. package/lib/annotations/annotation-set/annotation-set.model.d.ts +1 -0
  147. package/lib/annotations/annotation-set/annotation-set.model.d.ts.map +1 -0
  148. package/lib/annotations/annotation-set/annotation-view/annotation-view.component.d.ts +4 -3
  149. package/lib/annotations/annotation-set/annotation-view/annotation-view.component.d.ts.map +1 -0
  150. package/lib/annotations/annotation-set/annotation-view/annotation-view.component.ngfactory.d.ts.map +1 -0
  151. package/lib/annotations/annotation-set/annotation-view/annotation.model.d.ts +1 -0
  152. package/lib/annotations/annotation-set/annotation-view/annotation.model.d.ts.map +1 -0
  153. package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.d.ts +5 -2
  154. package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.d.ts.map +1 -0
  155. package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.ngfactory.d.ts.map +1 -0
  156. package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.d.ts +1 -0
  157. package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.d.ts.map +1 -0
  158. package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts +3 -1
  159. package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts.map +1 -0
  160. package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.ngfactory.d.ts.map +1 -0
  161. package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.d.ts +1 -0
  162. package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.d.ts.map +1 -0
  163. package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.ngfactory.d.ts.map +1 -0
  164. package/lib/annotations/annotations.module.d.ts +1 -0
  165. package/lib/annotations/annotations.module.d.ts.map +1 -0
  166. package/lib/annotations/annotations.module.ngfactory.d.ts.map +1 -0
  167. package/lib/annotations/comment-set/comment/comment.component.d.ts +7 -5
  168. package/lib/annotations/comment-set/comment/comment.component.d.ts.map +1 -0
  169. package/lib/annotations/comment-set/comment/comment.component.ngfactory.d.ts.map +1 -0
  170. package/lib/annotations/comment-set/comment/comment.model.d.ts +1 -0
  171. package/lib/annotations/comment-set/comment/comment.model.d.ts.map +1 -0
  172. package/lib/annotations/comment-set/comment/comment.service.d.ts +1 -0
  173. package/lib/annotations/comment-set/comment/comment.service.d.ts.map +1 -0
  174. package/lib/annotations/comment-set/comment/comment.service.ngfactory.d.ts.map +1 -0
  175. package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.d.ts +1 -0
  176. package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.d.ts.map +1 -0
  177. package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.ngfactory.d.ts.map +1 -0
  178. package/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.d.ts +1 -0
  179. package/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.d.ts.map +1 -0
  180. package/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.ngfactory.d.ts.map +1 -0
  181. package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.d.ts +1 -0
  182. package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.d.ts.map +1 -0
  183. package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.ngfactory.d.ts.map +1 -0
  184. package/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.d.ts +1 -0
  185. package/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.d.ts.map +1 -0
  186. package/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.ngfactory.d.ts.map +1 -0
  187. package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.d.ts +1 -0
  188. package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.d.ts.map +1 -0
  189. package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.ngfactory.d.ts.map +1 -0
  190. package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts +1 -0
  191. package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts.map +1 -0
  192. package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.ngfactory.d.ts.map +1 -0
  193. package/lib/annotations/comment-set/comment-set-render.service.d.ts +1 -0
  194. package/lib/annotations/comment-set/comment-set-render.service.d.ts.map +1 -0
  195. package/lib/annotations/comment-set/comment-set-render.service.ngfactory.d.ts.map +1 -0
  196. package/lib/annotations/comment-set/comment-set.component.d.ts +1 -0
  197. package/lib/annotations/comment-set/comment-set.component.d.ts.map +1 -0
  198. package/lib/annotations/comment-set/comment-set.component.ngfactory.d.ts.map +1 -0
  199. package/lib/annotations/comments-summary/comments-summary.component.d.ts +1 -1
  200. package/lib/annotations/comments-summary/comments-summary.component.d.ts.map +1 -0
  201. package/lib/annotations/comments-summary/comments-summary.component.ngfactory.d.ts.map +1 -0
  202. package/lib/annotations/models/api-persisted.model.d.ts +1 -0
  203. package/lib/annotations/models/api-persisted.model.d.ts.map +1 -0
  204. package/lib/annotations/models/event-select.model.d.ts +1 -0
  205. package/lib/annotations/models/event-select.model.d.ts.map +1 -0
  206. package/lib/annotations/models/tags.model.d.ts +1 -0
  207. package/lib/annotations/models/tags.model.d.ts.map +1 -0
  208. package/lib/annotations/models/user.model.d.ts +1 -0
  209. package/lib/annotations/models/user.model.d.ts.map +1 -0
  210. package/lib/annotations/pipes/date/date.pipe.d.ts +2 -1
  211. package/lib/annotations/pipes/date/date.pipe.d.ts.map +1 -0
  212. package/lib/annotations/pipes/date/date.pipe.ngfactory.d.ts.map +1 -0
  213. package/lib/annotations/pipes/filter/filter.pipe.d.ts +1 -0
  214. package/lib/annotations/pipes/filter/filter.pipe.d.ts.map +1 -0
  215. package/lib/annotations/pipes/filter/filter.pipe.ngfactory.d.ts.map +1 -0
  216. package/lib/annotations/pipes/unsnake/unsnake.pipe.d.ts +1 -0
  217. package/lib/annotations/pipes/unsnake/unsnake.pipe.d.ts.map +1 -0
  218. package/lib/annotations/pipes/unsnake/unsnake.pipe.ngfactory.d.ts.map +1 -0
  219. package/lib/annotations/services/annotation-api/annotation-api.service.d.ts +3 -2
  220. package/lib/annotations/services/annotation-api/annotation-api.service.d.ts.map +1 -0
  221. package/lib/annotations/services/annotation-api/annotation-api.service.ngfactory.d.ts.map +1 -0
  222. package/lib/annotations/services/bookmarks-api/bookmarks-api.service.d.ts +1 -0
  223. package/lib/annotations/services/bookmarks-api/bookmarks-api.service.d.ts.map +1 -0
  224. package/lib/annotations/services/bookmarks-api/bookmarks-api.service.ngfactory.d.ts.map +1 -0
  225. package/lib/annotations/services/tags/tags.services.d.ts +1 -0
  226. package/lib/annotations/services/tags/tags.services.d.ts.map +1 -0
  227. package/lib/annotations/services/tags/tags.services.ngfactory.d.ts.map +1 -0
  228. package/lib/annotations/tags/tags.component.d.ts +3 -2
  229. package/lib/annotations/tags/tags.component.d.ts.map +1 -0
  230. package/lib/annotations/tags/tags.component.ngfactory.d.ts.map +1 -0
  231. package/lib/bookmark/components/bookmark-icons.component.d.ts +1 -0
  232. package/lib/bookmark/components/bookmark-icons.component.d.ts.map +1 -0
  233. package/lib/bookmark/components/bookmark-icons.component.ngfactory.d.ts.map +1 -0
  234. package/lib/icp/confirm-exit/confirm-action-dialog.component.d.ts +1 -0
  235. package/lib/icp/confirm-exit/confirm-action-dialog.component.d.ts.map +1 -0
  236. package/lib/icp/confirm-exit/confirm-action-dialog.component.ngfactory.d.ts.map +1 -0
  237. package/lib/icp/icp-follower.service.d.ts +1 -0
  238. package/lib/icp/icp-follower.service.d.ts.map +1 -0
  239. package/lib/icp/icp-follower.service.ngfactory.d.ts.map +1 -0
  240. package/lib/icp/icp-presenter.service.d.ts +1 -0
  241. package/lib/icp/icp-presenter.service.d.ts.map +1 -0
  242. package/lib/icp/icp-presenter.service.ngfactory.d.ts.map +1 -0
  243. package/lib/icp/icp-session-api.service.d.ts +1 -0
  244. package/lib/icp/icp-session-api.service.d.ts.map +1 -0
  245. package/lib/icp/icp-session-api.service.ngfactory.d.ts.map +1 -0
  246. package/lib/icp/icp-update.service.d.ts +1 -9
  247. package/lib/icp/icp-update.service.d.ts.map +1 -0
  248. package/lib/icp/icp-update.service.ngfactory.d.ts.map +1 -0
  249. package/lib/icp/icp.events.d.ts +14 -0
  250. package/lib/icp/icp.events.d.ts.map +1 -0
  251. package/lib/icp/icp.interfaces.d.ts +2 -0
  252. package/lib/icp/icp.interfaces.d.ts.map +1 -0
  253. package/lib/icp/icp.service.d.ts +1 -0
  254. package/lib/icp/icp.service.d.ts.map +1 -0
  255. package/lib/icp/icp.service.ngfactory.d.ts.map +1 -0
  256. package/lib/icp/participants-list/participants-list.component.d.ts +1 -0
  257. package/lib/icp/participants-list/participants-list.component.d.ts.map +1 -0
  258. package/lib/icp/participants-list/participants-list.component.ngfactory.d.ts.map +1 -0
  259. package/lib/icp/socket.service.d.ts +14 -4
  260. package/lib/icp/socket.service.d.ts.map +1 -0
  261. package/lib/icp/socket.service.ngfactory.d.ts.map +1 -0
  262. package/lib/media-viewer.component.d.ts +2 -0
  263. package/lib/media-viewer.component.d.ts.map +1 -0
  264. package/lib/media-viewer.component.ngfactory.d.ts.map +1 -0
  265. package/lib/media-viewer.module.d.ts +1 -0
  266. package/lib/media-viewer.module.d.ts.map +1 -0
  267. package/lib/media-viewer.module.ngfactory.d.ts.map +1 -0
  268. package/lib/print.service.d.ts +1 -0
  269. package/lib/print.service.d.ts.map +1 -0
  270. package/lib/print.service.ngfactory.d.ts.map +1 -0
  271. package/lib/redaction/components/redaction.component.d.ts +1 -0
  272. package/lib/redaction/components/redaction.component.d.ts.map +1 -0
  273. package/lib/redaction/components/redaction.component.ngfactory.d.ts.map +1 -0
  274. package/lib/redaction/services/redaction-api.service.d.ts +1 -0
  275. package/lib/redaction/services/redaction-api.service.d.ts.map +1 -0
  276. package/lib/redaction/services/redaction-api.service.ngfactory.d.ts.map +1 -0
  277. package/lib/redaction/services/redaction.model.d.ts +1 -0
  278. package/lib/redaction/services/redaction.model.d.ts.map +1 -0
  279. package/lib/shared/gov-uk-date/gov-uk-date.component.d.ts +1 -0
  280. package/lib/shared/gov-uk-date/gov-uk-date.component.d.ts.map +1 -0
  281. package/lib/shared/gov-uk-date/gov-uk-date.component.ngfactory.d.ts.map +1 -0
  282. package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.d.ts +1 -0
  283. package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.d.ts.map +1 -0
  284. package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.ngfactory.d.ts.map +1 -0
  285. package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +1 -0
  286. package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.d.ts.map +1 -0
  287. package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.ngfactory.d.ts.map +1 -0
  288. package/lib/shared/gov-uk-label/gov-uk-label.component.d.ts +1 -0
  289. package/lib/shared/gov-uk-label/gov-uk-label.component.d.ts.map +1 -0
  290. package/lib/shared/gov-uk-label/gov-uk-label.component.ngfactory.d.ts.map +1 -0
  291. package/lib/shared/shared.module.d.ts +1 -0
  292. package/lib/shared/shared.module.d.ts.map +1 -0
  293. package/lib/shared/shared.module.ngfactory.d.ts.map +1 -0
  294. package/lib/shared/util/helpers/html-templates.helper.d.ts +1 -0
  295. package/lib/shared/util/helpers/html-templates.helper.d.ts.map +1 -0
  296. package/lib/shared/util/services/number.helper.service.d.ts +1 -0
  297. package/lib/shared/util/services/number.helper.service.d.ts.map +1 -0
  298. package/lib/shared/util/services/number.helper.service.ngfactory.d.ts.map +1 -0
  299. package/lib/store/actions/annotation.actions.d.ts +1 -0
  300. package/lib/store/actions/annotation.actions.d.ts.map +1 -0
  301. package/lib/store/actions/bookmark.actions.d.ts +1 -0
  302. package/lib/store/actions/bookmark.actions.d.ts.map +1 -0
  303. package/lib/store/actions/document.actions.d.ts +1 -0
  304. package/lib/store/actions/document.actions.d.ts.map +1 -0
  305. package/lib/store/actions/icp.actions.d.ts +1 -0
  306. package/lib/store/actions/icp.actions.d.ts.map +1 -0
  307. package/lib/store/actions/redaction.actions.d.ts +1 -0
  308. package/lib/store/actions/redaction.actions.d.ts.map +1 -0
  309. package/lib/store/actions/tag.actions.d.ts +1 -0
  310. package/lib/store/actions/tag.actions.d.ts.map +1 -0
  311. package/lib/store/bookmarks-store-utils.d.ts +1 -0
  312. package/lib/store/bookmarks-store-utils.d.ts.map +1 -0
  313. package/lib/store/effects/annotation.effects.d.ts +1 -0
  314. package/lib/store/effects/annotation.effects.d.ts.map +1 -0
  315. package/lib/store/effects/annotation.effects.ngfactory.d.ts.map +1 -0
  316. package/lib/store/effects/bookmarks.effects.d.ts +1 -0
  317. package/lib/store/effects/bookmarks.effects.d.ts.map +1 -0
  318. package/lib/store/effects/bookmarks.effects.ngfactory.d.ts.map +1 -0
  319. package/lib/store/effects/document.effects.d.ts +1 -0
  320. package/lib/store/effects/document.effects.d.ts.map +1 -0
  321. package/lib/store/effects/document.effects.ngfactory.d.ts.map +1 -0
  322. package/lib/store/effects/icp.effects.d.ts +1 -0
  323. package/lib/store/effects/icp.effects.d.ts.map +1 -0
  324. package/lib/store/effects/icp.effects.ngfactory.d.ts.map +1 -0
  325. package/lib/store/effects/index.d.ts +1 -0
  326. package/lib/store/effects/index.d.ts.map +1 -0
  327. package/lib/store/effects/redaction.effects.d.ts +1 -0
  328. package/lib/store/effects/redaction.effects.d.ts.map +1 -0
  329. package/lib/store/effects/redaction.effects.ngfactory.d.ts.map +1 -0
  330. package/lib/store/models/bookmarks.interface.d.ts +1 -0
  331. package/lib/store/models/bookmarks.interface.d.ts.map +1 -0
  332. package/lib/store/models/filters.interface.d.ts +1 -0
  333. package/lib/store/models/filters.interface.d.ts.map +1 -0
  334. package/lib/store/reducers/annotations.reducer.d.ts +1 -0
  335. package/lib/store/reducers/annotations.reducer.d.ts.map +1 -0
  336. package/lib/store/reducers/bookmarks.reducer.d.ts +1 -0
  337. package/lib/store/reducers/bookmarks.reducer.d.ts.map +1 -0
  338. package/lib/store/reducers/document.reducer.d.ts +1 -0
  339. package/lib/store/reducers/document.reducer.d.ts.map +1 -0
  340. package/lib/store/reducers/icp.reducer.d.ts +1 -0
  341. package/lib/store/reducers/icp.reducer.d.ts.map +1 -0
  342. package/lib/store/reducers/redaction.reducer.d.ts +1 -0
  343. package/lib/store/reducers/redaction.reducer.d.ts.map +1 -0
  344. package/lib/store/reducers/reducers.d.ts +2 -1
  345. package/lib/store/reducers/reducers.d.ts.map +1 -0
  346. package/lib/store/reducers/tags.reducer.d.ts +1 -0
  347. package/lib/store/reducers/tags.reducer.d.ts.map +1 -0
  348. package/lib/store/selectors/annotation.selectors.d.ts +54 -15
  349. package/lib/store/selectors/annotation.selectors.d.ts.map +1 -0
  350. package/lib/store/selectors/bookmark.selectors.d.ts +18 -7
  351. package/lib/store/selectors/bookmark.selectors.d.ts.map +1 -0
  352. package/lib/store/selectors/document.selectors.d.ts +15 -9
  353. package/lib/store/selectors/document.selectors.d.ts.map +1 -0
  354. package/lib/store/selectors/icp.selectors.d.ts +9 -8
  355. package/lib/store/selectors/icp.selectors.d.ts.map +1 -0
  356. package/lib/store/selectors/redaction.selectors.d.ts +18 -7
  357. package/lib/store/selectors/redaction.selectors.d.ts.map +1 -0
  358. package/lib/store/selectors/tag.selectors.d.ts +16 -6
  359. package/lib/store/selectors/tag.selectors.d.ts.map +1 -0
  360. package/lib/store/store-utils.d.ts +1 -0
  361. package/lib/store/store-utils.d.ts.map +1 -0
  362. package/lib/toolbar/icp-event.service.d.ts +1 -0
  363. package/lib/toolbar/icp-event.service.d.ts.map +1 -0
  364. package/lib/toolbar/icp-toolbar/icp-toolbar.component.d.ts +1 -0
  365. package/lib/toolbar/icp-toolbar/icp-toolbar.component.d.ts.map +1 -0
  366. package/lib/toolbar/icp-toolbar/icp-toolbar.component.ngfactory.d.ts.map +1 -0
  367. package/lib/toolbar/main-toolbar/main-toolbar.component.d.ts +1 -0
  368. package/lib/toolbar/main-toolbar/main-toolbar.component.d.ts.map +1 -0
  369. package/lib/toolbar/main-toolbar/main-toolbar.component.ngfactory.d.ts.map +1 -0
  370. package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.d.ts +1 -0
  371. package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.d.ts.map +1 -0
  372. package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.ngfactory.d.ts.map +1 -0
  373. package/lib/toolbar/search-bar/search-bar.component.d.ts +2 -0
  374. package/lib/toolbar/search-bar/search-bar.component.d.ts.map +1 -0
  375. package/lib/toolbar/search-bar/search-bar.component.ngfactory.d.ts.map +1 -0
  376. package/lib/toolbar/toolbar-button-visibility.service.d.ts +1 -0
  377. package/lib/toolbar/toolbar-button-visibility.service.d.ts.map +1 -0
  378. package/lib/toolbar/toolbar-button-visibility.service.ngfactory.d.ts.map +1 -0
  379. package/lib/toolbar/toolbar-event.service.d.ts +1 -0
  380. package/lib/toolbar/toolbar-event.service.d.ts.map +1 -0
  381. package/lib/toolbar/toolbar-event.service.ngfactory.d.ts.map +1 -0
  382. package/lib/toolbar/toolbar.module.d.ts +1 -0
  383. package/lib/toolbar/toolbar.module.d.ts.map +1 -0
  384. package/lib/toolbar/toolbar.module.ngfactory.d.ts.map +1 -0
  385. package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.d.ts +1 -0
  386. package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.d.ts.map +1 -0
  387. package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.ngfactory.d.ts.map +1 -0
  388. package/lib/viewers/convertible-content-viewer/document-conversion-api.service.d.ts +1 -0
  389. package/lib/viewers/convertible-content-viewer/document-conversion-api.service.d.ts.map +1 -0
  390. package/lib/viewers/convertible-content-viewer/document-conversion-api.service.ngfactory.d.ts.map +1 -0
  391. package/lib/viewers/grab-n-drag.directive.d.ts +1 -0
  392. package/lib/viewers/grab-n-drag.directive.d.ts.map +1 -0
  393. package/lib/viewers/grab-n-drag.directive.ngfactory.d.ts.map +1 -0
  394. package/lib/viewers/image-viewer/image-viewer.component.d.ts +5 -1
  395. package/lib/viewers/image-viewer/image-viewer.component.d.ts.map +1 -0
  396. package/lib/viewers/image-viewer/image-viewer.component.ngfactory.d.ts.map +1 -0
  397. package/lib/viewers/multimedia-player/multimedia-player.component.d.ts +1 -0
  398. package/lib/viewers/multimedia-player/multimedia-player.component.d.ts.map +1 -0
  399. package/lib/viewers/multimedia-player/multimedia-player.component.ngfactory.d.ts.map +1 -0
  400. package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.d.ts +5 -0
  401. package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.d.ts.map +1 -0
  402. package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.d.ts +1 -0
  403. package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.d.ts.map +1 -0
  404. package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.ngfactory.d.ts.map +1 -0
  405. package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts +6 -2
  406. package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts.map +1 -0
  407. package/lib/viewers/pdf-viewer/pdf-viewer.component.ngfactory.d.ts.map +1 -0
  408. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.d.ts +2 -1
  409. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.d.ts.map +1 -0
  410. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.ngfactory.d.ts.map +1 -0
  411. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.d.ts +1 -0
  412. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.d.ts.map +1 -0
  413. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts +7 -0
  414. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts.map +1 -0
  415. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ngfactory.d.ts.map +1 -0
  416. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.d.ts +3 -1
  417. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.d.ts.map +1 -0
  418. package/lib/viewers/pdf-viewer/side-bar/side-bar.component.d.ts +4 -0
  419. package/lib/viewers/pdf-viewer/side-bar/side-bar.component.d.ts.map +1 -0
  420. package/lib/viewers/pdf-viewer/side-bar/side-bar.component.ngfactory.d.ts.map +1 -0
  421. package/lib/viewers/rotation-persist/rotation-api.service.d.ts +1 -0
  422. package/lib/viewers/rotation-persist/rotation-api.service.d.ts.map +1 -0
  423. package/lib/viewers/rotation-persist/rotation-api.service.ngfactory.d.ts.map +1 -0
  424. package/lib/viewers/rotation-persist/rotation-persist.directive.d.ts +1 -0
  425. package/lib/viewers/rotation-persist/rotation-persist.directive.d.ts.map +1 -0
  426. package/lib/viewers/rotation-persist/rotation-persist.directive.ngfactory.d.ts.map +1 -0
  427. package/lib/viewers/rotation-persist/rotation.model.d.ts +1 -0
  428. package/lib/viewers/rotation-persist/rotation.model.d.ts.map +1 -0
  429. package/lib/viewers/unsupported-viewer/unsupported-viewer.component.d.ts +1 -0
  430. package/lib/viewers/unsupported-viewer/unsupported-viewer.component.d.ts.map +1 -0
  431. package/lib/viewers/unsupported-viewer/unsupported-viewer.component.ngfactory.d.ts.map +1 -0
  432. package/lib/viewers/viewer-event.service.d.ts +1 -0
  433. package/lib/viewers/viewer-event.service.d.ts.map +1 -0
  434. package/lib/viewers/viewer-event.service.ngfactory.d.ts.map +1 -0
  435. package/lib/viewers/viewer-exception.model.d.ts +1 -0
  436. package/lib/viewers/viewer-exception.model.d.ts.map +1 -0
  437. package/lib/viewers/viewer-util.service.d.ts +1 -0
  438. package/lib/viewers/viewer-util.service.d.ts.map +1 -0
  439. package/lib/viewers/viewer-util.service.ngfactory.d.ts.map +1 -0
  440. package/package.json +16 -17
  441. package/public_api.d.ts +1 -0
  442. package/public_api.d.ts.map +1 -0
  443. package/esm5/hmcts-media-viewer.js +0 -67
  444. package/esm5/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +0 -215
  445. package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.js +0 -236
  446. package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +0 -125
  447. package/esm5/lib/annotations/annotation-set/annotation-set.component.js +0 -109
  448. package/esm5/lib/annotations/annotation-set/annotation-set.model.js +0 -15
  449. package/esm5/lib/annotations/annotation-set/annotation-view/annotation-view.component.js +0 -177
  450. package/esm5/lib/annotations/annotation-set/annotation-view/annotation.model.js +0 -29
  451. package/esm5/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +0 -250
  452. package/esm5/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.js +0 -21
  453. package/esm5/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.js +0 -216
  454. package/esm5/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +0 -200
  455. package/esm5/lib/annotations/annotations.module.js +0 -109
  456. package/esm5/lib/annotations/comment-set/comment/comment.component.js +0 -353
  457. package/esm5/lib/annotations/comment-set/comment/comment.model.js +0 -27
  458. package/esm5/lib/annotations/comment-set/comment/comment.service.js +0 -125
  459. package/esm5/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.js +0 -98
  460. package/esm5/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.js +0 -63
  461. package/esm5/lib/annotations/comment-set/comment-navigate/comments-navigate.component.js +0 -174
  462. package/esm5/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.js +0 -145
  463. package/esm5/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.js +0 -117
  464. package/esm5/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +0 -131
  465. package/esm5/lib/annotations/comment-set/comment-set-render.service.js +0 -177
  466. package/esm5/lib/annotations/comment-set/comment-set.component.js +0 -295
  467. package/esm5/lib/annotations/comments-summary/comments-summary.component.js +0 -239
  468. package/esm5/lib/annotations/models/api-persisted.model.js +0 -25
  469. package/esm5/lib/annotations/models/event-select.model.js +0 -17
  470. package/esm5/lib/annotations/models/tags.model.js +0 -19
  471. package/esm5/lib/annotations/models/user.model.js +0 -17
  472. package/esm5/lib/annotations/pipes/date/date.pipe.js +0 -48
  473. package/esm5/lib/annotations/pipes/filter/filter.pipe.js +0 -52
  474. package/esm5/lib/annotations/pipes/unsnake/unsnake.pipe.js +0 -28
  475. package/esm5/lib/annotations/services/annotation-api/annotation-api.service.js +0 -188
  476. package/esm5/lib/annotations/services/bookmarks-api/bookmarks-api.service.js +0 -132
  477. package/esm5/lib/annotations/services/tags/tags.services.js +0 -102
  478. package/esm5/lib/annotations/tags/tags.component.js +0 -112
  479. package/esm5/lib/bookmark/components/bookmark-icons.component.js +0 -55
  480. package/esm5/lib/icp/confirm-exit/confirm-action-dialog.component.js +0 -50
  481. package/esm5/lib/icp/icp-follower.service.js +0 -135
  482. package/esm5/lib/icp/icp-presenter.service.js +0 -135
  483. package/esm5/lib/icp/icp-session-api.service.js +0 -49
  484. package/esm5/lib/icp/icp-update.service.js +0 -165
  485. package/esm5/lib/icp/icp.interfaces.js +0 -51
  486. package/esm5/lib/icp/icp.service.js +0 -261
  487. package/esm5/lib/icp/participants-list/participants-list.component.js +0 -77
  488. package/esm5/lib/icp/socket.service.js +0 -142
  489. package/esm5/lib/media-viewer.component.js +0 -422
  490. package/esm5/lib/media-viewer.module.js +0 -110
  491. package/esm5/lib/print.service.js +0 -53
  492. package/esm5/lib/redaction/components/redaction.component.js +0 -247
  493. package/esm5/lib/redaction/services/redaction-api.service.js +0 -133
  494. package/esm5/lib/redaction/services/redaction.model.js +0 -19
  495. package/esm5/lib/shared/gov-uk-date/gov-uk-date.component.js +0 -37
  496. package/esm5/lib/shared/gov-uk-error-message/gov-uk-error-message.component.js +0 -36
  497. package/esm5/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -49
  498. package/esm5/lib/shared/gov-uk-label/gov-uk-label.component.js +0 -33
  499. package/esm5/lib/shared/shared.module.js +0 -42
  500. package/esm5/lib/shared/util/helpers/html-templates.helper.js +0 -36
  501. package/esm5/lib/shared/util/services/number.helper.service.js +0 -39
  502. package/esm5/lib/store/actions/annotation.actions.js +0 -226
  503. package/esm5/lib/store/actions/bookmark.actions.js +0 -242
  504. package/esm5/lib/store/actions/document.actions.js +0 -210
  505. package/esm5/lib/store/actions/icp.actions.js +0 -130
  506. package/esm5/lib/store/actions/redaction.actions.js +0 -255
  507. package/esm5/lib/store/actions/tag.actions.js +0 -50
  508. package/esm5/lib/store/bookmarks-store-utils.js +0 -110
  509. package/esm5/lib/store/effects/annotation.effects.js +0 -128
  510. package/esm5/lib/store/effects/bookmarks.effects.js +0 -193
  511. package/esm5/lib/store/effects/document.effects.js +0 -138
  512. package/esm5/lib/store/effects/icp.effects.js +0 -97
  513. package/esm5/lib/store/effects/index.js +0 -12
  514. package/esm5/lib/store/effects/redaction.effects.js +0 -190
  515. package/esm5/lib/store/models/bookmarks.interface.js +0 -57
  516. package/esm5/lib/store/models/filters.interface.js +0 -17
  517. package/esm5/lib/store/reducers/annotations.reducer.js +0 -231
  518. package/esm5/lib/store/reducers/bookmarks.reducer.js +0 -170
  519. package/esm5/lib/store/reducers/document.reducer.js +0 -222
  520. package/esm5/lib/store/reducers/icp.reducer.js +0 -83
  521. package/esm5/lib/store/reducers/redaction.reducer.js +0 -134
  522. package/esm5/lib/store/reducers/reducers.js +0 -47
  523. package/esm5/lib/store/reducers/tags.reducer.js +0 -159
  524. package/esm5/lib/store/selectors/annotation.selectors.js +0 -175
  525. package/esm5/lib/store/selectors/bookmark.selectors.js +0 -78
  526. package/esm5/lib/store/selectors/document.selectors.js +0 -37
  527. package/esm5/lib/store/selectors/icp.selectors.js +0 -47
  528. package/esm5/lib/store/selectors/redaction.selectors.js +0 -65
  529. package/esm5/lib/store/selectors/tag.selectors.js +0 -40
  530. package/esm5/lib/store/store-utils.js +0 -296
  531. package/esm5/lib/toolbar/icp-event.service.js +0 -65
  532. package/esm5/lib/toolbar/icp-toolbar/icp-toolbar.component.js +0 -112
  533. package/esm5/lib/toolbar/main-toolbar/main-toolbar.component.js +0 -408
  534. package/esm5/lib/toolbar/redaction-toolbar/redaction-toolbar.component.js +0 -130
  535. package/esm5/lib/toolbar/search-bar/search-bar.component.js +0 -226
  536. package/esm5/lib/toolbar/toolbar-button-visibility.service.js +0 -146
  537. package/esm5/lib/toolbar/toolbar-event.service.js +0 -416
  538. package/esm5/lib/toolbar/toolbar.module.js +0 -50
  539. package/esm5/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.js +0 -168
  540. package/esm5/lib/viewers/convertible-content-viewer/document-conversion-api.service.js +0 -57
  541. package/esm5/lib/viewers/grab-n-drag.directive.js +0 -98
  542. package/esm5/lib/viewers/image-viewer/image-viewer.component.js +0 -402
  543. package/esm5/lib/viewers/multimedia-player/multimedia-player.component.js +0 -125
  544. package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +0 -446
  545. package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +0 -87
  546. package/esm5/lib/viewers/pdf-viewer/pdf-viewer.component.js +0 -582
  547. package/esm5/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +0 -251
  548. package/esm5/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.js +0 -39
  549. package/esm5/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.js +0 -62
  550. package/esm5/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.js +0 -31
  551. package/esm5/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +0 -146
  552. package/esm5/lib/viewers/rotation-persist/rotation-api.service.js +0 -68
  553. package/esm5/lib/viewers/rotation-persist/rotation-persist.directive.js +0 -163
  554. package/esm5/lib/viewers/rotation-persist/rotation.model.js +0 -15
  555. package/esm5/lib/viewers/unsupported-viewer/unsupported-viewer.component.js +0 -120
  556. package/esm5/lib/viewers/viewer-event.service.js +0 -86
  557. package/esm5/lib/viewers/viewer-exception.model.js +0 -36
  558. package/esm5/lib/viewers/viewer-util.service.js +0 -44
  559. package/esm5/public_api.js +0 -35
  560. package/fesm5/hmcts-media-viewer.js +0 -14158
  561. package/fesm5/hmcts-media-viewer.js.map +0 -1
  562. package/hmcts-media-viewer-v2.8.1.tgz +0 -0
@@ -6,3 +6,4 @@ export declare class DocumentConversionApiService {
6
6
  constructor(httpClient: HttpClient);
7
7
  convert(documentId: any): Observable<HttpResponse<Blob>>;
8
8
  }
9
+ //# sourceMappingURL=document-conversion-api.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-conversion-api.service.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/convertible-content-viewer/document-conversion-api.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,qBACa,4BAA4B;IAI3B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAFvC,OAAO,CAAC,qBAAqB,CAA2B;gBAE3B,UAAU,EAAE,UAAU;IAE5C,OAAO,CAAC,UAAU,KAAA,GAAG,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;CAS3D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-conversion-api.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/convertible-content-viewer/document-conversion-api.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -13,3 +13,4 @@ export declare class GrabNDragDirective {
13
13
  onPointerMove(event: PointerEvent): void;
14
14
  onWindowPointerUp(): void;
15
15
  }
16
+ //# sourceMappingURL=grab-n-drag.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grab-n-drag.directive.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/grab-n-drag.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAuB,MAAM,eAAe,CAAC;AAG3E,qBAGa,kBAAkB;IAQjB,OAAO,CAAC,EAAE;IANtB,gBAAgB,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAChD,OAAO,CAAC,WAAW,CAAS;IAEnB,WAAW,UAAS;IACpB,KAAK,EAAE,OAAO,CAAC;gBAEJ,EAAE,EAAE,UAAU;IAIlC,aAAa,CAAC,KAAK,EAAE,YAAY;IAYjC,aAAa,CAAC,KAAK,EAAE,YAAY;IAcC,iBAAiB;CAGpD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grab-n-drag.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/grab-n-drag.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -7,12 +7,14 @@ import { ViewerUtilService } from '../viewer-util.service';
7
7
  import { ToolbarButtonVisibilityService } from '../../toolbar/toolbar-button-visibility.service';
8
8
  import { Store } from '@ngrx/store';
9
9
  import * as fromStore from '../../store/reducers/reducers';
10
+ import { ViewerEventService } from '../viewer-event.service';
10
11
  export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChanges {
11
12
  private store;
12
13
  private readonly printService;
13
14
  private readonly viewerUtilService;
14
15
  readonly toolbarEvents: ToolbarEventService;
15
16
  readonly toolbarButtons: ToolbarButtonVisibilityService;
17
+ private viewerEvents;
16
18
  url: string;
17
19
  downloadFileName: string;
18
20
  enableAnnotations: boolean;
@@ -33,8 +35,9 @@ export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChange
33
35
  imageWidth: number;
34
36
  imageLeft: number;
35
37
  imageTop: number;
36
- constructor(store: Store<fromStore.AnnotationSetState>, printService: PrintService, viewerUtilService: ViewerUtilService, toolbarEvents: ToolbarEventService, toolbarButtons: ToolbarButtonVisibilityService);
38
+ constructor(store: Store<fromStore.AnnotationSetState>, printService: PrintService, viewerUtilService: ViewerUtilService, toolbarEvents: ToolbarEventService, toolbarButtons: ToolbarButtonVisibilityService, viewerEvents: ViewerEventService);
37
39
  ngOnInit(): void;
40
+ onImageViewerClick(event: MouseEvent): void;
38
41
  ngOnDestroy(): void;
39
42
  ngOnChanges(changes: SimpleChanges): void;
40
43
  private rotateImage;
@@ -48,3 +51,4 @@ export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChange
48
51
  initAnnoPage(img: any): void;
49
52
  toggleCommentsSummary(): void;
50
53
  }
54
+ //# sourceMappingURL=image-viewer.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/image-viewer/image-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AACtF,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,8BAA8B,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAG3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,qBAIa,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA+BrE,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;aAClB,aAAa,EAAE,mBAAmB;aAClC,cAAc,EAAE,8BAA8B;IAC9D,OAAO,CAAC,YAAY;IAlCb,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IAEzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IAEpC,MAAM,EAAE,MAAM,CAAC;IAEd,eAAe,6BAAoC;IACnD,oBAAoB,gCAAuC;IAErE,YAAY,EAAE,MAAM,CAAC;IAEc,GAAG,EAAE,UAAU,CAAC;IACnD,QAAQ,SAAK;IACb,IAAI,SAAK;IAET,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,eAAe,CAAkB;IACzC,OAAO,CAAC,QAAQ,CAAe;IAE/B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,UAAS;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;gBAGP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,EACjC,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,iBAAiB,EACrC,aAAa,EAAE,mBAAmB,EAClC,cAAc,EAAE,8BAA8B,EACtD,YAAY,EAAE,kBAAkB;IAG1C,QAAQ,IAAI,IAAI;IAahB,kBAAkB,CAAC,KAAK,EAAE,UAAU;IAcpC,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa;IAOlC,OAAO,CAAC,WAAW;YAKL,OAAO;YAQP,QAAQ;IAQtB,OAAO,CAAC,QAAQ;IAWhB,YAAY,CAAC,SAAS,KAAA;IAQtB,kBAAkB,CAAC,SAAS,KAAA,EAAE,SAAS,SAAI;IAO3C,WAAW,CAAC,GAAG,KAAA;IAcf,MAAM,CAAC,GAAG,EAAE,GAAG;IAKf,YAAY,CAAC,GAAG,EAAE,GAAG;IAoBrB,qBAAqB;CAGtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-viewer.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/image-viewer/image-viewer.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -19,3 +19,4 @@ export declare class MultimediaPlayerComponent implements OnInit, OnChanges, OnD
19
19
  onSuccess(): void;
20
20
  onError(): void;
21
21
  }
22
+ //# sourceMappingURL=multimedia-player.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multimedia-player.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/multimedia-player/multimedia-player.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,MAAM,EAEN,SAAS,EAET,YAAY,EACZ,SAAS,EACT,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;aAgB1D,aAAa,EAAE,mBAAmB;IAd3C,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IAErB,UAAU,6BAAoC;IAEZ,YAAY,EAAE,UAAU,CAAC;IAC1B,WAAW,EAAE,UAAU,CAAC;IAEnE,WAAW,SAAa;IAExB,OAAO,CAAC,YAAY,CAAe;gBAGjB,aAAa,EAAE,mBAAmB;IAG7C,QAAQ,IAAI,IAAI;IAMhB,WAAW,CAAC,OAAO,EAAE,aAAa;IAMzC,WAAW,IAAI,IAAI;IAInB,WAAW;IAOX,SAAS;IAIT,OAAO;CAGR"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multimedia-player.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/multimedia-player/multimedia-player.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -25,6 +25,10 @@ export declare class PdfJsWrapper {
25
25
  }>);
26
26
  private emitDocumentInfo;
27
27
  loadDocument(documentUrl: string): Promise<void>;
28
+ private createLoadingTask;
29
+ private setOutlinePageNumbers;
30
+ private setNestedOutlinePageNumbers;
31
+ private getOutlinePageNumber;
28
32
  downloadFile(url: string, filename: string): void;
29
33
  setPageNumber(pageNumber: number): void;
30
34
  getPageNumber(): number;
@@ -53,3 +57,4 @@ export interface PageEvent {
53
57
  id: string;
54
58
  viewportScale: number;
55
59
  }
60
+ //# sourceMappingURL=pdf-js-wrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf-js-wrapper.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,6BAA6B,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAcvE,qBAAa,YAAY;IAOrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa;aACd,gBAAgB,EAAE,OAAO,CAAC,MAAM,CAAC;aACjC,oBAAoB,EAAE,OAAO,CAAC,oBAAoB,CAAC;aACnD,cAAc,EAAE,OAAO,CAAC,GAAG,CAAC;aAC5B,aAAa,EAAE,OAAO,CAAC,OAAO,CAAC;aAC/B,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAAC;aAClC,YAAY,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;aAClC,eAAe,EAAE,OAAO,CAAC;QAAE,QAAQ,EAAE,WAAW,CAAA;KAAE,CAAC;IAdrE,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,eAAe,CAAU;gBAGd,SAAS,EAAE,SAAS,EACpB,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,mBAAmB,EACnC,gBAAgB,EAAE,OAAO,CAAC,MAAM,CAAC,EACjC,oBAAoB,EAAE,OAAO,CAAC,oBAAoB,CAAC,EACnD,cAAc,EAAE,OAAO,CAAC,GAAG,CAAC,EAC5B,aAAa,EAAE,OAAO,CAAC,OAAO,CAAC,EAC/B,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAAC,EAClC,YAAY,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC,EAClC,eAAe,EAAE,OAAO,CAAC;QAAE,QAAQ,EAAE,WAAW,CAAA;KAAE,CAAC;IAsBrE,OAAO,CAAC,gBAAgB;IAaX,YAAY,CAAC,WAAW,EAAE,MAAM;IA8B7C,OAAO,CAAC,iBAAiB;YASX,qBAAqB;YAMrB,2BAA2B;YAQ3B,oBAAoB;IAM3B,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAIjD,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAGvC,aAAa,IAAI,MAAM;IAGvB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAIxC,MAAM,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI;IAaxC,WAAW,IAAI,IAAI;IAInB,UAAU,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAYvC,OAAO,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAMhC,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAMxC,OAAO,CAAC,YAAY;IAQb,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIhC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvC,0BAA0B,IAAI,MAAM;IAIpC,sBAAsB,IAAI,MAAM;IAIhC,kBAAkB,CAAC,KAAK,EAAE,MAAM;IAIhC,kBAAkB,IAAI,MAAM;CAGpC;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -10,3 +10,4 @@ export declare class PdfJsWrapperFactory {
10
10
  create(container: ElementRef): PdfJsWrapper;
11
11
  pdfWrapper(): PdfJsWrapper;
12
12
  }
13
+ //# sourceMappingURL=pdf-js-wrapper.provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf-js-wrapper.provider.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,eAAe,CAAC;AACvD,OAAO,EAAkC,YAAY,EAAC,MAAM,kBAAkB,CAAC;AAE/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAI7E,qBACa,mBAAmB;IAMlB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAJ1C,OAAO,CAAC,WAAW,CAA6B;IAChD,OAAO,CAAC,QAAQ,CAAuB;IACvC,OAAO,CAAC,YAAY,CAAe;gBAEN,aAAa,EAAE,mBAAmB;IAKxD,MAAM,CAAC,SAAS,EAAE,UAAU,GAAG,YAAY;IAiClD,UAAU;CAGX"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf-js-wrapper.provider.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.ngfactory.ts"],"names":[],"mappings":""}
@@ -11,6 +11,7 @@ import { Outline } from './side-bar/outline-item/outline.model';
11
11
  import * as fromStore from '../../store/reducers/reducers';
12
12
  import { IcpState } from '../../icp/icp.interfaces';
13
13
  import { ViewerEventService } from '../viewer-event.service';
14
+ import { IcpService } from '../../icp/icp.service';
14
15
  export declare class PdfViewerComponent implements AfterContentInit, OnChanges, OnDestroy {
15
16
  private store;
16
17
  private icpStore;
@@ -18,6 +19,7 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
18
19
  private readonly printService;
19
20
  readonly toolbarEvents: ToolbarEventService;
20
21
  private readonly viewerEvents;
22
+ private icpService;
21
23
  readonly toolbarButtons: ToolbarButtonVisibilityService;
22
24
  mediaLoadStatus: EventEmitter<ResponseType>;
23
25
  pdfViewerException: EventEmitter<ViewerException>;
@@ -49,7 +51,7 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
49
51
  showCommentsPanel: boolean;
50
52
  showIcpParticipantsList: boolean;
51
53
  enableGrabNDrag: boolean;
52
- constructor(store: Store<fromStore.AnnotationSetState>, icpStore: Store<IcpState>, pdfJsWrapperFactory: PdfJsWrapperFactory, printService: PrintService, toolbarEvents: ToolbarEventService, viewerEvents: ViewerEventService, toolbarButtons: ToolbarButtonVisibilityService);
54
+ constructor(store: Store<fromStore.AnnotationSetState>, icpStore: Store<IcpState>, pdfJsWrapperFactory: PdfJsWrapperFactory, printService: PrintService, toolbarEvents: ToolbarEventService, viewerEvents: ViewerEventService, icpService: IcpService, toolbarButtons: ToolbarButtonVisibilityService);
53
55
  ngAfterContentInit(): Promise<void>;
54
56
  ngOnChanges(changes: SimpleChanges): Promise<void>;
55
57
  resetRotation(): void;
@@ -59,7 +61,7 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
59
61
  private onDocumentLoaded;
60
62
  private onDocumentLoadFailed;
61
63
  private updatePages;
62
- searchBarHidden: boolean;
64
+ set searchBarHidden(hidden: boolean);
63
65
  toggleCommentsSummary(): void;
64
66
  private rotateDocument;
65
67
  private initDocumentProgress;
@@ -68,4 +70,6 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
68
70
  setPageHeights(): void;
69
71
  calculateZoomValue(zoomValue: any, increment?: number): number;
70
72
  private goToDestination;
73
+ getCurrentPageNumber(): number;
71
74
  }
75
+ //# sourceMappingURL=pdf-viewer.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-viewer.component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf-viewer.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-viewer.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { Store } from '@ngrx/store';
3
3
  import { Subscription } from 'rxjs';
4
- import { TreeNode } from 'angular-tree-component';
4
+ import { TreeNode } from '@circlon/angular-tree-component';
5
5
  import { Bookmark, BookmarkNode } from '../../../../store/models/bookmarks.interface';
6
6
  import { AnnotationSetState } from '../../../../store/reducers/annotations.reducer';
7
7
  import { DocumentPages } from '../../../../store/reducers/document.reducer';
@@ -33,3 +33,4 @@ export declare class BookmarksComponent implements OnInit, OnDestroy {
33
33
  private getSibling;
34
34
  private scaledY;
35
35
  }
36
+ //# sourceMappingURL=bookmarks.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookmarks.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAG3D,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAEtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,6CAA6C,CAAC;AAE5E,OAAO,KAAK,aAAa,MAAM,8CAA8C,CAAC;AAG9E,qBAIa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAkB9C,OAAO,CAAC,KAAK;IAhBhB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACd,eAAe,sBAA6B;IAEtD,UAAU,EAAE;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,aAAa,CAAA;KAAE,CAAM;IACrD,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,SAAM;IAEzB,OAAO;;;MAGL;IAEF,aAAa,EAAE,YAAY,CAAC;gBAER,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,GAAG,kBAAkB,CAAC;IAEnF,QAAQ,IAAI,IAAI;IAahB,WAAW,IAAI,IAAI;IAInB,YAAY,CAAC,EAAE,KAAA;IAIf,cAAc,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG;IAkBtC,cAAc,CAAC,IAAI,EAAE,QAAQ;IAY7B,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,KAAA;IAWvC,YAAY,CAAC,QAAQ,EAAE,QAAQ;IA4B/B,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,OAAO;CAIhB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookmarks.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -19,3 +19,4 @@ export interface BookmarksPerPage {
19
19
  width: number;
20
20
  };
21
21
  }
22
+ //# sourceMappingURL=bookmarks.interfaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookmarks.interfaces.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,GAAG,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE;QAAE,CAAC,EAAE,EAAE,MAAM,GAAG,QAAQ,CAAA;KAAE,CAAC;IACrC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CACzD"}
@@ -2,9 +2,16 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Outline } from './outline.model';
3
3
  export declare class OutlineItemComponent implements OnInit {
4
4
  outline: Outline;
5
+ currentPageNumber: Number;
6
+ isCurrentSection: boolean;
7
+ endPage: Number;
5
8
  navigationEvent: EventEmitter<any>;
6
9
  showOutlineItems: boolean;
7
10
  ngOnInit(): void;
8
11
  goToDestination(destination: any): void;
9
12
  toggleOutline(): void;
13
+ isViewedItem(current: Outline, next: Outline): boolean;
14
+ findEndPage(next: Outline): number;
15
+ showHighlightOutlineCss(): "highlightedOutlineItem" | "outlineItem";
10
16
  }
17
+ //# sourceMappingURL=outline-item.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outline-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,qBAIa,oBAAqB,YAAW,MAAM;IAExC,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IACf,eAAe,oBAAsB;IAE/C,gBAAgB,EAAE,OAAO,CAAC;IAE1B,QAAQ;IAIR,eAAe,CAAC,WAAW,EAAE,GAAG;IAMhC,aAAa;IAIb,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO;IAKtD,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM;IAIlC,uBAAuB;CAGxB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outline-item.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -4,9 +4,11 @@ export interface Outline {
4
4
  count: number;
5
5
  dest: {}[];
6
6
  italic: boolean;
7
- items: {}[];
7
+ items: Outline[];
8
8
  newWindow: any;
9
+ pageNumber: number;
9
10
  title: string;
10
11
  unsafeUrl: any;
11
12
  url: any;
12
13
  }
14
+ //# sourceMappingURL=outline.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outline.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,EAAE,EAAE,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,SAAS,EAAE,GAAG,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,GAAG,CAAC;IACf,GAAG,EAAE,GAAG,CAAC;CACV"}
@@ -13,6 +13,7 @@ export declare class SideBarComponent implements OnInit, OnChanges, OnDestroy {
13
13
  url: string;
14
14
  zoom: number;
15
15
  rotate: number;
16
+ currentPageNumber: number;
16
17
  selectedView: string;
17
18
  bookmarkNodes$: Observable<BookmarkNode[]>;
18
19
  $subscription: Subscription;
@@ -23,4 +24,7 @@ export declare class SideBarComponent implements OnInit, OnChanges, OnDestroy {
23
24
  goToDestination(destination: any[]): void;
24
25
  toggleSidebarView(sidebarView: string): void;
25
26
  onAddBookmarkClick(): void;
27
+ isViewedItem(current: Outline, next: Outline): boolean;
28
+ findEndPage(next: Outline): number;
26
29
  }
30
+ //# sourceMappingURL=side-bar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"side-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/side-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAE5C,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAIzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAE3E,qBAIa,gBAAiB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAevD,OAAO,CAAC,YAAY;IAC9B,OAAO,CAAC,KAAK;IAdN,kBAAkB,EAAE,OAAO,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,CAAC;IAGnC,YAAY,SAAa;IACzB,cAAc,EAAE,UAAU,CAAC,YAAY,EAAE,CAAC,CAAC;IAE3C,aAAa,EAAE,YAAY,CAAC;gBAER,YAAY,EAAE,kBAAkB,EAC1C,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC;IAGtC,QAAQ,IAAI,IAAI;IAMhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,WAAW,EAAE,GAAG,EAAE;IAIlC,iBAAiB,CAAC,WAAW,EAAE,MAAM;IAIrC,kBAAkB;IAUlB,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO;IAKtD,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM;CAGnC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"side-bar.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/side-bar.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -8,3 +8,4 @@ export declare class RotationApiService {
8
8
  getRotation(documentId: string): Observable<HttpResponse<Rotation>>;
9
9
  saveRotation(payload: Rotation): Observable<HttpResponse<Rotation>>;
10
10
  }
11
+ //# sourceMappingURL=rotation-api.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotation-api.service.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-api.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,qBACa,kBAAkB;IAK3B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHtB,cAAc,SAAuB;gBAGzB,UAAU,EAAE,UAAU;IAGlC,WAAW,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAMnE,YAAY,CAAC,OAAO,EAAE,QAAQ,GAAG,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;CAU3E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotation-api.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-api.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -21,3 +21,4 @@ export declare class RotationPersistDirective implements OnInit, OnDestroy {
21
21
  private onRotate;
22
22
  private saveRotation;
23
23
  }
24
+ //# sourceMappingURL=rotation-persist.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotation-persist.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-persist.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAgB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvF,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAI5C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,8BAA8B,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAGpC,qBAGa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAQpD,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,KAAK;aACG,cAAc,EAAE,8BAA8B;IAC9D,OAAO,CAAC,aAAa;IATjC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,SAAK;IACb,aAAa,SAAK;IAElB,cAAc,EAAE,YAAY,CAAC;gBAET,EAAE,EAAE,UAAU,EACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,EAC7B,cAAc,EAAE,8BAA8B,EACtD,aAAa,EAAE,mBAAmB;IAGtD,QAAQ;IAUR,WAAW;IAKX,WAAW,CAAC,MAAM,EAAE,YAAY;IAahC,OAAO,CAAC,QAAQ;IAKhB,OAAO,CAAC,YAAY;CAOrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotation-persist.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-persist.directive.ngfactory.ts"],"names":[],"mappings":""}
@@ -2,3 +2,4 @@ export interface Rotation {
2
2
  documentId: string;
3
3
  rotationAngle: number;
4
4
  }
5
+ //# sourceMappingURL=rotation.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotation.model.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -17,3 +17,4 @@ export declare class UnsupportedViewerComponent implements OnInit, OnDestroy {
17
17
  ngOnInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  }
20
+ //# sourceMappingURL=unsupported-viewer.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unsupported-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/unsupported-viewer/unsupported-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,EAAa,SAAS,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AACjH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,qBAIa,0BAA2B,YAAW,MAAM,EAAE,SAAS;aAehD,aAAa,EAAE,mBAAmB;IAClD,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAd3B,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IAEtB,UAAU,6BAAoC;IAC9C,0BAA0B,gCAAuC;IAE/B,YAAY,EAAE,UAAU,CAAC;IAErE,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,eAAe,CAAkB;gBAGvB,aAAa,EAAE,mBAAmB,EACjC,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IAmBvB,WAAW,IAAI,IAAI;CAMpB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unsupported-viewer.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/unsupported-viewer/unsupported-viewer.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -15,3 +15,4 @@ export declare class ViewerEventService {
15
15
  clearCtxToolbar(): void;
16
16
  goToDestination(destination: any[]): void;
17
17
  }
18
+ //# sourceMappingURL=viewer-event.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer-event.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-event.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,yEAAyE,CAAC;AAEpG,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED,qBACa,kBAAkB;IAE7B,SAAgB,aAAa,qBAA4B;IACzD,SAAgB,YAAY,qBAA4B;IACxD,SAAgB,iBAAiB,mBAAiB;IAClD,SAAgB,eAAe,iBAAwB;;IAIhD,YAAY,CAAC,aAAa,EAAE,SAAS,GAAG,IAAI;IAI5C,WAAW,CAAC,aAAa,EAAE,SAAS,GAAG,IAAI;IAI3C,eAAe,IAAI,IAAI;IAKvB,eAAe,CAAC,WAAW,EAAE,GAAG,EAAE;CAG1C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer-event.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-event.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -12,3 +12,4 @@ export declare class ViewerException {
12
12
  detail?: ExceptionDetail;
13
13
  constructor(exceptionType?: string, detail?: ExceptionDetail);
14
14
  }
15
+ //# sourceMappingURL=viewer-exception.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer-exception.model.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-exception.model.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;CAC5B;AAED,MAAM,WAAW,eAAe;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,eAAe;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,eAAe,CAAC;gBAEb,aAAa,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,eAAe;CAI7D"}
@@ -4,3 +4,4 @@ export declare class ViewerUtilService {
4
4
  constructor(http: HttpClient);
5
5
  validateFile(url: string): import("rxjs").Observable<Object>;
6
6
  }
7
+ //# sourceMappingURL=viewer-util.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer-util.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-util.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBAGa,iBAAiB;IAE1B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAGnB,YAAY,CAAC,GAAG,EAAE,MAAM;CAGhC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer-util.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-util.service.ngfactory.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/media-viewer",
3
- "version": "2.8.1",
3
+ "version": "2.9.1",
4
4
  "description": "Media Viewer",
5
5
  "keywords": [
6
6
  "Angular",
@@ -17,34 +17,33 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "angular-tree-component": "^8.5.6",
21
- "@swimlane/ngx-datatable": "^16.0.2",
20
+ "@circlon/angular-tree-component": "^11.0.0",
21
+ "@swimlane/ngx-datatable": "^19.0.0",
22
22
  "hammerjs": "^2.0.8",
23
23
  "mutable-div": "0.0.11",
24
24
  "pdfjs-dist": "2.5.207",
25
25
  "uuid": "^3.4.0",
26
26
  "socket.io-client": "^3.1.1",
27
- "tslib": "^1.10.0"
27
+ "tslib": "^2.0.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "@angular/animations": "9.1.13",
31
- "@angular/common": "9.1.13",
32
- "@angular/core": "9.1.13",
33
- "@angular/forms": "9.1.13",
34
- "@angular/platform-browser": "9.1.13",
35
- "@ngrx/effects": "^7.4.0",
36
- "@ngrx/router-store": "^7.4.0",
37
- "@ngrx/store": "^7.4.0",
38
- "@ngrx/store-devtools": "^7.4.0"
30
+ "@angular/animations": "^11.2.14",
31
+ "@angular/common": "^11.2.14",
32
+ "@angular/core": "^11.2.14",
33
+ "@angular/forms": "^11.2.14",
34
+ "@angular/platform-browser": "^11.2.14",
35
+ "@angular/material": "^11.2.14",
36
+ "@ngrx/effects": "^11.0.0",
37
+ "@ngrx/router-store": "^11.0.0",
38
+ "@ngrx/store": "^11.0.0",
39
+ "@ngrx/store-devtools": "^11.0.0"
39
40
  },
40
41
  "main": "bundles/hmcts-media-viewer.umd.js",
41
- "module": "fesm5/hmcts-media-viewer.js",
42
+ "module": "fesm2015/hmcts-media-viewer.js",
42
43
  "es2015": "fesm2015/hmcts-media-viewer.js",
43
- "esm5": "esm5/hmcts-media-viewer.js",
44
44
  "esm2015": "esm2015/hmcts-media-viewer.js",
45
- "fesm5": "fesm5/hmcts-media-viewer.js",
46
45
  "fesm2015": "fesm2015/hmcts-media-viewer.js",
47
46
  "typings": "hmcts-media-viewer.d.ts",
48
47
  "metadata": "hmcts-media-viewer.metadata.json",
49
48
  "sideEffects": false
50
- }
49
+ }
package/public_api.d.ts CHANGED
@@ -25,3 +25,4 @@ export * from './lib/annotations/annotation-set/metadata-layer/metadata-layer.co
25
25
  export * from './lib/annotations/pipes/filter/filter.pipe';
26
26
  export * from './lib/annotations/pipes/unsnake/unsnake.pipe';
27
27
  export * from './lib/annotations/pipes/date/date.pipe';
28
+ //# sourceMappingURL=public_api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../projects/media-viewer/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kEAAkE,CAAC;AACjF,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iDAAiD,CAAC;AAChE,cAAc,4EAA4E,CAAC;AAC3F,cAAc,wGAAwG,CAAC;AACvH,cAAc,2DAA2D,CAAC;AAC1E,cAAc,qDAAqD,CAAC;AACpE,cAAc,+EAA+E,CAAC;AAC9F,cAAc,0FAA0F,CAAC;AACzG,cAAc,+DAA+D,CAAC;AAC9E,cAAc,uCAAuC,CAAC;AACtD,cAAc,0FAA0F,CAAC;AACzG,cAAc,0EAA0E,CAAC;AACzF,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wCAAwC,CAAC"}
@@ -1,67 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- /**
6
- * Generated bundle index. Do not edit.
7
- */
8
- export { MediaViewerModule, ToolbarButtonVisibilityService, ToolbarEventService, ToolbarModule, AnnotationApiService, AnnotationsModule, ResponseType, ViewerException, reducer, initialState, getAnnoSet, getCommentEnts, getAnnoPageEnt, getAnnoEnt, getSelectedAnno, commentSearchQ, getSummaryFilters, getAnnotationsSetState, getAnnotationEntities, getSet, getDocumentIdSetId, getAnnotationSet, getSelectedAnnotation, getCommentEntities, getPageEntities, getComponentSearchQueries, getComponentSearchText, getCommentSummaryFilters, getAnnoPerPage, getCommentsArray, getCommentSummary, getFilteredAnnotations, LOAD_ANNOTATION_SET, LOAD_ANNOTATION_SET_SUCCESS, LOAD_ANNOTATION_SET_FAIL, SAVE_ANNOTATION, SAVE_ANNOTATION_SUCCESS, SAVE_ANNOTATION_FAIL, ADD_OR_EDIT_COMMENT, DELETE_ANNOTATION, DELETE_ANNOTATION_SUCCESS, DELETE_ANNOTATION_FAIL, SELECT_ANNOTATION, SEARCH_COMMENT, APPLY_COMMENT_SUMMARY_FILTER, CLEAR_COMMENT_SUMMARY_FILTER, LoadAnnotationSet, LoadAnnotationSetSucess, LoadAnnotationSetFail, SaveAnnotation, SaveAnnotationSuccess, SaveAnnotationFail, AddOrEditComment, DeleteAnnotation, DeleteAnnotationSuccess, DeleteAnnotationFail, SelectedAnnotation, SearchComment, ApplyCommentSymmaryFilter, ClearCommentSummaryFilters, AnnotationEffects, MediaViewerComponent, MainToolbarComponent, SearchBarComponent, RedactionToolbarComponent, IcpToolbarComponent, AnnotationViewComponent, BoxHighlightCreateComponent, AnnotationSetComponent, CommentSetComponent, CommentSetHeaderComponent, CommentSearchComponent, CommentsSummaryComponent, TagsComponent, CommentFilterComponent, MetadataLayerComponent, FilterPipe, UnsnakePipe, MomentDatePipe } from './public_api';
9
- export { HighlightCreateDirective as ɵce } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive';
10
- export { HighlightCreateService as ɵu } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service';
11
- export { RectangleComponent as ɵx } from './lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component';
12
- export { CtxToolbarComponent as ɵbb } from './lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component';
13
- export { CommentsNavigateComponent as ɵbd } from './lib/annotations/comment-set/comment-navigate/comments-navigate.component';
14
- export { CommentSetRenderService as ɵbc } from './lib/annotations/comment-set/comment-set-render.service';
15
- export { CommentComponent as ɵy } from './lib/annotations/comment-set/comment/comment.component';
16
- export { CommentService as ɵw } from './lib/annotations/comment-set/comment/comment.service';
17
- export { TextHighlightDirective as ɵba } from './lib/annotations/comment-set/comment/text-highlight/text-highlight.directive';
18
- export { TextareaAutoExpandDirective as ɵbe } from './lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive';
19
- export { BookmarksApiService as ɵbg } from './lib/annotations/services/bookmarks-api/bookmarks-api.service';
20
- export { TagsServices as ɵz } from './lib/annotations/services/tags/tags.services';
21
- export { BookmarkIconsComponent as ɵch } from './lib/bookmark/components/bookmark-icons.component';
22
- export { ConfirmActionDialogComponent as ɵcf } from './lib/icp/confirm-exit/confirm-action-dialog.component';
23
- export { IcpFollowerService as ɵcl } from './lib/icp/icp-follower.service';
24
- export { IcpPresenterService as ɵck } from './lib/icp/icp-presenter.service';
25
- export { IcpSessionApiService as ɵbp } from './lib/icp/icp-session-api.service';
26
- export { IcpUpdateService as ɵbq } from './lib/icp/icp-update.service';
27
- export { IcpService as ɵcj } from './lib/icp/icp.service';
28
- export { ParticipantsListComponent as ɵci } from './lib/icp/participants-list/participants-list.component';
29
- export { SocketService as ɵbr } from './lib/icp/socket.service';
30
- export { PrintService as ɵbf } from './lib/print.service';
31
- export { RedactionComponent as ɵcg } from './lib/redaction/components/redaction.component';
32
- export { RedactionApiService as ɵbk } from './lib/redaction/services/redaction-api.service';
33
- export { GovUkDateComponent as ɵq } from './lib/shared/gov-uk-date/gov-uk-date.component';
34
- export { GovUkErrorMessageComponent as ɵr } from './lib/shared/gov-uk-error-message/gov-uk-error-message.component';
35
- export { GovUkFieldsetComponent as ɵs } from './lib/shared/gov-uk-fieldset/gov-uk-fieldset.component';
36
- export { GovUkLabelComponent as ɵt } from './lib/shared/gov-uk-label/gov-uk-label.component';
37
- export { SharedModule as ɵp } from './lib/shared/shared.module';
38
- export { NumberHelperService as ɵa } from './lib/shared/util/services/number.helper.service';
39
- export { BookmarksEffects as ɵbi } from './lib/store/effects/bookmarks.effects';
40
- export { DocumentEffects as ɵbl } from './lib/store/effects/document.effects';
41
- export { IcpEffects as ɵbo } from './lib/store/effects/icp.effects';
42
- export { effects as ɵbh } from './lib/store/effects/index';
43
- export { RedactionEffects as ɵbj } from './lib/store/effects/redaction.effects';
44
- export { bookmarksReducer as ɵl } from './lib/store/reducers/bookmarks.reducer';
45
- export { docReducer as ɵf, getDocPages as ɵg } from './lib/store/reducers/document.reducer';
46
- export { icpReducer as ɵn } from './lib/store/reducers/icp.reducer';
47
- export { redactionReducer as ɵm } from './lib/store/reducers/redaction.reducer';
48
- export { getMVState as ɵd, reducers as ɵc } from './lib/store/reducers/reducers';
49
- export { getFilteredComments as ɵi, getFilteredPageEnt as ɵj, tagsReducer as ɵh } from './lib/store/reducers/tags.reducer';
50
- export { getDocumentState as ɵcm, getPages as ɵcn } from './lib/store/selectors/document.selectors';
51
- export { getFilteredPageEntities as ɵcq, getTagFiltered as ɵcp, getTagsRootState as ɵco } from './lib/store/selectors/tag.selectors';
52
- export { ConvertibleContentViewerComponent as ɵcb } from './lib/viewers/convertible-content-viewer/convertible-content-viewer.component';
53
- export { DocumentConversionApiService as ɵbm } from './lib/viewers/convertible-content-viewer/document-conversion-api.service';
54
- export { GrabNDragDirective as ɵcc } from './lib/viewers/grab-n-drag.directive';
55
- export { ImageViewerComponent as ɵbx } from './lib/viewers/image-viewer/image-viewer.component';
56
- export { MultimediaPlayerComponent as ɵca } from './lib/viewers/multimedia-player/multimedia-player.component';
57
- export { PdfJsWrapperFactory as ɵbt } from './lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider';
58
- export { PdfViewerComponent as ɵbs } from './lib/viewers/pdf-viewer/pdf-viewer.component';
59
- export { BookmarksComponent as ɵbv } from './lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component';
60
- export { OutlineItemComponent as ɵbw } from './lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component';
61
- export { SideBarComponent as ɵbu } from './lib/viewers/pdf-viewer/side-bar/side-bar.component';
62
- export { RotationApiService as ɵbn } from './lib/viewers/rotation-persist/rotation-api.service';
63
- export { RotationPersistDirective as ɵcd } from './lib/viewers/rotation-persist/rotation-persist.directive';
64
- export { UnsupportedViewerComponent as ɵbz } from './lib/viewers/unsupported-viewer/unsupported-viewer.component';
65
- export { ViewerEventService as ɵv } from './lib/viewers/viewer-event.service';
66
- export { ViewerUtilService as ɵby } from './lib/viewers/viewer-util.service';
67
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG1jdHMtbWVkaWEtdmlld2VyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGhtY3RzL21lZGlhLXZpZXdlci8iLCJzb3VyY2VzIjpbImhtY3RzLW1lZGlhLXZpZXdlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O0FBSUEsZ25EQUFjLGNBQWMsQ0FBQztBQUU3QixPQUFPLEVBQUMsd0JBQXdCLElBQUksR0FBRyxFQUFDLE1BQU0sZ0dBQWdHLENBQUM7QUFDL0ksT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLDhGQUE4RixDQUFDO0FBRTFJLE9BQU8sRUFBQyxrQkFBa0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxnRkFBZ0YsQ0FBQztBQUN4SCxPQUFPLEVBQUMsbUJBQW1CLElBQUksR0FBRyxFQUFDLE1BQU0sb0VBQW9FLENBQUM7QUFDOUcsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEdBQUcsRUFBQyxNQUFNLDRFQUE0RSxDQUFDO0FBQzVILE9BQU8sRUFBQyx1QkFBdUIsSUFBSSxHQUFHLEVBQUMsTUFBTSwwREFBMEQsQ0FBQztBQUN4RyxPQUFPLEVBQUMsZ0JBQWdCLElBQUksRUFBRSxFQUFDLE1BQU0seURBQXlELENBQUM7QUFFL0YsT0FBTyxFQUFDLGNBQWMsSUFBSSxFQUFFLEVBQUMsTUFBTSx1REFBdUQsQ0FBQztBQUMzRixPQUFPLEVBQUMsc0JBQXNCLElBQUksR0FBRyxFQUFDLE1BQU0sK0VBQStFLENBQUM7QUFDNUgsT0FBTyxFQUFDLDJCQUEyQixJQUFJLEdBQUcsRUFBQyxNQUFNLDJGQUEyRixDQUFDO0FBRTdJLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSxnRUFBZ0UsQ0FBQztBQUMxRyxPQUFPLEVBQUMsWUFBWSxJQUFJLEVBQUUsRUFBQyxNQUFNLCtDQUErQyxDQUFDO0FBQ2pGLE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxHQUFHLEVBQUMsTUFBTSxvREFBb0QsQ0FBQztBQUNqRyxPQUFPLEVBQUMs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QU0sK0VBQStFLENBQUM7QUFDdkksT0FBTyxFQUFDLDRCQUE0QixJQUFJLEdBQUcsRUFBQyxNQUFNLDBFQUEwRSxDQUFDO0FBQzdILE9BQU8sRUFBQyxrQkFBa0IsSUFBSSxHQUFHLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUM5RSxPQUFPLEVBQUMsb0JBQW9CLElBQUksR0FBRyxFQUFDLE1BQU0sbURBQW1ELENBQUM7QUFDOUYsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEdBQUcsRUFBQyxNQUFNLDZEQUE2RCxDQUFDO0FBQzdHLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSx5REFBeUQsQ0FBQztBQUNuRyxPQUFPLEVBQUMsa0JBQWtCLElBQUksR0FBRyxFQUFDLE1BQU0sK0NBQStDLENBQUM7QUFDeEYsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEdBQUcsRUFBQyxNQUFNLGlFQUFpRSxDQUFDO0FBQzFHLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxHQUFHLEVBQUMsTUFBTSx1RUFBdUUsQ0FBQztBQUNsSCxPQUFPLEVBQUMsZ0JBQWdCLElBQUksR0FBRyxFQUFDLE1BQU0sc0RBQXNELENBQUM7QUFDN0YsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEdBQUcsRUFBQyxNQUFNLHFEQUFxRCxDQUFDO0FBQzlGLE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxHQUFHLEVBQUMsTUFBTSwyREFBMkQsQ0FBQztBQUMxRyxPQUFPLEVBQUMsMEJBQTBCLElBQUksR0FBRyxFQUFDLE1BQU0sK0RBQStELENBQUM7QUFDaEgsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQzVFLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxHQUFHLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcblxuZXhwb3J0IHtIaWdobGlnaHRDcmVhdGVEaXJlY3RpdmUgYXMgybVjZX0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvYW5ub3RhdGlvbi1zZXQvYW5ub3RhdGlvbi1jcmVhdGUvaGlnaGxpZ2h0LWNyZWF0ZS9oaWdobGlnaHQtY3JlYXRlLmRpcmVjdGl2ZSc7XG5leHBvcnQge0hpZ2hsaWdodENyZWF0ZVNlcnZpY2UgYXMgybV1fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9hbm5vdGF0aW9uLXNldC9hbm5vdGF0aW9uLWNyZWF0ZS9oaWdobGlnaHQtY3JlYXRlL2hpZ2hsaWdodC1jcmVhdGUuc2VydmljZSc7XG5leHBvcnQge0Fubm90YXRpb24gYXMgybVjcn0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvYW5ub3RhdGlvbi1zZXQvYW5ub3RhdGlvbi12aWV3L2Fubm90YXRpb24ubW9kZWwnO1xuZXhwb3J0IHtSZWN0YW5nbGVDb21wb25lbnQgYXMgybV4fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9hbm5vdGF0aW9uLXNldC9hbm5vdGF0aW9uLXZpZXcvcmVjdGFuZ2xlL3JlY3RhbmdsZS5jb21wb25lbnQnO1xuZXhwb3J0IHtDdHhUb29sYmFyQ29tcG9uZW50IGFzIMm1YmJ9IGZyb20gJy4vbGliL2Fubm90YXRpb25zL2Fubm90YXRpb24tc2V0L2N0eC10b29sYmFyL2N0eC10b29sYmFyLmNvbXBvbmVudCc7XG5leHBvcnQge0NvbW1lbnRzTmF2aWdhdGVDb21wb25lbnQgYXMgybViZH0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvY29tbWVudC1zZXQvY29tbWVudC1uYXZpZ2F0ZS9jb21tZW50cy1uYXZpZ2F0ZS5jb21wb25lbnQnO1xuZXhwb3J0IHtDb21tZW50U2V0UmVuZGVyU2VydmljZSBhcyDJtWJjfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50LXNldC1yZW5kZXIuc2VydmljZSc7XG5leHBvcnQge0NvbW1lbnRDb21wb25lbnQgYXMgybV5fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50JztcbmV4cG9ydCB7Q29tbWVudCBhcyDJtWNzfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L2NvbW1lbnQubW9kZWwnO1xuZXhwb3J0IHtDb21tZW50U2VydmljZSBhcyDJtXd9IGZyb20gJy4vbGliL2Fubm90YXRpb25zL2NvbW1lbnQtc2V0L2NvbW1lbnQvY29tbWVudC5zZXJ2aWNlJztcbmV4cG9ydCB7VGV4dEhpZ2hsaWdodERpcmVjdGl2ZSBhcyDJtWJhfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L3RleHQtaGlnaGxpZ2h0L3RleHQtaGlnaGxpZ2h0LmRpcmVjdGl2ZSc7XG5leHBvcnQge1RleHRhcmVhQXV0b0V4cGFuZERpcmVjdGl2ZSBhcyDJtWJlfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L3RleHRhcmVhLWF1dG8tZXhwYW5kL3RleHRhcmVhLWF1dG8tZXhwYW5kLmRpcmVjdGl2ZSc7XG5leHBvcnQge1NlbGVjdGlvbkFubm90YXRpb24gYXMgybVjdH0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvbW9kZWxzL2V2ZW50LXNlbGVjdC5tb2RlbCc7XG5leHBvcnQge0Jvb2ttYXJrc0FwaVNlcnZpY2UgYXMgybViZ30gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvc2VydmljZXMvYm9va21hcmtzLWFwaS9ib29rbWFya3MtYXBpLnNlcnZpY2UnO1xuZXhwb3J0IHtUYWdzU2VydmljZXMgYXMgybV6fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9zZXJ2aWNlcy90YWdzL3RhZ3Muc2VydmljZXMnO1xuZXhwb3J0IHtCb29rbWFya0ljb25zQ29tcG9uZW50IGFzIMm1Y2h9IGZyb20gJy4vbGliL2Jvb2ttYXJrL2NvbXBvbmVudHMvYm9va21hcmstaWNvbnMuY29tcG9uZW50JztcbmV4cG9ydCB7Q29uZmlybUFjdGlvbkRpYWxvZ0NvbXBvbmVudCBhcyDJtWNmfSBmcm9tICcuL2xpYi9pY3AvY29uZmlybS1leGl0L2NvbmZpcm0tYWN0aW9uLWRpYWxvZy5jb21wb25lbnQnO1xuZXhwb3J0IHtJY3BGb2xsb3dlclNlcnZpY2UgYXMgybVjbH0gZnJvbSAnLi9saWIvaWNwL2ljcC1mb2xsb3dlci5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwUHJlc2VudGVyU2VydmljZSBhcyDJtWNrfSBmcm9tICcuL2xpYi9pY3AvaWNwLXByZXNlbnRlci5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwU2Vzc2lvbkFwaVNlcnZpY2UgYXMgybVicH0gZnJvbSAnLi9saWIvaWNwL2ljcC1zZXNzaW9uLWFwaS5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwVXBkYXRlU2VydmljZSBhcyDJtWJxfSBmcm9tICcuL2xpYi9pY3AvaWNwLXVwZGF0ZS5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwU3RhdGUgYXMgybVvfSBmcm9tICcuL2xpYi9pY3AvaWNwLmludGVyZmFjZXMnO1xuZXhwb3J0IHtJY3BTZXJ2aWNlIGFzIMm1Y2p9IGZyb20gJy4vbGliL2ljcC9pY3Auc2VydmljZSc7XG5leHBvcnQge1BhcnRpY2lwYW50c0xpc3RDb21wb25lbnQgYXMgybVjaX0gZnJvbSAnLi9saWIvaWNwL3BhcnRpY2lwYW50cy1saXN0L3BhcnRpY2lwYW50cy1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQge1NvY2tldFNlcnZpY2UgYXMgybVicn0gZnJvbSAnLi9saWIvaWNwL3NvY2tldC5zZXJ2aWNlJztcbmV4cG9ydCB7UHJpbnRTZXJ2aWNlIGFzIMm1YmZ9IGZyb20gJy4vbGliL3ByaW50LnNlcnZpY2UnO1xuZXhwb3J0IHtSZWRhY3Rpb25Db21wb25lbnQgYXMgybVjZ30gZnJvbSAnLi9saWIvcmVkYWN0aW9uL2NvbXBvbmVudHMvcmVkYWN0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQge1JlZGFjdGlvbkFwaVNlcnZpY2UgYXMgybVia30gZnJvbSAnLi9saWIvcmVkYWN0aW9uL3NlcnZpY2VzL3JlZGFjdGlvbi1hcGkuc2VydmljZSc7XG5leHBvcnQge0dvdlVrRGF0ZUNvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbGliL3NoYXJlZC9nb3YtdWstZGF0ZS9nb3YtdWstZGF0ZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0Vycm9yTWVzc2FnZUNvbXBvbmVudCBhcyDJtXJ9IGZyb20gJy4vbGliL3NoYXJlZC9nb3YtdWstZXJyb3ItbWVzc2FnZS9nb3YtdWstZXJyb3ItbWVzc2FnZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0ZpZWxkc2V0Q29tcG9uZW50IGFzIMm1c30gZnJvbSAnLi9saWIvc2hhcmVkL2dvdi11ay1maWVsZHNldC9nb3YtdWstZmllbGRzZXQuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtMYWJlbENvbXBvbmVudCBhcyDJtXR9IGZyb20gJy4vbGliL3NoYXJlZC9nb3YtdWstbGFiZWwvZ292LXVrLWxhYmVsLmNvbXBvbmVudCc7XG5leHBvcnQge1NoYXJlZE1vZHVsZSBhcyDJtXB9IGZyb20gJy4vbGliL3NoYXJlZC9zaGFyZWQubW9kdWxlJztcbmV4cG9ydCB7TnVtYmVySGVscGVyU2VydmljZSBhcyDJtWF9IGZyb20gJy4vbGliL3NoYXJlZC91dGlsL3NlcnZpY2VzL251bWJlci5oZWxwZXIuc2VydmljZSc7XG5leHBvcnQge0Jvb2ttYXJrc0VmZmVjdHMgYXMgybViaX0gZnJvbSAnLi9saWIvc3RvcmUvZWZmZWN0cy9ib29rbWFya3MuZWZmZWN0cyc7XG5leHBvcnQge0RvY3VtZW50RWZmZWN0cyBhcyDJtWJsfSBmcm9tICcuL2xpYi9zdG9yZS9lZmZlY3RzL2RvY3VtZW50LmVmZmVjdHMnO1xuZXhwb3J0IHtJY3BFZmZlY3RzIGFzIMm1Ym99IGZyb20gJy4vbGliL3N0b3JlL2VmZmVjdHMvaWNwLmVmZmVjdHMnO1xuZXhwb3J0IHtlZmZlY3RzIGFzIMm1Ymh9IGZyb20gJy4vbGliL3N0b3JlL2VmZmVjdHMvaW5kZXgnO1xuZXhwb3J0IHtSZWRhY3Rpb25FZmZlY3RzIGFzIMm1Ymp9IGZyb20gJy4vbGliL3N0b3JlL2VmZmVjdHMvcmVkYWN0aW9uLmVmZmVjdHMnO1xuZXhwb3J0IHtGaWx0ZXJzIGFzIMm1Y3V9IGZyb20gJy4vbGliL3N0b3JlL21vZGVscy9maWx0ZXJzLmludGVyZmFjZSc7XG5leHBvcnQge0Jvb2ttYXJrc1N0YXRlIGFzIMm1ayxib29rbWFya3NSZWR1Y2VyIGFzIMm1bH0gZnJvbSAnLi9saWIvc3RvcmUvcmVkdWNlcnMvYm9va21hcmtzLnJlZHVjZXInO1xuZXhwb3J0IHtEb2N1bWVudFN0YXRlIGFzIMm1ZSxkb2NSZWR1Y2VyIGFzIMm1ZixnZXREb2NQYWdlcyBhcyDJtWd9IGZyb20gJy4vbGliL3N0b3JlL3JlZHVjZXJzL2RvY3VtZW50LnJlZHVjZXInO1xuZXhwb3J0IHtpY3BSZWR1Y2VyIGFzIMm1bn0gZnJvbSAnLi9saWIvc3RvcmUvcmVkdWNlcnMvaWNwLnJlZHVjZXInO1xuZXhwb3J0IHtyZWRhY3Rpb25SZWR1Y2VyIGFzIMm1bX0gZnJvbSAnLi9saWIvc3RvcmUvcmVkdWNlcnMvcmVkYWN0aW9uLnJlZHVjZXInO1xuZXhwb3J0IHtTdGF0ZSBhcyDJtWIsZ2V0TVZTdGF0ZSBhcyDJtWQscmVkdWNlcnMgYXMgybVjfSBmcm9tICcuL2xpYi9zdG9yZS9yZWR1Y2Vycy9yZWR1Y2Vycyc7XG5leHBvcnQge2dldEZpbHRlcmVkQ29tbWVudHMgYXMgybVpLGdldEZpbHRlcmVkUGFnZUVudCBhcyDJtWosdGFnc1JlZHVjZXIgYXMgybVofSBmcm9tICcuL2xpYi9zdG9yZS9yZWR1Y2Vycy90YWdzLnJlZHVjZXInO1xuZXhwb3J0IHtnZXREb2N1bWVudFN0YXRlIGFzIMm1Y20sZ2V0UGFnZXMgYXMgybVjbn0gZnJvbSAnLi9saWIvc3RvcmUvc2VsZWN0b3JzL2RvY3VtZW50LnNlbGVjdG9ycyc7XG5leHBvcnQge2dldEZpbHRlcmVkUGFnZUVudGl0aWVzIGFzIMm1Y3EsZ2V0VGFnRmlsdGVyZWQgYXMgybVjcCxnZXRUYWdzUm9vdFN0YXRlIGFzIMm1Y299IGZyb20gJy4vbGliL3N0b3JlL3NlbGVjdG9ycy90YWcuc2VsZWN0b3JzJztcbmV4cG9ydCB7Q29udmVydGlibGVDb250ZW50Vmlld2VyQ29tcG9uZW50IGFzIMm1Y2J9IGZyb20gJy4vbGliL3ZpZXdlcnMvY29udmVydGlibGUtY29udGVudC12aWV3ZXIvY29udmVydGlibGUtY29udGVudC12aWV3ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7RG9jdW1lbnRDb252ZXJzaW9uQXBpU2VydmljZSBhcyDJtWJtfSBmcm9tICcuL2xpYi92aWV3ZXJzL2NvbnZlcnRpYmxlLWNvbnRlbnQtdmlld2VyL2RvY3VtZW50LWNvbnZlcnNpb24tYXBpLnNlcnZpY2UnO1xuZXhwb3J0IHtHcmFiTkRyYWdEaXJlY3RpdmUgYXMgybVjY30gZnJvbSAnLi9saWIvdmlld2Vycy9ncmFiLW4tZHJhZy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtJbWFnZVZpZXdlckNvbXBvbmVudCBhcyDJtWJ4fSBmcm9tICcuL2xpYi92aWV3ZXJzL2ltYWdlLXZpZXdlci9pbWFnZS12aWV3ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7TXVsdGltZWRpYVBsYXllckNvbXBvbmVudCBhcyDJtWNhfSBmcm9tICcuL2xpYi92aWV3ZXJzL211bHRpbWVkaWEtcGxheWVyL211bHRpbWVkaWEtcGxheWVyLmNvbXBvbmVudCc7XG5leHBvcnQge1BkZkpzV3JhcHBlckZhY3RvcnkgYXMgybVidH0gZnJvbSAnLi9saWIvdmlld2Vycy9wZGYtdmlld2VyL3BkZi1qcy9wZGYtanMtd3JhcHBlci5wcm92aWRlcic7XG5leHBvcnQge1BkZlZpZXdlckNvbXBvbmVudCBhcyDJtWJzfSBmcm9tICcuL2xpYi92aWV3ZXJzL3BkZi12aWV3ZXIvcGRmLXZpZXdlci5jb21wb25lbnQnO1xuZXhwb3J0IHtCb29rbWFya3NDb21wb25lbnQgYXMgybVidn0gZnJvbSAnLi9saWIvdmlld2Vycy9wZGYtdmlld2VyL3NpZGUtYmFyL2Jvb2ttYXJrcy9ib29rbWFya3MuY29tcG9uZW50JztcbmV4cG9ydCB7T3V0bGluZUl0ZW1Db21wb25lbnQgYXMgybVid30gZnJvbSAnLi9saWIvdmlld2Vycy9wZGYtdmlld2VyL3NpZGUtYmFyL291dGxpbmUtaXRlbS9vdXRsaW5lLWl0ZW0uY29tcG9uZW50JztcbmV4cG9ydCB7U2lkZUJhckNvbXBvbmVudCBhcyDJtWJ1fSBmcm9tICcuL2xpYi92aWV3ZXJzL3BkZi12aWV3ZXIvc2lkZS1iYXIvc2lkZS1iYXIuY29tcG9uZW50JztcbmV4cG9ydCB7Um90YXRpb25BcGlTZXJ2aWNlIGFzIMm1Ym59IGZyb20gJy4vbGliL3ZpZXdlcnMvcm90YXRpb24tcGVyc2lzdC9yb3RhdGlvbi1hcGkuc2VydmljZSc7XG5leHBvcnQge1JvdGF0aW9uUGVyc2lzdERpcmVjdGl2ZSBhcyDJtWNkfSBmcm9tICcuL2xpYi92aWV3ZXJzL3JvdGF0aW9uLXBlcnNpc3Qvcm90YXRpb24tcGVyc2lzdC5kaXJlY3RpdmUnO1xuZXhwb3J0IHtVbnN1cHBvcnRlZFZpZXdlckNvbXBvbmVudCBhcyDJtWJ6fSBmcm9tICcuL2xpYi92aWV3ZXJzL3Vuc3VwcG9ydGVkLXZpZXdlci91bnN1cHBvcnRlZC12aWV3ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7Vmlld2VyRXZlbnRTZXJ2aWNlIGFzIMm1dn0gZnJvbSAnLi9saWIvdmlld2Vycy92aWV3ZXItZXZlbnQuc2VydmljZSc7XG5leHBvcnQge1ZpZXdlclV0aWxTZXJ2aWNlIGFzIMm1Ynl9IGZyb20gJy4vbGliL3ZpZXdlcnMvdmlld2VyLXV0aWwuc2VydmljZSc7Il19