@hmcts/media-viewer 2.7.21 → 2.7.23

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 (38) hide show
  1. package/bundles/hmcts-media-viewer.umd.js +4890 -4755
  2. package/bundles/hmcts-media-viewer.umd.js.map +1 -1
  3. package/bundles/hmcts-media-viewer.umd.min.js +1 -1
  4. package/bundles/hmcts-media-viewer.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-media-viewer.js +20 -20
  6. package/esm2015/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +8 -2
  7. package/esm2015/lib/icp/icp-update.service.js +22 -40
  8. package/esm2015/lib/icp/icp.events.js +20 -0
  9. package/esm2015/lib/icp/icp.interfaces.js +3 -1
  10. package/esm2015/lib/icp/socket.service.js +133 -43
  11. package/esm2015/lib/media-viewer.component.js +2 -2
  12. package/esm2015/lib/viewers/image-viewer/image-viewer.component.js +33 -6
  13. package/esm2015/lib/viewers/pdf-viewer/pdf-viewer.component.js +11 -2
  14. package/esm5/hmcts-media-viewer.js +20 -20
  15. package/esm5/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +8 -2
  16. package/esm5/lib/icp/icp-update.service.js +23 -40
  17. package/esm5/lib/icp/icp.events.js +20 -0
  18. package/esm5/lib/icp/icp.interfaces.js +3 -1
  19. package/esm5/lib/icp/socket.service.js +143 -45
  20. package/esm5/lib/media-viewer.component.js +2 -2
  21. package/esm5/lib/viewers/image-viewer/image-viewer.component.js +36 -6
  22. package/esm5/lib/viewers/pdf-viewer/pdf-viewer.component.js +10 -2
  23. package/fesm2015/hmcts-media-viewer.js +4198 -4074
  24. package/fesm2015/hmcts-media-viewer.js.map +1 -1
  25. package/fesm5/hmcts-media-viewer.js +4873 -4738
  26. package/fesm5/hmcts-media-viewer.js.map +1 -1
  27. package/hmcts-media-viewer-v2.7.23.tgz +0 -0
  28. package/hmcts-media-viewer.d.ts +19 -19
  29. package/hmcts-media-viewer.metadata.json +1 -1
  30. package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts +4 -3
  31. package/lib/icp/icp-update.service.d.ts +0 -9
  32. package/lib/icp/icp.events.d.ts +13 -0
  33. package/lib/icp/icp.interfaces.d.ts +1 -0
  34. package/lib/icp/socket.service.d.ts +13 -4
  35. package/lib/viewers/image-viewer/image-viewer.component.d.ts +4 -1
  36. package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts +3 -1
  37. package/package.json +1 -1
  38. package/hmcts-media-viewer-v2.7.21.tgz +0 -0
Binary file
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export * from './public_api';
5
5
  export { BoxHighlightCreateComponent as ɵbc } from './lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component';
6
- export { HighlightCreateDirective as ɵcw } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive';
6
+ export { HighlightCreateDirective as ɵcz } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive';
7
7
  export { HighlightCreateService as ɵz } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service';
8
8
  export { AnnotationSetComponent as ɵbd } from './lib/annotations/annotation-set/annotation-set.component';
9
9
  export { AnnotationViewComponent as ɵbb } from './lib/annotations/annotation-set/annotation-view/annotation-view.component';
@@ -30,19 +30,19 @@ export { UnsnakePipe as ɵbw } from './lib/annotations/pipes/unsnake/unsnake.pip
30
30
  export { BookmarksApiService as ɵbx } from './lib/annotations/services/bookmarks-api/bookmarks-api.service';
31
31
  export { TagsServices as ɵbh } from './lib/annotations/services/tags/tags.services';
32
32
  export { TagsComponent as ɵbs } from './lib/annotations/tags/tags.component';
33
- export { BookmarkIconsComponent as ɵcz } from './lib/bookmark/components/bookmark-icons.component';
34
- export { ConfirmActionDialogComponent as ɵcx } from './lib/icp/confirm-exit/confirm-action-dialog.component';
35
- export { IcpFollowerService as ɵdd } from './lib/icp/icp-follower.service';
36
- export { IcpPresenterService as ɵdc } from './lib/icp/icp-presenter.service';
33
+ export { BookmarkIconsComponent as ɵdc } from './lib/bookmark/components/bookmark-icons.component';
34
+ export { ConfirmActionDialogComponent as ɵda } from './lib/icp/confirm-exit/confirm-action-dialog.component';
35
+ export { IcpFollowerService as ɵcn } from './lib/icp/icp-follower.service';
36
+ export { IcpPresenterService as ɵcm } from './lib/icp/icp-presenter.service';
37
37
  export { IcpSessionApiService as ɵcg } from './lib/icp/icp-session-api.service';
38
38
  export { IcpUpdateService as ɵch } from './lib/icp/icp-update.service';
39
39
  export { IcpState as ɵs } from './lib/icp/icp.interfaces';
40
- export { IcpService as ɵdb } from './lib/icp/icp.service';
41
- export { ParticipantsListComponent as ɵda } from './lib/icp/participants-list/participants-list.component';
40
+ export { IcpService as ɵcl } from './lib/icp/icp.service';
41
+ export { ParticipantsListComponent as ɵdd } from './lib/icp/participants-list/participants-list.component';
42
42
  export { SocketService as ɵci } from './lib/icp/socket.service';
43
- export { MediaViewerComponent as ɵcs } from './lib/media-viewer.component';
43
+ export { MediaViewerComponent as ɵcv } from './lib/media-viewer.component';
44
44
  export { PrintService as ɵbr } from './lib/print.service';
45
- export { RedactionComponent as ɵcy } from './lib/redaction/components/redaction.component';
45
+ export { RedactionComponent as ɵdb } from './lib/redaction/components/redaction.component';
46
46
  export { RedactionApiService as ɵcb } from './lib/redaction/services/redaction-api.service';
47
47
  export { GovUkDateComponent as ɵu } from './lib/shared/gov-uk-date/gov-uk-date.component';
48
48
  export { GovUkErrorMessageComponent as ɵv } from './lib/shared/gov-uk-error-message/gov-uk-error-message.component';
@@ -68,18 +68,18 @@ export { IcpToolbarComponent as ɵr } from './lib/toolbar/icp-toolbar/icp-toolba
68
68
  export { MainToolbarComponent as ɵb } from './lib/toolbar/main-toolbar/main-toolbar.component';
69
69
  export { RedactionToolbarComponent as ɵd } from './lib/toolbar/redaction-toolbar/redaction-toolbar.component';
70
70
  export { SearchBarComponent as ɵa } from './lib/toolbar/search-bar/search-bar.component';
71
- export { ConvertibleContentViewerComponent as ɵct } from './lib/viewers/convertible-content-viewer/convertible-content-viewer.component';
71
+ export { ConvertibleContentViewerComponent as ɵcw } from './lib/viewers/convertible-content-viewer/convertible-content-viewer.component';
72
72
  export { DocumentConversionApiService as ɵcd } from './lib/viewers/convertible-content-viewer/document-conversion-api.service';
73
- export { GrabNDragDirective as ɵcu } from './lib/viewers/grab-n-drag.directive';
74
- export { ImageViewerComponent as ɵco } from './lib/viewers/image-viewer/image-viewer.component';
75
- export { MultimediaPlayerComponent as ɵcr } from './lib/viewers/multimedia-player/multimedia-player.component';
73
+ export { GrabNDragDirective as ɵcx } from './lib/viewers/grab-n-drag.directive';
74
+ export { ImageViewerComponent as ɵcr } from './lib/viewers/image-viewer/image-viewer.component';
75
+ export { MultimediaPlayerComponent as ɵcu } from './lib/viewers/multimedia-player/multimedia-player.component';
76
76
  export { PdfJsWrapperFactory as ɵck } from './lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider';
77
77
  export { PdfViewerComponent as ɵcj } from './lib/viewers/pdf-viewer/pdf-viewer.component';
78
- export { BookmarksComponent as ɵcm } from './lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component';
79
- export { OutlineItemComponent as ɵcn } from './lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component';
80
- export { SideBarComponent as ɵcl } from './lib/viewers/pdf-viewer/side-bar/side-bar.component';
78
+ export { BookmarksComponent as ɵcp } from './lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component';
79
+ export { OutlineItemComponent as ɵcq } from './lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component';
80
+ export { SideBarComponent as ɵco } from './lib/viewers/pdf-viewer/side-bar/side-bar.component';
81
81
  export { RotationApiService as ɵce } from './lib/viewers/rotation-persist/rotation-api.service';
82
- export { RotationPersistDirective as ɵcv } from './lib/viewers/rotation-persist/rotation-persist.directive';
83
- export { UnsupportedViewerComponent as ɵcq } from './lib/viewers/unsupported-viewer/unsupported-viewer.component';
82
+ export { RotationPersistDirective as ɵcy } from './lib/viewers/rotation-persist/rotation-persist.directive';
83
+ export { UnsupportedViewerComponent as ɵct } from './lib/viewers/unsupported-viewer/unsupported-viewer.component';
84
84
  export { ViewerEventService as ɵba } from './lib/viewers/viewer-event.service';
85
- export { ViewerUtilService as ɵcp } from './lib/viewers/viewer-util.service';
85
+ export { ViewerUtilService as ɵcs } from './lib/viewers/viewer-util.service';