@hmcts/media-viewer 2.8.1 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/assets/sass/comment.scss +1 -1
- package/assets/sass/outline-attachment.scss +6 -1
- package/assets/sass/participants-list.scss +1 -1
- package/assets/sass/rectangle.scss +1 -4
- package/bundles/hmcts-media-viewer.umd.js +3367 -10784
- package/bundles/hmcts-media-viewer.umd.js.map +1 -1
- package/bundles/hmcts-media-viewer.umd.min.js +1 -16
- package/bundles/hmcts-media-viewer.umd.min.js.map +1 -1
- package/esm2015/hmcts-media-viewer.js +20 -24
- package/esm2015/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +9 -103
- package/esm2015/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.js +14 -111
- package/esm2015/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +4 -49
- package/esm2015/lib/annotations/annotation-set/annotation-set.component.js +2 -51
- package/esm2015/lib/annotations/annotation-set/annotation-set.model.js +2 -15
- package/esm2015/lib/annotations/annotation-set/annotation-view/annotation-view.component.js +4 -74
- package/esm2015/lib/annotations/annotation-set/annotation-view/annotation.model.js +2 -29
- package/esm2015/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +5 -114
- package/esm2015/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.js +2 -21
- package/esm2015/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.js +8 -85
- package/esm2015/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +9 -105
- package/esm2015/lib/annotations/annotations.module.js +1 -5
- package/esm2015/lib/annotations/comment-set/comment/comment.component.js +4 -152
- package/esm2015/lib/annotations/comment-set/comment/comment.model.js +2 -27
- package/esm2015/lib/annotations/comment-set/comment/comment.service.js +3 -53
- package/esm2015/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.js +1 -37
- package/esm2015/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.js +1 -25
- package/esm2015/lib/annotations/comment-set/comment-navigate/comments-navigate.component.js +5 -63
- package/esm2015/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.js +10 -76
- package/esm2015/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.js +5 -53
- package/esm2015/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +6 -63
- package/esm2015/lib/annotations/comment-set/comment-set-render.service.js +5 -73
- package/esm2015/lib/annotations/comment-set/comment-set.component.js +11 -154
- package/esm2015/lib/annotations/comments-summary/comments-summary.component.js +8 -111
- package/esm2015/lib/annotations/models/api-persisted.model.js +2 -25
- package/esm2015/lib/annotations/models/event-select.model.js +2 -17
- package/esm2015/lib/annotations/models/tags.model.js +2 -19
- package/esm2015/lib/annotations/models/user.model.js +2 -17
- package/esm2015/lib/annotations/pipes/date/date.pipe.js +1 -12
- package/esm2015/lib/annotations/pipes/filter/filter.pipe.js +3 -17
- package/esm2015/lib/annotations/pipes/unsnake/unsnake.pipe.js +1 -9
- package/esm2015/lib/annotations/services/annotation-api/annotation-api.service.js +6 -93
- package/esm2015/lib/annotations/services/bookmarks-api/bookmarks-api.service.js +6 -69
- package/esm2015/lib/annotations/services/tags/tags.services.js +6 -54
- package/esm2015/lib/annotations/tags/tags.component.js +4 -50
- package/esm2015/lib/bookmark/components/bookmark-icons.component.js +2 -29
- package/esm2015/lib/icp/confirm-exit/confirm-action-dialog.component.js +2 -22
- package/esm2015/lib/icp/icp-follower.service.js +4 -63
- package/esm2015/lib/icp/icp-presenter.service.js +6 -69
- package/esm2015/lib/icp/icp-session-api.service.js +2 -26
- package/esm2015/lib/icp/icp-update.service.js +18 -92
- package/esm2015/lib/icp/icp.events.js +15 -0
- package/esm2015/lib/icp/icp.interfaces.js +2 -51
- package/esm2015/lib/icp/icp.service.js +18 -155
- package/esm2015/lib/icp/participants-list/participants-list.component.js +3 -43
- package/esm2015/lib/icp/socket.service.js +92 -86
- package/esm2015/lib/media-viewer.component.js +29 -199
- package/esm2015/lib/media-viewer.module.js +3 -7
- package/esm2015/lib/print.service.js +2 -18
- package/esm2015/lib/redaction/components/redaction.component.js +13 -127
- package/esm2015/lib/redaction/services/redaction-api.service.js +6 -75
- package/esm2015/lib/redaction/services/redaction.model.js +2 -19
- package/esm2015/lib/shared/gov-uk-date/gov-uk-date.component.js +2 -14
- package/esm2015/lib/shared/gov-uk-error-message/gov-uk-error-message.component.js +3 -14
- package/esm2015/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.js +2 -17
- package/esm2015/lib/shared/gov-uk-label/gov-uk-label.component.js +3 -12
- package/esm2015/lib/shared/shared.module.js +1 -5
- package/esm2015/lib/shared/util/helpers/html-templates.helper.js +1 -10
- package/esm2015/lib/shared/util/services/number.helper.service.js +4 -14
- package/esm2015/lib/store/actions/annotation.actions.js +1 -140
- package/esm2015/lib/store/actions/bookmark.actions.js +1 -150
- package/esm2015/lib/store/actions/document.actions.js +1 -130
- package/esm2015/lib/store/actions/icp.actions.js +1 -80
- package/esm2015/lib/store/actions/redaction.actions.js +1 -155
- package/esm2015/lib/store/actions/tag.actions.js +1 -30
- package/esm2015/lib/store/bookmarks-store-utils.js +17 -69
- package/esm2015/lib/store/effects/annotation.effects.js +16 -90
- package/esm2015/lib/store/effects/bookmarks.effects.js +12 -127
- package/esm2015/lib/store/effects/document.effects.js +16 -97
- package/esm2015/lib/store/effects/icp.effects.js +5 -63
- package/esm2015/lib/store/effects/index.js +1 -6
- package/esm2015/lib/store/effects/redaction.effects.js +26 -137
- package/esm2015/lib/store/models/bookmarks.interface.js +2 -57
- package/esm2015/lib/store/models/filters.interface.js +2 -17
- package/esm2015/lib/store/reducers/annotations.reducer.js +14 -129
- package/esm2015/lib/store/reducers/bookmarks.reducer.js +12 -99
- package/esm2015/lib/store/reducers/document.reducer.js +10 -129
- package/esm2015/lib/store/reducers/icp.reducer.js +6 -47
- package/esm2015/lib/store/reducers/redaction.reducer.js +7 -73
- package/esm2015/lib/store/reducers/reducers.js +7 -31
- package/esm2015/lib/store/reducers/tags.reducer.js +12 -102
- package/esm2015/lib/store/selectors/annotation.selectors.js +29 -118
- package/esm2015/lib/store/selectors/bookmark.selectors.js +12 -51
- package/esm2015/lib/store/selectors/document.selectors.js +5 -26
- package/esm2015/lib/store/selectors/icp.selectors.js +9 -38
- package/esm2015/lib/store/selectors/redaction.selectors.js +10 -45
- package/esm2015/lib/store/selectors/tag.selectors.js +6 -28
- package/esm2015/lib/store/store-utils.js +26 -156
- package/esm2015/lib/toolbar/icp-event.service.js +13 -48
- package/esm2015/lib/toolbar/icp-toolbar/icp-toolbar.component.js +4 -56
- package/esm2015/lib/toolbar/main-toolbar/main-toolbar.component.js +9 -176
- package/esm2015/lib/toolbar/redaction-toolbar/redaction-toolbar.component.js +4 -58
- package/esm2015/lib/toolbar/search-bar/search-bar.component.js +11 -85
- package/esm2015/lib/toolbar/toolbar-button-visibility.service.js +2 -46
- package/esm2015/lib/toolbar/toolbar-event.service.js +2 -173
- package/esm2015/lib/toolbar/toolbar.module.js +1 -5
- package/esm2015/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.js +5 -75
- package/esm2015/lib/viewers/convertible-content-viewer/document-conversion-api.service.js +3 -34
- package/esm2015/lib/viewers/grab-n-drag.directive.js +1 -38
- package/esm2015/lib/viewers/image-viewer/image-viewer.component.js +29 -196
- package/esm2015/lib/viewers/multimedia-player/multimedia-player.component.js +3 -55
- package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +61 -240
- package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +2 -40
- package/esm2015/lib/viewers/pdf-viewer/pdf-viewer.component.js +34 -302
- package/esm2015/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +12 -107
- package/esm2015/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.js +2 -39
- package/esm2015/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.js +16 -25
- package/esm2015/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.js +2 -31
- package/esm2015/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +16 -73
- package/esm2015/lib/viewers/rotation-persist/rotation-api.service.js +2 -35
- package/esm2015/lib/viewers/rotation-persist/rotation-persist.directive.js +8 -87
- package/esm2015/lib/viewers/rotation-persist/rotation.model.js +2 -15
- package/esm2015/lib/viewers/unsupported-viewer/unsupported-viewer.component.js +4 -60
- package/esm2015/lib/viewers/viewer-event.service.js +2 -41
- package/esm2015/lib/viewers/viewer-exception.model.js +7 -32
- package/esm2015/lib/viewers/viewer-util.service.js +2 -20
- package/esm2015/public_api.js +28 -32
- package/fesm2015/hmcts-media-viewer.js +1540 -8065
- package/fesm2015/hmcts-media-viewer.js.map +1 -1
- package/hmcts-media-viewer-v2.9.1.tgz +0 -0
- package/hmcts-media-viewer.d.ts +19 -18
- package/hmcts-media-viewer.d.ts.map +1 -0
- package/hmcts-media-viewer.metadata.json +1 -1
- package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts +5 -3
- package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.d.ts +1 -0
- package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.d.ts +1 -0
- package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-set.component.d.ts +1 -0
- package/lib/annotations/annotation-set/annotation-set.component.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-set.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-set.model.d.ts +1 -0
- package/lib/annotations/annotation-set/annotation-set.model.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-view/annotation-view.component.d.ts +4 -3
- package/lib/annotations/annotation-set/annotation-view/annotation-view.component.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-view/annotation-view.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-view/annotation.model.d.ts +1 -0
- package/lib/annotations/annotation-set/annotation-view/annotation.model.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.d.ts +5 -2
- package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.d.ts +1 -0
- package/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.d.ts.map +1 -0
- package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts +3 -1
- package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts.map +1 -0
- package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.d.ts +1 -0
- package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.d.ts.map +1 -0
- package/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/annotations.module.d.ts +1 -0
- package/lib/annotations/annotations.module.d.ts.map +1 -0
- package/lib/annotations/annotations.module.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/comment.component.d.ts +7 -5
- package/lib/annotations/comment-set/comment/comment.component.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/comment.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/comment.model.d.ts +1 -0
- package/lib/annotations/comment-set/comment/comment.model.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/comment.service.d.ts +1 -0
- package/lib/annotations/comment-set/comment/comment.service.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/comment.service.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.d.ts +1 -0
- package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.d.ts +1 -0
- package/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.d.ts +1 -0
- package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-navigate/comments-navigate.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.d.ts +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.d.ts +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-render.service.d.ts +1 -0
- package/lib/annotations/comment-set/comment-set-render.service.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set-render.service.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set.component.d.ts +1 -0
- package/lib/annotations/comment-set/comment-set.component.d.ts.map +1 -0
- package/lib/annotations/comment-set/comment-set.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/comments-summary/comments-summary.component.d.ts +1 -1
- package/lib/annotations/comments-summary/comments-summary.component.d.ts.map +1 -0
- package/lib/annotations/comments-summary/comments-summary.component.ngfactory.d.ts.map +1 -0
- package/lib/annotations/models/api-persisted.model.d.ts +1 -0
- package/lib/annotations/models/api-persisted.model.d.ts.map +1 -0
- package/lib/annotations/models/event-select.model.d.ts +1 -0
- package/lib/annotations/models/event-select.model.d.ts.map +1 -0
- package/lib/annotations/models/tags.model.d.ts +1 -0
- package/lib/annotations/models/tags.model.d.ts.map +1 -0
- package/lib/annotations/models/user.model.d.ts +1 -0
- package/lib/annotations/models/user.model.d.ts.map +1 -0
- package/lib/annotations/pipes/date/date.pipe.d.ts +2 -1
- package/lib/annotations/pipes/date/date.pipe.d.ts.map +1 -0
- package/lib/annotations/pipes/date/date.pipe.ngfactory.d.ts.map +1 -0
- package/lib/annotations/pipes/filter/filter.pipe.d.ts +1 -0
- package/lib/annotations/pipes/filter/filter.pipe.d.ts.map +1 -0
- package/lib/annotations/pipes/filter/filter.pipe.ngfactory.d.ts.map +1 -0
- package/lib/annotations/pipes/unsnake/unsnake.pipe.d.ts +1 -0
- package/lib/annotations/pipes/unsnake/unsnake.pipe.d.ts.map +1 -0
- package/lib/annotations/pipes/unsnake/unsnake.pipe.ngfactory.d.ts.map +1 -0
- package/lib/annotations/services/annotation-api/annotation-api.service.d.ts +3 -2
- package/lib/annotations/services/annotation-api/annotation-api.service.d.ts.map +1 -0
- package/lib/annotations/services/annotation-api/annotation-api.service.ngfactory.d.ts.map +1 -0
- package/lib/annotations/services/bookmarks-api/bookmarks-api.service.d.ts +1 -0
- package/lib/annotations/services/bookmarks-api/bookmarks-api.service.d.ts.map +1 -0
- package/lib/annotations/services/bookmarks-api/bookmarks-api.service.ngfactory.d.ts.map +1 -0
- package/lib/annotations/services/tags/tags.services.d.ts +1 -0
- package/lib/annotations/services/tags/tags.services.d.ts.map +1 -0
- package/lib/annotations/services/tags/tags.services.ngfactory.d.ts.map +1 -0
- package/lib/annotations/tags/tags.component.d.ts +3 -2
- package/lib/annotations/tags/tags.component.d.ts.map +1 -0
- package/lib/annotations/tags/tags.component.ngfactory.d.ts.map +1 -0
- package/lib/bookmark/components/bookmark-icons.component.d.ts +1 -0
- package/lib/bookmark/components/bookmark-icons.component.d.ts.map +1 -0
- package/lib/bookmark/components/bookmark-icons.component.ngfactory.d.ts.map +1 -0
- package/lib/icp/confirm-exit/confirm-action-dialog.component.d.ts +1 -0
- package/lib/icp/confirm-exit/confirm-action-dialog.component.d.ts.map +1 -0
- package/lib/icp/confirm-exit/confirm-action-dialog.component.ngfactory.d.ts.map +1 -0
- package/lib/icp/icp-follower.service.d.ts +1 -0
- package/lib/icp/icp-follower.service.d.ts.map +1 -0
- package/lib/icp/icp-follower.service.ngfactory.d.ts.map +1 -0
- package/lib/icp/icp-presenter.service.d.ts +1 -0
- package/lib/icp/icp-presenter.service.d.ts.map +1 -0
- package/lib/icp/icp-presenter.service.ngfactory.d.ts.map +1 -0
- package/lib/icp/icp-session-api.service.d.ts +1 -0
- package/lib/icp/icp-session-api.service.d.ts.map +1 -0
- package/lib/icp/icp-session-api.service.ngfactory.d.ts.map +1 -0
- package/lib/icp/icp-update.service.d.ts +1 -9
- package/lib/icp/icp-update.service.d.ts.map +1 -0
- package/lib/icp/icp-update.service.ngfactory.d.ts.map +1 -0
- package/lib/icp/icp.events.d.ts +14 -0
- package/lib/icp/icp.events.d.ts.map +1 -0
- package/lib/icp/icp.interfaces.d.ts +2 -0
- package/lib/icp/icp.interfaces.d.ts.map +1 -0
- package/lib/icp/icp.service.d.ts +1 -0
- package/lib/icp/icp.service.d.ts.map +1 -0
- package/lib/icp/icp.service.ngfactory.d.ts.map +1 -0
- package/lib/icp/participants-list/participants-list.component.d.ts +1 -0
- package/lib/icp/participants-list/participants-list.component.d.ts.map +1 -0
- package/lib/icp/participants-list/participants-list.component.ngfactory.d.ts.map +1 -0
- package/lib/icp/socket.service.d.ts +14 -4
- package/lib/icp/socket.service.d.ts.map +1 -0
- package/lib/icp/socket.service.ngfactory.d.ts.map +1 -0
- package/lib/media-viewer.component.d.ts +2 -0
- package/lib/media-viewer.component.d.ts.map +1 -0
- package/lib/media-viewer.component.ngfactory.d.ts.map +1 -0
- package/lib/media-viewer.module.d.ts +1 -0
- package/lib/media-viewer.module.d.ts.map +1 -0
- package/lib/media-viewer.module.ngfactory.d.ts.map +1 -0
- package/lib/print.service.d.ts +1 -0
- package/lib/print.service.d.ts.map +1 -0
- package/lib/print.service.ngfactory.d.ts.map +1 -0
- package/lib/redaction/components/redaction.component.d.ts +1 -0
- package/lib/redaction/components/redaction.component.d.ts.map +1 -0
- package/lib/redaction/components/redaction.component.ngfactory.d.ts.map +1 -0
- package/lib/redaction/services/redaction-api.service.d.ts +1 -0
- package/lib/redaction/services/redaction-api.service.d.ts.map +1 -0
- package/lib/redaction/services/redaction-api.service.ngfactory.d.ts.map +1 -0
- package/lib/redaction/services/redaction.model.d.ts +1 -0
- package/lib/redaction/services/redaction.model.d.ts.map +1 -0
- package/lib/shared/gov-uk-date/gov-uk-date.component.d.ts +1 -0
- package/lib/shared/gov-uk-date/gov-uk-date.component.d.ts.map +1 -0
- package/lib/shared/gov-uk-date/gov-uk-date.component.ngfactory.d.ts.map +1 -0
- package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.d.ts +1 -0
- package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.d.ts.map +1 -0
- package/lib/shared/gov-uk-error-message/gov-uk-error-message.component.ngfactory.d.ts.map +1 -0
- package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +1 -0
- package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.d.ts.map +1 -0
- package/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.ngfactory.d.ts.map +1 -0
- package/lib/shared/gov-uk-label/gov-uk-label.component.d.ts +1 -0
- package/lib/shared/gov-uk-label/gov-uk-label.component.d.ts.map +1 -0
- package/lib/shared/gov-uk-label/gov-uk-label.component.ngfactory.d.ts.map +1 -0
- package/lib/shared/shared.module.d.ts +1 -0
- package/lib/shared/shared.module.d.ts.map +1 -0
- package/lib/shared/shared.module.ngfactory.d.ts.map +1 -0
- package/lib/shared/util/helpers/html-templates.helper.d.ts +1 -0
- package/lib/shared/util/helpers/html-templates.helper.d.ts.map +1 -0
- package/lib/shared/util/services/number.helper.service.d.ts +1 -0
- package/lib/shared/util/services/number.helper.service.d.ts.map +1 -0
- package/lib/shared/util/services/number.helper.service.ngfactory.d.ts.map +1 -0
- package/lib/store/actions/annotation.actions.d.ts +1 -0
- package/lib/store/actions/annotation.actions.d.ts.map +1 -0
- package/lib/store/actions/bookmark.actions.d.ts +1 -0
- package/lib/store/actions/bookmark.actions.d.ts.map +1 -0
- package/lib/store/actions/document.actions.d.ts +1 -0
- package/lib/store/actions/document.actions.d.ts.map +1 -0
- package/lib/store/actions/icp.actions.d.ts +1 -0
- package/lib/store/actions/icp.actions.d.ts.map +1 -0
- package/lib/store/actions/redaction.actions.d.ts +1 -0
- package/lib/store/actions/redaction.actions.d.ts.map +1 -0
- package/lib/store/actions/tag.actions.d.ts +1 -0
- package/lib/store/actions/tag.actions.d.ts.map +1 -0
- package/lib/store/bookmarks-store-utils.d.ts +1 -0
- package/lib/store/bookmarks-store-utils.d.ts.map +1 -0
- package/lib/store/effects/annotation.effects.d.ts +1 -0
- package/lib/store/effects/annotation.effects.d.ts.map +1 -0
- package/lib/store/effects/annotation.effects.ngfactory.d.ts.map +1 -0
- package/lib/store/effects/bookmarks.effects.d.ts +1 -0
- package/lib/store/effects/bookmarks.effects.d.ts.map +1 -0
- package/lib/store/effects/bookmarks.effects.ngfactory.d.ts.map +1 -0
- package/lib/store/effects/document.effects.d.ts +1 -0
- package/lib/store/effects/document.effects.d.ts.map +1 -0
- package/lib/store/effects/document.effects.ngfactory.d.ts.map +1 -0
- package/lib/store/effects/icp.effects.d.ts +1 -0
- package/lib/store/effects/icp.effects.d.ts.map +1 -0
- package/lib/store/effects/icp.effects.ngfactory.d.ts.map +1 -0
- package/lib/store/effects/index.d.ts +1 -0
- package/lib/store/effects/index.d.ts.map +1 -0
- package/lib/store/effects/redaction.effects.d.ts +1 -0
- package/lib/store/effects/redaction.effects.d.ts.map +1 -0
- package/lib/store/effects/redaction.effects.ngfactory.d.ts.map +1 -0
- package/lib/store/models/bookmarks.interface.d.ts +1 -0
- package/lib/store/models/bookmarks.interface.d.ts.map +1 -0
- package/lib/store/models/filters.interface.d.ts +1 -0
- package/lib/store/models/filters.interface.d.ts.map +1 -0
- package/lib/store/reducers/annotations.reducer.d.ts +1 -0
- package/lib/store/reducers/annotations.reducer.d.ts.map +1 -0
- package/lib/store/reducers/bookmarks.reducer.d.ts +1 -0
- package/lib/store/reducers/bookmarks.reducer.d.ts.map +1 -0
- package/lib/store/reducers/document.reducer.d.ts +1 -0
- package/lib/store/reducers/document.reducer.d.ts.map +1 -0
- package/lib/store/reducers/icp.reducer.d.ts +1 -0
- package/lib/store/reducers/icp.reducer.d.ts.map +1 -0
- package/lib/store/reducers/redaction.reducer.d.ts +1 -0
- package/lib/store/reducers/redaction.reducer.d.ts.map +1 -0
- package/lib/store/reducers/reducers.d.ts +2 -1
- package/lib/store/reducers/reducers.d.ts.map +1 -0
- package/lib/store/reducers/tags.reducer.d.ts +1 -0
- package/lib/store/reducers/tags.reducer.d.ts.map +1 -0
- package/lib/store/selectors/annotation.selectors.d.ts +54 -15
- package/lib/store/selectors/annotation.selectors.d.ts.map +1 -0
- package/lib/store/selectors/bookmark.selectors.d.ts +18 -7
- package/lib/store/selectors/bookmark.selectors.d.ts.map +1 -0
- package/lib/store/selectors/document.selectors.d.ts +15 -9
- package/lib/store/selectors/document.selectors.d.ts.map +1 -0
- package/lib/store/selectors/icp.selectors.d.ts +9 -8
- package/lib/store/selectors/icp.selectors.d.ts.map +1 -0
- package/lib/store/selectors/redaction.selectors.d.ts +18 -7
- package/lib/store/selectors/redaction.selectors.d.ts.map +1 -0
- package/lib/store/selectors/tag.selectors.d.ts +16 -6
- package/lib/store/selectors/tag.selectors.d.ts.map +1 -0
- package/lib/store/store-utils.d.ts +1 -0
- package/lib/store/store-utils.d.ts.map +1 -0
- package/lib/toolbar/icp-event.service.d.ts +1 -0
- package/lib/toolbar/icp-event.service.d.ts.map +1 -0
- package/lib/toolbar/icp-toolbar/icp-toolbar.component.d.ts +1 -0
- package/lib/toolbar/icp-toolbar/icp-toolbar.component.d.ts.map +1 -0
- package/lib/toolbar/icp-toolbar/icp-toolbar.component.ngfactory.d.ts.map +1 -0
- package/lib/toolbar/main-toolbar/main-toolbar.component.d.ts +1 -0
- package/lib/toolbar/main-toolbar/main-toolbar.component.d.ts.map +1 -0
- package/lib/toolbar/main-toolbar/main-toolbar.component.ngfactory.d.ts.map +1 -0
- package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.d.ts +1 -0
- package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.d.ts.map +1 -0
- package/lib/toolbar/redaction-toolbar/redaction-toolbar.component.ngfactory.d.ts.map +1 -0
- package/lib/toolbar/search-bar/search-bar.component.d.ts +2 -0
- package/lib/toolbar/search-bar/search-bar.component.d.ts.map +1 -0
- package/lib/toolbar/search-bar/search-bar.component.ngfactory.d.ts.map +1 -0
- package/lib/toolbar/toolbar-button-visibility.service.d.ts +1 -0
- package/lib/toolbar/toolbar-button-visibility.service.d.ts.map +1 -0
- package/lib/toolbar/toolbar-button-visibility.service.ngfactory.d.ts.map +1 -0
- package/lib/toolbar/toolbar-event.service.d.ts +1 -0
- package/lib/toolbar/toolbar-event.service.d.ts.map +1 -0
- package/lib/toolbar/toolbar-event.service.ngfactory.d.ts.map +1 -0
- package/lib/toolbar/toolbar.module.d.ts +1 -0
- package/lib/toolbar/toolbar.module.d.ts.map +1 -0
- package/lib/toolbar/toolbar.module.ngfactory.d.ts.map +1 -0
- package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.d.ts +1 -0
- package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.d.ts.map +1 -0
- package/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/convertible-content-viewer/document-conversion-api.service.d.ts +1 -0
- package/lib/viewers/convertible-content-viewer/document-conversion-api.service.d.ts.map +1 -0
- package/lib/viewers/convertible-content-viewer/document-conversion-api.service.ngfactory.d.ts.map +1 -0
- package/lib/viewers/grab-n-drag.directive.d.ts +1 -0
- package/lib/viewers/grab-n-drag.directive.d.ts.map +1 -0
- package/lib/viewers/grab-n-drag.directive.ngfactory.d.ts.map +1 -0
- package/lib/viewers/image-viewer/image-viewer.component.d.ts +5 -1
- package/lib/viewers/image-viewer/image-viewer.component.d.ts.map +1 -0
- package/lib/viewers/image-viewer/image-viewer.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/multimedia-player/multimedia-player.component.d.ts +1 -0
- package/lib/viewers/multimedia-player/multimedia-player.component.d.ts.map +1 -0
- package/lib/viewers/multimedia-player/multimedia-player.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.d.ts +5 -0
- package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.d.ts +1 -0
- package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.ngfactory.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts +6 -2
- package/lib/viewers/pdf-viewer/pdf-viewer.component.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/pdf-viewer.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.d.ts +2 -1
- package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.d.ts +1 -0
- package/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts +7 -0
- package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.d.ts +3 -1
- package/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/side-bar.component.d.ts +4 -0
- package/lib/viewers/pdf-viewer/side-bar/side-bar.component.d.ts.map +1 -0
- package/lib/viewers/pdf-viewer/side-bar/side-bar.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/rotation-persist/rotation-api.service.d.ts +1 -0
- package/lib/viewers/rotation-persist/rotation-api.service.d.ts.map +1 -0
- package/lib/viewers/rotation-persist/rotation-api.service.ngfactory.d.ts.map +1 -0
- package/lib/viewers/rotation-persist/rotation-persist.directive.d.ts +1 -0
- package/lib/viewers/rotation-persist/rotation-persist.directive.d.ts.map +1 -0
- package/lib/viewers/rotation-persist/rotation-persist.directive.ngfactory.d.ts.map +1 -0
- package/lib/viewers/rotation-persist/rotation.model.d.ts +1 -0
- package/lib/viewers/rotation-persist/rotation.model.d.ts.map +1 -0
- package/lib/viewers/unsupported-viewer/unsupported-viewer.component.d.ts +1 -0
- package/lib/viewers/unsupported-viewer/unsupported-viewer.component.d.ts.map +1 -0
- package/lib/viewers/unsupported-viewer/unsupported-viewer.component.ngfactory.d.ts.map +1 -0
- package/lib/viewers/viewer-event.service.d.ts +1 -0
- package/lib/viewers/viewer-event.service.d.ts.map +1 -0
- package/lib/viewers/viewer-event.service.ngfactory.d.ts.map +1 -0
- package/lib/viewers/viewer-exception.model.d.ts +1 -0
- package/lib/viewers/viewer-exception.model.d.ts.map +1 -0
- package/lib/viewers/viewer-util.service.d.ts +1 -0
- package/lib/viewers/viewer-util.service.d.ts.map +1 -0
- package/lib/viewers/viewer-util.service.ngfactory.d.ts.map +1 -0
- package/package.json +16 -17
- package/public_api.d.ts +1 -0
- package/public_api.d.ts.map +1 -0
- package/esm5/hmcts-media-viewer.js +0 -67
- package/esm5/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +0 -215
- package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.js +0 -236
- package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +0 -125
- package/esm5/lib/annotations/annotation-set/annotation-set.component.js +0 -109
- package/esm5/lib/annotations/annotation-set/annotation-set.model.js +0 -15
- package/esm5/lib/annotations/annotation-set/annotation-view/annotation-view.component.js +0 -177
- package/esm5/lib/annotations/annotation-set/annotation-view/annotation.model.js +0 -29
- package/esm5/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +0 -250
- package/esm5/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.model.js +0 -21
- package/esm5/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.js +0 -216
- package/esm5/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +0 -200
- package/esm5/lib/annotations/annotations.module.js +0 -109
- package/esm5/lib/annotations/comment-set/comment/comment.component.js +0 -353
- package/esm5/lib/annotations/comment-set/comment/comment.model.js +0 -27
- package/esm5/lib/annotations/comment-set/comment/comment.service.js +0 -125
- package/esm5/lib/annotations/comment-set/comment/text-highlight/text-highlight.directive.js +0 -98
- package/esm5/lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive.js +0 -63
- package/esm5/lib/annotations/comment-set/comment-navigate/comments-navigate.component.js +0 -174
- package/esm5/lib/annotations/comment-set/comment-set-header/comment-filter/comment-filter.component.js +0 -145
- package/esm5/lib/annotations/comment-set/comment-set-header/comment-search/comment-search.component.js +0 -117
- package/esm5/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +0 -131
- package/esm5/lib/annotations/comment-set/comment-set-render.service.js +0 -177
- package/esm5/lib/annotations/comment-set/comment-set.component.js +0 -295
- package/esm5/lib/annotations/comments-summary/comments-summary.component.js +0 -239
- package/esm5/lib/annotations/models/api-persisted.model.js +0 -25
- package/esm5/lib/annotations/models/event-select.model.js +0 -17
- package/esm5/lib/annotations/models/tags.model.js +0 -19
- package/esm5/lib/annotations/models/user.model.js +0 -17
- package/esm5/lib/annotations/pipes/date/date.pipe.js +0 -48
- package/esm5/lib/annotations/pipes/filter/filter.pipe.js +0 -52
- package/esm5/lib/annotations/pipes/unsnake/unsnake.pipe.js +0 -28
- package/esm5/lib/annotations/services/annotation-api/annotation-api.service.js +0 -188
- package/esm5/lib/annotations/services/bookmarks-api/bookmarks-api.service.js +0 -132
- package/esm5/lib/annotations/services/tags/tags.services.js +0 -102
- package/esm5/lib/annotations/tags/tags.component.js +0 -112
- package/esm5/lib/bookmark/components/bookmark-icons.component.js +0 -55
- package/esm5/lib/icp/confirm-exit/confirm-action-dialog.component.js +0 -50
- package/esm5/lib/icp/icp-follower.service.js +0 -135
- package/esm5/lib/icp/icp-presenter.service.js +0 -135
- package/esm5/lib/icp/icp-session-api.service.js +0 -49
- package/esm5/lib/icp/icp-update.service.js +0 -165
- package/esm5/lib/icp/icp.interfaces.js +0 -51
- package/esm5/lib/icp/icp.service.js +0 -261
- package/esm5/lib/icp/participants-list/participants-list.component.js +0 -77
- package/esm5/lib/icp/socket.service.js +0 -142
- package/esm5/lib/media-viewer.component.js +0 -422
- package/esm5/lib/media-viewer.module.js +0 -110
- package/esm5/lib/print.service.js +0 -53
- package/esm5/lib/redaction/components/redaction.component.js +0 -247
- package/esm5/lib/redaction/services/redaction-api.service.js +0 -133
- package/esm5/lib/redaction/services/redaction.model.js +0 -19
- package/esm5/lib/shared/gov-uk-date/gov-uk-date.component.js +0 -37
- package/esm5/lib/shared/gov-uk-error-message/gov-uk-error-message.component.js +0 -36
- package/esm5/lib/shared/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -49
- package/esm5/lib/shared/gov-uk-label/gov-uk-label.component.js +0 -33
- package/esm5/lib/shared/shared.module.js +0 -42
- package/esm5/lib/shared/util/helpers/html-templates.helper.js +0 -36
- package/esm5/lib/shared/util/services/number.helper.service.js +0 -39
- package/esm5/lib/store/actions/annotation.actions.js +0 -226
- package/esm5/lib/store/actions/bookmark.actions.js +0 -242
- package/esm5/lib/store/actions/document.actions.js +0 -210
- package/esm5/lib/store/actions/icp.actions.js +0 -130
- package/esm5/lib/store/actions/redaction.actions.js +0 -255
- package/esm5/lib/store/actions/tag.actions.js +0 -50
- package/esm5/lib/store/bookmarks-store-utils.js +0 -110
- package/esm5/lib/store/effects/annotation.effects.js +0 -128
- package/esm5/lib/store/effects/bookmarks.effects.js +0 -193
- package/esm5/lib/store/effects/document.effects.js +0 -138
- package/esm5/lib/store/effects/icp.effects.js +0 -97
- package/esm5/lib/store/effects/index.js +0 -12
- package/esm5/lib/store/effects/redaction.effects.js +0 -190
- package/esm5/lib/store/models/bookmarks.interface.js +0 -57
- package/esm5/lib/store/models/filters.interface.js +0 -17
- package/esm5/lib/store/reducers/annotations.reducer.js +0 -231
- package/esm5/lib/store/reducers/bookmarks.reducer.js +0 -170
- package/esm5/lib/store/reducers/document.reducer.js +0 -222
- package/esm5/lib/store/reducers/icp.reducer.js +0 -83
- package/esm5/lib/store/reducers/redaction.reducer.js +0 -134
- package/esm5/lib/store/reducers/reducers.js +0 -47
- package/esm5/lib/store/reducers/tags.reducer.js +0 -159
- package/esm5/lib/store/selectors/annotation.selectors.js +0 -175
- package/esm5/lib/store/selectors/bookmark.selectors.js +0 -78
- package/esm5/lib/store/selectors/document.selectors.js +0 -37
- package/esm5/lib/store/selectors/icp.selectors.js +0 -47
- package/esm5/lib/store/selectors/redaction.selectors.js +0 -65
- package/esm5/lib/store/selectors/tag.selectors.js +0 -40
- package/esm5/lib/store/store-utils.js +0 -296
- package/esm5/lib/toolbar/icp-event.service.js +0 -65
- package/esm5/lib/toolbar/icp-toolbar/icp-toolbar.component.js +0 -112
- package/esm5/lib/toolbar/main-toolbar/main-toolbar.component.js +0 -408
- package/esm5/lib/toolbar/redaction-toolbar/redaction-toolbar.component.js +0 -130
- package/esm5/lib/toolbar/search-bar/search-bar.component.js +0 -226
- package/esm5/lib/toolbar/toolbar-button-visibility.service.js +0 -146
- package/esm5/lib/toolbar/toolbar-event.service.js +0 -416
- package/esm5/lib/toolbar/toolbar.module.js +0 -50
- package/esm5/lib/viewers/convertible-content-viewer/convertible-content-viewer.component.js +0 -168
- package/esm5/lib/viewers/convertible-content-viewer/document-conversion-api.service.js +0 -57
- package/esm5/lib/viewers/grab-n-drag.directive.js +0 -98
- package/esm5/lib/viewers/image-viewer/image-viewer.component.js +0 -402
- package/esm5/lib/viewers/multimedia-player/multimedia-player.component.js +0 -125
- package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +0 -446
- package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +0 -87
- package/esm5/lib/viewers/pdf-viewer/pdf-viewer.component.js +0 -582
- package/esm5/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +0 -251
- package/esm5/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.js +0 -39
- package/esm5/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.js +0 -62
- package/esm5/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.js +0 -31
- package/esm5/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +0 -146
- package/esm5/lib/viewers/rotation-persist/rotation-api.service.js +0 -68
- package/esm5/lib/viewers/rotation-persist/rotation-persist.directive.js +0 -163
- package/esm5/lib/viewers/rotation-persist/rotation.model.js +0 -15
- package/esm5/lib/viewers/unsupported-viewer/unsupported-viewer.component.js +0 -120
- package/esm5/lib/viewers/viewer-event.service.js +0 -86
- package/esm5/lib/viewers/viewer-exception.model.js +0 -36
- package/esm5/lib/viewers/viewer-util.service.js +0 -44
- package/esm5/public_api.js +0 -35
- package/fesm5/hmcts-media-viewer.js +0 -14158
- package/fesm5/hmcts-media-viewer.js.map +0 -1
- package/hmcts-media-viewer-v2.8.1.tgz +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-conversion-api.service.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/convertible-content-viewer/document-conversion-api.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,qBACa,4BAA4B;IAI3B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAFvC,OAAO,CAAC,qBAAqB,CAA2B;gBAE3B,UAAU,EAAE,UAAU;IAE5C,OAAO,CAAC,UAAU,KAAA,GAAG,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;CAS3D"}
|
package/lib/viewers/convertible-content-viewer/document-conversion-api.service.ngfactory.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-conversion-api.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/convertible-content-viewer/document-conversion-api.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grab-n-drag.directive.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/grab-n-drag.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAuB,MAAM,eAAe,CAAC;AAG3E,qBAGa,kBAAkB;IAQjB,OAAO,CAAC,EAAE;IANtB,gBAAgB,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAChD,OAAO,CAAC,WAAW,CAAS;IAEnB,WAAW,UAAS;IACpB,KAAK,EAAE,OAAO,CAAC;gBAEJ,EAAE,EAAE,UAAU;IAIlC,aAAa,CAAC,KAAK,EAAE,YAAY;IAYjC,aAAa,CAAC,KAAK,EAAE,YAAY;IAcC,iBAAiB;CAGpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grab-n-drag.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/grab-n-drag.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -7,12 +7,14 @@ import { ViewerUtilService } from '../viewer-util.service';
|
|
|
7
7
|
import { ToolbarButtonVisibilityService } from '../../toolbar/toolbar-button-visibility.service';
|
|
8
8
|
import { Store } from '@ngrx/store';
|
|
9
9
|
import * as fromStore from '../../store/reducers/reducers';
|
|
10
|
+
import { ViewerEventService } from '../viewer-event.service';
|
|
10
11
|
export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChanges {
|
|
11
12
|
private store;
|
|
12
13
|
private readonly printService;
|
|
13
14
|
private readonly viewerUtilService;
|
|
14
15
|
readonly toolbarEvents: ToolbarEventService;
|
|
15
16
|
readonly toolbarButtons: ToolbarButtonVisibilityService;
|
|
17
|
+
private viewerEvents;
|
|
16
18
|
url: string;
|
|
17
19
|
downloadFileName: string;
|
|
18
20
|
enableAnnotations: boolean;
|
|
@@ -33,8 +35,9 @@ export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChange
|
|
|
33
35
|
imageWidth: number;
|
|
34
36
|
imageLeft: number;
|
|
35
37
|
imageTop: number;
|
|
36
|
-
constructor(store: Store<fromStore.AnnotationSetState>, printService: PrintService, viewerUtilService: ViewerUtilService, toolbarEvents: ToolbarEventService, toolbarButtons: ToolbarButtonVisibilityService);
|
|
38
|
+
constructor(store: Store<fromStore.AnnotationSetState>, printService: PrintService, viewerUtilService: ViewerUtilService, toolbarEvents: ToolbarEventService, toolbarButtons: ToolbarButtonVisibilityService, viewerEvents: ViewerEventService);
|
|
37
39
|
ngOnInit(): void;
|
|
40
|
+
onImageViewerClick(event: MouseEvent): void;
|
|
38
41
|
ngOnDestroy(): void;
|
|
39
42
|
ngOnChanges(changes: SimpleChanges): void;
|
|
40
43
|
private rotateImage;
|
|
@@ -48,3 +51,4 @@ export declare class ImageViewerComponent implements OnInit, OnDestroy, OnChange
|
|
|
48
51
|
initAnnoPage(img: any): void;
|
|
49
52
|
toggleCommentsSummary(): void;
|
|
50
53
|
}
|
|
54
|
+
//# sourceMappingURL=image-viewer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/image-viewer/image-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AACtF,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,8BAA8B,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAG3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,qBAIa,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA+BrE,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;aAClB,aAAa,EAAE,mBAAmB;aAClC,cAAc,EAAE,8BAA8B;IAC9D,OAAO,CAAC,YAAY;IAlCb,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IAEzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IAEpC,MAAM,EAAE,MAAM,CAAC;IAEd,eAAe,6BAAoC;IACnD,oBAAoB,gCAAuC;IAErE,YAAY,EAAE,MAAM,CAAC;IAEc,GAAG,EAAE,UAAU,CAAC;IACnD,QAAQ,SAAK;IACb,IAAI,SAAK;IAET,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,eAAe,CAAkB;IACzC,OAAO,CAAC,QAAQ,CAAe;IAE/B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,UAAS;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;gBAGP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,EACjC,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,iBAAiB,EACrC,aAAa,EAAE,mBAAmB,EAClC,cAAc,EAAE,8BAA8B,EACtD,YAAY,EAAE,kBAAkB;IAG1C,QAAQ,IAAI,IAAI;IAahB,kBAAkB,CAAC,KAAK,EAAE,UAAU;IAcpC,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa;IAOlC,OAAO,CAAC,WAAW;YAKL,OAAO;YAQP,QAAQ;IAQtB,OAAO,CAAC,QAAQ;IAWhB,YAAY,CAAC,SAAS,KAAA;IAQtB,kBAAkB,CAAC,SAAS,KAAA,EAAE,SAAS,SAAI;IAO3C,WAAW,CAAC,GAAG,KAAA;IAcf,MAAM,CAAC,GAAG,EAAE,GAAG;IAKf,YAAY,CAAC,GAAG,EAAE,GAAG;IAoBrB,qBAAqB;CAGtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-viewer.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/image-viewer/image-viewer.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multimedia-player.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/multimedia-player/multimedia-player.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,MAAM,EAEN,SAAS,EAET,YAAY,EACZ,SAAS,EACT,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;aAgB1D,aAAa,EAAE,mBAAmB;IAd3C,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IAErB,UAAU,6BAAoC;IAEZ,YAAY,EAAE,UAAU,CAAC;IAC1B,WAAW,EAAE,UAAU,CAAC;IAEnE,WAAW,SAAa;IAExB,OAAO,CAAC,YAAY,CAAe;gBAGjB,aAAa,EAAE,mBAAmB;IAG7C,QAAQ,IAAI,IAAI;IAMhB,WAAW,CAAC,OAAO,EAAE,aAAa;IAMzC,WAAW,IAAI,IAAI;IAInB,WAAW;IAOX,SAAS;IAIT,OAAO;CAGR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multimedia-player.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/multimedia-player/multimedia-player.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -25,6 +25,10 @@ export declare class PdfJsWrapper {
|
|
|
25
25
|
}>);
|
|
26
26
|
private emitDocumentInfo;
|
|
27
27
|
loadDocument(documentUrl: string): Promise<void>;
|
|
28
|
+
private createLoadingTask;
|
|
29
|
+
private setOutlinePageNumbers;
|
|
30
|
+
private setNestedOutlinePageNumbers;
|
|
31
|
+
private getOutlinePageNumber;
|
|
28
32
|
downloadFile(url: string, filename: string): void;
|
|
29
33
|
setPageNumber(pageNumber: number): void;
|
|
30
34
|
getPageNumber(): number;
|
|
@@ -53,3 +57,4 @@ export interface PageEvent {
|
|
|
53
57
|
id: string;
|
|
54
58
|
viewportScale: number;
|
|
55
59
|
}
|
|
60
|
+
//# sourceMappingURL=pdf-js-wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-js-wrapper.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,6BAA6B,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAcvE,qBAAa,YAAY;IAOrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa;aACd,gBAAgB,EAAE,OAAO,CAAC,MAAM,CAAC;aACjC,oBAAoB,EAAE,OAAO,CAAC,oBAAoB,CAAC;aACnD,cAAc,EAAE,OAAO,CAAC,GAAG,CAAC;aAC5B,aAAa,EAAE,OAAO,CAAC,OAAO,CAAC;aAC/B,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAAC;aAClC,YAAY,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;aAClC,eAAe,EAAE,OAAO,CAAC;QAAE,QAAQ,EAAE,WAAW,CAAA;KAAE,CAAC;IAdrE,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,eAAe,CAAU;gBAGd,SAAS,EAAE,SAAS,EACpB,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,mBAAmB,EACnC,gBAAgB,EAAE,OAAO,CAAC,MAAM,CAAC,EACjC,oBAAoB,EAAE,OAAO,CAAC,oBAAoB,CAAC,EACnD,cAAc,EAAE,OAAO,CAAC,GAAG,CAAC,EAC5B,aAAa,EAAE,OAAO,CAAC,OAAO,CAAC,EAC/B,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAAC,EAClC,YAAY,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC,EAClC,eAAe,EAAE,OAAO,CAAC;QAAE,QAAQ,EAAE,WAAW,CAAA;KAAE,CAAC;IAsBrE,OAAO,CAAC,gBAAgB;IAaX,YAAY,CAAC,WAAW,EAAE,MAAM;IA8B7C,OAAO,CAAC,iBAAiB;YASX,qBAAqB;YAMrB,2BAA2B;YAQ3B,oBAAoB;IAM3B,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAIjD,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAGvC,aAAa,IAAI,MAAM;IAGvB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAIxC,MAAM,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI;IAaxC,WAAW,IAAI,IAAI;IAInB,UAAU,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAYvC,OAAO,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAMhC,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAMxC,OAAO,CAAC,YAAY;IAQb,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIhC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvC,0BAA0B,IAAI,MAAM;IAIpC,sBAAsB,IAAI,MAAM;IAIhC,kBAAkB,CAAC,KAAK,EAAE,MAAM;IAIhC,kBAAkB,IAAI,MAAM;CAGpC;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-js-wrapper.provider.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,eAAe,CAAC;AACvD,OAAO,EAAkC,YAAY,EAAC,MAAM,kBAAkB,CAAC;AAE/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAI7E,qBACa,mBAAmB;IAMlB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAJ1C,OAAO,CAAC,WAAW,CAA6B;IAChD,OAAO,CAAC,QAAQ,CAAuB;IACvC,OAAO,CAAC,YAAY,CAAe;gBAEN,aAAa,EAAE,mBAAmB;IAKxD,MAAM,CAAC,SAAS,EAAE,UAAU,GAAG,YAAY;IAiClD,UAAU;CAGX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-js-wrapper.provider.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -11,6 +11,7 @@ import { Outline } from './side-bar/outline-item/outline.model';
|
|
|
11
11
|
import * as fromStore from '../../store/reducers/reducers';
|
|
12
12
|
import { IcpState } from '../../icp/icp.interfaces';
|
|
13
13
|
import { ViewerEventService } from '../viewer-event.service';
|
|
14
|
+
import { IcpService } from '../../icp/icp.service';
|
|
14
15
|
export declare class PdfViewerComponent implements AfterContentInit, OnChanges, OnDestroy {
|
|
15
16
|
private store;
|
|
16
17
|
private icpStore;
|
|
@@ -18,6 +19,7 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
|
|
|
18
19
|
private readonly printService;
|
|
19
20
|
readonly toolbarEvents: ToolbarEventService;
|
|
20
21
|
private readonly viewerEvents;
|
|
22
|
+
private icpService;
|
|
21
23
|
readonly toolbarButtons: ToolbarButtonVisibilityService;
|
|
22
24
|
mediaLoadStatus: EventEmitter<ResponseType>;
|
|
23
25
|
pdfViewerException: EventEmitter<ViewerException>;
|
|
@@ -49,7 +51,7 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
|
|
|
49
51
|
showCommentsPanel: boolean;
|
|
50
52
|
showIcpParticipantsList: boolean;
|
|
51
53
|
enableGrabNDrag: boolean;
|
|
52
|
-
constructor(store: Store<fromStore.AnnotationSetState>, icpStore: Store<IcpState>, pdfJsWrapperFactory: PdfJsWrapperFactory, printService: PrintService, toolbarEvents: ToolbarEventService, viewerEvents: ViewerEventService, toolbarButtons: ToolbarButtonVisibilityService);
|
|
54
|
+
constructor(store: Store<fromStore.AnnotationSetState>, icpStore: Store<IcpState>, pdfJsWrapperFactory: PdfJsWrapperFactory, printService: PrintService, toolbarEvents: ToolbarEventService, viewerEvents: ViewerEventService, icpService: IcpService, toolbarButtons: ToolbarButtonVisibilityService);
|
|
53
55
|
ngAfterContentInit(): Promise<void>;
|
|
54
56
|
ngOnChanges(changes: SimpleChanges): Promise<void>;
|
|
55
57
|
resetRotation(): void;
|
|
@@ -59,7 +61,7 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
|
|
|
59
61
|
private onDocumentLoaded;
|
|
60
62
|
private onDocumentLoadFailed;
|
|
61
63
|
private updatePages;
|
|
62
|
-
searchBarHidden: boolean;
|
|
64
|
+
set searchBarHidden(hidden: boolean);
|
|
63
65
|
toggleCommentsSummary(): void;
|
|
64
66
|
private rotateDocument;
|
|
65
67
|
private initDocumentProgress;
|
|
@@ -68,4 +70,6 @@ export declare class PdfViewerComponent implements AfterContentInit, OnChanges,
|
|
|
68
70
|
setPageHeights(): void;
|
|
69
71
|
calculateZoomValue(zoomValue: any, increment?: number): number;
|
|
70
72
|
private goToDestination;
|
|
73
|
+
getCurrentPageNumber(): number;
|
|
71
74
|
}
|
|
75
|
+
//# sourceMappingURL=pdf-viewer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-viewer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-viewer.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/pdf-viewer.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
|
-
import { TreeNode } from 'angular-tree-component';
|
|
4
|
+
import { TreeNode } from '@circlon/angular-tree-component';
|
|
5
5
|
import { Bookmark, BookmarkNode } from '../../../../store/models/bookmarks.interface';
|
|
6
6
|
import { AnnotationSetState } from '../../../../store/reducers/annotations.reducer';
|
|
7
7
|
import { DocumentPages } from '../../../../store/reducers/document.reducer';
|
|
@@ -33,3 +33,4 @@ export declare class BookmarksComponent implements OnInit, OnDestroy {
|
|
|
33
33
|
private getSibling;
|
|
34
34
|
private scaledY;
|
|
35
35
|
}
|
|
36
|
+
//# sourceMappingURL=bookmarks.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmarks.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAG3D,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAEtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,6CAA6C,CAAC;AAE5E,OAAO,KAAK,aAAa,MAAM,8CAA8C,CAAC;AAG9E,qBAIa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAkB9C,OAAO,CAAC,KAAK;IAhBhB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACd,eAAe,sBAA6B;IAEtD,UAAU,EAAE;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,aAAa,CAAA;KAAE,CAAM;IACrD,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,SAAM;IAEzB,OAAO;;;MAGL;IAEF,aAAa,EAAE,YAAY,CAAC;gBAER,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,GAAG,kBAAkB,CAAC;IAEnF,QAAQ,IAAI,IAAI;IAahB,WAAW,IAAI,IAAI;IAInB,YAAY,CAAC,EAAE,KAAA;IAIf,cAAc,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG;IAkBtC,cAAc,CAAC,IAAI,EAAE,QAAQ;IAY7B,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,KAAA;IAWvC,YAAY,CAAC,QAAQ,EAAE,QAAQ;IA4B/B,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,OAAO;CAIhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmarks.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmarks.interfaces.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,GAAG,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE;QAAE,CAAC,EAAE,EAAE,MAAM,GAAG,QAAQ,CAAA;KAAE,CAAC;IACrC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CACzD"}
|
|
@@ -2,9 +2,16 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { Outline } from './outline.model';
|
|
3
3
|
export declare class OutlineItemComponent implements OnInit {
|
|
4
4
|
outline: Outline;
|
|
5
|
+
currentPageNumber: Number;
|
|
6
|
+
isCurrentSection: boolean;
|
|
7
|
+
endPage: Number;
|
|
5
8
|
navigationEvent: EventEmitter<any>;
|
|
6
9
|
showOutlineItems: boolean;
|
|
7
10
|
ngOnInit(): void;
|
|
8
11
|
goToDestination(destination: any): void;
|
|
9
12
|
toggleOutline(): void;
|
|
13
|
+
isViewedItem(current: Outline, next: Outline): boolean;
|
|
14
|
+
findEndPage(next: Outline): number;
|
|
15
|
+
showHighlightOutlineCss(): "highlightedOutlineItem" | "outlineItem";
|
|
10
16
|
}
|
|
17
|
+
//# sourceMappingURL=outline-item.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outline-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,qBAIa,oBAAqB,YAAW,MAAM;IAExC,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IACf,eAAe,oBAAsB;IAE/C,gBAAgB,EAAE,OAAO,CAAC;IAE1B,QAAQ;IAIR,eAAe,CAAC,WAAW,EAAE,GAAG;IAMhC,aAAa;IAIb,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO;IAKtD,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM;IAIlC,uBAAuB;CAGxB"}
|
package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ngfactory.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outline-item.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outline.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/outline-item/outline.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,EAAE,EAAE,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,SAAS,EAAE,GAAG,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,GAAG,CAAC;IACf,GAAG,EAAE,GAAG,CAAC;CACV"}
|
|
@@ -13,6 +13,7 @@ export declare class SideBarComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
13
13
|
url: string;
|
|
14
14
|
zoom: number;
|
|
15
15
|
rotate: number;
|
|
16
|
+
currentPageNumber: number;
|
|
16
17
|
selectedView: string;
|
|
17
18
|
bookmarkNodes$: Observable<BookmarkNode[]>;
|
|
18
19
|
$subscription: Subscription;
|
|
@@ -23,4 +24,7 @@ export declare class SideBarComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
23
24
|
goToDestination(destination: any[]): void;
|
|
24
25
|
toggleSidebarView(sidebarView: string): void;
|
|
25
26
|
onAddBookmarkClick(): void;
|
|
27
|
+
isViewedItem(current: Outline, next: Outline): boolean;
|
|
28
|
+
findEndPage(next: Outline): number;
|
|
26
29
|
}
|
|
30
|
+
//# sourceMappingURL=side-bar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"side-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/side-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAE5C,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAIzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAE3E,qBAIa,gBAAiB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAevD,OAAO,CAAC,YAAY;IAC9B,OAAO,CAAC,KAAK;IAdN,kBAAkB,EAAE,OAAO,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,CAAC;IAGnC,YAAY,SAAa;IACzB,cAAc,EAAE,UAAU,CAAC,YAAY,EAAE,CAAC,CAAC;IAE3C,aAAa,EAAE,YAAY,CAAC;gBAER,YAAY,EAAE,kBAAkB,EAC1C,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC;IAGtC,QAAQ,IAAI,IAAI;IAMhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,WAAW,EAAE,GAAG,EAAE;IAIlC,iBAAiB,CAAC,WAAW,EAAE,MAAM;IAIrC,kBAAkB;IAUlB,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO;IAKtD,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM;CAGnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"side-bar.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../projects/media-viewer/src/lib/viewers/pdf-viewer/side-bar/side-bar.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rotation-api.service.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-api.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,qBACa,kBAAkB;IAK3B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHtB,cAAc,SAAuB;gBAGzB,UAAU,EAAE,UAAU;IAGlC,WAAW,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAMnE,YAAY,CAAC,OAAO,EAAE,QAAQ,GAAG,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;CAU3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rotation-api.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-api.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rotation-persist.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-persist.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAgB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvF,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAI5C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,8BAA8B,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAGpC,qBAGa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAQpD,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,KAAK;aACG,cAAc,EAAE,8BAA8B;IAC9D,OAAO,CAAC,aAAa;IATjC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,SAAK;IACb,aAAa,SAAK;IAElB,cAAc,EAAE,YAAY,CAAC;gBAET,EAAE,EAAE,UAAU,EACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,EAC7B,cAAc,EAAE,8BAA8B,EACtD,aAAa,EAAE,mBAAmB;IAGtD,QAAQ;IAUR,WAAW;IAKX,WAAW,CAAC,MAAM,EAAE,YAAY;IAahC,OAAO,CAAC,QAAQ;IAKhB,OAAO,CAAC,YAAY;CAOrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rotation-persist.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation-persist.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rotation.model.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/rotation-persist/rotation.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unsupported-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/unsupported-viewer/unsupported-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,EAAa,SAAS,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AACjH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,qBAIa,0BAA2B,YAAW,MAAM,EAAE,SAAS;aAehD,aAAa,EAAE,mBAAmB;IAClD,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAd3B,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IAEtB,UAAU,6BAAoC;IAC9C,0BAA0B,gCAAuC;IAE/B,YAAY,EAAE,UAAU,CAAC;IAErE,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,eAAe,CAAkB;gBAGvB,aAAa,EAAE,mBAAmB,EACjC,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IAmBvB,WAAW,IAAI,IAAI;CAMpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unsupported-viewer.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/media-viewer/src/lib/viewers/unsupported-viewer/unsupported-viewer.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewer-event.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-event.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,yEAAyE,CAAC;AAEpG,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED,qBACa,kBAAkB;IAE7B,SAAgB,aAAa,qBAA4B;IACzD,SAAgB,YAAY,qBAA4B;IACxD,SAAgB,iBAAiB,mBAAiB;IAClD,SAAgB,eAAe,iBAAwB;;IAIhD,YAAY,CAAC,aAAa,EAAE,SAAS,GAAG,IAAI;IAI5C,WAAW,CAAC,aAAa,EAAE,SAAS,GAAG,IAAI;IAI3C,eAAe,IAAI,IAAI;IAKvB,eAAe,CAAC,WAAW,EAAE,GAAG,EAAE;CAG1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewer-event.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-event.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewer-exception.model.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-exception.model.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;CAC5B;AAED,MAAM,WAAW,eAAe;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,eAAe;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,eAAe,CAAC;gBAEb,aAAa,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,eAAe;CAI7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewer-util.service.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-util.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBAGa,iBAAiB;IAE1B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAGnB,YAAY,CAAC,GAAG,EAAE,MAAM;CAGhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewer-util.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/media-viewer/src/lib/viewers/viewer-util.service.ngfactory.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmcts/media-viewer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"description": "Media Viewer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Angular",
|
|
@@ -17,34 +17,33 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"angular-tree-component": "^
|
|
21
|
-
"@swimlane/ngx-datatable": "^
|
|
20
|
+
"@circlon/angular-tree-component": "^11.0.0",
|
|
21
|
+
"@swimlane/ngx-datatable": "^19.0.0",
|
|
22
22
|
"hammerjs": "^2.0.8",
|
|
23
23
|
"mutable-div": "0.0.11",
|
|
24
24
|
"pdfjs-dist": "2.5.207",
|
|
25
25
|
"uuid": "^3.4.0",
|
|
26
26
|
"socket.io-client": "^3.1.1",
|
|
27
|
-
"tslib": "^
|
|
27
|
+
"tslib": "^2.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@angular/animations": "
|
|
31
|
-
"@angular/common": "
|
|
32
|
-
"@angular/core": "
|
|
33
|
-
"@angular/forms": "
|
|
34
|
-
"@angular/platform-browser": "
|
|
35
|
-
"@
|
|
36
|
-
"@ngrx/
|
|
37
|
-
"@ngrx/store": "^
|
|
38
|
-
"@ngrx/store
|
|
30
|
+
"@angular/animations": "^11.2.14",
|
|
31
|
+
"@angular/common": "^11.2.14",
|
|
32
|
+
"@angular/core": "^11.2.14",
|
|
33
|
+
"@angular/forms": "^11.2.14",
|
|
34
|
+
"@angular/platform-browser": "^11.2.14",
|
|
35
|
+
"@angular/material": "^11.2.14",
|
|
36
|
+
"@ngrx/effects": "^11.0.0",
|
|
37
|
+
"@ngrx/router-store": "^11.0.0",
|
|
38
|
+
"@ngrx/store": "^11.0.0",
|
|
39
|
+
"@ngrx/store-devtools": "^11.0.0"
|
|
39
40
|
},
|
|
40
41
|
"main": "bundles/hmcts-media-viewer.umd.js",
|
|
41
|
-
"module": "
|
|
42
|
+
"module": "fesm2015/hmcts-media-viewer.js",
|
|
42
43
|
"es2015": "fesm2015/hmcts-media-viewer.js",
|
|
43
|
-
"esm5": "esm5/hmcts-media-viewer.js",
|
|
44
44
|
"esm2015": "esm2015/hmcts-media-viewer.js",
|
|
45
|
-
"fesm5": "fesm5/hmcts-media-viewer.js",
|
|
46
45
|
"fesm2015": "fesm2015/hmcts-media-viewer.js",
|
|
47
46
|
"typings": "hmcts-media-viewer.d.ts",
|
|
48
47
|
"metadata": "hmcts-media-viewer.metadata.json",
|
|
49
48
|
"sideEffects": false
|
|
50
|
-
}
|
|
49
|
+
}
|
package/public_api.d.ts
CHANGED
|
@@ -25,3 +25,4 @@ export * from './lib/annotations/annotation-set/metadata-layer/metadata-layer.co
|
|
|
25
25
|
export * from './lib/annotations/pipes/filter/filter.pipe';
|
|
26
26
|
export * from './lib/annotations/pipes/unsnake/unsnake.pipe';
|
|
27
27
|
export * from './lib/annotations/pipes/date/date.pipe';
|
|
28
|
+
//# sourceMappingURL=public_api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../projects/media-viewer/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kEAAkE,CAAC;AACjF,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iDAAiD,CAAC;AAChE,cAAc,4EAA4E,CAAC;AAC3F,cAAc,wGAAwG,CAAC;AACvH,cAAc,2DAA2D,CAAC;AAC1E,cAAc,qDAAqD,CAAC;AACpE,cAAc,+EAA+E,CAAC;AAC9F,cAAc,0FAA0F,CAAC;AACzG,cAAc,+DAA+D,CAAC;AAC9E,cAAc,uCAAuC,CAAC;AACtD,cAAc,0FAA0F,CAAC;AACzG,cAAc,0EAA0E,CAAC;AACzF,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wCAAwC,CAAC"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* Generated bundle index. Do not edit.
|
|
7
|
-
*/
|
|
8
|
-
export { MediaViewerModule, ToolbarButtonVisibilityService, ToolbarEventService, ToolbarModule, AnnotationApiService, AnnotationsModule, ResponseType, ViewerException, reducer, initialState, getAnnoSet, getCommentEnts, getAnnoPageEnt, getAnnoEnt, getSelectedAnno, commentSearchQ, getSummaryFilters, getAnnotationsSetState, getAnnotationEntities, getSet, getDocumentIdSetId, getAnnotationSet, getSelectedAnnotation, getCommentEntities, getPageEntities, getComponentSearchQueries, getComponentSearchText, getCommentSummaryFilters, getAnnoPerPage, getCommentsArray, getCommentSummary, getFilteredAnnotations, LOAD_ANNOTATION_SET, LOAD_ANNOTATION_SET_SUCCESS, LOAD_ANNOTATION_SET_FAIL, SAVE_ANNOTATION, SAVE_ANNOTATION_SUCCESS, SAVE_ANNOTATION_FAIL, ADD_OR_EDIT_COMMENT, DELETE_ANNOTATION, DELETE_ANNOTATION_SUCCESS, DELETE_ANNOTATION_FAIL, SELECT_ANNOTATION, SEARCH_COMMENT, APPLY_COMMENT_SUMMARY_FILTER, CLEAR_COMMENT_SUMMARY_FILTER, LoadAnnotationSet, LoadAnnotationSetSucess, LoadAnnotationSetFail, SaveAnnotation, SaveAnnotationSuccess, SaveAnnotationFail, AddOrEditComment, DeleteAnnotation, DeleteAnnotationSuccess, DeleteAnnotationFail, SelectedAnnotation, SearchComment, ApplyCommentSymmaryFilter, ClearCommentSummaryFilters, AnnotationEffects, MediaViewerComponent, MainToolbarComponent, SearchBarComponent, RedactionToolbarComponent, IcpToolbarComponent, AnnotationViewComponent, BoxHighlightCreateComponent, AnnotationSetComponent, CommentSetComponent, CommentSetHeaderComponent, CommentSearchComponent, CommentsSummaryComponent, TagsComponent, CommentFilterComponent, MetadataLayerComponent, FilterPipe, UnsnakePipe, MomentDatePipe } from './public_api';
|
|
9
|
-
export { HighlightCreateDirective as ɵce } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive';
|
|
10
|
-
export { HighlightCreateService as ɵu } from './lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service';
|
|
11
|
-
export { RectangleComponent as ɵx } from './lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component';
|
|
12
|
-
export { CtxToolbarComponent as ɵbb } from './lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component';
|
|
13
|
-
export { CommentsNavigateComponent as ɵbd } from './lib/annotations/comment-set/comment-navigate/comments-navigate.component';
|
|
14
|
-
export { CommentSetRenderService as ɵbc } from './lib/annotations/comment-set/comment-set-render.service';
|
|
15
|
-
export { CommentComponent as ɵy } from './lib/annotations/comment-set/comment/comment.component';
|
|
16
|
-
export { CommentService as ɵw } from './lib/annotations/comment-set/comment/comment.service';
|
|
17
|
-
export { TextHighlightDirective as ɵba } from './lib/annotations/comment-set/comment/text-highlight/text-highlight.directive';
|
|
18
|
-
export { TextareaAutoExpandDirective as ɵbe } from './lib/annotations/comment-set/comment/textarea-auto-expand/textarea-auto-expand.directive';
|
|
19
|
-
export { BookmarksApiService as ɵbg } from './lib/annotations/services/bookmarks-api/bookmarks-api.service';
|
|
20
|
-
export { TagsServices as ɵz } from './lib/annotations/services/tags/tags.services';
|
|
21
|
-
export { BookmarkIconsComponent as ɵch } from './lib/bookmark/components/bookmark-icons.component';
|
|
22
|
-
export { ConfirmActionDialogComponent as ɵcf } from './lib/icp/confirm-exit/confirm-action-dialog.component';
|
|
23
|
-
export { IcpFollowerService as ɵcl } from './lib/icp/icp-follower.service';
|
|
24
|
-
export { IcpPresenterService as ɵck } from './lib/icp/icp-presenter.service';
|
|
25
|
-
export { IcpSessionApiService as ɵbp } from './lib/icp/icp-session-api.service';
|
|
26
|
-
export { IcpUpdateService as ɵbq } from './lib/icp/icp-update.service';
|
|
27
|
-
export { IcpService as ɵcj } from './lib/icp/icp.service';
|
|
28
|
-
export { ParticipantsListComponent as ɵci } from './lib/icp/participants-list/participants-list.component';
|
|
29
|
-
export { SocketService as ɵbr } from './lib/icp/socket.service';
|
|
30
|
-
export { PrintService as ɵbf } from './lib/print.service';
|
|
31
|
-
export { RedactionComponent as ɵcg } from './lib/redaction/components/redaction.component';
|
|
32
|
-
export { RedactionApiService as ɵbk } from './lib/redaction/services/redaction-api.service';
|
|
33
|
-
export { GovUkDateComponent as ɵq } from './lib/shared/gov-uk-date/gov-uk-date.component';
|
|
34
|
-
export { GovUkErrorMessageComponent as ɵr } from './lib/shared/gov-uk-error-message/gov-uk-error-message.component';
|
|
35
|
-
export { GovUkFieldsetComponent as ɵs } from './lib/shared/gov-uk-fieldset/gov-uk-fieldset.component';
|
|
36
|
-
export { GovUkLabelComponent as ɵt } from './lib/shared/gov-uk-label/gov-uk-label.component';
|
|
37
|
-
export { SharedModule as ɵp } from './lib/shared/shared.module';
|
|
38
|
-
export { NumberHelperService as ɵa } from './lib/shared/util/services/number.helper.service';
|
|
39
|
-
export { BookmarksEffects as ɵbi } from './lib/store/effects/bookmarks.effects';
|
|
40
|
-
export { DocumentEffects as ɵbl } from './lib/store/effects/document.effects';
|
|
41
|
-
export { IcpEffects as ɵbo } from './lib/store/effects/icp.effects';
|
|
42
|
-
export { effects as ɵbh } from './lib/store/effects/index';
|
|
43
|
-
export { RedactionEffects as ɵbj } from './lib/store/effects/redaction.effects';
|
|
44
|
-
export { bookmarksReducer as ɵl } from './lib/store/reducers/bookmarks.reducer';
|
|
45
|
-
export { docReducer as ɵf, getDocPages as ɵg } from './lib/store/reducers/document.reducer';
|
|
46
|
-
export { icpReducer as ɵn } from './lib/store/reducers/icp.reducer';
|
|
47
|
-
export { redactionReducer as ɵm } from './lib/store/reducers/redaction.reducer';
|
|
48
|
-
export { getMVState as ɵd, reducers as ɵc } from './lib/store/reducers/reducers';
|
|
49
|
-
export { getFilteredComments as ɵi, getFilteredPageEnt as ɵj, tagsReducer as ɵh } from './lib/store/reducers/tags.reducer';
|
|
50
|
-
export { getDocumentState as ɵcm, getPages as ɵcn } from './lib/store/selectors/document.selectors';
|
|
51
|
-
export { getFilteredPageEntities as ɵcq, getTagFiltered as ɵcp, getTagsRootState as ɵco } from './lib/store/selectors/tag.selectors';
|
|
52
|
-
export { ConvertibleContentViewerComponent as ɵcb } from './lib/viewers/convertible-content-viewer/convertible-content-viewer.component';
|
|
53
|
-
export { DocumentConversionApiService as ɵbm } from './lib/viewers/convertible-content-viewer/document-conversion-api.service';
|
|
54
|
-
export { GrabNDragDirective as ɵcc } from './lib/viewers/grab-n-drag.directive';
|
|
55
|
-
export { ImageViewerComponent as ɵbx } from './lib/viewers/image-viewer/image-viewer.component';
|
|
56
|
-
export { MultimediaPlayerComponent as ɵca } from './lib/viewers/multimedia-player/multimedia-player.component';
|
|
57
|
-
export { PdfJsWrapperFactory as ɵbt } from './lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider';
|
|
58
|
-
export { PdfViewerComponent as ɵbs } from './lib/viewers/pdf-viewer/pdf-viewer.component';
|
|
59
|
-
export { BookmarksComponent as ɵbv } from './lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component';
|
|
60
|
-
export { OutlineItemComponent as ɵbw } from './lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component';
|
|
61
|
-
export { SideBarComponent as ɵbu } from './lib/viewers/pdf-viewer/side-bar/side-bar.component';
|
|
62
|
-
export { RotationApiService as ɵbn } from './lib/viewers/rotation-persist/rotation-api.service';
|
|
63
|
-
export { RotationPersistDirective as ɵcd } from './lib/viewers/rotation-persist/rotation-persist.directive';
|
|
64
|
-
export { UnsupportedViewerComponent as ɵbz } from './lib/viewers/unsupported-viewer/unsupported-viewer.component';
|
|
65
|
-
export { ViewerEventService as ɵv } from './lib/viewers/viewer-event.service';
|
|
66
|
-
export { ViewerUtilService as ɵby } from './lib/viewers/viewer-util.service';
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG1jdHMtbWVkaWEtdmlld2VyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGhtY3RzL21lZGlhLXZpZXdlci8iLCJzb3VyY2VzIjpbImhtY3RzLW1lZGlhLXZpZXdlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O0FBSUEsZ25EQUFjLGNBQWMsQ0FBQztBQUU3QixPQUFPLEVBQUMsd0JBQXdCLElBQUksR0FBRyxFQUFDLE1BQU0sZ0dBQWdHLENBQUM7QUFDL0ksT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLDhGQUE4RixDQUFDO0FBRTFJLE9BQU8sRUFBQyxrQkFBa0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxnRkFBZ0YsQ0FBQztBQUN4SCxPQUFPLEVBQUMsbUJBQW1CLElBQUksR0FBRyxFQUFDLE1BQU0sb0VBQW9FLENBQUM7QUFDOUcsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEdBQUcsRUFBQyxNQUFNLDRFQUE0RSxDQUFDO0FBQzVILE9BQU8sRUFBQyx1QkFBdUIsSUFBSSxHQUFHLEVBQUMsTUFBTSwwREFBMEQsQ0FBQztBQUN4RyxPQUFPLEVBQUMsZ0JBQWdCLElBQUksRUFBRSxFQUFDLE1BQU0seURBQXlELENBQUM7QUFFL0YsT0FBTyxFQUFDLGNBQWMsSUFBSSxFQUFFLEVBQUMsTUFBTSx1REFBdUQsQ0FBQztBQUMzRixPQUFPLEVBQUMsc0JBQXNCLElBQUksR0FBRyxFQUFDLE1BQU0sK0VBQStFLENBQUM7QUFDNUgsT0FBTyxFQUFDLDJCQUEyQixJQUFJLEdBQUcsRUFBQyxNQUFNLDJGQUEyRixDQUFDO0FBRTdJLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSxnRUFBZ0UsQ0FBQztBQUMxRyxPQUFPLEVBQUMsWUFBWSxJQUFJLEVBQUUsRUFBQyxNQUFNLCtDQUErQyxDQUFDO0FBQ2pGLE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxHQUFHLEVBQUMsTUFBTSxvREFBb0QsQ0FBQztBQUNqRyxPQUFPLEVBQUMs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QU0sK0VBQStFLENBQUM7QUFDdkksT0FBTyxFQUFDLDRCQUE0QixJQUFJLEdBQUcsRUFBQyxNQUFNLDBFQUEwRSxDQUFDO0FBQzdILE9BQU8sRUFBQyxrQkFBa0IsSUFBSSxHQUFHLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUM5RSxPQUFPLEVBQUMsb0JBQW9CLElBQUksR0FBRyxFQUFDLE1BQU0sbURBQW1ELENBQUM7QUFDOUYsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEdBQUcsRUFBQyxNQUFNLDZEQUE2RCxDQUFDO0FBQzdHLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSx5REFBeUQsQ0FBQztBQUNuRyxPQUFPLEVBQUMsa0JBQWtCLElBQUksR0FBRyxFQUFDLE1BQU0sK0NBQStDLENBQUM7QUFDeEYsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEdBQUcsRUFBQyxNQUFNLGlFQUFpRSxDQUFDO0FBQzFHLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxHQUFHLEVBQUMsTUFBTSx1RUFBdUUsQ0FBQztBQUNsSCxPQUFPLEVBQUMsZ0JBQWdCLElBQUksR0FBRyxFQUFDLE1BQU0sc0RBQXNELENBQUM7QUFDN0YsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEdBQUcsRUFBQyxNQUFNLHFEQUFxRCxDQUFDO0FBQzlGLE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxHQUFHLEVBQUMsTUFBTSwyREFBMkQsQ0FBQztBQUMxRyxPQUFPLEVBQUMsMEJBQTBCLElBQUksR0FBRyxFQUFDLE1BQU0sK0RBQStELENBQUM7QUFDaEgsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQzVFLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxHQUFHLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcblxuZXhwb3J0IHtIaWdobGlnaHRDcmVhdGVEaXJlY3RpdmUgYXMgybVjZX0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvYW5ub3RhdGlvbi1zZXQvYW5ub3RhdGlvbi1jcmVhdGUvaGlnaGxpZ2h0LWNyZWF0ZS9oaWdobGlnaHQtY3JlYXRlLmRpcmVjdGl2ZSc7XG5leHBvcnQge0hpZ2hsaWdodENyZWF0ZVNlcnZpY2UgYXMgybV1fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9hbm5vdGF0aW9uLXNldC9hbm5vdGF0aW9uLWNyZWF0ZS9oaWdobGlnaHQtY3JlYXRlL2hpZ2hsaWdodC1jcmVhdGUuc2VydmljZSc7XG5leHBvcnQge0Fubm90YXRpb24gYXMgybVjcn0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvYW5ub3RhdGlvbi1zZXQvYW5ub3RhdGlvbi12aWV3L2Fubm90YXRpb24ubW9kZWwnO1xuZXhwb3J0IHtSZWN0YW5nbGVDb21wb25lbnQgYXMgybV4fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9hbm5vdGF0aW9uLXNldC9hbm5vdGF0aW9uLXZpZXcvcmVjdGFuZ2xlL3JlY3RhbmdsZS5jb21wb25lbnQnO1xuZXhwb3J0IHtDdHhUb29sYmFyQ29tcG9uZW50IGFzIMm1YmJ9IGZyb20gJy4vbGliL2Fubm90YXRpb25zL2Fubm90YXRpb24tc2V0L2N0eC10b29sYmFyL2N0eC10b29sYmFyLmNvbXBvbmVudCc7XG5leHBvcnQge0NvbW1lbnRzTmF2aWdhdGVDb21wb25lbnQgYXMgybViZH0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvY29tbWVudC1zZXQvY29tbWVudC1uYXZpZ2F0ZS9jb21tZW50cy1uYXZpZ2F0ZS5jb21wb25lbnQnO1xuZXhwb3J0IHtDb21tZW50U2V0UmVuZGVyU2VydmljZSBhcyDJtWJjfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50LXNldC1yZW5kZXIuc2VydmljZSc7XG5leHBvcnQge0NvbW1lbnRDb21wb25lbnQgYXMgybV5fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50JztcbmV4cG9ydCB7Q29tbWVudCBhcyDJtWNzfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L2NvbW1lbnQubW9kZWwnO1xuZXhwb3J0IHtDb21tZW50U2VydmljZSBhcyDJtXd9IGZyb20gJy4vbGliL2Fubm90YXRpb25zL2NvbW1lbnQtc2V0L2NvbW1lbnQvY29tbWVudC5zZXJ2aWNlJztcbmV4cG9ydCB7VGV4dEhpZ2hsaWdodERpcmVjdGl2ZSBhcyDJtWJhfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L3RleHQtaGlnaGxpZ2h0L3RleHQtaGlnaGxpZ2h0LmRpcmVjdGl2ZSc7XG5leHBvcnQge1RleHRhcmVhQXV0b0V4cGFuZERpcmVjdGl2ZSBhcyDJtWJlfSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9jb21tZW50LXNldC9jb21tZW50L3RleHRhcmVhLWF1dG8tZXhwYW5kL3RleHRhcmVhLWF1dG8tZXhwYW5kLmRpcmVjdGl2ZSc7XG5leHBvcnQge1NlbGVjdGlvbkFubm90YXRpb24gYXMgybVjdH0gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvbW9kZWxzL2V2ZW50LXNlbGVjdC5tb2RlbCc7XG5leHBvcnQge0Jvb2ttYXJrc0FwaVNlcnZpY2UgYXMgybViZ30gZnJvbSAnLi9saWIvYW5ub3RhdGlvbnMvc2VydmljZXMvYm9va21hcmtzLWFwaS9ib29rbWFya3MtYXBpLnNlcnZpY2UnO1xuZXhwb3J0IHtUYWdzU2VydmljZXMgYXMgybV6fSBmcm9tICcuL2xpYi9hbm5vdGF0aW9ucy9zZXJ2aWNlcy90YWdzL3RhZ3Muc2VydmljZXMnO1xuZXhwb3J0IHtCb29rbWFya0ljb25zQ29tcG9uZW50IGFzIMm1Y2h9IGZyb20gJy4vbGliL2Jvb2ttYXJrL2NvbXBvbmVudHMvYm9va21hcmstaWNvbnMuY29tcG9uZW50JztcbmV4cG9ydCB7Q29uZmlybUFjdGlvbkRpYWxvZ0NvbXBvbmVudCBhcyDJtWNmfSBmcm9tICcuL2xpYi9pY3AvY29uZmlybS1leGl0L2NvbmZpcm0tYWN0aW9uLWRpYWxvZy5jb21wb25lbnQnO1xuZXhwb3J0IHtJY3BGb2xsb3dlclNlcnZpY2UgYXMgybVjbH0gZnJvbSAnLi9saWIvaWNwL2ljcC1mb2xsb3dlci5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwUHJlc2VudGVyU2VydmljZSBhcyDJtWNrfSBmcm9tICcuL2xpYi9pY3AvaWNwLXByZXNlbnRlci5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwU2Vzc2lvbkFwaVNlcnZpY2UgYXMgybVicH0gZnJvbSAnLi9saWIvaWNwL2ljcC1zZXNzaW9uLWFwaS5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwVXBkYXRlU2VydmljZSBhcyDJtWJxfSBmcm9tICcuL2xpYi9pY3AvaWNwLXVwZGF0ZS5zZXJ2aWNlJztcbmV4cG9ydCB7SWNwU3RhdGUgYXMgybVvfSBmcm9tICcuL2xpYi9pY3AvaWNwLmludGVyZmFjZXMnO1xuZXhwb3J0IHtJY3BTZXJ2aWNlIGFzIMm1Y2p9IGZyb20gJy4vbGliL2ljcC9pY3Auc2VydmljZSc7XG5leHBvcnQge1BhcnRpY2lwYW50c0xpc3RDb21wb25lbnQgYXMgybVjaX0gZnJvbSAnLi9saWIvaWNwL3BhcnRpY2lwYW50cy1saXN0L3BhcnRpY2lwYW50cy1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQge1NvY2tldFNlcnZpY2UgYXMgybVicn0gZnJvbSAnLi9saWIvaWNwL3NvY2tldC5zZXJ2aWNlJztcbmV4cG9ydCB7UHJpbnRTZXJ2aWNlIGFzIMm1YmZ9IGZyb20gJy4vbGliL3ByaW50LnNlcnZpY2UnO1xuZXhwb3J0IHtSZWRhY3Rpb25Db21wb25lbnQgYXMgybVjZ30gZnJvbSAnLi9saWIvcmVkYWN0aW9uL2NvbXBvbmVudHMvcmVkYWN0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQge1JlZGFjdGlvbkFwaVNlcnZpY2UgYXMgybVia30gZnJvbSAnLi9saWIvcmVkYWN0aW9uL3NlcnZpY2VzL3JlZGFjdGlvbi1hcGkuc2VydmljZSc7XG5leHBvcnQge0dvdlVrRGF0ZUNvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbGliL3NoYXJlZC9nb3YtdWstZGF0ZS9nb3YtdWstZGF0ZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0Vycm9yTWVzc2FnZUNvbXBvbmVudCBhcyDJtXJ9IGZyb20gJy4vbGliL3NoYXJlZC9nb3YtdWstZXJyb3ItbWVzc2FnZS9nb3YtdWstZXJyb3ItbWVzc2FnZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0ZpZWxkc2V0Q29tcG9uZW50IGFzIMm1c30gZnJvbSAnLi9saWIvc2hhcmVkL2dvdi11ay1maWVsZHNldC9nb3YtdWstZmllbGRzZXQuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtMYWJlbENvbXBvbmVudCBhcyDJtXR9IGZyb20gJy4vbGliL3NoYXJlZC9nb3YtdWstbGFiZWwvZ292LXVrLWxhYmVsLmNvbXBvbmVudCc7XG5leHBvcnQge1NoYXJlZE1vZHVsZSBhcyDJtXB9IGZyb20gJy4vbGliL3NoYXJlZC9zaGFyZWQubW9kdWxlJztcbmV4cG9ydCB7TnVtYmVySGVscGVyU2VydmljZSBhcyDJtWF9IGZyb20gJy4vbGliL3NoYXJlZC91dGlsL3NlcnZpY2VzL251bWJlci5oZWxwZXIuc2VydmljZSc7XG5leHBvcnQge0Jvb2ttYXJrc0VmZmVjdHMgYXMgybViaX0gZnJvbSAnLi9saWIvc3RvcmUvZWZmZWN0cy9ib29rbWFya3MuZWZmZWN0cyc7XG5leHBvcnQge0RvY3VtZW50RWZmZWN0cyBhcyDJtWJsfSBmcm9tICcuL2xpYi9zdG9yZS9lZmZlY3RzL2RvY3VtZW50LmVmZmVjdHMnO1xuZXhwb3J0IHtJY3BFZmZlY3RzIGFzIMm1Ym99IGZyb20gJy4vbGliL3N0b3JlL2VmZmVjdHMvaWNwLmVmZmVjdHMnO1xuZXhwb3J0IHtlZmZlY3RzIGFzIMm1Ymh9IGZyb20gJy4vbGliL3N0b3JlL2VmZmVjdHMvaW5kZXgnO1xuZXhwb3J0IHtSZWRhY3Rpb25FZmZlY3RzIGFzIMm1Ymp9IGZyb20gJy4vbGliL3N0b3JlL2VmZmVjdHMvcmVkYWN0aW9uLmVmZmVjdHMnO1xuZXhwb3J0IHtGaWx0ZXJzIGFzIMm1Y3V9IGZyb20gJy4vbGliL3N0b3JlL21vZGVscy9maWx0ZXJzLmludGVyZmFjZSc7XG5leHBvcnQge0Jvb2ttYXJrc1N0YXRlIGFzIMm1ayxib29rbWFya3NSZWR1Y2VyIGFzIMm1bH0gZnJvbSAnLi9saWIvc3RvcmUvcmVkdWNlcnMvYm9va21hcmtzLnJlZHVjZXInO1xuZXhwb3J0IHtEb2N1bWVudFN0YXRlIGFzIMm1ZSxkb2NSZWR1Y2VyIGFzIMm1ZixnZXREb2NQYWdlcyBhcyDJtWd9IGZyb20gJy4vbGliL3N0b3JlL3JlZHVjZXJzL2RvY3VtZW50LnJlZHVjZXInO1xuZXhwb3J0IHtpY3BSZWR1Y2VyIGFzIMm1bn0gZnJvbSAnLi9saWIvc3RvcmUvcmVkdWNlcnMvaWNwLnJlZHVjZXInO1xuZXhwb3J0IHtyZWRhY3Rpb25SZWR1Y2VyIGFzIMm1bX0gZnJvbSAnLi9saWIvc3RvcmUvcmVkdWNlcnMvcmVkYWN0aW9uLnJlZHVjZXInO1xuZXhwb3J0IHtTdGF0ZSBhcyDJtWIsZ2V0TVZTdGF0ZSBhcyDJtWQscmVkdWNlcnMgYXMgybVjfSBmcm9tICcuL2xpYi9zdG9yZS9yZWR1Y2Vycy9yZWR1Y2Vycyc7XG5leHBvcnQge2dldEZpbHRlcmVkQ29tbWVudHMgYXMgybVpLGdldEZpbHRlcmVkUGFnZUVudCBhcyDJtWosdGFnc1JlZHVjZXIgYXMgybVofSBmcm9tICcuL2xpYi9zdG9yZS9yZWR1Y2Vycy90YWdzLnJlZHVjZXInO1xuZXhwb3J0IHtnZXREb2N1bWVudFN0YXRlIGFzIMm1Y20sZ2V0UGFnZXMgYXMgybVjbn0gZnJvbSAnLi9saWIvc3RvcmUvc2VsZWN0b3JzL2RvY3VtZW50LnNlbGVjdG9ycyc7XG5leHBvcnQge2dldEZpbHRlcmVkUGFnZUVudGl0aWVzIGFzIMm1Y3EsZ2V0VGFnRmlsdGVyZWQgYXMgybVjcCxnZXRUYWdzUm9vdFN0YXRlIGFzIMm1Y299IGZyb20gJy4vbGliL3N0b3JlL3NlbGVjdG9ycy90YWcuc2VsZWN0b3JzJztcbmV4cG9ydCB7Q29udmVydGlibGVDb250ZW50Vmlld2VyQ29tcG9uZW50IGFzIMm1Y2J9IGZyb20gJy4vbGliL3ZpZXdlcnMvY29udmVydGlibGUtY29udGVudC12aWV3ZXIvY29udmVydGlibGUtY29udGVudC12aWV3ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7RG9jdW1lbnRDb252ZXJzaW9uQXBpU2VydmljZSBhcyDJtWJtfSBmcm9tICcuL2xpYi92aWV3ZXJzL2NvbnZlcnRpYmxlLWNvbnRlbnQtdmlld2VyL2RvY3VtZW50LWNvbnZlcnNpb24tYXBpLnNlcnZpY2UnO1xuZXhwb3J0IHtHcmFiTkRyYWdEaXJlY3RpdmUgYXMgybVjY30gZnJvbSAnLi9saWIvdmlld2Vycy9ncmFiLW4tZHJhZy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtJbWFnZVZpZXdlckNvbXBvbmVudCBhcyDJtWJ4fSBmcm9tICcuL2xpYi92aWV3ZXJzL2ltYWdlLXZpZXdlci9pbWFnZS12aWV3ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7TXVsdGltZWRpYVBsYXllckNvbXBvbmVudCBhcyDJtWNhfSBmcm9tICcuL2xpYi92aWV3ZXJzL211bHRpbWVkaWEtcGxheWVyL211bHRpbWVkaWEtcGxheWVyLmNvbXBvbmVudCc7XG5leHBvcnQge1BkZkpzV3JhcHBlckZhY3RvcnkgYXMgybVidH0gZnJvbSAnLi9saWIvdmlld2Vycy9wZGYtdmlld2VyL3BkZi1qcy9wZGYtanMtd3JhcHBlci5wcm92aWRlcic7XG5leHBvcnQge1BkZlZpZXdlckNvbXBvbmVudCBhcyDJtWJzfSBmcm9tICcuL2xpYi92aWV3ZXJzL3BkZi12aWV3ZXIvcGRmLXZpZXdlci5jb21wb25lbnQnO1xuZXhwb3J0IHtCb29rbWFya3NDb21wb25lbnQgYXMgybVidn0gZnJvbSAnLi9saWIvdmlld2Vycy9wZGYtdmlld2VyL3NpZGUtYmFyL2Jvb2ttYXJrcy9ib29rbWFya3MuY29tcG9uZW50JztcbmV4cG9ydCB7T3V0bGluZUl0ZW1Db21wb25lbnQgYXMgybVid30gZnJvbSAnLi9saWIvdmlld2Vycy9wZGYtdmlld2VyL3NpZGUtYmFyL291dGxpbmUtaXRlbS9vdXRsaW5lLWl0ZW0uY29tcG9uZW50JztcbmV4cG9ydCB7U2lkZUJhckNvbXBvbmVudCBhcyDJtWJ1fSBmcm9tICcuL2xpYi92aWV3ZXJzL3BkZi12aWV3ZXIvc2lkZS1iYXIvc2lkZS1iYXIuY29tcG9uZW50JztcbmV4cG9ydCB7Um90YXRpb25BcGlTZXJ2aWNlIGFzIMm1Ym59IGZyb20gJy4vbGliL3ZpZXdlcnMvcm90YXRpb24tcGVyc2lzdC9yb3RhdGlvbi1hcGkuc2VydmljZSc7XG5leHBvcnQge1JvdGF0aW9uUGVyc2lzdERpcmVjdGl2ZSBhcyDJtWNkfSBmcm9tICcuL2xpYi92aWV3ZXJzL3JvdGF0aW9uLXBlcnNpc3Qvcm90YXRpb24tcGVyc2lzdC5kaXJlY3RpdmUnO1xuZXhwb3J0IHtVbnN1cHBvcnRlZFZpZXdlckNvbXBvbmVudCBhcyDJtWJ6fSBmcm9tICcuL2xpYi92aWV3ZXJzL3Vuc3VwcG9ydGVkLXZpZXdlci91bnN1cHBvcnRlZC12aWV3ZXIuY29tcG9uZW50JztcbmV4cG9ydCB7Vmlld2VyRXZlbnRTZXJ2aWNlIGFzIMm1dn0gZnJvbSAnLi9saWIvdmlld2Vycy92aWV3ZXItZXZlbnQuc2VydmljZSc7XG5leHBvcnQge1ZpZXdlclV0aWxTZXJ2aWNlIGFzIMm1Ynl9IGZyb20gJy4vbGliL3ZpZXdlcnMvdmlld2VyLXV0aWwuc2VydmljZSc7Il19
|