@hmcts/media-viewer 2.7.16 → 2.8.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.
- package/bundles/hmcts-media-viewer.umd.js +7404 -4728
- package/bundles/hmcts-media-viewer.umd.js.map +1 -1
- package/bundles/hmcts-media-viewer.umd.min.js +16 -1
- package/bundles/hmcts-media-viewer.umd.min.js.map +1 -1
- package/esm2015/hmcts-media-viewer.js +60 -78
- package/esm2015/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +2 -2
- package/esm2015/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +2 -2
- package/esm2015/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +2 -2
- package/esm2015/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +2 -2
- package/esm2015/lib/annotations/comment-set/comment-set.component.js +3 -3
- package/esm2015/lib/annotations/comments-summary/comments-summary.component.js +2 -2
- package/esm2015/lib/annotations/services/tags/tags.services.js +3 -3
- package/esm2015/lib/icp/icp-update.service.js +3 -3
- package/esm2015/lib/media-viewer.component.js +5 -5
- package/esm2015/lib/print.service.js +1 -1
- package/esm2015/lib/shared/gov-uk-error-message/gov-uk-error-message.component.js +3 -2
- package/esm2015/lib/shared/gov-uk-label/gov-uk-label.component.js +3 -2
- package/esm2015/lib/shared/util/services/number.helper.service.js +4 -3
- package/esm2015/lib/store/effects/annotation.effects.js +7 -7
- package/esm2015/lib/store/effects/bookmarks.effects.js +11 -11
- package/esm2015/lib/store/effects/document.effects.js +7 -7
- package/esm2015/lib/store/effects/icp.effects.js +5 -5
- package/esm2015/lib/store/effects/redaction.effects.js +11 -11
- package/esm2015/lib/store/reducers/annotations.reducer.js +19 -19
- package/esm2015/lib/store/reducers/bookmarks.reducer.js +10 -10
- package/esm2015/lib/store/reducers/document.reducer.js +12 -12
- package/esm2015/lib/store/reducers/icp.reducer.js +7 -7
- package/esm2015/lib/store/reducers/redaction.reducer.js +11 -11
- package/esm2015/lib/store/reducers/tags.reducer.js +8 -8
- package/esm2015/lib/store/selectors/annotation.selectors.js +3 -3
- package/esm2015/lib/store/store-utils.js +10 -10
- package/esm2015/lib/toolbar/toolbar-button-visibility.service.js +1 -1
- package/esm2015/lib/toolbar/toolbar-event.service.js +1 -1
- package/esm2015/lib/viewers/image-viewer/image-viewer.component.js +3 -3
- package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +2 -2
- package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +1 -1
- package/esm2015/lib/viewers/pdf-viewer/pdf-viewer.component.js +4 -4
- package/esm2015/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +5 -5
- package/esm2015/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +2 -2
- package/esm2015/lib/viewers/viewer-event.service.js +1 -1
- package/esm2015/lib/viewers/viewer-util.service.js +1 -1
- package/esm2015/public_api.js +19 -1
- package/esm5/hmcts-media-viewer.js +60 -78
- package/esm5/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +3 -3
- package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.js +3 -3
- package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +3 -3
- package/esm5/lib/annotations/annotation-set/annotation-view/annotation-view.component.js +4 -4
- package/esm5/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +5 -5
- package/esm5/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.js +3 -3
- package/esm5/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +3 -3
- package/esm5/lib/annotations/comment-set/comment/comment.component.js +3 -3
- package/esm5/lib/annotations/comment-set/comment-navigate/comments-navigate.component.js +4 -4
- package/esm5/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +5 -5
- package/esm5/lib/annotations/comment-set/comment-set.component.js +4 -4
- package/esm5/lib/annotations/comments-summary/comments-summary.component.js +4 -4
- package/esm5/lib/annotations/pipes/date/date.pipe.js +3 -3
- package/esm5/lib/annotations/services/annotation-api/annotation-api.service.js +3 -3
- package/esm5/lib/annotations/services/tags/tags.services.js +5 -5
- package/esm5/lib/icp/icp-update.service.js +4 -4
- package/esm5/lib/media-viewer.component.js +6 -6
- package/esm5/lib/print.service.js +1 -1
- package/esm5/lib/redaction/components/redaction.component.js +3 -3
- package/esm5/lib/shared/util/services/number.helper.service.js +1 -1
- package/esm5/lib/store/bookmarks-store-utils.js +4 -4
- package/esm5/lib/store/effects/annotation.effects.js +7 -7
- package/esm5/lib/store/effects/bookmarks.effects.js +13 -13
- package/esm5/lib/store/effects/document.effects.js +7 -7
- package/esm5/lib/store/effects/icp.effects.js +5 -5
- package/esm5/lib/store/effects/redaction.effects.js +11 -11
- package/esm5/lib/store/reducers/annotations.reducer.js +25 -25
- package/esm5/lib/store/reducers/bookmarks.reducer.js +14 -14
- package/esm5/lib/store/reducers/document.reducer.js +13 -13
- package/esm5/lib/store/reducers/icp.reducer.js +8 -8
- package/esm5/lib/store/reducers/redaction.reducer.js +15 -15
- package/esm5/lib/store/reducers/tags.reducer.js +14 -14
- package/esm5/lib/store/selectors/annotation.selectors.js +4 -4
- package/esm5/lib/store/store-utils.js +12 -12
- package/esm5/lib/toolbar/main-toolbar/main-toolbar.component.js +3 -3
- package/esm5/lib/toolbar/search-bar/search-bar.component.js +3 -3
- package/esm5/lib/toolbar/toolbar-button-visibility.service.js +1 -1
- package/esm5/lib/toolbar/toolbar-event.service.js +1 -1
- package/esm5/lib/viewers/image-viewer/image-viewer.component.js +5 -5
- package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +5 -5
- package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +1 -1
- package/esm5/lib/viewers/pdf-viewer/pdf-viewer.component.js +7 -7
- package/esm5/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +7 -7
- package/esm5/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +3 -3
- package/esm5/lib/viewers/unsupported-viewer/unsupported-viewer.component.js +3 -3
- package/esm5/lib/viewers/viewer-event.service.js +1 -1
- package/esm5/lib/viewers/viewer-util.service.js +1 -1
- package/esm5/public_api.js +19 -1
- package/fesm2015/hmcts-media-viewer.js +2617 -179
- package/fesm2015/hmcts-media-viewer.js.map +1 -1
- package/fesm5/hmcts-media-viewer.js +2574 -141
- package/fesm5/hmcts-media-viewer.js.map +1 -1
- package/hmcts-media-viewer-v2.8.1.tgz +0 -0
- package/hmcts-media-viewer.d.ts +63 -81
- package/hmcts-media-viewer.metadata.json +1 -1
- package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts +3 -3
- package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts +1 -1
- package/lib/store/selectors/annotation.selectors.d.ts +3 -3
- package/lib/store/selectors/redaction.selectors.d.ts +1 -1
- package/lib/store/selectors/tag.selectors.d.ts +1 -1
- package/lib/toolbar/icp-event.service.d.ts +4 -4
- package/lib/toolbar/toolbar-event.service.d.ts +5 -5
- package/lib/viewers/image-viewer/image-viewer.component.d.ts +1 -1
- package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts +1 -1
- package/lib/viewers/viewer-event.service.d.ts +1 -1
- package/package.json +7 -10
- package/public_api.d.ts +18 -0
- package/hmcts-media-viewer-v2.7.16.tgz +0 -0
|
Binary file
|
package/hmcts-media-viewer.d.ts
CHANGED
|
@@ -2,84 +2,66 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
68
|
-
export { MainToolbarComponent as ɵb } from './lib/toolbar/main-toolbar/main-toolbar.component';
|
|
69
|
-
export { RedactionToolbarComponent as ɵd } from './lib/toolbar/redaction-toolbar/redaction-toolbar.component';
|
|
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';
|
|
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';
|
|
76
|
-
export { PdfJsWrapperFactory as ɵck } from './lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider';
|
|
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';
|
|
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';
|
|
84
|
-
export { ViewerEventService as ɵba } from './lib/viewers/viewer-event.service';
|
|
85
|
-
export { ViewerUtilService as ɵcp } from './lib/viewers/viewer-util.service';
|
|
5
|
+
export { HighlightCreateDirective as ɵce } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive';
|
|
6
|
+
export { HighlightCreateService as ɵu } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service';
|
|
7
|
+
export { Annotation as ɵcr } from './lib/annotations/annotation-set/annotation-view/annotation.model';
|
|
8
|
+
export { RectangleComponent as ɵx } from './lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component';
|
|
9
|
+
export { CtxToolbarComponent as ɵbb } from './lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component';
|
|
10
|
+
export { CommentsNavigateComponent as ɵbd } from './lib/annotations/comment-set/comment-navigate/comments-navigate.component';
|
|
11
|
+
export { CommentSetRenderService as ɵbc } from './lib/annotations/comment-set/comment-set-render.service';
|
|
12
|
+
export { CommentComponent as ɵy } from './lib/annotations/comment-set/comment/comment.component';
|
|
13
|
+
export { Comment as ɵcs } from './lib/annotations/comment-set/comment/comment.model';
|
|
14
|
+
export { CommentService as ɵw } from './lib/annotations/comment-set/comment/comment.service';
|
|
15
|
+
export { TextHighlightDirective as ɵba } from './lib/annotations/comment-set/comment/text-highlight/text-highlight.directive';
|
|
16
|
+
export { TextareaAutoExpandDirective as ɵbe } from './lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive';
|
|
17
|
+
export { SelectionAnnotation as ɵct } from './lib/annotations/models/event-select.model';
|
|
18
|
+
export { BookmarksApiService as ɵbg } from './lib/annotations/services/bookmarks-api/bookmarks-api.service';
|
|
19
|
+
export { TagsServices as ɵz } from './lib/annotations/services/tags/tags.services';
|
|
20
|
+
export { BookmarkIconsComponent as ɵch } from './lib/bookmark/components/bookmark-icons.component';
|
|
21
|
+
export { ConfirmActionDialogComponent as ɵcf } from './lib/icp/confirm-exit/confirm-action-dialog.component';
|
|
22
|
+
export { IcpFollowerService as ɵcl } from './lib/icp/icp-follower.service';
|
|
23
|
+
export { IcpPresenterService as ɵck } from './lib/icp/icp-presenter.service';
|
|
24
|
+
export { IcpSessionApiService as ɵbp } from './lib/icp/icp-session-api.service';
|
|
25
|
+
export { IcpUpdateService as ɵbq } from './lib/icp/icp-update.service';
|
|
26
|
+
export { IcpState as ɵo } from './lib/icp/icp.interfaces';
|
|
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 { Filters as ɵcu } from './lib/store/models/filters.interface';
|
|
45
|
+
export { BookmarksState as ɵk, bookmarksReducer as ɵl } from './lib/store/reducers/bookmarks.reducer';
|
|
46
|
+
export { DocumentState as ɵe, docReducer as ɵf, getDocPages as ɵg } from './lib/store/reducers/document.reducer';
|
|
47
|
+
export { icpReducer as ɵn } from './lib/store/reducers/icp.reducer';
|
|
48
|
+
export { redactionReducer as ɵm } from './lib/store/reducers/redaction.reducer';
|
|
49
|
+
export { State as ɵb, getMVState as ɵd, reducers as ɵc } from './lib/store/reducers/reducers';
|
|
50
|
+
export { getFilteredComments as ɵi, getFilteredPageEnt as ɵj, tagsReducer as ɵh } from './lib/store/reducers/tags.reducer';
|
|
51
|
+
export { getDocumentState as ɵcm, getPages as ɵcn } from './lib/store/selectors/document.selectors';
|
|
52
|
+
export { getFilteredPageEntities as ɵcq, getTagFiltered as ɵcp, getTagsRootState as ɵco } from './lib/store/selectors/tag.selectors';
|
|
53
|
+
export { ConvertibleContentViewerComponent as ɵcb } from './lib/viewers/convertible-content-viewer/convertible-content-viewer.component';
|
|
54
|
+
export { DocumentConversionApiService as ɵbm } from './lib/viewers/convertible-content-viewer/document-conversion-api.service';
|
|
55
|
+
export { GrabNDragDirective as ɵcc } from './lib/viewers/grab-n-drag.directive';
|
|
56
|
+
export { ImageViewerComponent as ɵbx } from './lib/viewers/image-viewer/image-viewer.component';
|
|
57
|
+
export { MultimediaPlayerComponent as ɵca } from './lib/viewers/multimedia-player/multimedia-player.component';
|
|
58
|
+
export { PdfJsWrapperFactory as ɵbt } from './lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider';
|
|
59
|
+
export { PdfViewerComponent as ɵbs } from './lib/viewers/pdf-viewer/pdf-viewer.component';
|
|
60
|
+
export { BookmarksComponent as ɵbv } from './lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component';
|
|
61
|
+
export { OutlineItemComponent as ɵbw } from './lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component';
|
|
62
|
+
export { SideBarComponent as ɵbu } from './lib/viewers/pdf-viewer/side-bar/side-bar.component';
|
|
63
|
+
export { RotationApiService as ɵbn } from './lib/viewers/rotation-persist/rotation-api.service';
|
|
64
|
+
export { RotationPersistDirective as ɵcd } from './lib/viewers/rotation-persist/rotation-persist.directive';
|
|
65
|
+
export { UnsupportedViewerComponent as ɵbz } from './lib/viewers/unsupported-viewer/unsupported-viewer.component';
|
|
66
|
+
export { ViewerEventService as ɵv } from './lib/viewers/viewer-event.service';
|
|
67
|
+
export { ViewerUtilService as ɵby } from './lib/viewers/viewer-util.service';
|