@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.
- package/bundles/hmcts-media-viewer.umd.js +4890 -4755
- package/bundles/hmcts-media-viewer.umd.js.map +1 -1
- package/bundles/hmcts-media-viewer.umd.min.js +1 -1
- package/bundles/hmcts-media-viewer.umd.min.js.map +1 -1
- package/esm2015/hmcts-media-viewer.js +20 -20
- package/esm2015/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +8 -2
- package/esm2015/lib/icp/icp-update.service.js +22 -40
- package/esm2015/lib/icp/icp.events.js +20 -0
- package/esm2015/lib/icp/icp.interfaces.js +3 -1
- package/esm2015/lib/icp/socket.service.js +133 -43
- package/esm2015/lib/media-viewer.component.js +2 -2
- package/esm2015/lib/viewers/image-viewer/image-viewer.component.js +33 -6
- package/esm2015/lib/viewers/pdf-viewer/pdf-viewer.component.js +11 -2
- package/esm5/hmcts-media-viewer.js +20 -20
- package/esm5/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +8 -2
- package/esm5/lib/icp/icp-update.service.js +23 -40
- package/esm5/lib/icp/icp.events.js +20 -0
- package/esm5/lib/icp/icp.interfaces.js +3 -1
- package/esm5/lib/icp/socket.service.js +143 -45
- package/esm5/lib/media-viewer.component.js +2 -2
- package/esm5/lib/viewers/image-viewer/image-viewer.component.js +36 -6
- package/esm5/lib/viewers/pdf-viewer/pdf-viewer.component.js +10 -2
- package/fesm2015/hmcts-media-viewer.js +4198 -4074
- package/fesm2015/hmcts-media-viewer.js.map +1 -1
- package/fesm5/hmcts-media-viewer.js +4873 -4738
- package/fesm5/hmcts-media-viewer.js.map +1 -1
- package/hmcts-media-viewer-v2.7.23.tgz +0 -0
- package/hmcts-media-viewer.d.ts +19 -19
- package/hmcts-media-viewer.metadata.json +1 -1
- package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts +4 -3
- package/lib/icp/icp-update.service.d.ts +0 -9
- package/lib/icp/icp.events.d.ts +13 -0
- package/lib/icp/icp.interfaces.d.ts +1 -0
- package/lib/icp/socket.service.d.ts +13 -4
- package/lib/viewers/image-viewer/image-viewer.component.d.ts +4 -1
- package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts +3 -1
- package/package.json +1 -1
- package/hmcts-media-viewer-v2.7.21.tgz +0 -0
|
Binary file
|
package/hmcts-media-viewer.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
34
|
-
export { ConfirmActionDialogComponent as
|
|
35
|
-
export { IcpFollowerService as
|
|
36
|
-
export { IcpPresenterService as
|
|
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
|
|
41
|
-
export { ParticipantsListComponent as
|
|
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
|
|
43
|
+
export { MediaViewerComponent as ɵcv } from './lib/media-viewer.component';
|
|
44
44
|
export { PrintService as ɵbr } from './lib/print.service';
|
|
45
|
-
export { RedactionComponent as
|
|
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
|
|
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
|
|
74
|
-
export { ImageViewerComponent as
|
|
75
|
-
export { MultimediaPlayerComponent as
|
|
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
|
|
79
|
-
export { OutlineItemComponent as
|
|
80
|
-
export { SideBarComponent as
|
|
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
|
|
83
|
-
export { UnsupportedViewerComponent as
|
|
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
|
|
85
|
+
export { ViewerUtilService as ɵcs } from './lib/viewers/viewer-util.service';
|