@hmcts/media-viewer 3.0.3 → 4.0.0-RC.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 (198) hide show
  1. package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.mjs +4 -4
  3. package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.mjs +4 -4
  4. package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-set.component.mjs +4 -4
  5. package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-view/annotation-view.component.mjs +4 -4
  6. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/draggable-element.directive.mjs +143 -0
  7. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/model/handle-bar.model.mjs +2 -0
  8. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/model/position.model.mjs +2 -0
  9. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/model/size.model.mjs +2 -0
  10. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/mutable-div.module.mjs +32 -0
  11. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.mjs +117 -0
  12. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/resizable-element.directive.mjs +65 -0
  13. package/esm2022/lib/annotations/annotation-set/annotation-view/rectangle/resize-handlers/resize-handlers.component.mjs +127 -0
  14. package/{esm2020 → esm2022}/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.mjs +4 -4
  15. package/{esm2020 → esm2022}/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.mjs +4 -4
  16. package/esm2022/lib/annotations/annotations.module.mjs +162 -0
  17. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment/comment.component.mjs +4 -4
  18. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment/comment.service.mjs +4 -4
  19. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.mjs +4 -4
  20. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.mjs +4 -4
  21. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment-navigate/comments-navigate.component.mjs +4 -4
  22. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.mjs +4 -4
  23. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.mjs +4 -4
  24. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment-set-header/comment-set-header.component.mjs +4 -4
  25. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment-set-render.service.mjs +4 -4
  26. package/{esm2020 → esm2022}/lib/annotations/comment-set/comment-set.component.mjs +4 -4
  27. package/{esm2020 → esm2022}/lib/annotations/comments-summary/comments-summary.component.mjs +4 -4
  28. package/{esm2020 → esm2022}/lib/annotations/pipes/date/date.pipe.mjs +4 -4
  29. package/{esm2020 → esm2022}/lib/annotations/pipes/filter/filter.pipe.mjs +4 -4
  30. package/{esm2020 → esm2022}/lib/annotations/pipes/unsnake/unsnake.pipe.mjs +4 -4
  31. package/{esm2020 → esm2022}/lib/annotations/services/annotation-api/annotation-api.service.mjs +4 -4
  32. package/{esm2020 → esm2022}/lib/annotations/services/bookmarks-api/bookmarks-api.service.mjs +4 -4
  33. package/{esm2020 → esm2022}/lib/annotations/services/tags/tags.services.mjs +4 -4
  34. package/{esm2020 → esm2022}/lib/annotations/tags/tags.component.mjs +4 -4
  35. package/{esm2020 → esm2022}/lib/bookmark/components/bookmark-icons.component.mjs +4 -4
  36. package/{esm2020 → esm2022}/lib/icp/confirm-exit/confirm-action-dialog.component.mjs +4 -4
  37. package/{esm2020 → esm2022}/lib/icp/icp-follower.service.mjs +4 -4
  38. package/{esm2020 → esm2022}/lib/icp/icp-presenter.service.mjs +4 -4
  39. package/{esm2020 → esm2022}/lib/icp/icp-session-api.service.mjs +4 -4
  40. package/{esm2020 → esm2022}/lib/icp/icp-update.service.mjs +4 -4
  41. package/{esm2020 → esm2022}/lib/icp/icp.service.mjs +4 -4
  42. package/{esm2020 → esm2022}/lib/icp/participants-list/participants-list.component.mjs +4 -4
  43. package/esm2022/lib/icp/socket.service.mjs +118 -0
  44. package/{esm2020 → esm2022}/lib/media-viewer.component.mjs +4 -4
  45. package/esm2022/lib/media-viewer.module.mjs +155 -0
  46. package/esm2022/lib/print.service.mjs +30 -0
  47. package/{esm2020 → esm2022}/lib/redaction/components/redaction.component.mjs +4 -4
  48. package/{esm2020 → esm2022}/lib/redaction/services/redaction-api.service.mjs +4 -4
  49. package/{esm2020 → esm2022}/lib/shared/gov-uk-date/gov-uk-date.component.mjs +4 -4
  50. package/{esm2020 → esm2022}/lib/shared/gov-uk-error-message/gov-uk-error-message.component.mjs +6 -6
  51. package/{esm2020 → esm2022}/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.mjs +6 -6
  52. package/{esm2020 → esm2022}/lib/shared/gov-uk-label/gov-uk-label.component.mjs +6 -6
  53. package/{esm2020 → esm2022}/lib/shared/shared.module.mjs +19 -19
  54. package/{esm2020 → esm2022}/lib/shared/util/services/number.helper.service.mjs +4 -4
  55. package/{esm2020 → esm2022}/lib/store/effects/annotation.effects.mjs +4 -4
  56. package/{esm2020 → esm2022}/lib/store/effects/bookmarks.effects.mjs +4 -4
  57. package/{esm2020 → esm2022}/lib/store/effects/document.effects.mjs +4 -4
  58. package/{esm2020 → esm2022}/lib/store/effects/icp.effects.mjs +4 -4
  59. package/{esm2020 → esm2022}/lib/store/effects/redaction.effects.mjs +4 -4
  60. package/{esm2020 → esm2022}/lib/toolbar/highlight-toolbar/highlight-toolbar.component.mjs +4 -4
  61. package/{esm2020 → esm2022}/lib/toolbar/icp-event.service.mjs +1 -1
  62. package/{esm2020 → esm2022}/lib/toolbar/icp-toolbar/icp-toolbar.component.mjs +4 -4
  63. package/{esm2020 → esm2022}/lib/toolbar/main-toolbar/main-toolbar.component.mjs +4 -4
  64. package/{esm2020 → esm2022}/lib/toolbar/redaction-search-bar/redaction-search-bar.component.mjs +4 -4
  65. package/{esm2020 → esm2022}/lib/toolbar/redaction-toolbar/redaction-toolbar.component.mjs +4 -4
  66. package/{esm2020 → esm2022}/lib/toolbar/search-bar/search-bar.component.mjs +4 -4
  67. package/{esm2020 → esm2022}/lib/toolbar/toolbar-button-visibility.service.mjs +4 -4
  68. package/{esm2020 → esm2022}/lib/toolbar/toolbar-event.service.mjs +4 -4
  69. package/{esm2020 → esm2022}/lib/toolbar/toolbar.module.mjs +25 -25
  70. package/{esm2020 → esm2022}/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.mjs +4 -4
  71. package/{esm2020 → esm2022}/lib/viewers/convertible-content-viewer/document-conversion-api.service.mjs +4 -4
  72. package/{esm2020 → esm2022}/lib/viewers/grab-n-drag.directive.mjs +4 -4
  73. package/{esm2020 → esm2022}/lib/viewers/image-viewer/image-viewer.component.mjs +4 -4
  74. package/{esm2020 → esm2022}/lib/viewers/multimedia-player/multimedia-player.component.mjs +4 -4
  75. package/esm2022/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.mjs +209 -0
  76. package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.mjs +4 -4
  77. package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/pdf-viewer.component.mjs +4 -4
  78. package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.mjs +6 -6
  79. package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.mjs +4 -4
  80. package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/side-bar/side-bar.component.mjs +4 -4
  81. package/{esm2020 → esm2022}/lib/viewers/rotation-persist/rotation-api.service.mjs +4 -4
  82. package/{esm2020 → esm2022}/lib/viewers/rotation-persist/rotation-persist.directive.mjs +4 -4
  83. package/{esm2020 → esm2022}/lib/viewers/unsupported-viewer/unsupported-viewer.component.mjs +4 -4
  84. package/{esm2020 → esm2022}/lib/viewers/viewer-event.service.mjs +4 -4
  85. package/{esm2020 → esm2022}/lib/viewers/viewer-util.service.mjs +4 -4
  86. package/{fesm2020 → fesm2022}/hmcts-media-viewer.mjs +737 -391
  87. package/fesm2022/hmcts-media-viewer.mjs.map +1 -0
  88. package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts +1 -1
  89. package/lib/annotations/annotation-set/annotation-set.component.d.ts +1 -1
  90. package/lib/annotations/annotation-set/annotation-view/annotation-view.component.d.ts +1 -1
  91. package/lib/annotations/annotation-set/annotation-view/rectangle/draggable-element.directive.d.ts +25 -0
  92. package/lib/annotations/annotation-set/annotation-view/rectangle/draggable-element.directive.d.ts.map +1 -0
  93. package/lib/annotations/annotation-set/annotation-view/rectangle/model/handle-bar.model.d.ts +7 -0
  94. package/lib/annotations/annotation-set/annotation-view/rectangle/model/handle-bar.model.d.ts.map +1 -0
  95. package/lib/annotations/annotation-set/annotation-view/rectangle/model/position.model.d.ts +5 -0
  96. package/lib/annotations/annotation-set/annotation-view/rectangle/model/position.model.d.ts.map +1 -0
  97. package/lib/annotations/annotation-set/annotation-view/rectangle/model/size.model.d.ts +7 -0
  98. package/lib/annotations/annotation-set/annotation-view/rectangle/model/size.model.d.ts.map +1 -0
  99. package/lib/annotations/annotation-set/annotation-view/rectangle/mutable-div.module.d.ts +11 -0
  100. package/lib/annotations/annotation-set/annotation-view/rectangle/mutable-div.module.d.ts.map +1 -0
  101. package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.d.ts +1 -1
  102. package/lib/annotations/annotation-set/annotation-view/rectangle/resizable-element.directive.d.ts +22 -0
  103. package/lib/annotations/annotation-set/annotation-view/rectangle/resizable-element.directive.d.ts.map +1 -0
  104. package/lib/annotations/annotation-set/annotation-view/rectangle/resize-handlers/resize-handlers.component.d.ts +23 -0
  105. package/lib/annotations/annotation-set/annotation-view/rectangle/resize-handlers/resize-handlers.component.d.ts.map +1 -0
  106. package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts +1 -1
  107. package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.d.ts +1 -1
  108. package/lib/annotations/annotations.module.d.ts +1 -1
  109. package/lib/annotations/comment-set/comment/comment.component.d.ts +1 -1
  110. package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.d.ts +1 -1
  111. package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.d.ts +1 -1
  112. package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.d.ts +1 -1
  113. package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts +1 -1
  114. package/lib/annotations/comment-set/comment-set.component.d.ts +1 -1
  115. package/lib/annotations/comments-summary/comments-summary.component.d.ts +1 -1
  116. package/lib/annotations/tags/tags.component.d.ts +1 -1
  117. package/lib/bookmark/components/bookmark-icons.component.d.ts +1 -1
  118. package/lib/icp/socket.service.d.ts +6 -6
  119. package/lib/icp/socket.service.d.ts.map +1 -1
  120. package/lib/media-viewer.component.d.ts +1 -1
  121. package/lib/media-viewer.module.d.ts +2 -2
  122. package/lib/print.service.d.ts.map +1 -1
  123. package/lib/redaction/components/redaction.component.d.ts +1 -1
  124. package/lib/shared/gov-uk-date/gov-uk-date.component.d.ts +1 -1
  125. package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.d.ts +1 -1
  126. package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +1 -1
  127. package/lib/shared/gov-uk-label/gov-uk-label.component.d.ts +1 -1
  128. package/lib/toolbar/icp-event.service.d.ts +4 -4
  129. package/lib/toolbar/icp-event.service.d.ts.map +1 -1
  130. package/lib/toolbar/main-toolbar/main-toolbar.component.d.ts +1 -1
  131. package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.d.ts +1 -1
  132. package/lib/toolbar/toolbar-event.service.d.ts +6 -6
  133. package/lib/toolbar/toolbar-event.service.d.ts.map +1 -1
  134. package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.d.ts +1 -1
  135. package/lib/viewers/grab-n-drag.directive.d.ts +1 -1
  136. package/lib/viewers/image-viewer/image-viewer.component.d.ts +1 -1
  137. package/lib/viewers/multimedia-player/multimedia-player.component.d.ts +1 -1
  138. package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts +1 -1
  139. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.d.ts +2 -2
  140. package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.d.ts.map +1 -1
  141. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts +1 -1
  142. package/lib/viewers/pdf-viewer/side-bar/side-bar.component.d.ts +1 -1
  143. package/lib/viewers/unsupported-viewer/unsupported-viewer.component.d.ts +1 -1
  144. package/lib/viewers/viewer-event.service.d.ts +1 -1
  145. package/lib/viewers/viewer-event.service.d.ts.map +1 -1
  146. package/package.json +16 -22
  147. package/esm2020/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.mjs +0 -116
  148. package/esm2020/lib/annotations/annotations.module.mjs +0 -162
  149. package/esm2020/lib/icp/socket.service.mjs +0 -118
  150. package/esm2020/lib/media-viewer.module.mjs +0 -155
  151. package/esm2020/lib/print.service.mjs +0 -34
  152. package/esm2020/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.mjs +0 -209
  153. package/fesm2015/hmcts-media-viewer.mjs +0 -6785
  154. package/fesm2015/hmcts-media-viewer.mjs.map +0 -1
  155. package/fesm2020/hmcts-media-viewer.mjs.map +0 -1
  156. /package/{esm2020 → esm2022}/hmcts-media-viewer.mjs +0 -0
  157. /package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-set.model.mjs +0 -0
  158. /package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-view/annotation.model.mjs +0 -0
  159. /package/{esm2020 → esm2022}/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.mjs +0 -0
  160. /package/{esm2020 → esm2022}/lib/annotations/comment-set/comment/comment.model.mjs +0 -0
  161. /package/{esm2020 → esm2022}/lib/annotations/models/api-persisted.model.mjs +0 -0
  162. /package/{esm2020 → esm2022}/lib/annotations/models/event-select.model.mjs +0 -0
  163. /package/{esm2020 → esm2022}/lib/annotations/models/tags.model.mjs +0 -0
  164. /package/{esm2020 → esm2022}/lib/annotations/models/user.model.mjs +0 -0
  165. /package/{esm2020 → esm2022}/lib/icp/icp.events.mjs +0 -0
  166. /package/{esm2020 → esm2022}/lib/icp/icp.interfaces.mjs +0 -0
  167. /package/{esm2020 → esm2022}/lib/redaction/services/redaction.model.mjs +0 -0
  168. /package/{esm2020 → esm2022}/lib/shared/util/helpers/html-templates.helper.mjs +0 -0
  169. /package/{esm2020 → esm2022}/lib/store/actions/annotation.actions.mjs +0 -0
  170. /package/{esm2020 → esm2022}/lib/store/actions/bookmark.actions.mjs +0 -0
  171. /package/{esm2020 → esm2022}/lib/store/actions/document.actions.mjs +0 -0
  172. /package/{esm2020 → esm2022}/lib/store/actions/icp.actions.mjs +0 -0
  173. /package/{esm2020 → esm2022}/lib/store/actions/redaction.actions.mjs +0 -0
  174. /package/{esm2020 → esm2022}/lib/store/actions/tag.actions.mjs +0 -0
  175. /package/{esm2020 → esm2022}/lib/store/bookmarks-store-utils.mjs +0 -0
  176. /package/{esm2020 → esm2022}/lib/store/effects/index.mjs +0 -0
  177. /package/{esm2020 → esm2022}/lib/store/models/bookmarks.interface.mjs +0 -0
  178. /package/{esm2020 → esm2022}/lib/store/models/filters.interface.mjs +0 -0
  179. /package/{esm2020 → esm2022}/lib/store/reducers/annotations.reducer.mjs +0 -0
  180. /package/{esm2020 → esm2022}/lib/store/reducers/bookmarks.reducer.mjs +0 -0
  181. /package/{esm2020 → esm2022}/lib/store/reducers/document.reducer.mjs +0 -0
  182. /package/{esm2020 → esm2022}/lib/store/reducers/icp.reducer.mjs +0 -0
  183. /package/{esm2020 → esm2022}/lib/store/reducers/redaction.reducer.mjs +0 -0
  184. /package/{esm2020 → esm2022}/lib/store/reducers/reducers.mjs +0 -0
  185. /package/{esm2020 → esm2022}/lib/store/reducers/tags.reducer.mjs +0 -0
  186. /package/{esm2020 → esm2022}/lib/store/selectors/annotation.selectors.mjs +0 -0
  187. /package/{esm2020 → esm2022}/lib/store/selectors/bookmark.selectors.mjs +0 -0
  188. /package/{esm2020 → esm2022}/lib/store/selectors/document.selectors.mjs +0 -0
  189. /package/{esm2020 → esm2022}/lib/store/selectors/icp.selectors.mjs +0 -0
  190. /package/{esm2020 → esm2022}/lib/store/selectors/redaction.selectors.mjs +0 -0
  191. /package/{esm2020 → esm2022}/lib/store/selectors/tag.selectors.mjs +0 -0
  192. /package/{esm2020 → esm2022}/lib/store/store-utils.mjs +0 -0
  193. /package/{esm2020 → esm2022}/lib/toolbar/redaction-search-bar/redaction-search.model.mjs +0 -0
  194. /package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.mjs +0 -0
  195. /package/{esm2020 → esm2022}/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.mjs +0 -0
  196. /package/{esm2020 → esm2022}/lib/viewers/rotation-persist/rotation.model.mjs +0 -0
  197. /package/{esm2020 → esm2022}/lib/viewers/viewer-exception.model.mjs +0 -0
  198. /package/{esm2020 → esm2022}/public_api.mjs +0 -0
@@ -50,6 +50,6 @@ export declare class BoxHighlightCreateComponent implements OnInit, OnDestroy {
50
50
  private resetHighlight;
51
51
  private highlightPage;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<BoxHighlightCreateComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<BoxHighlightCreateComponent, "mv-box-highlight-create", never, { "page": "page"; "pageHeight": "pageHeight"; "pageWidth": "pageWidth"; "rotate": "rotate"; "zoom": "zoom"; "container": "container"; }, { "saveSelection": "saveSelection"; }, never, never, false, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<BoxHighlightCreateComponent, "mv-box-highlight-create", never, { "page": { "alias": "page"; "required": false; }; "pageHeight": { "alias": "pageHeight"; "required": false; }; "pageWidth": { "alias": "pageWidth"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "container": { "alias": "container"; "required": false; }; }, { "saveSelection": "saveSelection"; }, never, never, false, never>;
54
54
  }
55
55
  //# sourceMappingURL=box-highlight-create.component.d.ts.map
@@ -22,6 +22,6 @@ export declare class AnnotationSetComponent implements OnInit {
22
22
  onAnnotationDelete(annotation: Annotation): void;
23
23
  selectAnnotation(selectedAnnotation: SelectionAnnotation): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationSetComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnotationSetComponent, "mv-annotation-set", never, { "page": "page"; "annotations": "annotations"; "zoom": "zoom"; "rotate": "rotate"; "pageHeight": "pageHeight"; "pageWidth": "pageWidth"; }, {}, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnotationSetComponent, "mv-annotation-set", never, { "page": { "alias": "page"; "required": false; }; "annotations": { "alias": "annotations"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "pageHeight": { "alias": "pageHeight"; "required": false; }; "pageWidth": { "alias": "pageWidth"; "required": false; }; }, {}, never, never, false, never>;
26
26
  }
27
27
  //# sourceMappingURL=annotation-set.component.d.ts.map
@@ -29,6 +29,6 @@ export declare class AnnotationViewComponent {
29
29
  deleteHighlight(): void;
30
30
  addOrEditComment(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationViewComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnotationViewComponent, "mv-annotation", never, { "annotation": "annotation"; "zoom": "zoom"; "rotate": "rotate"; "selectedAnnoId": "selectedAnnoId"; "pageHeight": "pageHeight"; "pageWidth": "pageWidth"; }, { "update": "update"; "delete": "delete"; "annotationClick": "annotationClick"; }, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnotationViewComponent, "mv-annotation", never, { "annotation": { "alias": "annotation"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "selectedAnnoId": { "alias": "selectedAnnoId"; "required": false; }; "pageHeight": { "alias": "pageHeight"; "required": false; }; "pageWidth": { "alias": "pageWidth"; "required": false; }; }, { "update": "update"; "delete": "delete"; "annotationClick": "annotationClick"; }, never, never, false, never>;
33
33
  }
34
34
  //# sourceMappingURL=annotation-view.component.d.ts.map
@@ -0,0 +1,25 @@
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import { Position } from './model/position.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DraggableElementDirective {
5
+ private el;
6
+ originalPosition: Position;
7
+ private pointerDown;
8
+ rotate: number;
9
+ coordinates: EventEmitter<Position>;
10
+ stopped: EventEmitter<any>;
11
+ constructor(el: ElementRef);
12
+ onPointerDown(event: PointerEvent): void;
13
+ onPointerUp(): void;
14
+ onPointerMove(event: PointerEvent): void;
15
+ onWindowPointerUp(): void;
16
+ onPanStart(event: any): void;
17
+ onPanEnd(): void;
18
+ onPanMove(event: any): void;
19
+ onWindowPanEnd(): void;
20
+ private setOriginalPosition;
21
+ private setNewPosition;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<DraggableElementDirective, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableElementDirective, "[mvDraggable]", never, { "rotate": { "alias": "rotate"; "required": false; }; }, { "coordinates": "coordinates"; "stopped": "stopped"; }, never, never, false, never>;
24
+ }
25
+ //# sourceMappingURL=draggable-element.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"draggable-element.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/draggable-element.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAA+B,MAAM,eAAe,CAAC;AACjG,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;;AAElD,qBAGa,yBAAyB;IASxB,OAAO,CAAC,EAAE;IAPtB,gBAAgB,EAAE,QAAQ,CAAC;IAC3B,OAAO,CAAC,WAAW,CAAkB;IAE5B,MAAM,SAAK;IACV,WAAW,yBAAgC;IAC3C,OAAO,oBAAsB;gBAEnB,EAAE,EAAE,UAAU;IAIO,aAAa,CAAC,KAAK,EAAE,YAAY;IAM/C,WAAW;IAIU,aAAa,CAAC,KAAK,EAAE,YAAY;IAW/C,iBAAiB;IAIb,UAAU,CAAC,KAAK,EAAE,GAAG;IAInC,QAAQ;IAIY,SAAS,CAAC,KAAK,EAAE,GAAG;IAIjC,cAAc;IAI7C,OAAO,CAAC,mBAAmB;IA4B3B,OAAO,CAAC,cAAc;yCAlFX,yBAAyB;2CAAzB,yBAAyB;CAkHrC"}
@@ -0,0 +1,7 @@
1
+ export interface HandleBar {
2
+ left: string;
3
+ right: string;
4
+ top: string;
5
+ bottom: string;
6
+ }
7
+ //# sourceMappingURL=handle-bar.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handle-bar.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/model/handle-bar.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,5 @@
1
+ export interface Position {
2
+ x: number;
3
+ y: number;
4
+ }
5
+ //# sourceMappingURL=position.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"position.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/model/position.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX"}
@@ -0,0 +1,7 @@
1
+ import { Position } from './position.model';
2
+ export interface Size {
3
+ width: number;
4
+ height: number;
5
+ position: Position;
6
+ }
7
+ //# sourceMappingURL=size.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"size.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/model/size.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAE1C,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;CACpB"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./draggable-element.directive";
3
+ import * as i2 from "./resizable-element.directive";
4
+ import * as i3 from "./resize-handlers/resize-handlers.component";
5
+ import * as i4 from "@angular/common";
6
+ export declare class MutableDivModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MutableDivModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MutableDivModule, [typeof i1.DraggableElementDirective, typeof i2.ResizableElementDirective, typeof i3.ResizeHandlersComponent], [typeof i4.CommonModule], [typeof i1.DraggableElementDirective, typeof i2.ResizableElementDirective]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<MutableDivModule>;
10
+ }
11
+ //# sourceMappingURL=mutable-div.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mutable-div.module.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/mutable-div.module.ts"],"names":[],"mappings":";;;;;AAQA,qBAca,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
@@ -36,6 +36,6 @@ export declare class RectangleComponent implements OnChanges, AfterViewInit, OnD
36
36
  adjustForRotation(rotation: number): void;
37
37
  hasRectangleChanged(viewRect: any): boolean;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<RectangleComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<RectangleComponent, "mv-anno-rectangle", never, { "color": "color"; "zoom": "zoom"; "rotate": "rotate"; "editable": "editable"; "pageHeight": "pageHeight"; "pageWidth": "pageWidth"; "annoRect": "annoRect"; "selected": "selected"; }, { "selectEvent": "selectEvent"; "updateEvent": "updateEvent"; }, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<RectangleComponent, "mv-anno-rectangle", never, { "color": { "alias": "color"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "pageHeight": { "alias": "pageHeight"; "required": false; }; "pageWidth": { "alias": "pageWidth"; "required": false; }; "annoRect": { "alias": "annoRect"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectEvent": "selectEvent"; "updateEvent": "updateEvent"; }, never, never, false, never>;
40
40
  }
41
41
  //# sourceMappingURL=rectangle.component.d.ts.map
@@ -0,0 +1,22 @@
1
+ import { OnInit, ComponentFactoryResolver, ComponentRef, ElementRef, EventEmitter, OnChanges, ViewContainerRef } from '@angular/core';
2
+ import { ResizeHandlersComponent } from './resize-handlers/resize-handlers.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ResizableElementDirective implements OnInit, OnChanges {
5
+ private el;
6
+ private container;
7
+ private componentFactoryResolver;
8
+ rotate: number;
9
+ selected: boolean;
10
+ stopped: EventEmitter<any>;
11
+ resizeHandlersComponent: ComponentRef<ResizeHandlersComponent>;
12
+ constructor(el: ElementRef, container: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
13
+ ngOnInit(): void;
14
+ ngOnChanges(): void;
15
+ addHandlersToElement(): void;
16
+ onPointerDown(): void;
17
+ onPointerUp(): void;
18
+ onWindowPointerUp(targetEvent: any): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizableElementDirective, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableElementDirective, "[mvResizable]", never, { "rotate": { "alias": "rotate"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "stopped": "stopped"; }, never, never, false, never>;
21
+ }
22
+ //# sourceMappingURL=resizable-element.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resizable-element.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/resizable-element.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,wBAAwB,EACxB,YAAY,EAEZ,UAAU,EACV,YAAY,EAIZ,SAAS,EACT,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;;AAEtF,qBAGa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAQrD,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,wBAAwB;IARnC,MAAM,SAAK;IACX,QAAQ,UAAS;IAChB,OAAO,oBAAsB;IAEvC,uBAAuB,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAAC;gBAE3C,EAAE,EAAE,UAAU,EACd,SAAS,EAAE,gBAAgB,EAC3B,wBAAwB,EAAE,wBAAwB;IAEtE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAOnB,oBAAoB;IASS,aAAa;IAIf,WAAW;IAIe,iBAAiB,CAAC,WAAW,KAAA;yCAxCvE,yBAAyB;2CAAzB,yBAAyB;CA6CrC"}
@@ -0,0 +1,23 @@
1
+ import { AfterViewInit, ElementRef, OnChanges, QueryList } from '@angular/core';
2
+ import { Position } from '../model/position.model';
3
+ import { Size } from '../model/size.model';
4
+ import { HandleBar } from '../model/handle-bar.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ResizeHandlersComponent implements AfterViewInit, OnChanges {
7
+ parentElement: ElementRef;
8
+ rotate: number;
9
+ selected: boolean;
10
+ handles: QueryList<ElementRef>;
11
+ minimumSize: number;
12
+ constructor();
13
+ ngAfterViewInit(): void;
14
+ ngOnChanges(): void;
15
+ setHandlePositions(): void;
16
+ setHandleStyles(element: ElementRef, styles: HandleBar): void;
17
+ onPointerDown(event: PointerEvent): void;
18
+ resize(className: string, coordinates: Position): void;
19
+ calculatingPosition(parentElement: any, className: string, coordinates: Position): Size;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizeHandlersComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizeHandlersComponent, "mv-lib-resize-handlers", never, { "parentElement": { "alias": "parentElement"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, never, false, never>;
22
+ }
23
+ //# sourceMappingURL=resize-handlers.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-handlers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/media-viewer/src/lib/annotations/annotation-set/annotation-view/rectangle/resize-handlers/resize-handlers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,SAAS,EACT,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;;AAEtD,qBAKa,uBAAwB,YAAW,aAAa,EAAE,SAAS;IAE7D,aAAa,EAAE,UAAU,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,UAAS;IAEF,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAEvD,WAAW,SAAM;;IAIjB,eAAe,IAAI,IAAI;IAIvB,WAAW,IAAI,IAAI;IAMnB,kBAAkB,IAAI,IAAI;IAkB1B,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS;IAOtD,aAAa,CAAC,KAAK,EAAE,YAAY;IAIjC,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ;IAyB/C,mBAAmB,CAAC,aAAa,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,GAAG,IAAI;yCA5E5E,uBAAuB;2CAAvB,uBAAuB;CAoHnC"}
@@ -32,6 +32,6 @@ export declare class CtxToolbarComponent implements OnChanges {
32
32
  popupTop(): any;
33
33
  popupLeft(): number;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CtxToolbarComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<CtxToolbarComponent, "mv-ctx-toolbar", never, { "zoom": "zoom"; "rotate": "rotate"; "pageHeight": "pageHeight"; "pageWidth": "pageWidth"; "canHighlight": "canHighlight"; "canBookmark": "canBookmark"; "canComment": "canComment"; "canDelete": "canDelete"; "rectangles": "rectangles"; }, { "createHighlightEvent": "createHighlightEvent"; "deleteHighlightEvent": "deleteHighlightEvent"; "addOrEditCommentEvent": "addOrEditCommentEvent"; "createBookmarkEvent": "createBookmarkEvent"; }, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<CtxToolbarComponent, "mv-ctx-toolbar", never, { "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "pageHeight": { "alias": "pageHeight"; "required": false; }; "pageWidth": { "alias": "pageWidth"; "required": false; }; "canHighlight": { "alias": "canHighlight"; "required": false; }; "canBookmark": { "alias": "canBookmark"; "required": false; }; "canComment": { "alias": "canComment"; "required": false; }; "canDelete": { "alias": "canDelete"; "required": false; }; "rectangles": { "alias": "rectangles"; "required": false; }; }, { "createHighlightEvent": "createHighlightEvent"; "deleteHighlightEvent": "deleteHighlightEvent"; "addOrEditCommentEvent": "addOrEditCommentEvent"; "createBookmarkEvent": "createBookmarkEvent"; }, never, never, false, never>;
36
36
  }
37
37
  //# sourceMappingURL=ctx-toolbar.component.d.ts.map
@@ -32,6 +32,6 @@ export declare class MetadataLayerComponent implements OnInit, OnDestroy {
32
32
  page: any;
33
33
  }): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<MetadataLayerComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<MetadataLayerComponent, "mv-metadata-layer", never, { "zoom": "zoom"; "rotate": "rotate"; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<MetadataLayerComponent, "mv-metadata-layer", never, { "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; }, {}, never, never, false, never>;
36
36
  }
37
37
  //# sourceMappingURL=metadata-layer.component.d.ts.map
@@ -22,7 +22,7 @@ import * as i20 from "@angular/cdk/a11y";
22
22
  import * as i21 from "@angular/common";
23
23
  import * as i22 from "@angular/forms";
24
24
  import * as i23 from "@angular/common/http";
25
- import * as i24 from "mutable-div";
25
+ import * as i24 from "./annotation-set/annotation-view/rectangle/mutable-div.module";
26
26
  import * as i25 from "ngx-chips";
27
27
  import * as i26 from "@angular/router";
28
28
  import * as i27 from "@swimlane/ngx-datatable";
@@ -64,6 +64,6 @@ export declare class CommentComponent implements OnInit, OnDestroy, AfterContent
64
64
  get commentTop(): number;
65
65
  get height(): number;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentComponent, "mv-anno-comment", never, { "rotate": "rotate"; "zoom": "zoom"; "index": "index"; "page": "page"; "comment": "comment"; "annotation": "annotation"; }, { "commentClick": "commentClick"; "renderComments": "renderComments"; "delete": "delete"; "updated": "updated"; "changes": "changes"; }, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentComponent, "mv-anno-comment", never, { "rotate": { "alias": "rotate"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "index": { "alias": "index"; "required": false; }; "page": { "alias": "page"; "required": false; }; "comment": { "alias": "comment"; "required": false; }; "annotation": { "alias": "annotation"; "required": false; }; }, { "commentClick": "commentClick"; "renderComments": "renderComments"; "delete": "delete"; "updated": "updated"; "changes": "changes"; }, never, never, false, never>;
68
68
  }
69
69
  //# sourceMappingURL=comment.component.d.ts.map
@@ -9,6 +9,6 @@ export declare class TextHighlightDirective implements AfterViewChecked {
9
9
  resetHighlight(): void;
10
10
  private highlightPattern;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TextHighlightDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextHighlightDirective, "[mvTextHighlight]", never, { "textToHighlight": "textToHighlight"; }, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextHighlightDirective, "[mvTextHighlight]", never, { "textToHighlight": { "alias": "textToHighlight"; "required": false; }; }, {}, never, never, false, never>;
13
13
  }
14
14
  //# sourceMappingURL=text-highlight.directive.d.ts.map
@@ -23,6 +23,6 @@ export declare class CommentsNavigateComponent implements OnChanges {
23
23
  y: number;
24
24
  };
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentsNavigateComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentsNavigateComponent, "mv-comments-navigate", never, { "annotationList": "annotationList"; "autoSelect": "autoSelect"; }, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentsNavigateComponent, "mv-comments-navigate", never, { "annotationList": { "alias": "annotationList"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; }, {}, never, never, false, never>;
27
27
  }
28
28
  //# sourceMappingURL=comments-navigate.component.d.ts.map
@@ -16,6 +16,6 @@ export declare class CommentSearchComponent implements AfterViewInit, OnDestroy
16
16
  searchComments(searchText: string): void;
17
17
  clearSearch(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentSearchComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentSearchComponent, "mv-comment-search", never, { "annotations": "annotations"; }, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentSearchComponent, "mv-comment-search", never, { "annotations": { "alias": "annotations"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
21
21
  //# sourceMappingURL=comment-search.component.d.ts.map
@@ -28,6 +28,6 @@ export declare class CommentSetHeaderComponent implements OnInit, OnDestroy {
28
28
  toggleCommentsPanel(): void;
29
29
  ngOnDestroy(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentSetHeaderComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentSetHeaderComponent, "mv-comment-set-header", never, { "showCommentSummary": "showCommentSummary"; }, { "showCommentSummaryDialog": "showCommentSummaryDialog"; }, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentSetHeaderComponent, "mv-comment-set-header", never, { "showCommentSummary": { "alias": "showCommentSummary"; "required": false; }; }, { "showCommentSummaryDialog": "showCommentSummaryDialog"; }, never, never, false, never>;
32
32
  }
33
33
  //# sourceMappingURL=comment-set-header.component.d.ts.map
@@ -51,6 +51,6 @@ export declare class CommentSetComponent implements OnInit, OnDestroy, OnChanges
51
51
  clearSelection(): void;
52
52
  allCommentsSaved(): void;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentSetComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentSetComponent, "mv-comment-set", never, { "annotationSet": "annotationSet"; "zoom": "zoom"; "rotate": "rotate"; "height": "height"; "pageHeights": "pageHeights"; "contentScrollTop": "contentScrollTop"; }, {}, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentSetComponent, "mv-comment-set", never, { "annotationSet": { "alias": "annotationSet"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "height": { "alias": "height"; "required": false; }; "pageHeights": { "alias": "pageHeights"; "required": false; }; "contentScrollTop": { "alias": "contentScrollTop"; "required": false; }; }, {}, never, never, false, never>;
55
55
  }
56
56
  //# sourceMappingURL=comment-set.component.d.ts.map
@@ -37,6 +37,6 @@ export declare class CommentsSummaryComponent implements OnInit, OnDestroy {
37
37
  navigateToPage(pageNumber: number): void;
38
38
  ngOnDestroy(): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentsSummaryComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentsSummaryComponent, "mv-comments-summary", never, { "title": "title"; "contentType": "contentType"; }, {}, never, never, false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentsSummaryComponent, "mv-comments-summary", never, { "title": { "alias": "title"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; }, {}, never, never, false, never>;
41
41
  }
42
42
  //# sourceMappingURL=comments-summary.component.d.ts.map
@@ -23,6 +23,6 @@ export declare class TagsComponent {
23
23
  private minLength;
24
24
  private maxLength20;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TagsComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<TagsComponent, "mv-tags", never, { "tagItems": "tagItems"; "userId": "userId"; "editable": "editable"; "annoId": "annoId"; }, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagsComponent, "mv-tags", never, { "tagItems": { "alias": "tagItems"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "annoId": { "alias": "annoId"; "required": false; }; }, {}, never, never, false, never>;
27
27
  }
28
28
  //# sourceMappingURL=tags.component.d.ts.map
@@ -14,6 +14,6 @@ export declare class BookmarkIconsComponent implements OnInit {
14
14
  constructor(store: Store<fromStore.State>);
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BookmarkIconsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkIconsComponent, "mv-bookmark-icons", never, { "zoom": "zoom"; "rotate": "rotate"; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkIconsComponent, "mv-bookmark-icons", never, { "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
19
19
  //# sourceMappingURL=bookmark-icons.component.d.ts.map
@@ -6,12 +6,12 @@ export declare class SocketService implements OnDestroy {
6
6
  private socket;
7
7
  subscription: Subscription;
8
8
  connected$: BehaviorSubject<boolean>;
9
- sessionJoined$: Subject<unknown>;
10
- presenterUpdated$: Subject<unknown>;
11
- clientDisconnected$: Subject<unknown>;
12
- participantUpdated$: Subject<unknown>;
13
- newParticipantJoined$: Subject<unknown>;
14
- screenUpdated$: Subject<unknown>;
9
+ sessionJoined$: Subject<void>;
10
+ presenterUpdated$: Subject<void>;
11
+ clientDisconnected$: Subject<void>;
12
+ participantUpdated$: Subject<void>;
13
+ newParticipantJoined$: Subject<void>;
14
+ screenUpdated$: Subject<void>;
15
15
  constructor();
16
16
  ngOnDestroy(): void;
17
17
  connect(url: string): Subscription;
@@ -1 +1 @@
1
- {"version":3,"file":"socket.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/icp/socket.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,eAAe,EAAQ,UAAU,EAAM,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;;AAGzC,qBACa,aAAc,YAAW,SAAS;IAE7C,OAAO,CAAC,MAAM,CAAY;IAC1B,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,2BAAuC;IACjD,cAAc,mBAAiB;IAC/B,iBAAiB,mBAAiB;IAClC,mBAAmB,mBAAiB;IACpC,mBAAmB,mBAAiB;IACpC,qBAAqB,mBAAiB;IACtC,cAAc,mBAAiB;;IAI/B,WAAW;IAIX,OAAO,CAAC,GAAG,EAAE,MAAM;IAyBnB,SAAS,IAAI,UAAU,CAAC,OAAO,CAAC;IAIhC,IAAI,CAAC,OAAO,KAAA;IAIZ,KAAK,CAAC,OAAO,KAAA;IAKb,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAQ7B,MAAM,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC;IA0BzC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IA6BjD,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC;yCAvHxC,aAAa;6CAAb,aAAa;CA2HzB"}
1
+ {"version":3,"file":"socket.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/icp/socket.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,eAAe,EAAQ,UAAU,EAAM,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;;AAGzC,qBACa,aAAc,YAAW,SAAS;IAE7C,OAAO,CAAC,MAAM,CAAY;IAC1B,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,2BAAuC;IACjD,cAAc,gBAAuB;IACrC,iBAAiB,gBAAuB;IACxC,mBAAmB,gBAAuB;IAC1C,mBAAmB,gBAAuB;IAC1C,qBAAqB,gBAAuB;IAC5C,cAAc,gBAAuB;;IAIrC,WAAW;IAIX,OAAO,CAAC,GAAG,EAAE,MAAM;IAyBnB,SAAS,IAAI,UAAU,CAAC,OAAO,CAAC;IAIhC,IAAI,CAAC,OAAO,KAAA;IAIZ,KAAK,CAAC,OAAO,KAAA;IAKb,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAQ7B,MAAM,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC;IA0BzC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IA6BjD,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC;yCAvHxC,aAAa;6CAAb,aAAa;CA2HzB"}
@@ -66,6 +66,6 @@ export declare class MediaViewerComponent implements OnChanges, OnDestroy, After
66
66
  private extractDMStoreDocId;
67
67
  detectOs(): void;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<MediaViewerComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<MediaViewerComponent, "mv-media-viewer", never, { "url": "url"; "downloadFileName": "downloadFileName"; "contentType": "contentType"; "showToolbar": "showToolbar"; "toolbarButtonOverrides": "toolbarButtonOverrides"; "height": "height"; "width": "width"; "enableAnnotations": "enableAnnotations"; "annotationApiUrl": "annotationApiUrl"; "enableRedactions": "enableRedactions"; "enableICP": "enableICP"; "multimediaPlayerEnabled": "multimediaPlayerEnabled"; "enableRedactSearch": "enableRedactSearch"; "caseId": "caseId"; }, { "mediaLoadStatus": "mediaLoadStatus"; "viewerException": "viewerException"; "toolbarEventsOutput": "toolbarEventsOutput"; "unsavedChanges": "unsavedChanges"; }, never, never, false, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaViewerComponent, "mv-media-viewer", never, { "url": { "alias": "url"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "toolbarButtonOverrides": { "alias": "toolbarButtonOverrides"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "enableAnnotations": { "alias": "enableAnnotations"; "required": false; }; "annotationApiUrl": { "alias": "annotationApiUrl"; "required": false; }; "enableRedactions": { "alias": "enableRedactions"; "required": false; }; "enableICP": { "alias": "enableICP"; "required": false; }; "multimediaPlayerEnabled": { "alias": "multimediaPlayerEnabled"; "required": false; }; "enableRedactSearch": { "alias": "enableRedactSearch"; "required": false; }; "caseId": { "alias": "caseId"; "required": false; }; }, { "mediaLoadStatus": "mediaLoadStatus"; "viewerException": "viewerException"; "toolbarEventsOutput": "toolbarEventsOutput"; "unsavedChanges": "unsavedChanges"; }, never, never, false, never>;
70
70
  }
71
71
  //# sourceMappingURL=media-viewer.component.d.ts.map
@@ -24,8 +24,8 @@ import * as i22 from "@angular/forms";
24
24
  import * as i23 from "@angular/router";
25
25
  import * as i24 from "@ngrx/store";
26
26
  import * as i25 from "@ngrx/effects";
27
- import * as i26 from "@circlon/angular-tree-component";
28
- import * as i27 from "mutable-div";
27
+ import * as i26 from "@ali-hm/angular-tree-component";
28
+ import * as i27 from "./annotations/annotation-set/annotation-view/rectangle/mutable-div.module";
29
29
  import * as i28 from "rpx-xui-translation";
30
30
  export declare class MediaViewerModule {
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MediaViewerModule, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"print.service.d.ts","sourceRoot":"","sources":["../../../projects/media-viewer/src/lib/print.service.ts"],"names":[],"mappings":";AAEA,qBAGa,YAAY;IAEvB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAexC,oBAAoB,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;yCAjBpE,YAAY;6CAAZ,YAAY;CA2BxB"}
1
+ {"version":3,"file":"print.service.d.ts","sourceRoot":"","sources":["../../../projects/media-viewer/src/lib/print.service.ts"],"names":[],"mappings":";AAEA,qBAGa,YAAY;IAEvB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAUxC,oBAAoB,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;yCAZpE,YAAY;6CAAZ,YAAY;CAsBxB"}
@@ -37,6 +37,6 @@ export declare class RedactionComponent implements OnInit, OnDestroy {
37
37
  filename: any;
38
38
  }): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<RedactionComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<RedactionComponent, "mv-redactions", never, { "zoom": "zoom"; "rotate": "rotate"; }, {}, never, never, false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<RedactionComponent, "mv-redactions", never, { "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; }, {}, never, never, false, never>;
41
41
  }
42
42
  //# sourceMappingURL=redaction.component.d.ts.map
@@ -10,6 +10,6 @@ export declare class GovUkDateComponent {
10
10
  };
11
11
  formGroup: any;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkDateComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkDateComponent, "mv-gov-uk-date", never, { "config": "config"; "errorMessage": "errorMessage"; "formGroup": "formGroup"; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkDateComponent, "mv-gov-uk-date", never, { "config": { "alias": "config"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
15
15
  //# sourceMappingURL=gov-uk-date.component.d.ts.map
@@ -6,6 +6,6 @@ export declare class GovUkErrorMessageComponent {
6
6
  };
7
7
  errorMessage: any;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkErrorMessageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkErrorMessageComponent, " mv-gov-uk-error-message", never, { "config": "config"; "errorMessage": "errorMessage"; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkErrorMessageComponent, " mv-gov-uk-error-message", never, { "config": { "alias": "config"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, never, false, never>;
10
10
  }
11
11
  //# sourceMappingURL=gov-uk-error-message.component.d.ts.map
@@ -11,6 +11,6 @@ export declare class GovUkFieldsetComponent {
11
11
  errorMessage: string[];
12
12
  setDescribedBy(): string;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFieldsetComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFieldsetComponent, "mv-gov-uk-fieldset", never, { "config": "config"; "isHeading": "isHeading"; "errorMessage": "errorMessage"; }, {}, never, ["*"], false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFieldsetComponent, "mv-gov-uk-fieldset", never, { "config": { "alias": "config"; "required": false; }; "isHeading": { "alias": "isHeading"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, ["*"], false, never>;
15
15
  }
16
16
  //# sourceMappingURL=gov-uk-fieldset.component.d.ts.map
@@ -9,6 +9,6 @@ export declare class GovUkLabelComponent {
9
9
  classes: string;
10
10
  };
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkLabelComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkLabelComponent, "mv-gov-label", never, { "config": "config"; }, {}, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkLabelComponent, "mv-gov-label", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
13
13
  }
14
14
  //# sourceMappingURL=gov-uk-label.component.d.ts.map
@@ -1,10 +1,10 @@
1
1
  import { BehaviorSubject, Subject } from 'rxjs';
2
2
  export declare const enabled: BehaviorSubject<boolean>;
3
- export declare const sessionLaunch: Subject<unknown>;
4
- export declare const becomingPresenter: Subject<unknown>;
5
- export declare const stoppingPresenting: Subject<unknown>;
3
+ export declare const sessionLaunch: Subject<void>;
4
+ export declare const becomingPresenter: Subject<void>;
5
+ export declare const stoppingPresenting: Subject<void>;
6
6
  export declare const leavingSession: BehaviorSubject<boolean>;
7
- export declare const sessionExitConfirmed: Subject<unknown>;
7
+ export declare const sessionExitConfirmed: Subject<void>;
8
8
  export declare const participantsListVisible: BehaviorSubject<boolean>;
9
9
  export declare const launchSession: () => void;
10
10
  export declare const enable: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"icp-event.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/toolbar/icp-event.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE9C,eAAO,MAAM,OAAO,0BAA6B,CAAC;AAClD,eAAO,MAAM,aAAa,kBAAgB,CAAC;AAC3C,eAAO,MAAM,iBAAiB,kBAAgB,CAAC;AAC/C,eAAO,MAAM,kBAAkB,kBAAgB,CAAC;AAChD,eAAO,MAAM,cAAc,0BAA6B,CAAC;AACzD,eAAO,MAAM,oBAAoB,kBAAgB,CAAC;AAClD,eAAO,MAAM,uBAAuB,0BAA6B,CAAC;AAEpE,eAAO,MAAM,aAAa,YAEzB,CAAC;AAEF,eAAO,MAAM,MAAM,YAGlB,CAAC;AAEF,eAAO,MAAM,eAAe,YAE3B,CAAC;AAEF,eAAO,MAAM,cAAc,YAE1B,CAAC;AAEF,eAAO,MAAM,YAAY,YAExB,CAAC;AAEF,eAAO,MAAM,WAAW,YAIvB,CAAC"}
1
+ {"version":3,"file":"icp-event.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/toolbar/icp-event.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE9C,eAAO,MAAM,OAAO,0BAA6B,CAAC;AAClD,eAAO,MAAM,aAAa,eAAsB,CAAC;AACjD,eAAO,MAAM,iBAAiB,eAAsB,CAAC;AACrD,eAAO,MAAM,kBAAkB,eAAsB,CAAC;AACtD,eAAO,MAAM,cAAc,0BAA6B,CAAC;AACzD,eAAO,MAAM,oBAAoB,eAAsB,CAAC;AACxD,eAAO,MAAM,uBAAuB,0BAA6B,CAAC;AAEpE,eAAO,MAAM,aAAa,YAEzB,CAAC;AAEF,eAAO,MAAM,MAAM,YAGlB,CAAC;AAEF,eAAO,MAAM,eAAe,YAE3B,CAAC;AAEF,eAAO,MAAM,cAAc,YAE1B,CAAC;AAEF,eAAO,MAAM,YAAY,YAExB,CAAC;AAEF,eAAO,MAAM,WAAW,YAIvB,CAAC"}
@@ -57,6 +57,6 @@ export declare class MainToolbarComponent implements OnInit, OnDestroy, AfterVie
57
57
  toggleSearchBar(): void;
58
58
  toggleMoreOptions(): void;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<MainToolbarComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<MainToolbarComponent, "mv-main-toolbar", never, { "enableAnnotations": "enableAnnotations"; "enableRedactions": "enableRedactions"; "enableICP": "enableICP"; "contentType": "contentType"; }, {}, never, never, false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainToolbarComponent, "mv-main-toolbar", never, { "enableAnnotations": { "alias": "enableAnnotations"; "required": false; }; "enableRedactions": { "alias": "enableRedactions"; "required": false; }; "enableICP": { "alias": "enableICP"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; }, {}, never, never, false, never>;
61
61
  }
62
62
  //# sourceMappingURL=main-toolbar.component.d.ts.map
@@ -25,6 +25,6 @@ export declare class RedactionToolbarComponent implements OnInit, OnDestroy {
25
25
  redactPage(): void;
26
26
  ngOnDestroy(): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<RedactionToolbarComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<RedactionToolbarComponent, "mv-redaction-toolbar", never, { "showRedactSearch": "showRedactSearch"; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<RedactionToolbarComponent, "mv-redaction-toolbar", never, { "showRedactSearch": { "alias": "showRedactSearch"; "required": false; }; }, {}, never, never, false, never>;
29
29
  }
30
30
  //# sourceMappingURL=redaction-toolbar.component.d.ts.map
@@ -36,19 +36,19 @@ export declare class ToolbarEventService {
36
36
  readonly stepZoomSubject: Subject<number>;
37
37
  readonly zoomValueSubject: BehaviorSubject<number>;
38
38
  readonly pageCountSubject: Subject<number>;
39
- readonly printSubject: Subject<unknown>;
40
- readonly downloadSubject: Subject<unknown>;
39
+ readonly printSubject: Subject<void>;
40
+ readonly downloadSubject: Subject<void>;
41
41
  readonly setCurrentPageSubject: Subject<number>;
42
42
  readonly setCurrentPageInputValueSubject: Subject<number>;
43
43
  readonly changePageByDeltaSubject: Subject<number>;
44
44
  readonly showCommentSummary: BehaviorSubject<boolean>;
45
45
  readonly grabNDrag: BehaviorSubject<boolean>;
46
- readonly saveRotationSubject: Subject<unknown>;
46
+ readonly saveRotationSubject: Subject<void>;
47
47
  readonly redactionMode: BehaviorSubject<boolean>;
48
48
  readonly redactionPreview: Subject<boolean>;
49
- readonly applyRedactToDocument: Subject<unknown>;
50
- readonly clearAllRedactMarkers: Subject<unknown>;
51
- readonly redactWholePage: Subject<unknown>;
49
+ readonly applyRedactToDocument: Subject<void>;
50
+ readonly clearAllRedactMarkers: Subject<void>;
51
+ readonly redactWholePage: Subject<void>;
52
52
  readonly redactionSerachSubject: Subject<RedactionSearch>;
53
53
  readonly redactAllInProgressSubject: BehaviorSubject<boolean>;
54
54
  readonly openRedactionSearch: BehaviorSubject<SearchMode>;
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar-event.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/toolbar/toolbar-event.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"toolbar-event.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/toolbar/toolbar-event.service.ts"],"names":[],"mappings":"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"}
@@ -26,6 +26,6 @@ export declare class ConvertibleContentViewerComponent implements OnInit, OnDest
26
26
  onDocumentTitleChange(title: string): void;
27
27
  private extractDMStoreDocId;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ConvertibleContentViewerComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<ConvertibleContentViewerComponent, "mv-conversion-viewer", never, { "originalUrl": "originalUrl"; "downloadFileName": "downloadFileName"; "height": "height"; "enableAnnotations": "enableAnnotations"; "enableRedactions": "enableRedactions"; "annotationSet": "annotationSet"; }, { "mediaLoadStatus": "mediaLoadStatus"; "viewerException": "viewerException"; "documentTitle": "documentTitle"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConvertibleContentViewerComponent, "mv-conversion-viewer", never, { "originalUrl": { "alias": "originalUrl"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "height": { "alias": "height"; "required": false; }; "enableAnnotations": { "alias": "enableAnnotations"; "required": false; }; "enableRedactions": { "alias": "enableRedactions"; "required": false; }; "annotationSet": { "alias": "annotationSet"; "required": false; }; }, { "mediaLoadStatus": "mediaLoadStatus"; "viewerException": "viewerException"; "documentTitle": "documentTitle"; }, never, never, false, never>;
30
30
  }
31
31
  //# sourceMappingURL=convertible-content-viewer.component.d.ts.map
@@ -14,6 +14,6 @@ export declare class GrabNDragDirective {
14
14
  onPointerMove(event: PointerEvent): void;
15
15
  onWindowPointerUp(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<GrabNDragDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<GrabNDragDirective, "[mvGrabNDrag]", never, { "dragEnabled": "dragEnabled"; "dragX": "dragX"; }, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GrabNDragDirective, "[mvGrabNDrag]", never, { "dragEnabled": { "alias": "dragEnabled"; "required": false; }; "dragX": { "alias": "dragX"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
19
19
  //# sourceMappingURL=grab-n-drag.directive.d.ts.map
@@ -52,6 +52,6 @@ export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChange
52
52
  initAnnoPage(img: any): void;
53
53
  toggleCommentsSummary(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageViewerComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageViewerComponent, "mv-image-viewer", never, { "url": "url"; "downloadFileName": "downloadFileName"; "enableAnnotations": "enableAnnotations"; "annotationSet": "annotationSet"; "height": "height"; }, { "mediaLoadStatus": "mediaLoadStatus"; "imageViewerException": "imageViewerException"; }, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageViewerComponent, "mv-image-viewer", never, { "url": { "alias": "url"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "enableAnnotations": { "alias": "enableAnnotations"; "required": false; }; "annotationSet": { "alias": "annotationSet"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "mediaLoadStatus": "mediaLoadStatus"; "imageViewerException": "imageViewerException"; }, never, never, false, never>;
56
56
  }
57
57
  //# sourceMappingURL=image-viewer.component.d.ts.map
@@ -20,6 +20,6 @@ export declare class MultimediaPlayerComponent implements OnInit, OnChanges, OnD
20
20
  onSuccess(): void;
21
21
  onError(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<MultimediaPlayerComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MultimediaPlayerComponent, "mv-multimedia-player", never, { "url": "url"; "downloadFileName": "downloadFileName"; "multimediaOn": "multimediaOn"; }, { "loadStatus": "loadStatus"; }, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultimediaPlayerComponent, "mv-multimedia-player", never, { "url": { "alias": "url"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "multimediaOn": { "alias": "multimediaOn"; "required": false; }; }, { "loadStatus": "loadStatus"; }, never, never, false, never>;
24
24
  }
25
25
  //# sourceMappingURL=multimedia-player.component.d.ts.map
@@ -74,6 +74,6 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
74
74
  private goToDestination;
75
75
  getCurrentPageNumber(): number;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "mv-pdf-viewer", never, { "downloadUrl": "downloadUrl"; "url": "url"; "downloadFileName": "downloadFileName"; "enableAnnotations": "enableAnnotations"; "enableRedactions": "enableRedactions"; "enableICP": "enableICP"; "annotationSet": "annotationSet"; "enableRedactSearch": "enableRedactSearch"; "height": "height"; "caseId": "caseId"; "searchBarHidden": "searchBarHidden"; }, { "mediaLoadStatus": "mediaLoadStatus"; "pdfViewerException": "pdfViewerException"; "documentTitle": "documentTitle"; }, never, never, false, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "mv-pdf-viewer", never, { "downloadUrl": { "alias": "downloadUrl"; "required": false; }; "url": { "alias": "url"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "enableAnnotations": { "alias": "enableAnnotations"; "required": false; }; "enableRedactions": { "alias": "enableRedactions"; "required": false; }; "enableICP": { "alias": "enableICP"; "required": false; }; "annotationSet": { "alias": "annotationSet"; "required": false; }; "enableRedactSearch": { "alias": "enableRedactSearch"; "required": false; }; "height": { "alias": "height"; "required": false; }; "caseId": { "alias": "caseId"; "required": false; }; "searchBarHidden": { "alias": "searchBarHidden"; "required": false; }; }, { "mediaLoadStatus": "mediaLoadStatus"; "pdfViewerException": "pdfViewerException"; "documentTitle": "documentTitle"; }, never, never, false, never>;
78
78
  }
79
79
  //# sourceMappingURL=pdf-viewer.component.d.ts.map