@hmcts/media-viewer 2.7.14 → 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.
Files changed (115) hide show
  1. package/bundles/hmcts-media-viewer.umd.js +7404 -4728
  2. package/bundles/hmcts-media-viewer.umd.js.map +1 -1
  3. package/bundles/hmcts-media-viewer.umd.min.js +16 -1
  4. package/bundles/hmcts-media-viewer.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-media-viewer.js +60 -78
  6. package/esm2015/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +2 -2
  7. package/esm2015/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +2 -2
  8. package/esm2015/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +2 -2
  9. package/esm2015/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +2 -2
  10. package/esm2015/lib/annotations/comment-set/comment-set.component.js +3 -3
  11. package/esm2015/lib/annotations/comments-summary/comments-summary.component.js +2 -2
  12. package/esm2015/lib/annotations/services/tags/tags.services.js +3 -3
  13. package/esm2015/lib/icp/icp-update.service.js +3 -3
  14. package/esm2015/lib/media-viewer.component.js +5 -5
  15. package/esm2015/lib/print.service.js +1 -1
  16. package/esm2015/lib/shared/gov-uk-error-message/gov-uk-error-message.component.js +3 -2
  17. package/esm2015/lib/shared/gov-uk-label/gov-uk-label.component.js +3 -2
  18. package/esm2015/lib/shared/util/services/number.helper.service.js +4 -3
  19. package/esm2015/lib/store/effects/annotation.effects.js +7 -7
  20. package/esm2015/lib/store/effects/bookmarks.effects.js +11 -11
  21. package/esm2015/lib/store/effects/document.effects.js +7 -7
  22. package/esm2015/lib/store/effects/icp.effects.js +5 -5
  23. package/esm2015/lib/store/effects/redaction.effects.js +11 -11
  24. package/esm2015/lib/store/reducers/annotations.reducer.js +19 -19
  25. package/esm2015/lib/store/reducers/bookmarks.reducer.js +10 -10
  26. package/esm2015/lib/store/reducers/document.reducer.js +12 -12
  27. package/esm2015/lib/store/reducers/icp.reducer.js +7 -7
  28. package/esm2015/lib/store/reducers/redaction.reducer.js +11 -11
  29. package/esm2015/lib/store/reducers/tags.reducer.js +8 -8
  30. package/esm2015/lib/store/selectors/annotation.selectors.js +3 -3
  31. package/esm2015/lib/store/store-utils.js +10 -10
  32. package/esm2015/lib/toolbar/toolbar-button-visibility.service.js +1 -1
  33. package/esm2015/lib/toolbar/toolbar-event.service.js +1 -1
  34. package/esm2015/lib/viewers/image-viewer/image-viewer.component.js +3 -3
  35. package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +2 -2
  36. package/esm2015/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +1 -1
  37. package/esm2015/lib/viewers/pdf-viewer/pdf-viewer.component.js +4 -4
  38. package/esm2015/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +5 -5
  39. package/esm2015/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +2 -2
  40. package/esm2015/lib/viewers/viewer-event.service.js +1 -1
  41. package/esm2015/lib/viewers/viewer-util.service.js +1 -1
  42. package/esm2015/public_api.js +19 -1
  43. package/esm5/hmcts-media-viewer.js +60 -78
  44. package/esm5/lib/annotations/annotation-set/annotation-create/box-highlight-create/box-highlight-create.component.js +3 -3
  45. package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.directive.js +3 -3
  46. package/esm5/lib/annotations/annotation-set/annotation-create/highlight-create/highlight-create.service.js +3 -3
  47. package/esm5/lib/annotations/annotation-set/annotation-view/annotation-view.component.js +4 -4
  48. package/esm5/lib/annotations/annotation-set/annotation-view/rectangle/rectangle.component.js +5 -5
  49. package/esm5/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.js +3 -3
  50. package/esm5/lib/annotations/annotation-set/metadata-layer/metadata-layer.component.js +3 -3
  51. package/esm5/lib/annotations/comment-set/comment/comment.component.js +3 -3
  52. package/esm5/lib/annotations/comment-set/comment-navigate/comments-navigate.component.js +4 -4
  53. package/esm5/lib/annotations/comment-set/comment-set-header/comment-set-header.component.js +5 -5
  54. package/esm5/lib/annotations/comment-set/comment-set.component.js +4 -4
  55. package/esm5/lib/annotations/comments-summary/comments-summary.component.js +4 -4
  56. package/esm5/lib/annotations/pipes/date/date.pipe.js +3 -3
  57. package/esm5/lib/annotations/services/annotation-api/annotation-api.service.js +3 -3
  58. package/esm5/lib/annotations/services/tags/tags.services.js +5 -5
  59. package/esm5/lib/icp/icp-update.service.js +4 -4
  60. package/esm5/lib/media-viewer.component.js +6 -6
  61. package/esm5/lib/print.service.js +1 -1
  62. package/esm5/lib/redaction/components/redaction.component.js +3 -3
  63. package/esm5/lib/shared/util/services/number.helper.service.js +1 -1
  64. package/esm5/lib/store/bookmarks-store-utils.js +4 -4
  65. package/esm5/lib/store/effects/annotation.effects.js +7 -7
  66. package/esm5/lib/store/effects/bookmarks.effects.js +13 -13
  67. package/esm5/lib/store/effects/document.effects.js +7 -7
  68. package/esm5/lib/store/effects/icp.effects.js +5 -5
  69. package/esm5/lib/store/effects/redaction.effects.js +11 -11
  70. package/esm5/lib/store/reducers/annotations.reducer.js +25 -25
  71. package/esm5/lib/store/reducers/bookmarks.reducer.js +14 -14
  72. package/esm5/lib/store/reducers/document.reducer.js +13 -13
  73. package/esm5/lib/store/reducers/icp.reducer.js +8 -8
  74. package/esm5/lib/store/reducers/redaction.reducer.js +15 -15
  75. package/esm5/lib/store/reducers/tags.reducer.js +14 -14
  76. package/esm5/lib/store/selectors/annotation.selectors.js +4 -4
  77. package/esm5/lib/store/store-utils.js +12 -12
  78. package/esm5/lib/toolbar/main-toolbar/main-toolbar.component.js +3 -3
  79. package/esm5/lib/toolbar/search-bar/search-bar.component.js +3 -3
  80. package/esm5/lib/toolbar/toolbar-button-visibility.service.js +1 -1
  81. package/esm5/lib/toolbar/toolbar-event.service.js +1 -1
  82. package/esm5/lib/viewers/image-viewer/image-viewer.component.js +5 -5
  83. package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.js +5 -5
  84. package/esm5/lib/viewers/pdf-viewer/pdf-js/pdf-js-wrapper.provider.js +1 -1
  85. package/esm5/lib/viewers/pdf-viewer/pdf-viewer.component.js +7 -7
  86. package/esm5/lib/viewers/pdf-viewer/side-bar/bookmarks/bookmarks.component.js +7 -7
  87. package/esm5/lib/viewers/pdf-viewer/side-bar/side-bar.component.js +3 -3
  88. package/esm5/lib/viewers/unsupported-viewer/unsupported-viewer.component.js +3 -3
  89. package/esm5/lib/viewers/viewer-event.service.js +1 -1
  90. package/esm5/lib/viewers/viewer-util.service.js +1 -1
  91. package/esm5/public_api.js +19 -1
  92. package/fesm2015/hmcts-media-viewer.js +2617 -179
  93. package/fesm2015/hmcts-media-viewer.js.map +1 -1
  94. package/fesm5/hmcts-media-viewer.js +2574 -141
  95. package/fesm5/hmcts-media-viewer.js.map +1 -1
  96. package/hmcts-media-viewer-v2.8.1.tgz +0 -0
  97. package/hmcts-media-viewer.d.ts +63 -81
  98. package/hmcts-media-viewer.metadata.json +1 -1
  99. package/lib/annotations/annotation-set/ctx-toolbar/ctx-toolbar.component.d.ts +3 -3
  100. package/lib/annotations/comment-set/comment-set-header/comment-set-header.component.d.ts +1 -1
  101. package/lib/store/reducers/reducers.d.ts +1 -1
  102. package/lib/store/selectors/annotation.selectors.d.ts +17 -55
  103. package/lib/store/selectors/bookmark.selectors.d.ts +7 -17
  104. package/lib/store/selectors/document.selectors.d.ts +9 -14
  105. package/lib/store/selectors/icp.selectors.d.ts +8 -8
  106. package/lib/store/selectors/redaction.selectors.d.ts +7 -17
  107. package/lib/store/selectors/tag.selectors.d.ts +7 -16
  108. package/lib/toolbar/icp-event.service.d.ts +4 -4
  109. package/lib/toolbar/toolbar-event.service.d.ts +5 -5
  110. package/lib/viewers/image-viewer/image-viewer.component.d.ts +1 -1
  111. package/lib/viewers/pdf-viewer/side-bar/outline-item/outline-item.component.d.ts +1 -1
  112. package/lib/viewers/viewer-event.service.d.ts +1 -1
  113. package/package.json +7 -10
  114. package/public_api.d.ts +18 -0
  115. package/hmcts-media-viewer-v2.7.14.tgz +0 -0
@@ -1,27 +1,27 @@
1
+ import { Injectable, ɵɵdefineInjectable, ɵɵinject, EventEmitter, Component, ViewEncapsulation, Output, Input, ViewChild, ElementRef, ChangeDetectorRef, HostListener, NgModule, ViewChildren, Directive, Pipe } from '@angular/core';
2
+ import { CommonModule, DatePipe } from '@angular/common';
3
+ import { FormsModule, FormGroup, FormControl, FormBuilder, ReactiveFormsModule } from '@angular/forms';
4
+ import { HttpClient, HttpClientModule } from '@angular/common/http';
5
+ import { __spread, __awaiter, __generator, __assign, __read, __values, __extends, __decorate, __metadata } from 'tslib';
6
+ import { BehaviorSubject, Subject, asyncScheduler, combineLatest, Observable, of } from 'rxjs';
7
+ import { tap, throttleTime, filter, map, catchError, take, distinctUntilChanged, auditTime, switchMap, exhaustMap, withLatestFrom } from 'rxjs/operators';
8
+ import { createFeatureSelector, createSelector, select, Store, StoreModule } from '@ngrx/store';
1
9
  import { PDFLinkService, EventBus, PDFFindController, PDFViewer, DownloadManager } from 'pdfjs-dist/web/pdf_viewer';
2
10
  import { GlobalWorkerOptions, getDocument } from 'pdfjs-dist';
3
11
  import 'pdfjs-dist/build/pdf.worker';
4
12
  import uuid from 'uuid/v4';
13
+ import moment from 'moment-timezone';
5
14
  import 'hammerjs';
6
15
  import { ConnectionPositionPair, OverlayModule } from '@angular/cdk/overlay';
16
+ import { RouterModule } from '@angular/router';
7
17
  import { A11yModule } from '@angular/cdk/a11y';
8
- import { NgxDatatableModule } from '@swimlane/ngx-datatable';
9
- import moment from 'moment-timezone';
10
- import { CommonModule, DatePipe } from '@angular/common';
11
- import { FormsModule, FormBuilder, FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
18
+ import { MutableDivModule } from 'mutable-div';
12
19
  import { TagInputModule } from 'ngx-chips';
13
- import { RouterModule } from '@angular/router';
20
+ import { NgxDatatableModule } from '@swimlane/ngx-datatable';
21
+ import uuid$1, { v4 } from 'uuid';
22
+ import { ofType, Actions, Effect, EffectsModule } from '@ngrx/effects';
14
23
  import socketio from 'socket.io-client/dist/socket.io.js';
15
- import { HttpClient, HttpClientModule } from '@angular/common/http';
16
- import { Actions, Effect, ofType, EffectsModule } from '@ngrx/effects';
17
- import { BehaviorSubject, Subject, asyncScheduler, combineLatest, Observable, of } from 'rxjs';
18
- import { MutableDivModule } from 'mutable-div';
19
24
  import { TreeModule } from 'angular-tree-component';
20
- import { filter, tap, throttleTime, catchError, map, take, distinctUntilChanged, auditTime, exhaustMap, switchMap, withLatestFrom } from 'rxjs/operators';
21
- import { __assign, __awaiter, __generator, __spread, __values, __read, __extends, __decorate, __metadata } from 'tslib';
22
- import uuid$1, { v4 } from 'uuid';
23
- import { createFeatureSelector, createSelector, select, Store, StoreModule } from '@ngrx/store';
24
- import { Injectable, Component, NgModule, Input, Directive, ElementRef, HostListener, EventEmitter, Output, ViewEncapsulation, ViewChild, Pipe, ChangeDetectorRef, ɵɵdefineInjectable, ɵɵinject, ViewChildren } from '@angular/core';
25
25
 
26
26
  /**
27
27
  * @fileoverview added by tsickle
@@ -392,6 +392,78 @@ var PdfJsWrapper = /** @class */ (function () {
392
392
  };
393
393
  return PdfJsWrapper;
394
394
  }());
395
+ if (false) {
396
+ /**
397
+ * @type {?}
398
+ * @private
399
+ */
400
+ PdfJsWrapper.prototype.zoomValue;
401
+ /**
402
+ * @type {?}
403
+ * @private
404
+ */
405
+ PdfJsWrapper.prototype.documentTitle;
406
+ /**
407
+ * @type {?}
408
+ * @private
409
+ */
410
+ PdfJsWrapper.prototype.documentOutline;
411
+ /**
412
+ * @type {?}
413
+ * @private
414
+ */
415
+ PdfJsWrapper.prototype.pdfViewer;
416
+ /**
417
+ * @type {?}
418
+ * @private
419
+ */
420
+ PdfJsWrapper.prototype.downloadManager;
421
+ /**
422
+ * @type {?}
423
+ * @private
424
+ */
425
+ PdfJsWrapper.prototype.toolbarEvents;
426
+ /** @type {?} */
427
+ PdfJsWrapper.prototype.documentLoadInit;
428
+ /** @type {?} */
429
+ PdfJsWrapper.prototype.documentLoadProgress;
430
+ /** @type {?} */
431
+ PdfJsWrapper.prototype.documentLoaded;
432
+ /** @type {?} */
433
+ PdfJsWrapper.prototype.outlineLoaded;
434
+ /** @type {?} */
435
+ PdfJsWrapper.prototype.documentLoadFailed;
436
+ /** @type {?} */
437
+ PdfJsWrapper.prototype.pageRendered;
438
+ /** @type {?} */
439
+ PdfJsWrapper.prototype.positionUpdated;
440
+ }
441
+ /**
442
+ * @record
443
+ */
444
+ function DocumentLoadProgress() { }
445
+ if (false) {
446
+ /** @type {?} */
447
+ DocumentLoadProgress.prototype.loaded;
448
+ /** @type {?} */
449
+ DocumentLoadProgress.prototype.total;
450
+ }
451
+ /**
452
+ * @record
453
+ */
454
+ function PageEvent() { }
455
+ if (false) {
456
+ /** @type {?} */
457
+ PageEvent.prototype.div;
458
+ /** @type {?} */
459
+ PageEvent.prototype.scale;
460
+ /** @type {?} */
461
+ PageEvent.prototype.rotation;
462
+ /** @type {?} */
463
+ PageEvent.prototype.id;
464
+ /** @type {?} */
465
+ PageEvent.prototype.viewportScale;
466
+ }
395
467
 
396
468
  /**
397
469
  * @fileoverview added by tsickle
@@ -458,6 +530,7 @@ function () {
458
530
  });
459
531
 
460
532
  var icpEvents = /*#__PURE__*/Object.freeze({
533
+ __proto__: null,
461
534
  enabled: enabled,
462
535
  sessionLaunch: sessionLaunch,
463
536
  becomingPresenter: becomingPresenter,
@@ -477,6 +550,34 @@ var icpEvents = /*#__PURE__*/Object.freeze({
477
550
  * @fileoverview added by tsickle
478
551
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
479
552
  */
553
+ /**
554
+ * @record
555
+ */
556
+ function SearchOperation() { }
557
+ if (false) {
558
+ /** @type {?} */
559
+ SearchOperation.prototype.searchTerm;
560
+ /** @type {?} */
561
+ SearchOperation.prototype.highlightAll;
562
+ /** @type {?} */
563
+ SearchOperation.prototype.matchCase;
564
+ /** @type {?} */
565
+ SearchOperation.prototype.wholeWord;
566
+ /** @type {?} */
567
+ SearchOperation.prototype.previous;
568
+ /** @type {?} */
569
+ SearchOperation.prototype.reset;
570
+ }
571
+ /**
572
+ * @record
573
+ */
574
+ function SearchResultsCount() { }
575
+ if (false) {
576
+ /** @type {?} */
577
+ SearchResultsCount.prototype.current;
578
+ /** @type {?} */
579
+ SearchResultsCount.prototype.total;
580
+ }
480
581
  var ToolbarEventService = /** @class */ (function () {
481
582
  function ToolbarEventService() {
482
583
  this.highlightModeSubject = new BehaviorSubject(false);
@@ -800,9 +901,61 @@ var ToolbarEventService = /** @class */ (function () {
800
901
  ToolbarEventService.decorators = [
801
902
  { type: Injectable, args: [{ providedIn: 'root' },] }
802
903
  ];
803
- /** @nocollapse */ ToolbarEventService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ToolbarEventService_Factory() { return new ToolbarEventService(); }, token: ToolbarEventService, providedIn: "root" });
904
+ /** @nocollapse */ ToolbarEventService.ɵprov = ɵɵdefineInjectable({ factory: function ToolbarEventService_Factory() { return new ToolbarEventService(); }, token: ToolbarEventService, providedIn: "root" });
804
905
  return ToolbarEventService;
805
906
  }());
907
+ if (false) {
908
+ /** @type {?} */
909
+ ToolbarEventService.prototype.highlightModeSubject;
910
+ /** @type {?} */
911
+ ToolbarEventService.prototype.drawModeSubject;
912
+ /** @type {?} */
913
+ ToolbarEventService.prototype.rotateSubject;
914
+ /** @type {?} */
915
+ ToolbarEventService.prototype.searchSubject;
916
+ /** @type {?} */
917
+ ToolbarEventService.prototype.searchResultsCountSubject;
918
+ /** @type {?} */
919
+ ToolbarEventService.prototype.zoomSubject;
920
+ /** @type {?} */
921
+ ToolbarEventService.prototype.stepZoomSubject;
922
+ /** @type {?} */
923
+ ToolbarEventService.prototype.zoomValueSubject;
924
+ /** @type {?} */
925
+ ToolbarEventService.prototype.pageCountSubject;
926
+ /** @type {?} */
927
+ ToolbarEventService.prototype.printSubject;
928
+ /** @type {?} */
929
+ ToolbarEventService.prototype.downloadSubject;
930
+ /** @type {?} */
931
+ ToolbarEventService.prototype.setCurrentPageSubject;
932
+ /** @type {?} */
933
+ ToolbarEventService.prototype.setCurrentPageInputValueSubject;
934
+ /** @type {?} */
935
+ ToolbarEventService.prototype.changePageByDeltaSubject;
936
+ /** @type {?} */
937
+ ToolbarEventService.prototype.showCommentSummary;
938
+ /** @type {?} */
939
+ ToolbarEventService.prototype.grabNDrag;
940
+ /** @type {?} */
941
+ ToolbarEventService.prototype.saveRotationSubject;
942
+ /** @type {?} */
943
+ ToolbarEventService.prototype.redactionMode;
944
+ /** @type {?} */
945
+ ToolbarEventService.prototype.redactionPreview;
946
+ /** @type {?} */
947
+ ToolbarEventService.prototype.applyRedactToDocument;
948
+ /** @type {?} */
949
+ ToolbarEventService.prototype.clearAllRedactMarkers;
950
+ /** @type {?} */
951
+ ToolbarEventService.prototype.sidebarOpen;
952
+ /** @type {?} */
953
+ ToolbarEventService.prototype.searchBarHidden;
954
+ /** @type {?} */
955
+ ToolbarEventService.prototype.commentsPanelVisible;
956
+ /** @type {?} */
957
+ ToolbarEventService.prototype.icp;
958
+ }
806
959
 
807
960
  /**
808
961
  * @fileoverview added by tsickle
@@ -857,9 +1010,31 @@ var PdfJsWrapperFactory = /** @class */ (function () {
857
1010
  PdfJsWrapperFactory.ctorParameters = function () { return [
858
1011
  { type: ToolbarEventService }
859
1012
  ]; };
860
- /** @nocollapse */ PdfJsWrapperFactory.ngInjectableDef = ɵɵdefineInjectable({ factory: function PdfJsWrapperFactory_Factory() { return new PdfJsWrapperFactory(ɵɵinject(ToolbarEventService)); }, token: PdfJsWrapperFactory, providedIn: "root" });
1013
+ /** @nocollapse */ PdfJsWrapperFactory.ɵprov = ɵɵdefineInjectable({ factory: function PdfJsWrapperFactory_Factory() { return new PdfJsWrapperFactory(ɵɵinject(ToolbarEventService)); }, token: PdfJsWrapperFactory, providedIn: "root" });
861
1014
  return PdfJsWrapperFactory;
862
1015
  }());
1016
+ if (false) {
1017
+ /**
1018
+ * @type {?}
1019
+ * @private
1020
+ */
1021
+ PdfJsWrapperFactory.prototype.linkService;
1022
+ /**
1023
+ * @type {?}
1024
+ * @private
1025
+ */
1026
+ PdfJsWrapperFactory.prototype.eventBus;
1027
+ /**
1028
+ * @type {?}
1029
+ * @private
1030
+ */
1031
+ PdfJsWrapperFactory.prototype.pdfJsWrapper;
1032
+ /**
1033
+ * @type {?}
1034
+ * @private
1035
+ */
1036
+ PdfJsWrapperFactory.prototype.toolbarEvents;
1037
+ }
863
1038
 
864
1039
  /**
865
1040
  * @fileoverview added by tsickle
@@ -907,7 +1082,7 @@ var PrintService = /** @class */ (function () {
907
1082
  providedIn: 'root'
908
1083
  },] }
909
1084
  ];
910
- /** @nocollapse */ PrintService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PrintService_Factory() { return new PrintService(); }, token: PrintService, providedIn: "root" });
1085
+ /** @nocollapse */ PrintService.ɵprov = ɵɵdefineInjectable({ factory: function PrintService_Factory() { return new PrintService(); }, token: PrintService, providedIn: "root" });
911
1086
  return PrintService;
912
1087
  }());
913
1088
 
@@ -921,6 +1096,16 @@ var ResponseType = {
921
1096
  FAILURE: 'FAILURE',
922
1097
  UNSUPPORTED: 'UNSUPPORTED',
923
1098
  };
1099
+ /**
1100
+ * @record
1101
+ */
1102
+ function ExceptionDetail() { }
1103
+ if (false) {
1104
+ /** @type {?|undefined} */
1105
+ ExceptionDetail.prototype.httpResponseCode;
1106
+ /** @type {?|undefined} */
1107
+ ExceptionDetail.prototype.message;
1108
+ }
924
1109
  var ViewerException = /** @class */ (function () {
925
1110
  function ViewerException(exceptionType, detail) {
926
1111
  this.exceptionType = exceptionType;
@@ -928,6 +1113,12 @@ var ViewerException = /** @class */ (function () {
928
1113
  }
929
1114
  return ViewerException;
930
1115
  }());
1116
+ if (false) {
1117
+ /** @type {?} */
1118
+ ViewerException.prototype.exceptionType;
1119
+ /** @type {?} */
1120
+ ViewerException.prototype.detail;
1121
+ }
931
1122
 
932
1123
  /**
933
1124
  * @fileoverview added by tsickle
@@ -989,9 +1180,43 @@ var ToolbarButtonVisibilityService = /** @class */ (function () {
989
1180
  ToolbarButtonVisibilityService.decorators = [
990
1181
  { type: Injectable, args: [{ providedIn: 'root' },] }
991
1182
  ];
992
- /** @nocollapse */ ToolbarButtonVisibilityService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ToolbarButtonVisibilityService_Factory() { return new ToolbarButtonVisibilityService(); }, token: ToolbarButtonVisibilityService, providedIn: "root" });
1183
+ /** @nocollapse */ ToolbarButtonVisibilityService.ɵprov = ɵɵdefineInjectable({ factory: function ToolbarButtonVisibilityService_Factory() { return new ToolbarButtonVisibilityService(); }, token: ToolbarButtonVisibilityService, providedIn: "root" });
993
1184
  return ToolbarButtonVisibilityService;
994
1185
  }());
1186
+ if (false) {
1187
+ /** @type {?} */
1188
+ ToolbarButtonVisibilityService.prototype.showPrint;
1189
+ /** @type {?} */
1190
+ ToolbarButtonVisibilityService.prototype.showDownload;
1191
+ /** @type {?} */
1192
+ ToolbarButtonVisibilityService.prototype.showNavigation;
1193
+ /** @type {?} */
1194
+ ToolbarButtonVisibilityService.prototype.showZoom;
1195
+ /** @type {?} */
1196
+ ToolbarButtonVisibilityService.prototype.showRotate;
1197
+ /** @type {?} */
1198
+ ToolbarButtonVisibilityService.prototype.showPresentationMode;
1199
+ /** @type {?} */
1200
+ ToolbarButtonVisibilityService.prototype.showRedact;
1201
+ /** @type {?} */
1202
+ ToolbarButtonVisibilityService.prototype.showOpenFile;
1203
+ /** @type {?} */
1204
+ ToolbarButtonVisibilityService.prototype.showBookmark;
1205
+ /** @type {?} */
1206
+ ToolbarButtonVisibilityService.prototype.showHighlightButton;
1207
+ /** @type {?} */
1208
+ ToolbarButtonVisibilityService.prototype.showDrawButton;
1209
+ /** @type {?} */
1210
+ ToolbarButtonVisibilityService.prototype.showSearchBar;
1211
+ /** @type {?} */
1212
+ ToolbarButtonVisibilityService.prototype.showSidebar;
1213
+ /** @type {?} */
1214
+ ToolbarButtonVisibilityService.prototype.showCommentSummary;
1215
+ /** @type {?} */
1216
+ ToolbarButtonVisibilityService.prototype.showGrabNDragButton;
1217
+ /** @type {?} */
1218
+ ToolbarButtonVisibilityService.prototype.showSaveRotationButton;
1219
+ }
995
1220
  /**
996
1221
  * Default toolbar state for the PDF viewer
997
1222
  * @type {?}
@@ -1075,6 +1300,12 @@ var SetDocumentId = /** @class */ (function () {
1075
1300
  }
1076
1301
  return SetDocumentId;
1077
1302
  }());
1303
+ if (false) {
1304
+ /** @type {?} */
1305
+ SetDocumentId.prototype.type;
1306
+ /** @type {?} */
1307
+ SetDocumentId.prototype.payload;
1308
+ }
1078
1309
  var AddPages = /** @class */ (function () {
1079
1310
  function AddPages(payload) {
1080
1311
  this.payload = payload;
@@ -1082,6 +1313,12 @@ var AddPages = /** @class */ (function () {
1082
1313
  }
1083
1314
  return AddPages;
1084
1315
  }());
1316
+ if (false) {
1317
+ /** @type {?} */
1318
+ AddPages.prototype.type;
1319
+ /** @type {?} */
1320
+ AddPages.prototype.payload;
1321
+ }
1085
1322
  var PdfPositionUpdate = /** @class */ (function () {
1086
1323
  function PdfPositionUpdate(payload) {
1087
1324
  this.payload = payload;
@@ -1089,6 +1326,12 @@ var PdfPositionUpdate = /** @class */ (function () {
1089
1326
  }
1090
1327
  return PdfPositionUpdate;
1091
1328
  }());
1329
+ if (false) {
1330
+ /** @type {?} */
1331
+ PdfPositionUpdate.prototype.type;
1332
+ /** @type {?} */
1333
+ PdfPositionUpdate.prototype.payload;
1334
+ }
1092
1335
  var Convert = /** @class */ (function () {
1093
1336
  function Convert(payload) {
1094
1337
  this.payload = payload;
@@ -1096,6 +1339,12 @@ var Convert = /** @class */ (function () {
1096
1339
  }
1097
1340
  return Convert;
1098
1341
  }());
1342
+ if (false) {
1343
+ /** @type {?} */
1344
+ Convert.prototype.type;
1345
+ /** @type {?} */
1346
+ Convert.prototype.payload;
1347
+ }
1099
1348
  var ConvertSuccess = /** @class */ (function () {
1100
1349
  function ConvertSuccess(payload) {
1101
1350
  this.payload = payload;
@@ -1103,6 +1352,12 @@ var ConvertSuccess = /** @class */ (function () {
1103
1352
  }
1104
1353
  return ConvertSuccess;
1105
1354
  }());
1355
+ if (false) {
1356
+ /** @type {?} */
1357
+ ConvertSuccess.prototype.type;
1358
+ /** @type {?} */
1359
+ ConvertSuccess.prototype.payload;
1360
+ }
1106
1361
  var ConvertFailure = /** @class */ (function () {
1107
1362
  function ConvertFailure(payload) {
1108
1363
  this.payload = payload;
@@ -1110,12 +1365,22 @@ var ConvertFailure = /** @class */ (function () {
1110
1365
  }
1111
1366
  return ConvertFailure;
1112
1367
  }());
1368
+ if (false) {
1369
+ /** @type {?} */
1370
+ ConvertFailure.prototype.type;
1371
+ /** @type {?} */
1372
+ ConvertFailure.prototype.payload;
1373
+ }
1113
1374
  var ClearConvertDocUrl = /** @class */ (function () {
1114
1375
  function ClearConvertDocUrl() {
1115
1376
  this.type = CLEAR_CONVERT_DOC_URL;
1116
1377
  }
1117
1378
  return ClearConvertDocUrl;
1118
1379
  }());
1380
+ if (false) {
1381
+ /** @type {?} */
1382
+ ClearConvertDocUrl.prototype.type;
1383
+ }
1119
1384
  var LoadRotation = /** @class */ (function () {
1120
1385
  function LoadRotation(payload) {
1121
1386
  this.payload = payload;
@@ -1123,6 +1388,12 @@ var LoadRotation = /** @class */ (function () {
1123
1388
  }
1124
1389
  return LoadRotation;
1125
1390
  }());
1391
+ if (false) {
1392
+ /** @type {?} */
1393
+ LoadRotation.prototype.type;
1394
+ /** @type {?} */
1395
+ LoadRotation.prototype.payload;
1396
+ }
1126
1397
  var LoadRotationSuccess = /** @class */ (function () {
1127
1398
  function LoadRotationSuccess(payload) {
1128
1399
  this.payload = payload;
@@ -1130,6 +1401,12 @@ var LoadRotationSuccess = /** @class */ (function () {
1130
1401
  }
1131
1402
  return LoadRotationSuccess;
1132
1403
  }());
1404
+ if (false) {
1405
+ /** @type {?} */
1406
+ LoadRotationSuccess.prototype.type;
1407
+ /** @type {?} */
1408
+ LoadRotationSuccess.prototype.payload;
1409
+ }
1133
1410
  var LoadRotationFailure = /** @class */ (function () {
1134
1411
  function LoadRotationFailure(payload) {
1135
1412
  this.payload = payload;
@@ -1137,6 +1414,12 @@ var LoadRotationFailure = /** @class */ (function () {
1137
1414
  }
1138
1415
  return LoadRotationFailure;
1139
1416
  }());
1417
+ if (false) {
1418
+ /** @type {?} */
1419
+ LoadRotationFailure.prototype.type;
1420
+ /** @type {?} */
1421
+ LoadRotationFailure.prototype.payload;
1422
+ }
1140
1423
  var SaveRotation = /** @class */ (function () {
1141
1424
  function SaveRotation(payload) {
1142
1425
  this.payload = payload;
@@ -1144,6 +1427,12 @@ var SaveRotation = /** @class */ (function () {
1144
1427
  }
1145
1428
  return SaveRotation;
1146
1429
  }());
1430
+ if (false) {
1431
+ /** @type {?} */
1432
+ SaveRotation.prototype.type;
1433
+ /** @type {?} */
1434
+ SaveRotation.prototype.payload;
1435
+ }
1147
1436
  var SaveRotationSuccess = /** @class */ (function () {
1148
1437
  function SaveRotationSuccess(payload) {
1149
1438
  this.payload = payload;
@@ -1151,6 +1440,12 @@ var SaveRotationSuccess = /** @class */ (function () {
1151
1440
  }
1152
1441
  return SaveRotationSuccess;
1153
1442
  }());
1443
+ if (false) {
1444
+ /** @type {?} */
1445
+ SaveRotationSuccess.prototype.type;
1446
+ /** @type {?} */
1447
+ SaveRotationSuccess.prototype.payload;
1448
+ }
1154
1449
  var SaveRotationFailure = /** @class */ (function () {
1155
1450
  function SaveRotationFailure(payload) {
1156
1451
  this.payload = payload;
@@ -1158,15 +1453,36 @@ var SaveRotationFailure = /** @class */ (function () {
1158
1453
  }
1159
1454
  return SaveRotationFailure;
1160
1455
  }());
1456
+ if (false) {
1457
+ /** @type {?} */
1458
+ SaveRotationFailure.prototype.type;
1459
+ /** @type {?} */
1460
+ SaveRotationFailure.prototype.payload;
1461
+ }
1161
1462
 
1162
1463
  /**
1163
1464
  * @fileoverview added by tsickle
1164
1465
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1165
1466
  */
1166
1467
  /** @type {?} */
1468
+ var UPDATE_TAGS = '[Tags] Update Tags';
1469
+ /** @type {?} */
1167
1470
  var ADD_FILTER_TAGS = '[Tags] Add Filter Tags';
1168
1471
  /** @type {?} */
1169
1472
  var CLEAR_FILTER_TAGS = '[Tags] Clear Filter Tags';
1473
+ var UpdateTags = /** @class */ (function () {
1474
+ function UpdateTags(payload) {
1475
+ this.payload = payload;
1476
+ this.type = UPDATE_TAGS;
1477
+ }
1478
+ return UpdateTags;
1479
+ }());
1480
+ if (false) {
1481
+ /** @type {?} */
1482
+ UpdateTags.prototype.type;
1483
+ /** @type {?} */
1484
+ UpdateTags.prototype.payload;
1485
+ }
1170
1486
  var AddFilterTags = /** @class */ (function () {
1171
1487
  function AddFilterTags(payload) {
1172
1488
  this.payload = payload;
@@ -1174,12 +1490,22 @@ var AddFilterTags = /** @class */ (function () {
1174
1490
  }
1175
1491
  return AddFilterTags;
1176
1492
  }());
1493
+ if (false) {
1494
+ /** @type {?} */
1495
+ AddFilterTags.prototype.type;
1496
+ /** @type {?} */
1497
+ AddFilterTags.prototype.payload;
1498
+ }
1177
1499
  var ClearFilterTags = /** @class */ (function () {
1178
1500
  function ClearFilterTags() {
1179
1501
  this.type = CLEAR_FILTER_TAGS;
1180
1502
  }
1181
1503
  return ClearFilterTags;
1182
1504
  }());
1505
+ if (false) {
1506
+ /** @type {?} */
1507
+ ClearFilterTags.prototype.type;
1508
+ }
1183
1509
 
1184
1510
  /**
1185
1511
  * @fileoverview added by tsickle
@@ -1208,6 +1534,12 @@ var SetCaseId = /** @class */ (function () {
1208
1534
  }
1209
1535
  return SetCaseId;
1210
1536
  }());
1537
+ if (false) {
1538
+ /** @type {?} */
1539
+ SetCaseId.prototype.type;
1540
+ /** @type {?} */
1541
+ SetCaseId.prototype.payload;
1542
+ }
1211
1543
  var LoadIcpSession = /** @class */ (function () {
1212
1544
  function LoadIcpSession(payload) {
1213
1545
  this.payload = payload;
@@ -1215,6 +1547,12 @@ var LoadIcpSession = /** @class */ (function () {
1215
1547
  }
1216
1548
  return LoadIcpSession;
1217
1549
  }());
1550
+ if (false) {
1551
+ /** @type {?} */
1552
+ LoadIcpSession.prototype.type;
1553
+ /** @type {?} */
1554
+ LoadIcpSession.prototype.payload;
1555
+ }
1218
1556
  var LoadIcpSessionFailure = /** @class */ (function () {
1219
1557
  function LoadIcpSessionFailure(payload) {
1220
1558
  this.payload = payload;
@@ -1222,6 +1560,12 @@ var LoadIcpSessionFailure = /** @class */ (function () {
1222
1560
  }
1223
1561
  return LoadIcpSessionFailure;
1224
1562
  }());
1563
+ if (false) {
1564
+ /** @type {?} */
1565
+ LoadIcpSessionFailure.prototype.type;
1566
+ /** @type {?} */
1567
+ LoadIcpSessionFailure.prototype.payload;
1568
+ }
1225
1569
  var JoinIcpSocketSession = /** @class */ (function () {
1226
1570
  function JoinIcpSocketSession(payload) {
1227
1571
  this.payload = payload;
@@ -1229,6 +1573,12 @@ var JoinIcpSocketSession = /** @class */ (function () {
1229
1573
  }
1230
1574
  return JoinIcpSocketSession;
1231
1575
  }());
1576
+ if (false) {
1577
+ /** @type {?} */
1578
+ JoinIcpSocketSession.prototype.type;
1579
+ /** @type {?} */
1580
+ JoinIcpSocketSession.prototype.payload;
1581
+ }
1232
1582
  var IcpSocketSessionJoined = /** @class */ (function () {
1233
1583
  function IcpSocketSessionJoined(payload) {
1234
1584
  this.payload = payload;
@@ -1236,12 +1586,22 @@ var IcpSocketSessionJoined = /** @class */ (function () {
1236
1586
  }
1237
1587
  return IcpSocketSessionJoined;
1238
1588
  }());
1589
+ if (false) {
1590
+ /** @type {?} */
1591
+ IcpSocketSessionJoined.prototype.type;
1592
+ /** @type {?} */
1593
+ IcpSocketSessionJoined.prototype.payload;
1594
+ }
1239
1595
  var LeaveIcpSocketSession = /** @class */ (function () {
1240
1596
  function LeaveIcpSocketSession() {
1241
1597
  this.type = LEAVE_ICP_SOCKET_SESSION;
1242
1598
  }
1243
1599
  return LeaveIcpSocketSession;
1244
1600
  }());
1601
+ if (false) {
1602
+ /** @type {?} */
1603
+ LeaveIcpSocketSession.prototype.type;
1604
+ }
1245
1605
  var IcpPresenterUpdated = /** @class */ (function () {
1246
1606
  function IcpPresenterUpdated(payload) {
1247
1607
  this.payload = payload;
@@ -1249,6 +1609,12 @@ var IcpPresenterUpdated = /** @class */ (function () {
1249
1609
  }
1250
1610
  return IcpPresenterUpdated;
1251
1611
  }());
1612
+ if (false) {
1613
+ /** @type {?} */
1614
+ IcpPresenterUpdated.prototype.type;
1615
+ /** @type {?} */
1616
+ IcpPresenterUpdated.prototype.payload;
1617
+ }
1252
1618
  var IcpParticipantListUpdated = /** @class */ (function () {
1253
1619
  function IcpParticipantListUpdated(payload) {
1254
1620
  this.payload = payload;
@@ -1256,11 +1622,71 @@ var IcpParticipantListUpdated = /** @class */ (function () {
1256
1622
  }
1257
1623
  return IcpParticipantListUpdated;
1258
1624
  }());
1625
+ if (false) {
1626
+ /** @type {?} */
1627
+ IcpParticipantListUpdated.prototype.type;
1628
+ /** @type {?} */
1629
+ IcpParticipantListUpdated.prototype.payload;
1630
+ }
1259
1631
 
1260
1632
  /**
1261
1633
  * @fileoverview added by tsickle
1262
1634
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1263
1635
  */
1636
+ /**
1637
+ * @record
1638
+ */
1639
+ function DocumentState() { }
1640
+ if (false) {
1641
+ /** @type {?} */
1642
+ DocumentState.prototype.convertedDocument;
1643
+ /** @type {?} */
1644
+ DocumentState.prototype.documentId;
1645
+ /** @type {?} */
1646
+ DocumentState.prototype.pdfPosition;
1647
+ /** @type {?} */
1648
+ DocumentState.prototype.pages;
1649
+ /** @type {?} */
1650
+ DocumentState.prototype.hasDifferentPageSize;
1651
+ /** @type {?} */
1652
+ DocumentState.prototype.rotation;
1653
+ /** @type {?} */
1654
+ DocumentState.prototype.rotationLoaded;
1655
+ /** @type {?} */
1656
+ DocumentState.prototype.loaded;
1657
+ /** @type {?} */
1658
+ DocumentState.prototype.loading;
1659
+ }
1660
+ /**
1661
+ * @record
1662
+ */
1663
+ function DocumentPages() { }
1664
+ if (false) {
1665
+ /** @type {?} */
1666
+ DocumentPages.prototype.numberOfPages;
1667
+ /** @type {?} */
1668
+ DocumentPages.prototype.styles;
1669
+ /** @type {?} */
1670
+ DocumentPages.prototype.scaleRotation;
1671
+ /** @type {?} */
1672
+ DocumentPages.prototype.viewportScale;
1673
+ }
1674
+ /**
1675
+ * @record
1676
+ */
1677
+ function PdfPosition() { }
1678
+ if (false) {
1679
+ /** @type {?} */
1680
+ PdfPosition.prototype.pageNumber;
1681
+ /** @type {?} */
1682
+ PdfPosition.prototype.scale;
1683
+ /** @type {?} */
1684
+ PdfPosition.prototype.top;
1685
+ /** @type {?} */
1686
+ PdfPosition.prototype.left;
1687
+ /** @type {?} */
1688
+ PdfPosition.prototype.rotation;
1689
+ }
1264
1690
  /** @type {?} */
1265
1691
  var initialDocumentState = {
1266
1692
  convertedDocument: undefined,
@@ -1287,7 +1713,7 @@ function docReducer(state, action) {
1287
1713
  url: action.payload,
1288
1714
  error: undefined
1289
1715
  };
1290
- return __assign({}, state, { convertedDocument: convertedDocument });
1716
+ return __assign(__assign({}, state), { convertedDocument: convertedDocument });
1291
1717
  }
1292
1718
  case CONVERT_FAIL: {
1293
1719
  /** @type {?} */
@@ -1295,35 +1721,35 @@ function docReducer(state, action) {
1295
1721
  url: undefined,
1296
1722
  error: action.payload
1297
1723
  };
1298
- return __assign({}, state, { convertedDocument: convertedDocument });
1724
+ return __assign(__assign({}, state), { convertedDocument: convertedDocument });
1299
1725
  }
1300
1726
  case CLEAR_CONVERT_DOC_URL: {
1301
1727
  /** @type {?} */
1302
1728
  var convertedDocument = undefined;
1303
- return __assign({}, state, { convertedDocument: convertedDocument });
1729
+ return __assign(__assign({}, state), { convertedDocument: convertedDocument });
1304
1730
  }
1305
1731
  case LOAD_ROTATION: {
1306
- return __assign({}, state, { rotationLoaded: false });
1732
+ return __assign(__assign({}, state), { rotationLoaded: false });
1307
1733
  }
1308
1734
  case LOAD_ROTATION_SUCCESS: {
1309
1735
  /** @type {?} */
1310
1736
  var metadata = action.payload;
1311
1737
  /** @type {?} */
1312
1738
  var rotation = metadata ? metadata.rotationAngle : 0;
1313
- return __assign({}, state, { rotation: rotation, rotationLoaded: true });
1739
+ return __assign(__assign({}, state), { rotation: rotation, rotationLoaded: true });
1314
1740
  }
1315
1741
  case LOAD_ROTATION_FAIL: {
1316
- return __assign({}, state, { rotation: 0, rotationLoaded: true });
1742
+ return __assign(__assign({}, state), { rotation: 0, rotationLoaded: true });
1317
1743
  }
1318
1744
  case SAVE_ROTATION_SUCCESS: {
1319
1745
  /** @type {?} */
1320
1746
  var metadata = action.payload;
1321
1747
  /** @type {?} */
1322
1748
  var rotation = metadata.rotationAngle;
1323
- return __assign({}, state, { rotation: rotation });
1749
+ return __assign(__assign({}, state), { rotation: rotation });
1324
1750
  }
1325
1751
  case SET_DOCUMENT_ID: {
1326
- return __assign({}, state, { documentId: action.payload });
1752
+ return __assign(__assign({}, state), { documentId: action.payload });
1327
1753
  }
1328
1754
  case ADD_PAGES: {
1329
1755
  /** @type {?} */
@@ -1367,15 +1793,15 @@ function docReducer(state, action) {
1367
1793
  scaleRotation: scaleRotation,
1368
1794
  viewportScale: page.viewportScale
1369
1795
  };
1370
- pages_1 = __assign({}, pages_1, (_a = {}, _a[page.id] = p, _a));
1796
+ pages_1 = __assign(__assign({}, pages_1), (_a = {}, _a[page.id] = p, _a));
1371
1797
  }));
1372
- return __assign({}, state, { pages: pages_1,
1798
+ return __assign(__assign({}, state), { pages: pages_1,
1373
1799
  hasDifferentPageSize: hasDifferentPageSize_1 });
1374
1800
  }
1375
1801
  case POSITION_UPDATED: {
1376
1802
  /** @type {?} */
1377
1803
  var pdfPosition = action.payload;
1378
- return __assign({}, state, { pdfPosition: pdfPosition });
1804
+ return __assign(__assign({}, state), { pdfPosition: pdfPosition });
1379
1805
  }
1380
1806
  }
1381
1807
  return state;
@@ -1462,6 +1888,12 @@ var LoadAnnotationSet = /** @class */ (function () {
1462
1888
  }
1463
1889
  return LoadAnnotationSet;
1464
1890
  }());
1891
+ if (false) {
1892
+ /** @type {?} */
1893
+ LoadAnnotationSet.prototype.type;
1894
+ /** @type {?} */
1895
+ LoadAnnotationSet.prototype.payload;
1896
+ }
1465
1897
  var LoadAnnotationSetSucess = /** @class */ (function () {
1466
1898
  function LoadAnnotationSetSucess(payload) {
1467
1899
  this.payload = payload;
@@ -1469,6 +1901,12 @@ var LoadAnnotationSetSucess = /** @class */ (function () {
1469
1901
  }
1470
1902
  return LoadAnnotationSetSucess;
1471
1903
  }());
1904
+ if (false) {
1905
+ /** @type {?} */
1906
+ LoadAnnotationSetSucess.prototype.type;
1907
+ /** @type {?} */
1908
+ LoadAnnotationSetSucess.prototype.payload;
1909
+ }
1472
1910
  var LoadAnnotationSetFail = /** @class */ (function () {
1473
1911
  function LoadAnnotationSetFail(payload) {
1474
1912
  this.payload = payload;
@@ -1476,6 +1914,12 @@ var LoadAnnotationSetFail = /** @class */ (function () {
1476
1914
  }
1477
1915
  return LoadAnnotationSetFail;
1478
1916
  }());
1917
+ if (false) {
1918
+ /** @type {?} */
1919
+ LoadAnnotationSetFail.prototype.type;
1920
+ /** @type {?} */
1921
+ LoadAnnotationSetFail.prototype.payload;
1922
+ }
1479
1923
  var SaveAnnotation = /** @class */ (function () {
1480
1924
  function SaveAnnotation(payload) {
1481
1925
  this.payload = payload;
@@ -1483,6 +1927,12 @@ var SaveAnnotation = /** @class */ (function () {
1483
1927
  }
1484
1928
  return SaveAnnotation;
1485
1929
  }());
1930
+ if (false) {
1931
+ /** @type {?} */
1932
+ SaveAnnotation.prototype.type;
1933
+ /** @type {?} */
1934
+ SaveAnnotation.prototype.payload;
1935
+ }
1486
1936
  var SaveAnnotationSuccess = /** @class */ (function () {
1487
1937
  function SaveAnnotationSuccess(payload) {
1488
1938
  this.payload = payload;
@@ -1490,6 +1940,12 @@ var SaveAnnotationSuccess = /** @class */ (function () {
1490
1940
  }
1491
1941
  return SaveAnnotationSuccess;
1492
1942
  }());
1943
+ if (false) {
1944
+ /** @type {?} */
1945
+ SaveAnnotationSuccess.prototype.type;
1946
+ /** @type {?} */
1947
+ SaveAnnotationSuccess.prototype.payload;
1948
+ }
1493
1949
  var SaveAnnotationFail = /** @class */ (function () {
1494
1950
  function SaveAnnotationFail(payload) {
1495
1951
  this.payload = payload;
@@ -1497,6 +1953,12 @@ var SaveAnnotationFail = /** @class */ (function () {
1497
1953
  }
1498
1954
  return SaveAnnotationFail;
1499
1955
  }());
1956
+ if (false) {
1957
+ /** @type {?} */
1958
+ SaveAnnotationFail.prototype.type;
1959
+ /** @type {?} */
1960
+ SaveAnnotationFail.prototype.payload;
1961
+ }
1500
1962
  var AddOrEditComment = /** @class */ (function () {
1501
1963
  function AddOrEditComment(payload) {
1502
1964
  this.payload = payload;
@@ -1504,6 +1966,12 @@ var AddOrEditComment = /** @class */ (function () {
1504
1966
  }
1505
1967
  return AddOrEditComment;
1506
1968
  }());
1969
+ if (false) {
1970
+ /** @type {?} */
1971
+ AddOrEditComment.prototype.type;
1972
+ /** @type {?} */
1973
+ AddOrEditComment.prototype.payload;
1974
+ }
1507
1975
  var DeleteAnnotation = /** @class */ (function () {
1508
1976
  function DeleteAnnotation(payload) {
1509
1977
  this.payload = payload;
@@ -1511,6 +1979,12 @@ var DeleteAnnotation = /** @class */ (function () {
1511
1979
  }
1512
1980
  return DeleteAnnotation;
1513
1981
  }());
1982
+ if (false) {
1983
+ /** @type {?} */
1984
+ DeleteAnnotation.prototype.type;
1985
+ /** @type {?} */
1986
+ DeleteAnnotation.prototype.payload;
1987
+ }
1514
1988
  var DeleteAnnotationSuccess = /** @class */ (function () {
1515
1989
  function DeleteAnnotationSuccess(payload) {
1516
1990
  this.payload = payload;
@@ -1518,6 +1992,12 @@ var DeleteAnnotationSuccess = /** @class */ (function () {
1518
1992
  }
1519
1993
  return DeleteAnnotationSuccess;
1520
1994
  }());
1995
+ if (false) {
1996
+ /** @type {?} */
1997
+ DeleteAnnotationSuccess.prototype.type;
1998
+ /** @type {?} */
1999
+ DeleteAnnotationSuccess.prototype.payload;
2000
+ }
1521
2001
  var DeleteAnnotationFail = /** @class */ (function () {
1522
2002
  function DeleteAnnotationFail(payload) {
1523
2003
  this.payload = payload;
@@ -1525,6 +2005,12 @@ var DeleteAnnotationFail = /** @class */ (function () {
1525
2005
  }
1526
2006
  return DeleteAnnotationFail;
1527
2007
  }());
2008
+ if (false) {
2009
+ /** @type {?} */
2010
+ DeleteAnnotationFail.prototype.type;
2011
+ /** @type {?} */
2012
+ DeleteAnnotationFail.prototype.payload;
2013
+ }
1528
2014
  var SelectedAnnotation = /** @class */ (function () {
1529
2015
  function SelectedAnnotation(payload) {
1530
2016
  this.payload = payload;
@@ -1532,6 +2018,12 @@ var SelectedAnnotation = /** @class */ (function () {
1532
2018
  }
1533
2019
  return SelectedAnnotation;
1534
2020
  }());
2021
+ if (false) {
2022
+ /** @type {?} */
2023
+ SelectedAnnotation.prototype.type;
2024
+ /** @type {?} */
2025
+ SelectedAnnotation.prototype.payload;
2026
+ }
1535
2027
  var SearchComment = /** @class */ (function () {
1536
2028
  function SearchComment(payload) {
1537
2029
  this.payload = payload;
@@ -1539,6 +2031,12 @@ var SearchComment = /** @class */ (function () {
1539
2031
  }
1540
2032
  return SearchComment;
1541
2033
  }());
2034
+ if (false) {
2035
+ /** @type {?} */
2036
+ SearchComment.prototype.type;
2037
+ /** @type {?} */
2038
+ SearchComment.prototype.payload;
2039
+ }
1542
2040
  var ApplyCommentSymmaryFilter = /** @class */ (function () {
1543
2041
  function ApplyCommentSymmaryFilter(payload) {
1544
2042
  this.payload = payload;
@@ -1546,12 +2044,22 @@ var ApplyCommentSymmaryFilter = /** @class */ (function () {
1546
2044
  }
1547
2045
  return ApplyCommentSymmaryFilter;
1548
2046
  }());
2047
+ if (false) {
2048
+ /** @type {?} */
2049
+ ApplyCommentSymmaryFilter.prototype.type;
2050
+ /** @type {?} */
2051
+ ApplyCommentSymmaryFilter.prototype.payload;
2052
+ }
1549
2053
  var ClearCommentSummaryFilters = /** @class */ (function () {
1550
2054
  function ClearCommentSummaryFilters() {
1551
2055
  this.type = CLEAR_COMMENT_SUMMARY_FILTER;
1552
2056
  }
1553
2057
  return ClearCommentSummaryFilters;
1554
2058
  }());
2059
+ if (false) {
2060
+ /** @type {?} */
2061
+ ClearCommentSummaryFilters.prototype.type;
2062
+ }
1555
2063
 
1556
2064
  /**
1557
2065
  * @fileoverview added by tsickle
@@ -1609,8 +2117,8 @@ StoreUtils = /** @class */ (function () {
1609
2117
  var _a;
1610
2118
  if (annotation.comments.length) {
1611
2119
  /** @type {?} */
1612
- var comment = __assign({}, annotation.comments[0] || '', { tags: __spread(annotation.tags || []) });
1613
- return __assign({}, commentEntities, (_a = {}, _a[annotation.id] = comment, _a));
2120
+ var comment = __assign(__assign({}, annotation.comments[0] || ''), { tags: __spread(annotation.tags || []) });
2121
+ return __assign(__assign({}, commentEntities), (_a = {}, _a[annotation.id] = comment, _a));
1614
2122
  }
1615
2123
  return __assign({}, commentEntities);
1616
2124
  }), {});
@@ -1644,7 +2152,7 @@ StoreUtils = /** @class */ (function () {
1644
2152
  * @return {?}
1645
2153
  */
1646
2154
  function (tagEntitiy, tagItem) {
1647
- return __assign({}, tagEntitiy, tagItem);
2155
+ return __assign(__assign({}, tagEntitiy), tagItem);
1648
2156
  }), {});
1649
2157
  return this.genNameEnt(annotations, groupedByName);
1650
2158
  };
@@ -1688,9 +2196,9 @@ StoreUtils = /** @class */ (function () {
1688
2196
  */
1689
2197
  function (obj, anno) {
1690
2198
  var _a;
1691
- return (__assign({}, obj, (_a = {}, _a[anno] = anno, _a)));
2199
+ return (__assign(__assign({}, obj), (_a = {}, _a[anno] = anno, _a)));
1692
2200
  }), {});
1693
- return __assign({}, tagNameEnt, (_a = {}, _a[key] = readyAnno, _a));
2201
+ return __assign(__assign({}, tagNameEnt), (_a = {}, _a[key] = readyAnno, _a));
1694
2202
  }), {});
1695
2203
  };
1696
2204
  /**
@@ -1710,9 +2218,9 @@ StoreUtils = /** @class */ (function () {
1710
2218
  function (annoEntities, annotation) {
1711
2219
  var _a;
1712
2220
  /** @type {?} */
1713
- var annot = __assign({}, annotation, { positionTop: annotation.rectangles[0].y // todo remove this
2221
+ var annot = __assign(__assign({}, annotation), { positionTop: annotation.rectangles[0].y // todo remove this
1714
2222
  });
1715
- return __assign({}, annoEntities, (_a = {}, _a[annotation.id] = annot, _a));
2223
+ return __assign(__assign({}, annoEntities), (_a = {}, _a[annotation.id] = annot, _a));
1716
2224
  }), {});
1717
2225
  };
1718
2226
  /**
@@ -1731,7 +2239,7 @@ StoreUtils = /** @class */ (function () {
1731
2239
  */
1732
2240
  function (redactEntities, redaction) {
1733
2241
  var _a;
1734
- return __assign({}, redactEntities, (_a = {}, _a[redaction.redactionId] = redaction, _a));
2242
+ return __assign(__assign({}, redactEntities), (_a = {}, _a[redaction.redactionId] = redaction, _a));
1735
2243
  }), {});
1736
2244
  };
1737
2245
  /**
@@ -1749,7 +2257,7 @@ StoreUtils = /** @class */ (function () {
1749
2257
  * @return {?}
1750
2258
  */
1751
2259
  function (object, key) {
1752
- object[key] = __assign({}, ent[key], { editable: false, selected: false });
2260
+ object[key] = __assign(__assign({}, ent[key]), { editable: false, selected: false });
1753
2261
  return object;
1754
2262
  }), {});
1755
2263
  };
@@ -1790,16 +2298,16 @@ StoreUtils = /** @class */ (function () {
1790
2298
  * @param {?} filter
1791
2299
  * @return {?}
1792
2300
  */
1793
- function (filter$$1) {
2301
+ function (filter) {
1794
2302
  /** @type {?} */
1795
- var label = filters.tagFilters[filter$$1];
2303
+ var label = filters.tagFilters[filter];
1796
2304
  if (label) {
1797
2305
  return comment.tags.forEach((/**
1798
2306
  * @param {?} tag
1799
2307
  * @return {?}
1800
2308
  */
1801
2309
  function (tag) {
1802
- if (tag.name === filter$$1 && !hasTagFilter) {
2310
+ if (tag.name === filter && !hasTagFilter) {
1803
2311
  hasTagFilter = true;
1804
2312
  }
1805
2313
  }));
@@ -1845,6 +2353,30 @@ StoreUtils = /** @class */ (function () {
1845
2353
  * @fileoverview added by tsickle
1846
2354
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1847
2355
  */
2356
+ /**
2357
+ * @record
2358
+ */
2359
+ function AnnotationSetState() { }
2360
+ if (false) {
2361
+ /** @type {?} */
2362
+ AnnotationSetState.prototype.annotationSet;
2363
+ /** @type {?} */
2364
+ AnnotationSetState.prototype.annotationEntities;
2365
+ /** @type {?} */
2366
+ AnnotationSetState.prototype.annotationPageEntities;
2367
+ /** @type {?} */
2368
+ AnnotationSetState.prototype.commentEntities;
2369
+ /** @type {?} */
2370
+ AnnotationSetState.prototype.selectedAnnotation;
2371
+ /** @type {?} */
2372
+ AnnotationSetState.prototype.commentSearchQueries;
2373
+ /** @type {?} */
2374
+ AnnotationSetState.prototype.commentSummaryFilters;
2375
+ /** @type {?} */
2376
+ AnnotationSetState.prototype.loaded;
2377
+ /** @type {?} */
2378
+ AnnotationSetState.prototype.loading;
2379
+ }
1848
2380
  /** @type {?} */
1849
2381
  var initialState = {
1850
2382
  annotationSet: {},
@@ -1868,20 +2400,20 @@ function reducer(state, action) {
1868
2400
  switch (action.type) {
1869
2401
  case LOAD_ANNOTATION_SET: {
1870
2402
  /** @type {?} */
1871
- var annotationSet = __assign({}, state.annotationSet, { documentId: action.payload });
1872
- return __assign({}, initialState, { annotationSet: annotationSet, loading: true });
2403
+ var annotationSet = __assign(__assign({}, state.annotationSet), { documentId: action.payload });
2404
+ return __assign(__assign({}, initialState), { annotationSet: annotationSet, loading: true });
1873
2405
  }
1874
2406
  case LOAD_ANNOTATION_SET_SUCCESS:
1875
2407
  case LOAD_ANNOTATION_SET_FAIL: {
1876
2408
  /** @type {?} */
1877
- var annotationSet = action.payload.status === 200 ? action.payload.body : __assign({}, state.annotationSet, { annotations: [], id: uuid() });
2409
+ var annotationSet = action.payload.status === 200 ? action.payload.body : __assign(__assign({}, state.annotationSet), { annotations: [], id: uuid() });
1878
2410
  /** @type {?} */
1879
2411
  var annotationEntities = StoreUtils.generateAnnotationEntities(annotationSet.annotations);
1880
2412
  /** @type {?} */
1881
2413
  var annotationPageEntities = StoreUtils.groupByKeyEntities(annotationSet.annotations, 'page');
1882
2414
  /** @type {?} */
1883
2415
  var commentEntities = StoreUtils.generateCommentsEntities(annotationSet.annotations);
1884
- return __assign({}, state, { annotationSet: annotationSet,
2416
+ return __assign(__assign({}, state), { annotationSet: annotationSet,
1885
2417
  annotationEntities: annotationEntities,
1886
2418
  annotationPageEntities: annotationPageEntities,
1887
2419
  commentEntities: commentEntities, loading: false, loaded: true });
@@ -1890,7 +2422,7 @@ function reducer(state, action) {
1890
2422
  /** @type {?} */
1891
2423
  var anno = action.payload;
1892
2424
  /** @type {?} */
1893
- var annEntities_1 = __assign({}, state.annotationEntities, (_a = {}, _a[anno.id] = anno, _a));
2425
+ var annEntities_1 = __assign(__assign({}, state.annotationEntities), (_a = {}, _a[anno.id] = anno, _a));
1894
2426
  /** @type {?} */
1895
2427
  var annotArray = Object.keys(annEntities_1).map((/**
1896
2428
  * @param {?} key
@@ -1904,8 +2436,8 @@ function reducer(state, action) {
1904
2436
  /** @type {?} */
1905
2437
  var commentEntities = StoreUtils.generateCommentsEntities(annotArray);
1906
2438
  /** @type {?} */
1907
- var selectedAnnotation = __assign({}, state.selectedAnnotation, { annotationId: anno.id, editable: false });
1908
- return __assign({}, state, { annotationEntities: annotationEntities,
2439
+ var selectedAnnotation = __assign(__assign({}, state.selectedAnnotation), { annotationId: anno.id, editable: false });
2440
+ return __assign(__assign({}, state), { annotationEntities: annotationEntities,
1909
2441
  annotationPageEntities: annotationPageEntities,
1910
2442
  commentEntities: commentEntities,
1911
2443
  selectedAnnotation: selectedAnnotation, loading: false, loaded: true });
@@ -1925,13 +2457,13 @@ function reducer(state, action) {
1925
2457
  */
1926
2458
  function (anno) { return anno.id !== id_1; })));
1927
2459
  /** @type {?} */
1928
- var annotationPageEntities = __assign({}, state.annotationPageEntities, (_b = {}, _b[page] = pageAnnotationsRemoved, _b));
2460
+ var annotationPageEntities = __assign(__assign({}, state.annotationPageEntities), (_b = {}, _b[page] = pageAnnotationsRemoved, _b));
1929
2461
  /** @type {?} */
1930
2462
  var commentEntities = __assign({}, state.commentEntities);
1931
2463
  if (state.commentEntities[id_1]) {
1932
2464
  delete commentEntities[id_1];
1933
2465
  }
1934
- return __assign({}, state, { annotationEntities: annotationEntities,
2466
+ return __assign(__assign({}, state), { annotationEntities: annotationEntities,
1935
2467
  annotationPageEntities: annotationPageEntities,
1936
2468
  commentEntities: commentEntities });
1937
2469
  }
@@ -1941,26 +2473,26 @@ function reducer(state, action) {
1941
2473
  _c[action.payload.annotationId] = action.payload,
1942
2474
  _c);
1943
2475
  /** @type {?} */
1944
- var comments = __assign({}, state.commentEntities, comment);
1945
- return __assign({}, state, { commentEntities: comments });
2476
+ var comments = __assign(__assign({}, state.commentEntities), comment);
2477
+ return __assign(__assign({}, state), { commentEntities: comments });
1946
2478
  }
1947
2479
  case SELECT_ANNOTATION: {
1948
2480
  /** @type {?} */
1949
2481
  var payload = action.payload;
1950
2482
  /** @type {?} */
1951
- var commentEntity = __assign({}, state.commentEntities[payload.annotationId], { editable: payload.editable, selected: payload.selected });
2483
+ var commentEntity = __assign(__assign({}, state.commentEntities[payload.annotationId]), { editable: payload.editable, selected: payload.selected });
1952
2484
  /** @type {?} */
1953
2485
  var resetCommentEntSelect = StoreUtils.resetCommentEntSelect(__assign({}, state.commentEntities));
1954
2486
  /** @type {?} */
1955
- var commentEntities = payload.annotationId && state.commentEntities[payload.annotationId] ? __assign({}, resetCommentEntSelect, (_d = {}, _d[payload.annotationId] = commentEntity, _d)) : __assign({}, resetCommentEntSelect);
1956
- return __assign({}, state, { commentEntities: commentEntities, selectedAnnotation: action.payload });
2487
+ var commentEntities = payload.annotationId && state.commentEntities[payload.annotationId] ? __assign(__assign({}, resetCommentEntSelect), (_d = {}, _d[payload.annotationId] = commentEntity, _d)) : __assign({}, resetCommentEntSelect);
2488
+ return __assign(__assign({}, state), { commentEntities: commentEntities, selectedAnnotation: action.payload });
1957
2489
  }
1958
2490
  case SEARCH_COMMENT: {
1959
2491
  /** @type {?} */
1960
- var commentSearchQueries = __assign({}, state.commentSearchQueries, { commentSearch: action.payload });
2492
+ var commentSearchQueries = __assign(__assign({}, state.commentSearchQueries), { commentSearch: action.payload });
1961
2493
  /** @type {?} */
1962
2494
  var commentEntities = StoreUtils.resetCommentEntSelect(__assign({}, state.commentEntities));
1963
- return __assign({}, state, { commentEntities: commentEntities,
2495
+ return __assign(__assign({}, state), { commentEntities: commentEntities,
1964
2496
  commentSearchQueries: commentSearchQueries });
1965
2497
  }
1966
2498
  case APPLY_COMMENT_SUMMARY_FILTER: {
@@ -1978,8 +2510,8 @@ function reducer(state, action) {
1978
2510
  * @param {?} filter
1979
2511
  * @return {?}
1980
2512
  */
1981
- function (filter$$1) {
1982
- if (payload_1.tagFilters[filter$$1] && !isFiltered) {
2513
+ function (filter) {
2514
+ if (payload_1.tagFilters[filter] && !isFiltered) {
1983
2515
  isFiltered = true;
1984
2516
  }
1985
2517
  }));
@@ -1993,10 +2525,10 @@ function reducer(state, action) {
1993
2525
  hasFilter: hasFilter,
1994
2526
  filters: payload_1
1995
2527
  };
1996
- return __assign({}, state, { commentSummaryFilters: commentSummaryFilters });
2528
+ return __assign(__assign({}, state), { commentSummaryFilters: commentSummaryFilters });
1997
2529
  }
1998
2530
  case CLEAR_COMMENT_SUMMARY_FILTER: {
1999
- return __assign({}, state, { commentSummaryFilters: __assign({}, initialState.commentSummaryFilters) });
2531
+ return __assign(__assign({}, state), { commentSummaryFilters: __assign({}, initialState.commentSummaryFilters) });
2000
2532
  }
2001
2533
  }
2002
2534
  return state;
@@ -2048,6 +2580,24 @@ function (state) { return state.commentSummaryFilters; });
2048
2580
  * @fileoverview added by tsickle
2049
2581
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2050
2582
  */
2583
+ /**
2584
+ * @record
2585
+ */
2586
+ function TagsState() { }
2587
+ if (false) {
2588
+ /** @type {?} */
2589
+ TagsState.prototype.tagNameEnt;
2590
+ /** @type {?} */
2591
+ TagsState.prototype.filteredComments;
2592
+ /** @type {?} */
2593
+ TagsState.prototype.filteredPageEntities;
2594
+ /** @type {?} */
2595
+ TagsState.prototype.annotations;
2596
+ /** @type {?} */
2597
+ TagsState.prototype.formFilterState;
2598
+ /** @type {?} */
2599
+ TagsState.prototype.filters;
2600
+ }
2051
2601
  /** @type {?} */
2052
2602
  var initialTagState = {
2053
2603
  tagNameEnt: {},
@@ -2066,14 +2616,14 @@ function tagsReducer(state, action) {
2066
2616
  if (state === void 0) { state = initialTagState; }
2067
2617
  switch (action.type) {
2068
2618
  case LOAD_ANNOTATION_SET: {
2069
- return __assign({}, state, initialTagState);
2619
+ return __assign(__assign({}, state), initialTagState);
2070
2620
  }
2071
2621
  case LOAD_ANNOTATION_SET_SUCCESS: {
2072
2622
  /** @type {?} */
2073
2623
  var annotations = action.payload.body.annotations;
2074
2624
  /** @type {?} */
2075
2625
  var tagNameEnt = StoreUtils.genTagNameEntities(annotations);
2076
- return __assign({}, state, { tagNameEnt: tagNameEnt,
2626
+ return __assign(__assign({}, state), { tagNameEnt: tagNameEnt,
2077
2627
  annotations: annotations });
2078
2628
  }
2079
2629
  case SAVE_ANNOTATION_SUCCESS: {
@@ -2089,7 +2639,7 @@ function tagsReducer(state, action) {
2089
2639
  var annotations = __spread(anno, [payload_1]);
2090
2640
  /** @type {?} */
2091
2641
  var tagNameEnt = StoreUtils.genTagNameEntities(annotations);
2092
- return __assign({}, state, { annotations: annotations,
2642
+ return __assign(__assign({}, state), { annotations: annotations,
2093
2643
  tagNameEnt: tagNameEnt });
2094
2644
  }
2095
2645
  case DELETE_ANNOTATION_SUCCESS: {
@@ -2108,7 +2658,7 @@ function tagsReducer(state, action) {
2108
2658
  /** @type {?} */
2109
2659
  var filteredComments = __assign({}, state.filteredComments);
2110
2660
  delete filteredComments[id_1];
2111
- return __assign({}, state, { annotations: annotations,
2661
+ return __assign(__assign({}, state), { annotations: annotations,
2112
2662
  tagNameEnt: tagNameEnt,
2113
2663
  filteredComments: filteredComments,
2114
2664
  filteredPageEntities: filteredPageEntities, filters: [] });
@@ -2132,7 +2682,7 @@ function tagsReducer(state, action) {
2132
2682
  * @return {?}
2133
2683
  */
2134
2684
  function (obj, f) {
2135
- return __assign({}, obj, state.tagNameEnt[f]);
2685
+ return __assign(__assign({}, obj), state.tagNameEnt[f]);
2136
2686
  }), {});
2137
2687
  /** @type {?} */
2138
2688
  var annotations = Object.keys(filteredComments).map((/**
@@ -2146,12 +2696,12 @@ function tagsReducer(state, action) {
2146
2696
  function (a) { return a.id === key; }))[0]; }));
2147
2697
  /** @type {?} */
2148
2698
  var filteredPageEntities = StoreUtils.groupByKeyEntities(annotations, 'page');
2149
- return __assign({}, state, { filters: filters,
2699
+ return __assign(__assign({}, state), { filters: filters,
2150
2700
  filteredComments: filteredComments,
2151
2701
  filteredPageEntities: filteredPageEntities });
2152
2702
  }
2153
2703
  case CLEAR_FILTER_TAGS: {
2154
- return __assign({}, state, { filters: [], filteredComments: {}, filteredPageEntities: {} });
2704
+ return __assign(__assign({}, state), { filters: [], filteredComments: {}, filteredPageEntities: {} });
2155
2705
  }
2156
2706
  }
2157
2707
  return state;
@@ -2221,6 +2771,10 @@ var LoadBookmarks = /** @class */ (function () {
2221
2771
  }
2222
2772
  return LoadBookmarks;
2223
2773
  }());
2774
+ if (false) {
2775
+ /** @type {?} */
2776
+ LoadBookmarks.prototype.type;
2777
+ }
2224
2778
  var LoadBookmarksSuccess = /** @class */ (function () {
2225
2779
  function LoadBookmarksSuccess(payload) {
2226
2780
  this.payload = payload;
@@ -2228,6 +2782,12 @@ var LoadBookmarksSuccess = /** @class */ (function () {
2228
2782
  }
2229
2783
  return LoadBookmarksSuccess;
2230
2784
  }());
2785
+ if (false) {
2786
+ /** @type {?} */
2787
+ LoadBookmarksSuccess.prototype.type;
2788
+ /** @type {?} */
2789
+ LoadBookmarksSuccess.prototype.payload;
2790
+ }
2231
2791
  var LoadBookmarksFailure = /** @class */ (function () {
2232
2792
  function LoadBookmarksFailure(payload) {
2233
2793
  this.payload = payload;
@@ -2235,6 +2795,12 @@ var LoadBookmarksFailure = /** @class */ (function () {
2235
2795
  }
2236
2796
  return LoadBookmarksFailure;
2237
2797
  }());
2798
+ if (false) {
2799
+ /** @type {?} */
2800
+ LoadBookmarksFailure.prototype.type;
2801
+ /** @type {?} */
2802
+ LoadBookmarksFailure.prototype.payload;
2803
+ }
2238
2804
  var CreateBookmark = /** @class */ (function () {
2239
2805
  function CreateBookmark(payload) {
2240
2806
  this.payload = payload;
@@ -2242,6 +2808,12 @@ var CreateBookmark = /** @class */ (function () {
2242
2808
  }
2243
2809
  return CreateBookmark;
2244
2810
  }());
2811
+ if (false) {
2812
+ /** @type {?} */
2813
+ CreateBookmark.prototype.type;
2814
+ /** @type {?} */
2815
+ CreateBookmark.prototype.payload;
2816
+ }
2245
2817
  var CreateBookmarkSuccess = /** @class */ (function () {
2246
2818
  function CreateBookmarkSuccess(payload) {
2247
2819
  this.payload = payload;
@@ -2249,6 +2821,12 @@ var CreateBookmarkSuccess = /** @class */ (function () {
2249
2821
  }
2250
2822
  return CreateBookmarkSuccess;
2251
2823
  }());
2824
+ if (false) {
2825
+ /** @type {?} */
2826
+ CreateBookmarkSuccess.prototype.type;
2827
+ /** @type {?} */
2828
+ CreateBookmarkSuccess.prototype.payload;
2829
+ }
2252
2830
  var CreateBookmarkFailure = /** @class */ (function () {
2253
2831
  function CreateBookmarkFailure(payload) {
2254
2832
  this.payload = payload;
@@ -2256,6 +2834,12 @@ var CreateBookmarkFailure = /** @class */ (function () {
2256
2834
  }
2257
2835
  return CreateBookmarkFailure;
2258
2836
  }());
2837
+ if (false) {
2838
+ /** @type {?} */
2839
+ CreateBookmarkFailure.prototype.type;
2840
+ /** @type {?} */
2841
+ CreateBookmarkFailure.prototype.payload;
2842
+ }
2259
2843
  var DeleteBookmark = /** @class */ (function () {
2260
2844
  function DeleteBookmark(payload) {
2261
2845
  this.payload = payload;
@@ -2263,6 +2847,12 @@ var DeleteBookmark = /** @class */ (function () {
2263
2847
  }
2264
2848
  return DeleteBookmark;
2265
2849
  }());
2850
+ if (false) {
2851
+ /** @type {?} */
2852
+ DeleteBookmark.prototype.type;
2853
+ /** @type {?} */
2854
+ DeleteBookmark.prototype.payload;
2855
+ }
2266
2856
  var DeleteBookmarkSuccess = /** @class */ (function () {
2267
2857
  function DeleteBookmarkSuccess(payload) {
2268
2858
  this.payload = payload;
@@ -2270,6 +2860,12 @@ var DeleteBookmarkSuccess = /** @class */ (function () {
2270
2860
  }
2271
2861
  return DeleteBookmarkSuccess;
2272
2862
  }());
2863
+ if (false) {
2864
+ /** @type {?} */
2865
+ DeleteBookmarkSuccess.prototype.type;
2866
+ /** @type {?} */
2867
+ DeleteBookmarkSuccess.prototype.payload;
2868
+ }
2273
2869
  var DeleteBookmarkFailure = /** @class */ (function () {
2274
2870
  function DeleteBookmarkFailure(payload) {
2275
2871
  this.payload = payload;
@@ -2277,6 +2873,12 @@ var DeleteBookmarkFailure = /** @class */ (function () {
2277
2873
  }
2278
2874
  return DeleteBookmarkFailure;
2279
2875
  }());
2876
+ if (false) {
2877
+ /** @type {?} */
2878
+ DeleteBookmarkFailure.prototype.type;
2879
+ /** @type {?} */
2880
+ DeleteBookmarkFailure.prototype.payload;
2881
+ }
2280
2882
  var MoveBookmark = /** @class */ (function () {
2281
2883
  function MoveBookmark(payload) {
2282
2884
  this.payload = payload;
@@ -2284,6 +2886,12 @@ var MoveBookmark = /** @class */ (function () {
2284
2886
  }
2285
2887
  return MoveBookmark;
2286
2888
  }());
2889
+ if (false) {
2890
+ /** @type {?} */
2891
+ MoveBookmark.prototype.type;
2892
+ /** @type {?} */
2893
+ MoveBookmark.prototype.payload;
2894
+ }
2287
2895
  var MoveBookmarkSuccess = /** @class */ (function () {
2288
2896
  function MoveBookmarkSuccess(payload) {
2289
2897
  this.payload = payload;
@@ -2291,6 +2899,12 @@ var MoveBookmarkSuccess = /** @class */ (function () {
2291
2899
  }
2292
2900
  return MoveBookmarkSuccess;
2293
2901
  }());
2902
+ if (false) {
2903
+ /** @type {?} */
2904
+ MoveBookmarkSuccess.prototype.type;
2905
+ /** @type {?} */
2906
+ MoveBookmarkSuccess.prototype.payload;
2907
+ }
2294
2908
  var MoveBookmarkFailure = /** @class */ (function () {
2295
2909
  function MoveBookmarkFailure(payload) {
2296
2910
  this.payload = payload;
@@ -2298,6 +2912,12 @@ var MoveBookmarkFailure = /** @class */ (function () {
2298
2912
  }
2299
2913
  return MoveBookmarkFailure;
2300
2914
  }());
2915
+ if (false) {
2916
+ /** @type {?} */
2917
+ MoveBookmarkFailure.prototype.type;
2918
+ /** @type {?} */
2919
+ MoveBookmarkFailure.prototype.payload;
2920
+ }
2301
2921
  var UpdateBookmark = /** @class */ (function () {
2302
2922
  function UpdateBookmark(payload) {
2303
2923
  this.payload = payload;
@@ -2305,6 +2925,12 @@ var UpdateBookmark = /** @class */ (function () {
2305
2925
  }
2306
2926
  return UpdateBookmark;
2307
2927
  }());
2928
+ if (false) {
2929
+ /** @type {?} */
2930
+ UpdateBookmark.prototype.type;
2931
+ /** @type {?} */
2932
+ UpdateBookmark.prototype.payload;
2933
+ }
2308
2934
  var UpdateBookmarkSuccess = /** @class */ (function () {
2309
2935
  function UpdateBookmarkSuccess(payload) {
2310
2936
  this.payload = payload;
@@ -2312,6 +2938,12 @@ var UpdateBookmarkSuccess = /** @class */ (function () {
2312
2938
  }
2313
2939
  return UpdateBookmarkSuccess;
2314
2940
  }());
2941
+ if (false) {
2942
+ /** @type {?} */
2943
+ UpdateBookmarkSuccess.prototype.type;
2944
+ /** @type {?} */
2945
+ UpdateBookmarkSuccess.prototype.payload;
2946
+ }
2315
2947
  var UpdateBookmarkFailure = /** @class */ (function () {
2316
2948
  function UpdateBookmarkFailure(payload) {
2317
2949
  this.payload = payload;
@@ -2319,6 +2951,12 @@ var UpdateBookmarkFailure = /** @class */ (function () {
2319
2951
  }
2320
2952
  return UpdateBookmarkFailure;
2321
2953
  }());
2954
+ if (false) {
2955
+ /** @type {?} */
2956
+ UpdateBookmarkFailure.prototype.type;
2957
+ /** @type {?} */
2958
+ UpdateBookmarkFailure.prototype.payload;
2959
+ }
2322
2960
 
2323
2961
  /**
2324
2962
  * @fileoverview added by tsickle
@@ -2395,6 +3033,7 @@ function (entities) {
2395
3033
  _loop_1(index);
2396
3034
  }
2397
3035
  });
3036
+ var ɵ0 = indexEntities;
2398
3037
  /** @type {?} */
2399
3038
  var generateBookmarkNodes = (/**
2400
3039
  * @param {?} entities
@@ -2431,6 +3070,24 @@ function (entities) {
2431
3070
  * @fileoverview added by tsickle
2432
3071
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2433
3072
  */
3073
+ /**
3074
+ * @record
3075
+ */
3076
+ function BookmarksState() { }
3077
+ if (false) {
3078
+ /** @type {?} */
3079
+ BookmarksState.prototype.bookmarks;
3080
+ /** @type {?} */
3081
+ BookmarksState.prototype.bookmarkEntities;
3082
+ /** @type {?} */
3083
+ BookmarksState.prototype.bookmarkPageEntities;
3084
+ /** @type {?} */
3085
+ BookmarksState.prototype.editableBookmark;
3086
+ /** @type {?} */
3087
+ BookmarksState.prototype.loaded;
3088
+ /** @type {?} */
3089
+ BookmarksState.prototype.loading;
3090
+ }
2434
3091
  /** @type {?} */
2435
3092
  var initialBookmarksState = {
2436
3093
  bookmarks: [],
@@ -2450,7 +3107,7 @@ function bookmarksReducer(state, action) {
2450
3107
  if (state === void 0) { state = initialBookmarksState; }
2451
3108
  switch (action.type) {
2452
3109
  case LOAD_BOOKMARKS: {
2453
- return __assign({}, state, { loading: true });
3110
+ return __assign(__assign({}, state), { loading: true });
2454
3111
  }
2455
3112
  case LOAD_BOOKMARKS_SUCCESS:
2456
3113
  case LOAD_BOOKMARKS_FAIL: {
@@ -2460,7 +3117,7 @@ function bookmarksReducer(state, action) {
2460
3117
  var bookmarkEntities = generateBookmarkEntities(bookmarks);
2461
3118
  /** @type {?} */
2462
3119
  var bookmarkPageEntities = StoreUtils.groupByKeyEntities(bookmarks, 'pageNumber');
2463
- return __assign({}, state, { bookmarks: bookmarks,
3120
+ return __assign(__assign({}, state), { bookmarks: bookmarks,
2464
3121
  bookmarkEntities: bookmarkEntities,
2465
3122
  bookmarkPageEntities: bookmarkPageEntities, loaded: true });
2466
3123
  }
@@ -2468,7 +3125,7 @@ function bookmarksReducer(state, action) {
2468
3125
  /** @type {?} */
2469
3126
  var bookmark = action.payload;
2470
3127
  /** @type {?} */
2471
- var bookmarkEntities_1 = __assign({}, state.bookmarkEntities, (_a = {}, _a[bookmark.id] = bookmark, _a));
3128
+ var bookmarkEntities_1 = __assign(__assign({}, state.bookmarkEntities), (_a = {}, _a[bookmark.id] = bookmark, _a));
2472
3129
  /** @type {?} */
2473
3130
  var bookmarkArray = Object.keys(bookmarkEntities_1).map((/**
2474
3131
  * @param {?} key
@@ -2479,7 +3136,7 @@ function bookmarksReducer(state, action) {
2479
3136
  var bookmarkPageEntities = StoreUtils.groupByKeyEntities(bookmarkArray, 'pageNumber');
2480
3137
  /** @type {?} */
2481
3138
  var editableBookmark = bookmark.id;
2482
- return __assign({}, state, { bookmarkEntities: bookmarkEntities_1,
3139
+ return __assign(__assign({}, state), { bookmarkEntities: bookmarkEntities_1,
2483
3140
  editableBookmark: editableBookmark,
2484
3141
  bookmarkPageEntities: bookmarkPageEntities, loading: false, loaded: true });
2485
3142
  }
@@ -2487,8 +3144,8 @@ function bookmarksReducer(state, action) {
2487
3144
  /** @type {?} */
2488
3145
  var movedBookmarks = generateBookmarkEntities(action.payload);
2489
3146
  /** @type {?} */
2490
- var bookmarkEntities = __assign({}, state.bookmarkEntities, movedBookmarks);
2491
- return __assign({}, state, { bookmarkEntities: bookmarkEntities, loading: false, loaded: true });
3147
+ var bookmarkEntities = __assign(__assign({}, state.bookmarkEntities), movedBookmarks);
3148
+ return __assign(__assign({}, state), { bookmarkEntities: bookmarkEntities, loading: false, loaded: true });
2492
3149
  }
2493
3150
  case DELETE_BOOKMARK_SUCCESS: {
2494
3151
  /** @type {?} */
@@ -2525,14 +3182,14 @@ function bookmarksReducer(state, action) {
2525
3182
  */
2526
3183
  function (bookmarkId) { return bmrkIds.includes(bookmarkId); }));
2527
3184
  }));
2528
- return __assign({}, state, { bookmarkEntities: bookmarkEntities_2,
3185
+ return __assign(__assign({}, state), { bookmarkEntities: bookmarkEntities_2,
2529
3186
  bookmarkPageEntities: bookmarkPageEntities_1, loading: false, loaded: true });
2530
3187
  }
2531
3188
  case UPDATE_BOOKMARK_SUCCESS: {
2532
3189
  /** @type {?} */
2533
3190
  var bookmark = action.payload;
2534
3191
  /** @type {?} */
2535
- var bookmarkEntities_3 = __assign({}, state.bookmarkEntities, (_b = {}, _b[bookmark.id] = __assign({}, bookmark), _b));
3192
+ var bookmarkEntities_3 = __assign(__assign({}, state.bookmarkEntities), (_b = {}, _b[bookmark.id] = __assign({}, bookmark), _b));
2536
3193
  /** @type {?} */
2537
3194
  var bookmarkArray = Object.keys(bookmarkEntities_3).map((/**
2538
3195
  * @param {?} key
@@ -2543,7 +3200,7 @@ function bookmarksReducer(state, action) {
2543
3200
  var bookmarkPageEntities = StoreUtils.groupByKeyEntities(bookmarkArray, 'pageNumber');
2544
3201
  /** @type {?} */
2545
3202
  var editableBookmark = undefined;
2546
- return __assign({}, state, { bookmarkEntities: bookmarkEntities_3,
3203
+ return __assign(__assign({}, state), { bookmarkEntities: bookmarkEntities_3,
2547
3204
  editableBookmark: editableBookmark,
2548
3205
  bookmarkPageEntities: bookmarkPageEntities, loading: false, loaded: true });
2549
3206
  }
@@ -2551,6 +3208,12 @@ function bookmarksReducer(state, action) {
2551
3208
  return state;
2552
3209
  }
2553
3210
  /** @type {?} */
3211
+ var getBookmarks = (/**
3212
+ * @param {?} state
3213
+ * @return {?}
3214
+ */
3215
+ function (state) { return state.bookmarks; });
3216
+ /** @type {?} */
2554
3217
  var getBookmarkEnts = (/**
2555
3218
  * @param {?} state
2556
3219
  * @return {?}
@@ -2612,6 +3275,12 @@ var LoadRedactions = /** @class */ (function () {
2612
3275
  }
2613
3276
  return LoadRedactions;
2614
3277
  }());
3278
+ if (false) {
3279
+ /** @type {?} */
3280
+ LoadRedactions.prototype.type;
3281
+ /** @type {?} */
3282
+ LoadRedactions.prototype.payload;
3283
+ }
2615
3284
  var LoadRedactionSuccess = /** @class */ (function () {
2616
3285
  function LoadRedactionSuccess(payload) {
2617
3286
  this.payload = payload;
@@ -2619,6 +3288,12 @@ var LoadRedactionSuccess = /** @class */ (function () {
2619
3288
  }
2620
3289
  return LoadRedactionSuccess;
2621
3290
  }());
3291
+ if (false) {
3292
+ /** @type {?} */
3293
+ LoadRedactionSuccess.prototype.type;
3294
+ /** @type {?} */
3295
+ LoadRedactionSuccess.prototype.payload;
3296
+ }
2622
3297
  var LoadRedactionFailure = /** @class */ (function () {
2623
3298
  function LoadRedactionFailure(payload) {
2624
3299
  this.payload = payload;
@@ -2626,6 +3301,12 @@ var LoadRedactionFailure = /** @class */ (function () {
2626
3301
  }
2627
3302
  return LoadRedactionFailure;
2628
3303
  }());
3304
+ if (false) {
3305
+ /** @type {?} */
3306
+ LoadRedactionFailure.prototype.type;
3307
+ /** @type {?} */
3308
+ LoadRedactionFailure.prototype.payload;
3309
+ }
2629
3310
  var SaveRedaction = /** @class */ (function () {
2630
3311
  function SaveRedaction(payload) {
2631
3312
  this.payload = payload;
@@ -2633,6 +3314,12 @@ var SaveRedaction = /** @class */ (function () {
2633
3314
  }
2634
3315
  return SaveRedaction;
2635
3316
  }());
3317
+ if (false) {
3318
+ /** @type {?} */
3319
+ SaveRedaction.prototype.type;
3320
+ /** @type {?} */
3321
+ SaveRedaction.prototype.payload;
3322
+ }
2636
3323
  var SaveRedactionSuccess = /** @class */ (function () {
2637
3324
  function SaveRedactionSuccess(payload) {
2638
3325
  this.payload = payload;
@@ -2640,6 +3327,12 @@ var SaveRedactionSuccess = /** @class */ (function () {
2640
3327
  }
2641
3328
  return SaveRedactionSuccess;
2642
3329
  }());
3330
+ if (false) {
3331
+ /** @type {?} */
3332
+ SaveRedactionSuccess.prototype.type;
3333
+ /** @type {?} */
3334
+ SaveRedactionSuccess.prototype.payload;
3335
+ }
2643
3336
  var SaveRedactionFailure = /** @class */ (function () {
2644
3337
  function SaveRedactionFailure(payload) {
2645
3338
  this.payload = payload;
@@ -2647,6 +3340,12 @@ var SaveRedactionFailure = /** @class */ (function () {
2647
3340
  }
2648
3341
  return SaveRedactionFailure;
2649
3342
  }());
3343
+ if (false) {
3344
+ /** @type {?} */
3345
+ SaveRedactionFailure.prototype.type;
3346
+ /** @type {?} */
3347
+ SaveRedactionFailure.prototype.payload;
3348
+ }
2650
3349
  var DeleteRedaction = /** @class */ (function () {
2651
3350
  function DeleteRedaction(payload) {
2652
3351
  this.payload = payload;
@@ -2654,6 +3353,12 @@ var DeleteRedaction = /** @class */ (function () {
2654
3353
  }
2655
3354
  return DeleteRedaction;
2656
3355
  }());
3356
+ if (false) {
3357
+ /** @type {?} */
3358
+ DeleteRedaction.prototype.type;
3359
+ /** @type {?} */
3360
+ DeleteRedaction.prototype.payload;
3361
+ }
2657
3362
  var DeleteRedactionSuccess = /** @class */ (function () {
2658
3363
  function DeleteRedactionSuccess(payload) {
2659
3364
  this.payload = payload;
@@ -2661,6 +3366,12 @@ var DeleteRedactionSuccess = /** @class */ (function () {
2661
3366
  }
2662
3367
  return DeleteRedactionSuccess;
2663
3368
  }());
3369
+ if (false) {
3370
+ /** @type {?} */
3371
+ DeleteRedactionSuccess.prototype.type;
3372
+ /** @type {?} */
3373
+ DeleteRedactionSuccess.prototype.payload;
3374
+ }
2664
3375
  var DeleteRedactionFailure = /** @class */ (function () {
2665
3376
  function DeleteRedactionFailure(payload) {
2666
3377
  this.payload = payload;
@@ -2668,6 +3379,12 @@ var DeleteRedactionFailure = /** @class */ (function () {
2668
3379
  }
2669
3380
  return DeleteRedactionFailure;
2670
3381
  }());
3382
+ if (false) {
3383
+ /** @type {?} */
3384
+ DeleteRedactionFailure.prototype.type;
3385
+ /** @type {?} */
3386
+ DeleteRedactionFailure.prototype.payload;
3387
+ }
2671
3388
  var SelectRedaction = /** @class */ (function () {
2672
3389
  function SelectRedaction(payload) {
2673
3390
  this.payload = payload;
@@ -2675,6 +3392,12 @@ var SelectRedaction = /** @class */ (function () {
2675
3392
  }
2676
3393
  return SelectRedaction;
2677
3394
  }());
3395
+ if (false) {
3396
+ /** @type {?} */
3397
+ SelectRedaction.prototype.type;
3398
+ /** @type {?} */
3399
+ SelectRedaction.prototype.payload;
3400
+ }
2678
3401
  var Redact = /** @class */ (function () {
2679
3402
  function Redact(payload) {
2680
3403
  this.payload = payload;
@@ -2682,6 +3405,12 @@ var Redact = /** @class */ (function () {
2682
3405
  }
2683
3406
  return Redact;
2684
3407
  }());
3408
+ if (false) {
3409
+ /** @type {?} */
3410
+ Redact.prototype.type;
3411
+ /** @type {?} */
3412
+ Redact.prototype.payload;
3413
+ }
2685
3414
  var RedactSuccess = /** @class */ (function () {
2686
3415
  function RedactSuccess(payload) {
2687
3416
  this.payload = payload;
@@ -2689,6 +3418,12 @@ var RedactSuccess = /** @class */ (function () {
2689
3418
  }
2690
3419
  return RedactSuccess;
2691
3420
  }());
3421
+ if (false) {
3422
+ /** @type {?} */
3423
+ RedactSuccess.prototype.type;
3424
+ /** @type {?} */
3425
+ RedactSuccess.prototype.payload;
3426
+ }
2692
3427
  var RedactFailure = /** @class */ (function () {
2693
3428
  function RedactFailure(payload) {
2694
3429
  this.payload = payload;
@@ -2696,12 +3431,22 @@ var RedactFailure = /** @class */ (function () {
2696
3431
  }
2697
3432
  return RedactFailure;
2698
3433
  }());
3434
+ if (false) {
3435
+ /** @type {?} */
3436
+ RedactFailure.prototype.type;
3437
+ /** @type {?} */
3438
+ RedactFailure.prototype.payload;
3439
+ }
2699
3440
  var ResetRedactedDocument = /** @class */ (function () {
2700
3441
  function ResetRedactedDocument() {
2701
3442
  this.type = RESET_REDACTED_DOCUMENT;
2702
3443
  }
2703
3444
  return ResetRedactedDocument;
2704
3445
  }());
3446
+ if (false) {
3447
+ /** @type {?} */
3448
+ ResetRedactedDocument.prototype.type;
3449
+ }
2705
3450
  var UnmarkAll = /** @class */ (function () {
2706
3451
  function UnmarkAll(payload) {
2707
3452
  this.payload = payload;
@@ -2709,17 +3454,43 @@ var UnmarkAll = /** @class */ (function () {
2709
3454
  }
2710
3455
  return UnmarkAll;
2711
3456
  }());
3457
+ if (false) {
3458
+ /** @type {?} */
3459
+ UnmarkAll.prototype.type;
3460
+ /** @type {?} */
3461
+ UnmarkAll.prototype.payload;
3462
+ }
2712
3463
  var UnmarkAllSuccess = /** @class */ (function () {
2713
3464
  function UnmarkAllSuccess() {
2714
3465
  this.type = UNMARK_ALL_SUCCESS;
2715
3466
  }
2716
3467
  return UnmarkAllSuccess;
2717
3468
  }());
3469
+ if (false) {
3470
+ /** @type {?} */
3471
+ UnmarkAllSuccess.prototype.type;
3472
+ }
2718
3473
 
2719
3474
  /**
2720
3475
  * @fileoverview added by tsickle
2721
3476
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2722
3477
  */
3478
+ /**
3479
+ * @record
3480
+ */
3481
+ function RedactionState() { }
3482
+ if (false) {
3483
+ /** @type {?} */
3484
+ RedactionState.prototype.redactionEntities;
3485
+ /** @type {?} */
3486
+ RedactionState.prototype.redactionPageEntities;
3487
+ /** @type {?} */
3488
+ RedactionState.prototype.selectedRedaction;
3489
+ /** @type {?} */
3490
+ RedactionState.prototype.redactedDocumentInfo;
3491
+ /** @type {?} */
3492
+ RedactionState.prototype.documentId;
3493
+ }
2723
3494
  /** @type {?} */
2724
3495
  var initialRedactionState = {
2725
3496
  redactionEntities: {},
@@ -2738,7 +3509,7 @@ function redactionReducer(state, action) {
2738
3509
  if (state === void 0) { state = initialRedactionState; }
2739
3510
  switch (action.type) {
2740
3511
  case LOAD_REDACTIONS: {
2741
- return __assign({}, state, initialRedactionState);
3512
+ return __assign(__assign({}, state), initialRedactionState);
2742
3513
  }
2743
3514
  case LOAD_REDACTION_SUCCESS: {
2744
3515
  /** @type {?} */
@@ -2748,7 +3519,7 @@ function redactionReducer(state, action) {
2748
3519
  var redactionEntities = StoreUtils.generateRedactionEntities(payload);
2749
3520
  /** @type {?} */
2750
3521
  var redactionPageEntities = StoreUtils.groupByKeyEntities(payload, 'page');
2751
- return __assign({}, state, { redactionEntities: redactionEntities,
3522
+ return __assign(__assign({}, state), { redactionEntities: redactionEntities,
2752
3523
  redactionPageEntities: redactionPageEntities });
2753
3524
  }
2754
3525
  return __assign({}, state);
@@ -2756,7 +3527,7 @@ function redactionReducer(state, action) {
2756
3527
  case SAVE_REDACTION_SUCCESS: {
2757
3528
  var payload = action.payload;
2758
3529
  /** @type {?} */
2759
- var redactionEntities_1 = __assign({}, state.redactionEntities, (_a = {}, _a[payload.redactionId] = payload, _a));
3530
+ var redactionEntities_1 = __assign(__assign({}, state.redactionEntities), (_a = {}, _a[payload.redactionId] = payload, _a));
2760
3531
  /** @type {?} */
2761
3532
  var redactionArray = Object.keys(redactionEntities_1).map((/**
2762
3533
  * @param {?} key
@@ -2765,12 +3536,12 @@ function redactionReducer(state, action) {
2765
3536
  function (key) { return redactionEntities_1[key]; }));
2766
3537
  /** @type {?} */
2767
3538
  var redactionPageEntities = StoreUtils.groupByKeyEntities(redactionArray, 'page');
2768
- return __assign({}, state, { redactionEntities: redactionEntities_1,
3539
+ return __assign(__assign({}, state), { redactionEntities: redactionEntities_1,
2769
3540
  redactionPageEntities: redactionPageEntities });
2770
3541
  }
2771
3542
  case SELECT_REDACTION:
2772
3543
  case SELECT_ANNOTATION: {
2773
- return __assign({}, state, { selectedRedaction: action.payload });
3544
+ return __assign(__assign({}, state), { selectedRedaction: action.payload });
2774
3545
  }
2775
3546
  case DELETE_REDACTION_SUCCESS: {
2776
3547
  /** @type {?} */
@@ -2787,20 +3558,20 @@ function redactionReducer(state, action) {
2787
3558
  */
2788
3559
  function (redaction) { return redaction.redactionId !== id_1; })));
2789
3560
  /** @type {?} */
2790
- var redactionPageEntities = __assign({}, state.redactionPageEntities, (_b = {}, _b[page] = pageRedactionRemoved, _b));
2791
- return __assign({}, state, { redactionPageEntities: redactionPageEntities,
3561
+ var redactionPageEntities = __assign(__assign({}, state.redactionPageEntities), (_b = {}, _b[page] = pageRedactionRemoved, _b));
3562
+ return __assign(__assign({}, state), { redactionPageEntities: redactionPageEntities,
2792
3563
  redactionEntities: redactionEntities });
2793
3564
  }
2794
3565
  case REDACT_SUCCESS: {
2795
3566
  /** @type {?} */
2796
3567
  var redactedDocumentInfo = action.payload;
2797
- return __assign({}, state, initialRedactionState, { redactedDocumentInfo: redactedDocumentInfo });
3568
+ return __assign(__assign(__assign({}, state), initialRedactionState), { redactedDocumentInfo: redactedDocumentInfo });
2798
3569
  }
2799
3570
  case RESET_REDACTED_DOCUMENT: {
2800
- return __assign({}, state, { redactedDocumentInfo: undefined });
3571
+ return __assign(__assign({}, state), { redactedDocumentInfo: undefined });
2801
3572
  }
2802
3573
  case UNMARK_ALL_SUCCESS: {
2803
- return __assign({}, state, initialRedactionState);
3574
+ return __assign(__assign({}, state), initialRedactionState);
2804
3575
  }
2805
3576
  }
2806
3577
  return state;
@@ -2853,15 +3624,15 @@ function icpReducer(state, action) {
2853
3624
  /** @type {?} */
2854
3625
  var caseId = action.payload;
2855
3626
  /** @type {?} */
2856
- var session = __assign({}, state.session, { caseId: caseId });
2857
- return __assign({}, state, { session: session });
3627
+ var session = __assign(__assign({}, state.session), { caseId: caseId });
3628
+ return __assign(__assign({}, state), { session: session });
2858
3629
  }
2859
3630
  case ICP_SOCKET_SESSION_JOINED: {
2860
3631
  /** @type {?} */
2861
3632
  var session = action.payload.session;
2862
3633
  /** @type {?} */
2863
3634
  var participantInfo = action.payload.participantInfo;
2864
- return __assign({}, state, { session: session, client: participantInfo.client, presenter: participantInfo.presenter });
3635
+ return __assign(__assign({}, state), { session: session, client: participantInfo.client, presenter: participantInfo.presenter });
2865
3636
  }
2866
3637
  case ICP_PARTICIPANT_LIST_UPDATED: {
2867
3638
  /** @type {?} */
@@ -2873,15 +3644,15 @@ function icpReducer(state, action) {
2873
3644
  * @return {?}
2874
3645
  */
2875
3646
  function (id) { return ({ id: id, username: updatedParticipants_1[id] }); }));
2876
- return __assign({}, state, { participants: participants });
3647
+ return __assign(__assign({}, state), { participants: participants });
2877
3648
  }
2878
3649
  case ICP_PRESENTER_UPDATED: {
2879
3650
  /** @type {?} */
2880
3651
  var presenter = action.payload;
2881
- return __assign({}, state, { presenter: presenter });
3652
+ return __assign(__assign({}, state), { presenter: presenter });
2882
3653
  }
2883
3654
  case LEAVE_ICP_SOCKET_SESSION: {
2884
- return __assign({}, state, initialIcpSessionState);
3655
+ return __assign(__assign({}, state), initialIcpSessionState);
2885
3656
  }
2886
3657
  }
2887
3658
  return state;
@@ -2915,6 +3686,24 @@ function (state) { return state.participants; });
2915
3686
  * @fileoverview added by tsickle
2916
3687
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2917
3688
  */
3689
+ /**
3690
+ * @record
3691
+ */
3692
+ function State() { }
3693
+ if (false) {
3694
+ /** @type {?} */
3695
+ State.prototype.document;
3696
+ /** @type {?} */
3697
+ State.prototype.annotations;
3698
+ /** @type {?} */
3699
+ State.prototype.tags;
3700
+ /** @type {?} */
3701
+ State.prototype.bookmarks;
3702
+ /** @type {?} */
3703
+ State.prototype.redactions;
3704
+ /** @type {?} */
3705
+ State.prototype.icp;
3706
+ }
2918
3707
  /** @type {?} */
2919
3708
  var reducers = {
2920
3709
  document: docReducer,
@@ -2964,6 +3753,16 @@ var rotationLoaded$1 = createSelector(getDocumentState, rotationLoaded);
2964
3753
  * @fileoverview added by tsickle
2965
3754
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2966
3755
  */
3756
+ /**
3757
+ * @record
3758
+ */
3759
+ function Highlight() { }
3760
+ if (false) {
3761
+ /** @type {?} */
3762
+ Highlight.prototype.page;
3763
+ /** @type {?} */
3764
+ Highlight.prototype.rectangles;
3765
+ }
2967
3766
  var ViewerEventService = /** @class */ (function () {
2968
3767
  function ViewerEventService() {
2969
3768
  this.textHighlight = new Subject();
@@ -3018,9 +3817,19 @@ var ViewerEventService = /** @class */ (function () {
3018
3817
  ];
3019
3818
  /** @nocollapse */
3020
3819
  ViewerEventService.ctorParameters = function () { return []; };
3021
- /** @nocollapse */ ViewerEventService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ViewerEventService_Factory() { return new ViewerEventService(); }, token: ViewerEventService, providedIn: "root" });
3820
+ /** @nocollapse */ ViewerEventService.ɵprov = ɵɵdefineInjectable({ factory: function ViewerEventService_Factory() { return new ViewerEventService(); }, token: ViewerEventService, providedIn: "root" });
3022
3821
  return ViewerEventService;
3023
3822
  }());
3823
+ if (false) {
3824
+ /** @type {?} */
3825
+ ViewerEventService.prototype.textHighlight;
3826
+ /** @type {?} */
3827
+ ViewerEventService.prototype.boxHighlight;
3828
+ /** @type {?} */
3829
+ ViewerEventService.prototype.ctxToolbarCleared;
3830
+ /** @type {?} */
3831
+ ViewerEventService.prototype.navigationEvent;
3832
+ }
3024
3833
 
3025
3834
  /**
3026
3835
  * @fileoverview added by tsickle
@@ -3486,6 +4295,106 @@ var PdfViewerComponent = /** @class */ (function () {
3486
4295
  };
3487
4296
  return PdfViewerComponent;
3488
4297
  }());
4298
+ if (false) {
4299
+ /** @type {?} */
4300
+ PdfViewerComponent.prototype.mediaLoadStatus;
4301
+ /** @type {?} */
4302
+ PdfViewerComponent.prototype.pdfViewerException;
4303
+ /** @type {?} */
4304
+ PdfViewerComponent.prototype.documentTitle;
4305
+ /** @type {?} */
4306
+ PdfViewerComponent.prototype.downloadUrl;
4307
+ /** @type {?} */
4308
+ PdfViewerComponent.prototype.url;
4309
+ /** @type {?} */
4310
+ PdfViewerComponent.prototype.downloadFileName;
4311
+ /** @type {?} */
4312
+ PdfViewerComponent.prototype.enableAnnotations;
4313
+ /** @type {?} */
4314
+ PdfViewerComponent.prototype.enableRedactions;
4315
+ /** @type {?} */
4316
+ PdfViewerComponent.prototype.enableICP;
4317
+ /** @type {?} */
4318
+ PdfViewerComponent.prototype.annotationSet;
4319
+ /** @type {?} */
4320
+ PdfViewerComponent.prototype.height;
4321
+ /** @type {?} */
4322
+ PdfViewerComponent.prototype.pageHeights;
4323
+ /** @type {?} */
4324
+ PdfViewerComponent.prototype.rotation;
4325
+ /** @type {?} */
4326
+ PdfViewerComponent.prototype.zoom;
4327
+ /** @type {?} */
4328
+ PdfViewerComponent.prototype.caseId;
4329
+ /** @type {?} */
4330
+ PdfViewerComponent.prototype.highlightMode;
4331
+ /** @type {?} */
4332
+ PdfViewerComponent.prototype.drawMode;
4333
+ /** @type {?} */
4334
+ PdfViewerComponent.prototype.documentOutline;
4335
+ /** @type {?} */
4336
+ PdfViewerComponent.prototype.loadingDocument;
4337
+ /** @type {?} */
4338
+ PdfViewerComponent.prototype.loadingDocumentProgress;
4339
+ /** @type {?} */
4340
+ PdfViewerComponent.prototype.errorMessage;
4341
+ /** @type {?} */
4342
+ PdfViewerComponent.prototype.hasDifferentPageSize;
4343
+ /** @type {?} */
4344
+ PdfViewerComponent.prototype.viewerContainer;
4345
+ /** @type {?} */
4346
+ PdfViewerComponent.prototype.pdfViewer;
4347
+ /**
4348
+ * @type {?}
4349
+ * @private
4350
+ */
4351
+ PdfViewerComponent.prototype.pdfWrapper;
4352
+ /**
4353
+ * @type {?}
4354
+ * @private
4355
+ */
4356
+ PdfViewerComponent.prototype.$subscription;
4357
+ /**
4358
+ * @type {?}
4359
+ * @private
4360
+ */
4361
+ PdfViewerComponent.prototype.viewerException;
4362
+ /** @type {?} */
4363
+ PdfViewerComponent.prototype.showCommentsPanel;
4364
+ /** @type {?} */
4365
+ PdfViewerComponent.prototype.showIcpParticipantsList;
4366
+ /** @type {?} */
4367
+ PdfViewerComponent.prototype.enableGrabNDrag;
4368
+ /**
4369
+ * @type {?}
4370
+ * @private
4371
+ */
4372
+ PdfViewerComponent.prototype.store;
4373
+ /**
4374
+ * @type {?}
4375
+ * @private
4376
+ */
4377
+ PdfViewerComponent.prototype.icpStore;
4378
+ /**
4379
+ * @type {?}
4380
+ * @private
4381
+ */
4382
+ PdfViewerComponent.prototype.pdfJsWrapperFactory;
4383
+ /**
4384
+ * @type {?}
4385
+ * @private
4386
+ */
4387
+ PdfViewerComponent.prototype.printService;
4388
+ /** @type {?} */
4389
+ PdfViewerComponent.prototype.toolbarEvents;
4390
+ /**
4391
+ * @type {?}
4392
+ * @private
4393
+ */
4394
+ PdfViewerComponent.prototype.viewerEvents;
4395
+ /** @type {?} */
4396
+ PdfViewerComponent.prototype.toolbarButtons;
4397
+ }
3489
4398
 
3490
4399
  /**
3491
4400
  * @fileoverview added by tsickle
@@ -3515,9 +4424,16 @@ var ViewerUtilService = /** @class */ (function () {
3515
4424
  ViewerUtilService.ctorParameters = function () { return [
3516
4425
  { type: HttpClient }
3517
4426
  ]; };
3518
- /** @nocollapse */ ViewerUtilService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ViewerUtilService_Factory() { return new ViewerUtilService(ɵɵinject(HttpClient)); }, token: ViewerUtilService, providedIn: "root" });
4427
+ /** @nocollapse */ ViewerUtilService.ɵprov = ɵɵdefineInjectable({ factory: function ViewerUtilService_Factory() { return new ViewerUtilService(ɵɵinject(HttpClient)); }, token: ViewerUtilService, providedIn: "root" });
3519
4428
  return ViewerUtilService;
3520
4429
  }());
4430
+ if (false) {
4431
+ /**
4432
+ * @type {?}
4433
+ * @private
4434
+ */
4435
+ ViewerUtilService.prototype.http;
4436
+ }
3521
4437
 
3522
4438
  /**
3523
4439
  * @fileoverview added by tsickle
@@ -3840,6 +4756,76 @@ var ImageViewerComponent = /** @class */ (function () {
3840
4756
  };
3841
4757
  return ImageViewerComponent;
3842
4758
  }());
4759
+ if (false) {
4760
+ /** @type {?} */
4761
+ ImageViewerComponent.prototype.url;
4762
+ /** @type {?} */
4763
+ ImageViewerComponent.prototype.downloadFileName;
4764
+ /** @type {?} */
4765
+ ImageViewerComponent.prototype.enableAnnotations;
4766
+ /** @type {?} */
4767
+ ImageViewerComponent.prototype.annotationSet;
4768
+ /** @type {?} */
4769
+ ImageViewerComponent.prototype.height;
4770
+ /** @type {?} */
4771
+ ImageViewerComponent.prototype.mediaLoadStatus;
4772
+ /** @type {?} */
4773
+ ImageViewerComponent.prototype.imageViewerException;
4774
+ /** @type {?} */
4775
+ ImageViewerComponent.prototype.errorMessage;
4776
+ /** @type {?} */
4777
+ ImageViewerComponent.prototype.img;
4778
+ /** @type {?} */
4779
+ ImageViewerComponent.prototype.rotation;
4780
+ /** @type {?} */
4781
+ ImageViewerComponent.prototype.zoom;
4782
+ /**
4783
+ * @type {?}
4784
+ * @private
4785
+ */
4786
+ ImageViewerComponent.prototype.subscriptions;
4787
+ /**
4788
+ * @type {?}
4789
+ * @private
4790
+ */
4791
+ ImageViewerComponent.prototype.viewerException;
4792
+ /**
4793
+ * @type {?}
4794
+ * @private
4795
+ */
4796
+ ImageViewerComponent.prototype.response;
4797
+ /** @type {?} */
4798
+ ImageViewerComponent.prototype.showCommentsPanel;
4799
+ /** @type {?} */
4800
+ ImageViewerComponent.prototype.enableGrabNDrag;
4801
+ /** @type {?} */
4802
+ ImageViewerComponent.prototype.imageHeight;
4803
+ /** @type {?} */
4804
+ ImageViewerComponent.prototype.imageWidth;
4805
+ /** @type {?} */
4806
+ ImageViewerComponent.prototype.imageLeft;
4807
+ /** @type {?} */
4808
+ ImageViewerComponent.prototype.imageTop;
4809
+ /**
4810
+ * @type {?}
4811
+ * @private
4812
+ */
4813
+ ImageViewerComponent.prototype.store;
4814
+ /**
4815
+ * @type {?}
4816
+ * @private
4817
+ */
4818
+ ImageViewerComponent.prototype.printService;
4819
+ /**
4820
+ * @type {?}
4821
+ * @private
4822
+ */
4823
+ ImageViewerComponent.prototype.viewerUtilService;
4824
+ /** @type {?} */
4825
+ ImageViewerComponent.prototype.toolbarEvents;
4826
+ /** @type {?} */
4827
+ ImageViewerComponent.prototype.toolbarButtons;
4828
+ }
3843
4829
 
3844
4830
  /**
3845
4831
  * @fileoverview added by tsickle
@@ -3923,6 +4909,37 @@ var UnsupportedViewerComponent = /** @class */ (function () {
3923
4909
  };
3924
4910
  return UnsupportedViewerComponent;
3925
4911
  }());
4912
+ if (false) {
4913
+ /** @type {?} */
4914
+ UnsupportedViewerComponent.prototype.url;
4915
+ /** @type {?} */
4916
+ UnsupportedViewerComponent.prototype.downloadFileName;
4917
+ /** @type {?} */
4918
+ UnsupportedViewerComponent.prototype.typeException;
4919
+ /** @type {?} */
4920
+ UnsupportedViewerComponent.prototype.loadStatus;
4921
+ /** @type {?} */
4922
+ UnsupportedViewerComponent.prototype.unsupportedViewerException;
4923
+ /** @type {?} */
4924
+ UnsupportedViewerComponent.prototype.downloadLink;
4925
+ /**
4926
+ * @type {?}
4927
+ * @private
4928
+ */
4929
+ UnsupportedViewerComponent.prototype.subscriptions;
4930
+ /**
4931
+ * @type {?}
4932
+ * @private
4933
+ */
4934
+ UnsupportedViewerComponent.prototype.viewerException;
4935
+ /** @type {?} */
4936
+ UnsupportedViewerComponent.prototype.toolbarEvents;
4937
+ /**
4938
+ * @type {?}
4939
+ * @private
4940
+ */
4941
+ UnsupportedViewerComponent.prototype.viewerUtilService;
4942
+ }
3926
4943
 
3927
4944
  /**
3928
4945
  * @fileoverview added by tsickle
@@ -4087,6 +5104,25 @@ var AnnotationApiService = /** @class */ (function () {
4087
5104
  ]; };
4088
5105
  return AnnotationApiService;
4089
5106
  }());
5107
+ if (false) {
5108
+ /** @type {?} */
5109
+ AnnotationApiService.prototype.annotationApiUrl;
5110
+ /**
5111
+ * @type {?}
5112
+ * @private
5113
+ */
5114
+ AnnotationApiService.prototype.annotationSetBaseUrl;
5115
+ /**
5116
+ * @type {?}
5117
+ * @private
5118
+ */
5119
+ AnnotationApiService.prototype.annotationBaseUrl;
5120
+ /**
5121
+ * @type {?}
5122
+ * @private
5123
+ */
5124
+ AnnotationApiService.prototype.httpClient;
5125
+ }
4090
5126
 
4091
5127
  /**
4092
5128
  * @fileoverview added by tsickle
@@ -4203,6 +5239,12 @@ var CommentService = /** @class */ (function () {
4203
5239
  ];
4204
5240
  return CommentService;
4205
5241
  }());
5242
+ if (false) {
5243
+ /** @type {?} */
5244
+ CommentService.prototype.unsavedChanges;
5245
+ /** @type {?} */
5246
+ CommentService.prototype.commentSetComponent;
5247
+ }
4206
5248
 
4207
5249
  /**
4208
5250
  * @fileoverview added by tsickle
@@ -4273,7 +5315,7 @@ var ɵ2 = /**
4273
5315
  * @return {?}
4274
5316
  */
4275
5317
  function (entities, set) {
4276
- return __assign({}, set, { annotations: Object.keys(entities).map((/**
5318
+ return __assign(__assign({}, set), { annotations: Object.keys(entities).map((/**
4277
5319
  * @param {?} key
4278
5320
  * @return {?}
4279
5321
  */
@@ -4347,7 +5389,7 @@ function (commentEnts, pages, annoEnts, filtered) {
4347
5389
  function (key) {
4348
5390
  /** @type {?} */
4349
5391
  var page = annoEnts[key].page;
4350
- return __assign({}, commentEnts[key], { page: page,
5392
+ return __assign(__assign({}, commentEnts[key]), { page: page,
4351
5393
  pages: pages });
4352
5394
  }));
4353
5395
  }
@@ -4601,16 +5643,16 @@ var MediaViewerComponent = /** @class */ (function () {
4601
5643
  */
4602
5644
  function () {
4603
5645
  if (this.contentType === CoreContentTypes.PDF || this.needsConverting()) {
4604
- this.toolbarButtons.setup(__assign({}, defaultPdfOptions, { showHighlightButton: this.enableAnnotations, showDrawButton: this.enableAnnotations }, this.toolbarButtonOverrides));
5646
+ this.toolbarButtons.setup(__assign(__assign(__assign({}, defaultPdfOptions), { showHighlightButton: this.enableAnnotations, showDrawButton: this.enableAnnotations }), this.toolbarButtonOverrides));
4605
5647
  }
4606
5648
  else if (this.contentType === CoreContentTypes.IMAGE) {
4607
- this.toolbarButtons.setup(__assign({}, defaultImageOptions, { showDrawButton: this.enableAnnotations }, this.toolbarButtonOverrides));
5649
+ this.toolbarButtons.setup(__assign(__assign(__assign({}, defaultImageOptions), { showDrawButton: this.enableAnnotations }), this.toolbarButtonOverrides));
4608
5650
  }
4609
5651
  else if (this.isMultimedia()) {
4610
- this.toolbarButtons.setup(__assign({}, defaultMultimediaOptions, this.toolbarButtonOverrides));
5652
+ this.toolbarButtons.setup(__assign(__assign({}, defaultMultimediaOptions), this.toolbarButtonOverrides));
4611
5653
  }
4612
5654
  else {
4613
- this.toolbarButtons.setup(__assign({}, defaultUnsupportedOptions, this.toolbarButtonOverrides));
5655
+ this.toolbarButtons.setup(__assign(__assign({}, defaultUnsupportedOptions), this.toolbarButtonOverrides));
4614
5656
  }
4615
5657
  };
4616
5658
  /**
@@ -4716,6 +5758,103 @@ var MediaViewerComponent = /** @class */ (function () {
4716
5758
  };
4717
5759
  return MediaViewerComponent;
4718
5760
  }());
5761
+ if (false) {
5762
+ /** @type {?} */
5763
+ MediaViewerComponent.prototype.viewerRef;
5764
+ /** @type {?} */
5765
+ MediaViewerComponent.prototype.url;
5766
+ /** @type {?} */
5767
+ MediaViewerComponent.prototype.downloadFileName;
5768
+ /** @type {?} */
5769
+ MediaViewerComponent.prototype.contentType;
5770
+ /** @type {?} */
5771
+ MediaViewerComponent.prototype.showToolbar;
5772
+ /** @type {?} */
5773
+ MediaViewerComponent.prototype.toolbarButtonOverrides;
5774
+ /** @type {?} */
5775
+ MediaViewerComponent.prototype.height;
5776
+ /** @type {?} */
5777
+ MediaViewerComponent.prototype.viewerHeight;
5778
+ /** @type {?} */
5779
+ MediaViewerComponent.prototype.width;
5780
+ /** @type {?} */
5781
+ MediaViewerComponent.prototype.mediaLoadStatus;
5782
+ /** @type {?} */
5783
+ MediaViewerComponent.prototype.viewerException;
5784
+ /** @type {?} */
5785
+ MediaViewerComponent.prototype.toolbarEventsOutput;
5786
+ /** @type {?} */
5787
+ MediaViewerComponent.prototype.unsavedChanges;
5788
+ /** @type {?} */
5789
+ MediaViewerComponent.prototype.enableAnnotations;
5790
+ /** @type {?} */
5791
+ MediaViewerComponent.prototype.annotationApiUrl;
5792
+ /** @type {?} */
5793
+ MediaViewerComponent.prototype.enableRedactions;
5794
+ /** @type {?} */
5795
+ MediaViewerComponent.prototype.enableICP;
5796
+ /** @type {?} */
5797
+ MediaViewerComponent.prototype.multimediaPlayerEnabled;
5798
+ /** @type {?} */
5799
+ MediaViewerComponent.prototype.caseId;
5800
+ /** @type {?} */
5801
+ MediaViewerComponent.prototype.multimediaContent;
5802
+ /** @type {?} */
5803
+ MediaViewerComponent.prototype.convertibleContent;
5804
+ /** @type {?} */
5805
+ MediaViewerComponent.prototype.unsupportedContent;
5806
+ /** @type {?} */
5807
+ MediaViewerComponent.prototype.documentTitle;
5808
+ /** @type {?} */
5809
+ MediaViewerComponent.prototype.showCommentSummary;
5810
+ /** @type {?} */
5811
+ MediaViewerComponent.prototype.annotationSet$;
5812
+ /** @type {?} */
5813
+ MediaViewerComponent.prototype.hasScrollBar;
5814
+ /** @type {?} */
5815
+ MediaViewerComponent.prototype.typeException;
5816
+ /** @type {?} */
5817
+ MediaViewerComponent.prototype.hasDifferentPageSize$;
5818
+ /**
5819
+ * @type {?}
5820
+ * @private
5821
+ */
5822
+ MediaViewerComponent.prototype.$subscriptions;
5823
+ /**
5824
+ * @type {?}
5825
+ * @private
5826
+ */
5827
+ MediaViewerComponent.prototype.prevOffset;
5828
+ /**
5829
+ * @type {?}
5830
+ * @private
5831
+ */
5832
+ MediaViewerComponent.prototype.store;
5833
+ /** @type {?} */
5834
+ MediaViewerComponent.prototype.toolbarButtons;
5835
+ /** @type {?} */
5836
+ MediaViewerComponent.prototype.toolbarEvents;
5837
+ /**
5838
+ * @type {?}
5839
+ * @private
5840
+ */
5841
+ MediaViewerComponent.prototype.api;
5842
+ /**
5843
+ * @type {?}
5844
+ * @private
5845
+ */
5846
+ MediaViewerComponent.prototype.commentService;
5847
+ /**
5848
+ * @type {?}
5849
+ * @private
5850
+ */
5851
+ MediaViewerComponent.prototype.elRef;
5852
+ /**
5853
+ * @type {?}
5854
+ * @private
5855
+ */
5856
+ MediaViewerComponent.prototype.cdr;
5857
+ }
4719
5858
 
4720
5859
  /**
4721
5860
  * @fileoverview added by tsickle
@@ -4749,7 +5888,7 @@ var NumberHelperService = /** @class */ (function () {
4749
5888
  ];
4750
5889
  /** @nocollapse */
4751
5890
  NumberHelperService.ctorParameters = function () { return []; };
4752
- /** @nocollapse */ NumberHelperService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NumberHelperService_Factory() { return new NumberHelperService(); }, token: NumberHelperService, providedIn: "root" });
5891
+ /** @nocollapse */ NumberHelperService.ɵprov = ɵɵdefineInjectable({ factory: function NumberHelperService_Factory() { return new NumberHelperService(); }, token: NumberHelperService, providedIn: "root" });
4753
5892
  return NumberHelperService;
4754
5893
  }());
4755
5894
 
@@ -5098,6 +6237,61 @@ var MainToolbarComponent = /** @class */ (function () {
5098
6237
  };
5099
6238
  return MainToolbarComponent;
5100
6239
  }());
6240
+ if (false) {
6241
+ /** @type {?} */
6242
+ MainToolbarComponent.prototype.enableAnnotations;
6243
+ /** @type {?} */
6244
+ MainToolbarComponent.prototype.enableRedactions;
6245
+ /** @type {?} */
6246
+ MainToolbarComponent.prototype.enableICP;
6247
+ /** @type {?} */
6248
+ MainToolbarComponent.prototype.contentType;
6249
+ /** @type {?} */
6250
+ MainToolbarComponent.prototype.zoomSelect;
6251
+ /** @type {?} */
6252
+ MainToolbarComponent.prototype.mvToolbarMain;
6253
+ /** @type {?} */
6254
+ MainToolbarComponent.prototype.mvMenuItems;
6255
+ /**
6256
+ * @type {?}
6257
+ * @private
6258
+ */
6259
+ MainToolbarComponent.prototype.subscriptions;
6260
+ /** @type {?} */
6261
+ MainToolbarComponent.prototype.icpEnabled;
6262
+ /** @type {?} */
6263
+ MainToolbarComponent.prototype.redactionEnabled;
6264
+ /** @type {?} */
6265
+ MainToolbarComponent.prototype.showCommentsPanel;
6266
+ /** @type {?} */
6267
+ MainToolbarComponent.prototype.pageNumber;
6268
+ /** @type {?} */
6269
+ MainToolbarComponent.prototype.pageCount;
6270
+ /** @type {?} */
6271
+ MainToolbarComponent.prototype.isDropdownMenuOpen;
6272
+ /** @type {?} */
6273
+ MainToolbarComponent.prototype.dropdownMenuPositions;
6274
+ /** @type {?} */
6275
+ MainToolbarComponent.prototype.zoomScales;
6276
+ /** @type {?} */
6277
+ MainToolbarComponent.prototype.allButtonsWidth;
6278
+ /** @type {?} */
6279
+ MainToolbarComponent.prototype.widthRequiredForBtn;
6280
+ /** @type {?} */
6281
+ MainToolbarComponent.prototype.toolbarEvents;
6282
+ /** @type {?} */
6283
+ MainToolbarComponent.prototype.toolbarButtons;
6284
+ /**
6285
+ * @type {?}
6286
+ * @private
6287
+ */
6288
+ MainToolbarComponent.prototype.cdr;
6289
+ /**
6290
+ * @type {?}
6291
+ * @private
6292
+ */
6293
+ MainToolbarComponent.prototype.numberHelper;
6294
+ }
5101
6295
 
5102
6296
  /**
5103
6297
  * @fileoverview added by tsickle
@@ -5292,6 +6486,33 @@ var SearchBarComponent = /** @class */ (function () {
5292
6486
  };
5293
6487
  return SearchBarComponent;
5294
6488
  }());
6489
+ if (false) {
6490
+ /** @type {?} */
6491
+ SearchBarComponent.prototype.findInput;
6492
+ /** @type {?} */
6493
+ SearchBarComponent.prototype.highlightAll;
6494
+ /** @type {?} */
6495
+ SearchBarComponent.prototype.matchCase;
6496
+ /** @type {?} */
6497
+ SearchBarComponent.prototype.wholeWord;
6498
+ /** @type {?} */
6499
+ SearchBarComponent.prototype.resultsText;
6500
+ /** @type {?} */
6501
+ SearchBarComponent.prototype.searchText;
6502
+ /** @type {?} */
6503
+ SearchBarComponent.prototype.resultCount;
6504
+ /**
6505
+ * @type {?}
6506
+ * @private
6507
+ */
6508
+ SearchBarComponent.prototype.subscriptions;
6509
+ /** @type {?} */
6510
+ SearchBarComponent.prototype.advancedSearchVisible;
6511
+ /** @type {?} */
6512
+ SearchBarComponent.prototype.toolbarButtons;
6513
+ /** @type {?} */
6514
+ SearchBarComponent.prototype.toolbarEvents;
6515
+ }
5295
6516
 
5296
6517
  /**
5297
6518
  * @fileoverview added by tsickle
@@ -5459,6 +6680,23 @@ var RedactionToolbarComponent = /** @class */ (function () {
5459
6680
  ]; };
5460
6681
  return RedactionToolbarComponent;
5461
6682
  }());
6683
+ if (false) {
6684
+ /** @type {?} */
6685
+ RedactionToolbarComponent.prototype.preview;
6686
+ /** @type {?} */
6687
+ RedactionToolbarComponent.prototype.hasRedactions;
6688
+ /** @type {?} */
6689
+ RedactionToolbarComponent.prototype.$subscription;
6690
+ /** @type {?} */
6691
+ RedactionToolbarComponent.prototype.toolbarEventService;
6692
+ /** @type {?} */
6693
+ RedactionToolbarComponent.prototype.toolbarButtons;
6694
+ /**
6695
+ * @type {?}
6696
+ * @private
6697
+ */
6698
+ RedactionToolbarComponent.prototype.store;
6699
+ }
5462
6700
 
5463
6701
  /**
5464
6702
  * @fileoverview added by tsickle
@@ -5525,7 +6763,7 @@ var IcpToolbarComponent = /** @class */ (function () {
5525
6763
  * @param {?} isPresenter
5526
6764
  * @return {?}
5527
6765
  */
5528
- function (isPresenter$$1) { return _this.isPresenter = isPresenter$$1; }));
6766
+ function (isPresenter) { return _this.isPresenter = isPresenter; }));
5529
6767
  this.$subscription.add(this.store.pipe(select(getPresenterName))
5530
6768
  .subscribe((/**
5531
6769
  * @param {?} name
@@ -5591,6 +6829,24 @@ var IcpToolbarComponent = /** @class */ (function () {
5591
6829
  ]; };
5592
6830
  return IcpToolbarComponent;
5593
6831
  }());
6832
+ if (false) {
6833
+ /** @type {?} */
6834
+ IcpToolbarComponent.prototype.presenterName;
6835
+ /** @type {?} */
6836
+ IcpToolbarComponent.prototype.isPresenter;
6837
+ /**
6838
+ * @type {?}
6839
+ * @private
6840
+ */
6841
+ IcpToolbarComponent.prototype.$subscription;
6842
+ /** @type {?} */
6843
+ IcpToolbarComponent.prototype.toolbarEventService;
6844
+ /**
6845
+ * @type {?}
6846
+ * @private
6847
+ */
6848
+ IcpToolbarComponent.prototype.store;
6849
+ }
5594
6850
 
5595
6851
  /**
5596
6852
  * @fileoverview added by tsickle
@@ -5764,6 +7020,38 @@ var AnnotationViewComponent = /** @class */ (function () {
5764
7020
  };
5765
7021
  return AnnotationViewComponent;
5766
7022
  }());
7023
+ if (false) {
7024
+ /** @type {?} */
7025
+ AnnotationViewComponent.prototype.anno;
7026
+ /** @type {?} */
7027
+ AnnotationViewComponent.prototype.selected;
7028
+ /** @type {?} */
7029
+ AnnotationViewComponent.prototype.zoom;
7030
+ /** @type {?} */
7031
+ AnnotationViewComponent.prototype.rotate;
7032
+ /** @type {?} */
7033
+ AnnotationViewComponent.prototype.pageHeight;
7034
+ /** @type {?} */
7035
+ AnnotationViewComponent.prototype.pageWidth;
7036
+ /** @type {?} */
7037
+ AnnotationViewComponent.prototype.update;
7038
+ /** @type {?} */
7039
+ AnnotationViewComponent.prototype.delete;
7040
+ /** @type {?} */
7041
+ AnnotationViewComponent.prototype.annotationClick;
7042
+ /** @type {?} */
7043
+ AnnotationViewComponent.prototype.container;
7044
+ /**
7045
+ * @type {?}
7046
+ * @private
7047
+ */
7048
+ AnnotationViewComponent.prototype.toolbarEvents;
7049
+ /**
7050
+ * @type {?}
7051
+ * @private
7052
+ */
7053
+ AnnotationViewComponent.prototype.store;
7054
+ }
5767
7055
 
5768
7056
  /**
5769
7057
  * @fileoverview added by tsickle
@@ -5841,6 +7129,32 @@ var AnnotationSetComponent = /** @class */ (function () {
5841
7129
  };
5842
7130
  return AnnotationSetComponent;
5843
7131
  }());
7132
+ if (false) {
7133
+ /** @type {?} */
7134
+ AnnotationSetComponent.prototype.page;
7135
+ /** @type {?} */
7136
+ AnnotationSetComponent.prototype.annotations;
7137
+ /** @type {?} */
7138
+ AnnotationSetComponent.prototype.zoom;
7139
+ /** @type {?} */
7140
+ AnnotationSetComponent.prototype.rotate;
7141
+ /** @type {?} */
7142
+ AnnotationSetComponent.prototype.pageHeight;
7143
+ /** @type {?} */
7144
+ AnnotationSetComponent.prototype.pageWidth;
7145
+ /** @type {?} */
7146
+ AnnotationSetComponent.prototype.selectedAnnotation$;
7147
+ /**
7148
+ * @type {?}
7149
+ * @private
7150
+ */
7151
+ AnnotationSetComponent.prototype.store;
7152
+ /**
7153
+ * @type {?}
7154
+ * @private
7155
+ */
7156
+ AnnotationSetComponent.prototype.commentService;
7157
+ }
5844
7158
 
5845
7159
  /**
5846
7160
  * @fileoverview added by tsickle
@@ -5869,7 +7183,7 @@ var HighlightCreateService = /** @class */ (function () {
5869
7183
  */
5870
7184
  function (anoSetDocId) {
5871
7185
  /** @type {?} */
5872
- var anno = __assign({ id: uuid$1(), color: 'FFFF00', comments: [], page: page, rectangles: rectangles, type: 'highlight' }, anoSetDocId, { createdBy: '', createdByDetails: undefined, createdDate: moment.utc().tz('Europe/London').toISOString(), lastModifiedBy: '', lastModifiedByDetails: undefined, lastModifiedDate: '', tags: [] });
7186
+ var anno = __assign(__assign({ id: uuid$1(), color: 'FFFF00', comments: [], page: page, rectangles: rectangles, type: 'highlight' }, anoSetDocId), { createdBy: '', createdByDetails: undefined, createdDate: moment.utc().tz('Europe/London').toISOString(), lastModifiedBy: '', lastModifiedByDetails: undefined, lastModifiedDate: '', tags: [] });
5873
7187
  _this.store.dispatch(new SaveAnnotation(anno));
5874
7188
  }));
5875
7189
  };
@@ -5944,6 +7258,18 @@ var HighlightCreateService = /** @class */ (function () {
5944
7258
  ]; };
5945
7259
  return HighlightCreateService;
5946
7260
  }());
7261
+ if (false) {
7262
+ /**
7263
+ * @type {?}
7264
+ * @private
7265
+ */
7266
+ HighlightCreateService.prototype.toolBarEvents;
7267
+ /**
7268
+ * @type {?}
7269
+ * @private
7270
+ */
7271
+ HighlightCreateService.prototype.store;
7272
+ }
5947
7273
 
5948
7274
  /**
5949
7275
  * @fileoverview added by tsickle
@@ -6067,7 +7393,7 @@ var RectangleComponent = /** @class */ (function () {
6067
7393
  /** @type {?} */
6068
7394
  var rectangle = this.highlightService
6069
7395
  .applyRotation(this.pageHeight, this.pageWidth, offsetHeight, offsetWidth, offsetTop, offsetLeft, this.rotate, this.zoom);
6070
- rectangle = __assign({}, this.annoRect, rectangle);
7396
+ rectangle = __assign(__assign({}, this.annoRect), rectangle);
6071
7397
  this.update.emit(__assign({}, rectangle));
6072
7398
  }
6073
7399
  };
@@ -6140,6 +7466,55 @@ var RectangleComponent = /** @class */ (function () {
6140
7466
  };
6141
7467
  return RectangleComponent;
6142
7468
  }());
7469
+ if (false) {
7470
+ /** @type {?} */
7471
+ RectangleComponent.prototype.color;
7472
+ /** @type {?} */
7473
+ RectangleComponent.prototype.zoom;
7474
+ /** @type {?} */
7475
+ RectangleComponent.prototype.rotate;
7476
+ /** @type {?} */
7477
+ RectangleComponent.prototype.editable;
7478
+ /** @type {?} */
7479
+ RectangleComponent.prototype.pageHeight;
7480
+ /** @type {?} */
7481
+ RectangleComponent.prototype.pageWidth;
7482
+ /** @type {?} */
7483
+ RectangleComponent.prototype.select;
7484
+ /** @type {?} */
7485
+ RectangleComponent.prototype.update;
7486
+ /** @type {?} */
7487
+ RectangleComponent.prototype.viewRect;
7488
+ /**
7489
+ * @type {?}
7490
+ * @private
7491
+ */
7492
+ RectangleComponent.prototype.subscriptions;
7493
+ /** @type {?} */
7494
+ RectangleComponent.prototype._selected;
7495
+ /** @type {?} */
7496
+ RectangleComponent.prototype.enableGrabNDrag;
7497
+ /** @type {?} */
7498
+ RectangleComponent.prototype.height;
7499
+ /** @type {?} */
7500
+ RectangleComponent.prototype.width;
7501
+ /** @type {?} */
7502
+ RectangleComponent.prototype.top;
7503
+ /** @type {?} */
7504
+ RectangleComponent.prototype.left;
7505
+ /** @type {?} */
7506
+ RectangleComponent.prototype._annoRect;
7507
+ /**
7508
+ * @type {?}
7509
+ * @private
7510
+ */
7511
+ RectangleComponent.prototype.toolbarEvents;
7512
+ /**
7513
+ * @type {?}
7514
+ * @private
7515
+ */
7516
+ RectangleComponent.prototype.highlightService;
7517
+ }
6143
7518
 
6144
7519
  /**
6145
7520
  * @fileoverview added by tsickle
@@ -6203,17 +7578,17 @@ var TagsServices = /** @class */ (function () {
6203
7578
  * @return {?}
6204
7579
  */
6205
7580
  function (items, annoId) {
6206
- var _this = this;
6207
7581
  var _a;
7582
+ var _this = this;
6208
7583
  /** @type {?} */
6209
7584
  var snakeCased = items.map((/**
6210
7585
  * @param {?} item
6211
7586
  * @return {?}
6212
7587
  */
6213
7588
  function (item) {
6214
- return __assign({}, item, { name: _this.snakeCase(item.name) });
7589
+ return __assign(__assign({}, item), { name: _this.snakeCase(item.name) });
6215
7590
  }));
6216
- this.tagItems = __assign({}, this.tagItems, (_a = {}, _a[annoId] = snakeCased, _a));
7591
+ this.tagItems = __assign(__assign({}, this.tagItems), (_a = {}, _a[annoId] = snakeCased, _a));
6217
7592
  };
6218
7593
  TagsServices.decorators = [
6219
7594
  { type: Injectable }
@@ -6224,6 +7599,20 @@ var TagsServices = /** @class */ (function () {
6224
7599
  ]; };
6225
7600
  return TagsServices;
6226
7601
  }());
7602
+ if (false) {
7603
+ /** @type {?} */
7604
+ TagsServices.prototype.tagItems;
7605
+ /**
7606
+ * @type {?}
7607
+ * @private
7608
+ */
7609
+ TagsServices.prototype.snakeCase;
7610
+ /**
7611
+ * @type {?}
7612
+ * @private
7613
+ */
7614
+ TagsServices.prototype.http;
7615
+ }
6227
7616
 
6228
7617
  /**
6229
7618
  * @fileoverview added by tsickle
@@ -6489,6 +7878,86 @@ var CommentComponent = /** @class */ (function () {
6489
7878
  };
6490
7879
  return CommentComponent;
6491
7880
  }());
7881
+ if (false) {
7882
+ /** @type {?} */
7883
+ CommentComponent.prototype.CHAR_LIMIT;
7884
+ /** @type {?} */
7885
+ CommentComponent.prototype.lastUpdate;
7886
+ /** @type {?} */
7887
+ CommentComponent.prototype.originalComment;
7888
+ /** @type {?} */
7889
+ CommentComponent.prototype.fullComment;
7890
+ /** @type {?} */
7891
+ CommentComponent.prototype.author;
7892
+ /** @type {?} */
7893
+ CommentComponent.prototype.createdBy;
7894
+ /** @type {?} */
7895
+ CommentComponent.prototype.editor;
7896
+ /** @type {?} */
7897
+ CommentComponent.prototype._comment;
7898
+ /** @type {?} */
7899
+ CommentComponent.prototype._editable;
7900
+ /** @type {?} */
7901
+ CommentComponent.prototype._rectangle;
7902
+ /** @type {?} */
7903
+ CommentComponent.prototype.totalPrevPagesHeight;
7904
+ /** @type {?} */
7905
+ CommentComponent.prototype.rectTop;
7906
+ /** @type {?} */
7907
+ CommentComponent.prototype.rectLeft;
7908
+ /** @type {?} */
7909
+ CommentComponent.prototype.pageHeight;
7910
+ /** @type {?} */
7911
+ CommentComponent.prototype.hasUnsavedChanges;
7912
+ /** @type {?} */
7913
+ CommentComponent.prototype.selected;
7914
+ /** @type {?} */
7915
+ CommentComponent.prototype.searchString;
7916
+ /** @type {?} */
7917
+ CommentComponent.prototype.tagItems;
7918
+ /** @type {?} */
7919
+ CommentComponent.prototype.commentClick;
7920
+ /** @type {?} */
7921
+ CommentComponent.prototype.renderComments;
7922
+ /** @type {?} */
7923
+ CommentComponent.prototype.delete;
7924
+ /** @type {?} */
7925
+ CommentComponent.prototype.updated;
7926
+ /** @type {?} */
7927
+ CommentComponent.prototype.changes;
7928
+ /** @type {?} */
7929
+ CommentComponent.prototype.rotate;
7930
+ /** @type {?} */
7931
+ CommentComponent.prototype.zoom;
7932
+ /** @type {?} */
7933
+ CommentComponent.prototype.index;
7934
+ /** @type {?} */
7935
+ CommentComponent.prototype.page;
7936
+ /** @type {?} */
7937
+ CommentComponent.prototype.form;
7938
+ /** @type {?} */
7939
+ CommentComponent.prototype.editableComment;
7940
+ /**
7941
+ * @type {?}
7942
+ * @private
7943
+ */
7944
+ CommentComponent.prototype.subscriptions;
7945
+ /**
7946
+ * @type {?}
7947
+ * @private
7948
+ */
7949
+ CommentComponent.prototype.store;
7950
+ /**
7951
+ * @type {?}
7952
+ * @private
7953
+ */
7954
+ CommentComponent.prototype.commentService;
7955
+ /**
7956
+ * @type {?}
7957
+ * @private
7958
+ */
7959
+ CommentComponent.prototype.tagsServices;
7960
+ }
6492
7961
 
6493
7962
  /**
6494
7963
  * @fileoverview added by tsickle
@@ -6664,6 +8133,44 @@ var CtxToolbarComponent = /** @class */ (function () {
6664
8133
  };
6665
8134
  return CtxToolbarComponent;
6666
8135
  }());
8136
+ if (false) {
8137
+ /** @type {?} */
8138
+ CtxToolbarComponent.prototype.defaultHeight;
8139
+ /** @type {?} */
8140
+ CtxToolbarComponent.prototype.defaultWidth;
8141
+ /** @type {?} */
8142
+ CtxToolbarComponent.prototype.zoom;
8143
+ /** @type {?} */
8144
+ CtxToolbarComponent.prototype.rotate;
8145
+ /** @type {?} */
8146
+ CtxToolbarComponent.prototype.pageHeight;
8147
+ /** @type {?} */
8148
+ CtxToolbarComponent.prototype.pageWidth;
8149
+ /** @type {?} */
8150
+ CtxToolbarComponent.prototype.canHighlight;
8151
+ /** @type {?} */
8152
+ CtxToolbarComponent.prototype.canBookmark;
8153
+ /** @type {?} */
8154
+ CtxToolbarComponent.prototype.canComment;
8155
+ /** @type {?} */
8156
+ CtxToolbarComponent.prototype.canDelete;
8157
+ /** @type {?} */
8158
+ CtxToolbarComponent.prototype.createHighlightEvent;
8159
+ /** @type {?} */
8160
+ CtxToolbarComponent.prototype.deleteHighlightEvent;
8161
+ /** @type {?} */
8162
+ CtxToolbarComponent.prototype.addOrEditCommentEvent;
8163
+ /** @type {?} */
8164
+ CtxToolbarComponent.prototype.createBookmarkEvent;
8165
+ /** @type {?} */
8166
+ CtxToolbarComponent.prototype.rectangle;
8167
+ /** @type {?} */
8168
+ CtxToolbarComponent.prototype._rectangles;
8169
+ /** @type {?} */
8170
+ CtxToolbarComponent.prototype.top;
8171
+ /** @type {?} */
8172
+ CtxToolbarComponent.prototype.left;
8173
+ }
6667
8174
 
6668
8175
  /**
6669
8176
  * @fileoverview added by tsickle
@@ -6940,7 +8447,7 @@ var CommentSetComponent = /** @class */ (function () {
6940
8447
  /** @type {?} */
6941
8448
  var comments = [];
6942
8449
  /** @type {?} */
6943
- var annot = __assign({}, annotation, { comments: comments });
8450
+ var annot = __assign(__assign({}, annotation), { comments: comments });
6944
8451
  this.onAnnotationUpdate(annot);
6945
8452
  this.redrawComments();
6946
8453
  };
@@ -6998,7 +8505,7 @@ var CommentSetComponent = /** @class */ (function () {
6998
8505
  /** @type {?} */
6999
8506
  var tags = payload.tags;
7000
8507
  /** @type {?} */
7001
- var annot = __assign({}, annotation, { comments: comments,
8508
+ var annot = __assign(__assign({}, annotation), { comments: comments,
7002
8509
  tags: tags });
7003
8510
  this.onAnnotationUpdate(annot);
7004
8511
  };
@@ -7070,6 +8577,61 @@ var CommentSetComponent = /** @class */ (function () {
7070
8577
  };
7071
8578
  return CommentSetComponent;
7072
8579
  }());
8580
+ if (false) {
8581
+ /** @type {?} */
8582
+ CommentSetComponent.prototype.annotationSet;
8583
+ /** @type {?} */
8584
+ CommentSetComponent.prototype.zoom;
8585
+ /** @type {?} */
8586
+ CommentSetComponent.prototype.rotate;
8587
+ /** @type {?} */
8588
+ CommentSetComponent.prototype.height;
8589
+ /** @type {?} */
8590
+ CommentSetComponent.prototype.pageHeights;
8591
+ /** @type {?} */
8592
+ CommentSetComponent.prototype.contentScrollTop;
8593
+ /** @type {?} */
8594
+ CommentSetComponent.prototype.comments;
8595
+ /** @type {?} */
8596
+ CommentSetComponent.prototype.tags;
8597
+ /**
8598
+ * @type {?}
8599
+ * @private
8600
+ */
8601
+ CommentSetComponent.prototype.subscriptions;
8602
+ /** @type {?} */
8603
+ CommentSetComponent.prototype.comments$;
8604
+ /** @type {?} */
8605
+ CommentSetComponent.prototype.annoEntities$;
8606
+ /** @type {?} */
8607
+ CommentSetComponent.prototype.container;
8608
+ /** @type {?} */
8609
+ CommentSetComponent.prototype.panel;
8610
+ /** @type {?} */
8611
+ CommentSetComponent.prototype.commentComponents;
8612
+ /** @type {?} */
8613
+ CommentSetComponent.prototype.showCommentsPanel;
8614
+ /**
8615
+ * @type {?}
8616
+ * @private
8617
+ */
8618
+ CommentSetComponent.prototype.store;
8619
+ /**
8620
+ * @type {?}
8621
+ * @private
8622
+ */
8623
+ CommentSetComponent.prototype.commentService;
8624
+ /**
8625
+ * @type {?}
8626
+ * @private
8627
+ */
8628
+ CommentSetComponent.prototype.renderService;
8629
+ /**
8630
+ * @type {?}
8631
+ * @private
8632
+ */
8633
+ CommentSetComponent.prototype.toolbarEvents;
8634
+ }
7073
8635
 
7074
8636
  /**
7075
8637
  * @fileoverview added by tsickle
@@ -7124,6 +8686,13 @@ var TextareaAutoExpandDirective = /** @class */ (function () {
7124
8686
  };
7125
8687
  return TextareaAutoExpandDirective;
7126
8688
  }());
8689
+ if (false) {
8690
+ /**
8691
+ * @type {?}
8692
+ * @private
8693
+ */
8694
+ TextareaAutoExpandDirective.prototype.el;
8695
+ }
7127
8696
 
7128
8697
  /**
7129
8698
  * @fileoverview added by tsickle
@@ -7233,7 +8802,7 @@ var CommentsSummaryComponent = /** @class */ (function () {
7233
8802
  /** @type {?} */
7234
8803
  var dateRangeTo = hasDateTo ?
7235
8804
  new Date(value.dateRangeTo.year, value.dateRangeTo.month - 1, value.dateRangeTo.day).getTime() : null;
7236
- this.store.dispatch(new ApplyCommentSymmaryFilter(__assign({}, value, { dateRangeFrom: dateRangeFrom, dateRangeTo: dateRangeTo })));
8805
+ this.store.dispatch(new ApplyCommentSymmaryFilter(__assign(__assign({}, value), { dateRangeFrom: dateRangeFrom, dateRangeTo: dateRangeTo })));
7237
8806
  };
7238
8807
  /**
7239
8808
  * @return {?}
@@ -7307,6 +8876,51 @@ var CommentsSummaryComponent = /** @class */ (function () {
7307
8876
  };
7308
8877
  return CommentsSummaryComponent;
7309
8878
  }());
8879
+ if (false) {
8880
+ /** @type {?} */
8881
+ CommentsSummaryComponent.prototype.title;
8882
+ /** @type {?} */
8883
+ CommentsSummaryComponent.prototype.contentType;
8884
+ /** @type {?} */
8885
+ CommentsSummaryComponent.prototype.container;
8886
+ /** @type {?} */
8887
+ CommentsSummaryComponent.prototype.commentsTable;
8888
+ /** @type {?} */
8889
+ CommentsSummaryComponent.prototype.comments$;
8890
+ /** @type {?} */
8891
+ CommentsSummaryComponent.prototype.filtersFg;
8892
+ /**
8893
+ * @type {?}
8894
+ * @private
8895
+ */
8896
+ CommentsSummaryComponent.prototype.$subscriptions;
8897
+ /** @type {?} */
8898
+ CommentsSummaryComponent.prototype.allTags$;
8899
+ /** @type {?} */
8900
+ CommentsSummaryComponent.prototype.showFilters;
8901
+ /** @type {?} */
8902
+ CommentsSummaryComponent.prototype.hasFilter;
8903
+ /**
8904
+ * @type {?}
8905
+ * @private
8906
+ */
8907
+ CommentsSummaryComponent.prototype.store;
8908
+ /**
8909
+ * @type {?}
8910
+ * @private
8911
+ */
8912
+ CommentsSummaryComponent.prototype.printService;
8913
+ /**
8914
+ * @type {?}
8915
+ * @private
8916
+ */
8917
+ CommentsSummaryComponent.prototype.toolbarEvents;
8918
+ /**
8919
+ * @type {?}
8920
+ * @private
8921
+ */
8922
+ CommentsSummaryComponent.prototype.fb;
8923
+ }
7310
8924
 
7311
8925
  /**
7312
8926
  * @fileoverview added by tsickle
@@ -7459,6 +9073,63 @@ var BoxHighlightCreateComponent = /** @class */ (function () {
7459
9073
  };
7460
9074
  return BoxHighlightCreateComponent;
7461
9075
  }());
9076
+ if (false) {
9077
+ /** @type {?} */
9078
+ BoxHighlightCreateComponent.prototype.page;
9079
+ /** @type {?} */
9080
+ BoxHighlightCreateComponent.prototype.pageHeight;
9081
+ /** @type {?} */
9082
+ BoxHighlightCreateComponent.prototype.pageWidth;
9083
+ /** @type {?} */
9084
+ BoxHighlightCreateComponent.prototype.rotate;
9085
+ /** @type {?} */
9086
+ BoxHighlightCreateComponent.prototype.zoom;
9087
+ /** @type {?} */
9088
+ BoxHighlightCreateComponent.prototype.container;
9089
+ /** @type {?} */
9090
+ BoxHighlightCreateComponent.prototype.saveSelection;
9091
+ /** @type {?} */
9092
+ BoxHighlightCreateComponent.prototype.highlight;
9093
+ /** @type {?} */
9094
+ BoxHighlightCreateComponent.prototype.drawStartX;
9095
+ /** @type {?} */
9096
+ BoxHighlightCreateComponent.prototype.drawStartY;
9097
+ /** @type {?} */
9098
+ BoxHighlightCreateComponent.prototype.top;
9099
+ /** @type {?} */
9100
+ BoxHighlightCreateComponent.prototype.left;
9101
+ /** @type {?} */
9102
+ BoxHighlightCreateComponent.prototype.height;
9103
+ /** @type {?} */
9104
+ BoxHighlightCreateComponent.prototype.width;
9105
+ /** @type {?} */
9106
+ BoxHighlightCreateComponent.prototype.display;
9107
+ /** @type {?} */
9108
+ BoxHighlightCreateComponent.prototype.drawMode;
9109
+ /** @type {?} */
9110
+ BoxHighlightCreateComponent.prototype.defaultHeight;
9111
+ /** @type {?} */
9112
+ BoxHighlightCreateComponent.prototype.defaultWidth;
9113
+ /** @type {?} */
9114
+ BoxHighlightCreateComponent.prototype.position;
9115
+ /** @type {?} */
9116
+ BoxHighlightCreateComponent.prototype.backgroundColor;
9117
+ /**
9118
+ * @type {?}
9119
+ * @private
9120
+ */
9121
+ BoxHighlightCreateComponent.prototype.subscriptions;
9122
+ /**
9123
+ * @type {?}
9124
+ * @private
9125
+ */
9126
+ BoxHighlightCreateComponent.prototype.toolbarEvents;
9127
+ /**
9128
+ * @type {?}
9129
+ * @private
9130
+ */
9131
+ BoxHighlightCreateComponent.prototype.highlightService;
9132
+ }
7462
9133
 
7463
9134
  /**
7464
9135
  * @fileoverview added by tsickle
@@ -7499,7 +9170,7 @@ var CommentSetHeaderComponent = /** @class */ (function () {
7499
9170
  * @return {?}
7500
9171
  */
7501
9172
  function (tab) {
7502
- return !_this.isFiltered && tab.label === 'filter' ? __assign({}, tab, { isFiltered: true }) : __assign({}, tab, { isFiltered: false });
9173
+ return !_this.isFiltered && tab.label === 'filter' ? __assign(__assign({}, tab), { isFiltered: true }) : __assign(__assign({}, tab), { isFiltered: false });
7503
9174
  }));
7504
9175
  }));
7505
9176
  };
@@ -7559,6 +9230,29 @@ var CommentSetHeaderComponent = /** @class */ (function () {
7559
9230
  };
7560
9231
  return CommentSetHeaderComponent;
7561
9232
  }());
9233
+ if (false) {
9234
+ /** @type {?} */
9235
+ CommentSetHeaderComponent.prototype.showCommentSummary;
9236
+ /** @type {?} */
9237
+ CommentSetHeaderComponent.prototype.showCommentSummaryDialog;
9238
+ /** @type {?} */
9239
+ CommentSetHeaderComponent.prototype.tabs;
9240
+ /** @type {?} */
9241
+ CommentSetHeaderComponent.prototype.tabSelected;
9242
+ /** @type {?} */
9243
+ CommentSetHeaderComponent.prototype.isFiltered;
9244
+ /** @type {?} */
9245
+ CommentSetHeaderComponent.prototype.navigationList;
9246
+ /** @type {?} */
9247
+ CommentSetHeaderComponent.prototype.$subscriptions;
9248
+ /**
9249
+ * @type {?}
9250
+ * @private
9251
+ */
9252
+ CommentSetHeaderComponent.prototype.store;
9253
+ /** @type {?} */
9254
+ CommentSetHeaderComponent.prototype.toolbarEvents;
9255
+ }
7562
9256
 
7563
9257
  /**
7564
9258
  * @fileoverview added by tsickle
@@ -7655,6 +9349,23 @@ var CommentSearchComponent = /** @class */ (function () {
7655
9349
  };
7656
9350
  return CommentSearchComponent;
7657
9351
  }());
9352
+ if (false) {
9353
+ /** @type {?} */
9354
+ CommentSearchComponent.prototype.annotations;
9355
+ /** @type {?} */
9356
+ CommentSearchComponent.prototype.searchInput;
9357
+ /** @type {?} */
9358
+ CommentSearchComponent.prototype.searchString;
9359
+ /** @type {?} */
9360
+ CommentSearchComponent.prototype.searchResults;
9361
+ /** @type {?} */
9362
+ CommentSearchComponent.prototype.searchIndex;
9363
+ /**
9364
+ * @type {?}
9365
+ * @private
9366
+ */
9367
+ CommentSearchComponent.prototype.store;
9368
+ }
7658
9369
 
7659
9370
  /**
7660
9371
  * @fileoverview added by tsickle
@@ -7742,6 +9453,15 @@ var TextHighlightDirective = /** @class */ (function () {
7742
9453
  };
7743
9454
  return TextHighlightDirective;
7744
9455
  }());
9456
+ if (false) {
9457
+ /** @type {?} */
9458
+ TextHighlightDirective.prototype.textToHighlight;
9459
+ /**
9460
+ * @type {?}
9461
+ * @private
9462
+ */
9463
+ TextHighlightDirective.prototype.element;
9464
+ }
7745
9465
 
7746
9466
  /**
7747
9467
  * @fileoverview added by tsickle
@@ -7830,6 +9550,27 @@ var TagsComponent = /** @class */ (function () {
7830
9550
  };
7831
9551
  return TagsComponent;
7832
9552
  }());
9553
+ if (false) {
9554
+ /** @type {?} */
9555
+ TagsComponent.prototype.tagItems;
9556
+ /** @type {?} */
9557
+ TagsComponent.prototype.userId;
9558
+ /** @type {?} */
9559
+ TagsComponent.prototype.editable;
9560
+ /** @type {?} */
9561
+ TagsComponent.prototype.annoId;
9562
+ /** @type {?} */
9563
+ TagsComponent.prototype.validators;
9564
+ /** @type {?} */
9565
+ TagsComponent.prototype.errorMessages;
9566
+ /** @type {?} */
9567
+ TagsComponent.prototype.requestAutocompleteItems;
9568
+ /**
9569
+ * @type {?}
9570
+ * @private
9571
+ */
9572
+ TagsComponent.prototype.tagsServices;
9573
+ }
7833
9574
 
7834
9575
  /**
7835
9576
  * @fileoverview added by tsickle
@@ -7981,6 +9722,23 @@ var CommentsNavigateComponent = /** @class */ (function () {
7981
9722
  };
7982
9723
  return CommentsNavigateComponent;
7983
9724
  }());
9725
+ if (false) {
9726
+ /** @type {?} */
9727
+ CommentsNavigateComponent.prototype.annotationList;
9728
+ /** @type {?} */
9729
+ CommentsNavigateComponent.prototype.autoSelect;
9730
+ /** @type {?} */
9731
+ CommentsNavigateComponent.prototype.navigationList;
9732
+ /** @type {?} */
9733
+ CommentsNavigateComponent.prototype.index;
9734
+ /**
9735
+ * @type {?}
9736
+ * @private
9737
+ */
9738
+ CommentsNavigateComponent.prototype.store;
9739
+ /** @type {?} */
9740
+ CommentsNavigateComponent.prototype.toolbarEvents;
9741
+ }
7984
9742
 
7985
9743
  /**
7986
9744
  * @fileoverview added by tsickle
@@ -8095,6 +9853,30 @@ var CommentFilterComponent = /** @class */ (function () {
8095
9853
  ]; };
8096
9854
  return CommentFilterComponent;
8097
9855
  }());
9856
+ if (false) {
9857
+ /** @type {?} */
9858
+ CommentFilterComponent.prototype.tagGroup;
9859
+ /** @type {?} */
9860
+ CommentFilterComponent.prototype.$subscriptions;
9861
+ /** @type {?} */
9862
+ CommentFilterComponent.prototype.filter$;
9863
+ /** @type {?} */
9864
+ CommentFilterComponent.prototype.allTags$;
9865
+ /** @type {?} */
9866
+ CommentFilterComponent.prototype.searchValue;
9867
+ /** @type {?} */
9868
+ CommentFilterComponent.prototype.isPreview;
9869
+ /**
9870
+ * @type {?}
9871
+ * @private
9872
+ */
9873
+ CommentFilterComponent.prototype.store;
9874
+ /**
9875
+ * @type {?}
9876
+ * @private
9877
+ */
9878
+ CommentFilterComponent.prototype.fb;
9879
+ }
8098
9880
 
8099
9881
  /**
8100
9882
  * @fileoverview added by tsickle
@@ -8254,6 +10036,18 @@ var BookmarksApiService = /** @class */ (function () {
8254
10036
  ]; };
8255
10037
  return BookmarksApiService;
8256
10038
  }());
10039
+ if (false) {
10040
+ /**
10041
+ * @type {?}
10042
+ * @private
10043
+ */
10044
+ BookmarksApiService.prototype.ANNOTATIONS_API;
10045
+ /**
10046
+ * @type {?}
10047
+ * @private
10048
+ */
10049
+ BookmarksApiService.prototype.httpClient;
10050
+ }
8257
10051
 
8258
10052
  /**
8259
10053
  * @fileoverview added by tsickle
@@ -8357,6 +10151,14 @@ var GovUkDateComponent = /** @class */ (function () {
8357
10151
  };
8358
10152
  return GovUkDateComponent;
8359
10153
  }());
10154
+ if (false) {
10155
+ /** @type {?} */
10156
+ GovUkDateComponent.prototype.config;
10157
+ /** @type {?} */
10158
+ GovUkDateComponent.prototype.errorMessage;
10159
+ /** @type {?} */
10160
+ GovUkDateComponent.prototype.formGroup;
10161
+ }
8360
10162
 
8361
10163
  /**
8362
10164
  * @fileoverview added by tsickle
@@ -8385,6 +10187,12 @@ var GovUkErrorMessageComponent = /** @class */ (function () {
8385
10187
  };
8386
10188
  return GovUkErrorMessageComponent;
8387
10189
  }());
10190
+ if (false) {
10191
+ /** @type {?} */
10192
+ GovUkErrorMessageComponent.prototype.config;
10193
+ /** @type {?} */
10194
+ GovUkErrorMessageComponent.prototype.errorMessage;
10195
+ }
8388
10196
 
8389
10197
  /**
8390
10198
  * @fileoverview added by tsickle
@@ -8458,6 +10266,14 @@ var GovUkFieldsetComponent = /** @class */ (function () {
8458
10266
  };
8459
10267
  return GovUkFieldsetComponent;
8460
10268
  }());
10269
+ if (false) {
10270
+ /** @type {?} */
10271
+ GovUkFieldsetComponent.prototype.config;
10272
+ /** @type {?} */
10273
+ GovUkFieldsetComponent.prototype.isHeading;
10274
+ /** @type {?} */
10275
+ GovUkFieldsetComponent.prototype.errorMessage;
10276
+ }
8461
10277
 
8462
10278
  /**
8463
10279
  * @fileoverview added by tsickle
@@ -8485,6 +10301,10 @@ var GovUkLabelComponent = /** @class */ (function () {
8485
10301
  };
8486
10302
  return GovUkLabelComponent;
8487
10303
  }());
10304
+ if (false) {
10305
+ /** @type {?} */
10306
+ GovUkLabelComponent.prototype.config;
10307
+ }
8488
10308
 
8489
10309
  /**
8490
10310
  * @fileoverview added by tsickle
@@ -8698,7 +10518,7 @@ var MetadataLayerComponent = /** @class */ (function () {
8698
10518
  function (bookmarkInfo) {
8699
10519
  /** @type {?} */
8700
10520
  var selection = window.getSelection().toString();
8701
- _this.store.dispatch(new CreateBookmark((/** @type {?} */ (__assign({}, bookmarkInfo, { name: selection.length > 0 ? selection.substr(0, 30) : 'new bookmark', id: uuid$1(), pageNumber: _this.highlightPage - 1, xCoordinate: rectangle.x, yCoordinate: rectangle.y })))));
10521
+ _this.store.dispatch(new CreateBookmark((/** @type {?} */ (__assign(__assign({}, bookmarkInfo), { name: selection.length > 0 ? selection.substr(0, 30) : 'new bookmark', id: uuid$1(), pageNumber: _this.highlightPage - 1, xCoordinate: rectangle.x, yCoordinate: rectangle.y })))));
8702
10522
  _this.toolbarEvents.toggleSideBar(true);
8703
10523
  _this.highlightService.resetHighlight();
8704
10524
  _this.rectangles = undefined;
@@ -8736,6 +10556,47 @@ var MetadataLayerComponent = /** @class */ (function () {
8736
10556
  };
8737
10557
  return MetadataLayerComponent;
8738
10558
  }());
10559
+ if (false) {
10560
+ /** @type {?} */
10561
+ MetadataLayerComponent.prototype.zoom;
10562
+ /** @type {?} */
10563
+ MetadataLayerComponent.prototype.rotate;
10564
+ /** @type {?} */
10565
+ MetadataLayerComponent.prototype.pages;
10566
+ /** @type {?} */
10567
+ MetadataLayerComponent.prototype.annoPages$;
10568
+ /** @type {?} */
10569
+ MetadataLayerComponent.prototype.drawMode;
10570
+ /** @type {?} */
10571
+ MetadataLayerComponent.prototype.highlightPage;
10572
+ /** @type {?} */
10573
+ MetadataLayerComponent.prototype.rectangles;
10574
+ /**
10575
+ * @type {?}
10576
+ * @private
10577
+ */
10578
+ MetadataLayerComponent.prototype.$subscriptions;
10579
+ /**
10580
+ * @type {?}
10581
+ * @private
10582
+ */
10583
+ MetadataLayerComponent.prototype.store;
10584
+ /**
10585
+ * @type {?}
10586
+ * @private
10587
+ */
10588
+ MetadataLayerComponent.prototype.highlightService;
10589
+ /**
10590
+ * @type {?}
10591
+ * @private
10592
+ */
10593
+ MetadataLayerComponent.prototype.toolbarEvents;
10594
+ /**
10595
+ * @type {?}
10596
+ * @private
10597
+ */
10598
+ MetadataLayerComponent.prototype.viewerEvents;
10599
+ }
8739
10600
 
8740
10601
  /**
8741
10602
  * @fileoverview added by tsickle
@@ -8888,6 +10749,24 @@ var GrabNDragDirective = /** @class */ (function () {
8888
10749
  };
8889
10750
  return GrabNDragDirective;
8890
10751
  }());
10752
+ if (false) {
10753
+ /** @type {?} */
10754
+ GrabNDragDirective.prototype.originalPosition;
10755
+ /**
10756
+ * @type {?}
10757
+ * @private
10758
+ */
10759
+ GrabNDragDirective.prototype.pointerDown;
10760
+ /** @type {?} */
10761
+ GrabNDragDirective.prototype.dragEnabled;
10762
+ /** @type {?} */
10763
+ GrabNDragDirective.prototype.dragX;
10764
+ /**
10765
+ * @type {?}
10766
+ * @private
10767
+ */
10768
+ GrabNDragDirective.prototype.el;
10769
+ }
8891
10770
 
8892
10771
  /**
8893
10772
  * @fileoverview added by tsickle
@@ -8974,7 +10853,7 @@ var SideBarComponent = /** @class */ (function () {
8974
10853
  * @return {?}
8975
10854
  */
8976
10855
  function (bookmarkInfo) {
8977
- _this.store.dispatch(new CreateBookmark((/** @type {?} */ (__assign({}, bookmarkInfo, { name: 'new bookmark', id: uuid$1() })))));
10856
+ _this.store.dispatch(new CreateBookmark((/** @type {?} */ (__assign(__assign({}, bookmarkInfo), { name: 'new bookmark', id: uuid$1() })))));
8978
10857
  }));
8979
10858
  };
8980
10859
  SideBarComponent.decorators = [
@@ -8997,6 +10876,34 @@ var SideBarComponent = /** @class */ (function () {
8997
10876
  };
8998
10877
  return SideBarComponent;
8999
10878
  }());
10879
+ if (false) {
10880
+ /** @type {?} */
10881
+ SideBarComponent.prototype.annotationsEnabled;
10882
+ /** @type {?} */
10883
+ SideBarComponent.prototype.outline;
10884
+ /** @type {?} */
10885
+ SideBarComponent.prototype.url;
10886
+ /** @type {?} */
10887
+ SideBarComponent.prototype.zoom;
10888
+ /** @type {?} */
10889
+ SideBarComponent.prototype.rotate;
10890
+ /** @type {?} */
10891
+ SideBarComponent.prototype.selectedView;
10892
+ /** @type {?} */
10893
+ SideBarComponent.prototype.bookmarkNodes$;
10894
+ /** @type {?} */
10895
+ SideBarComponent.prototype.$subscription;
10896
+ /**
10897
+ * @type {?}
10898
+ * @private
10899
+ */
10900
+ SideBarComponent.prototype.viewerEvents;
10901
+ /**
10902
+ * @type {?}
10903
+ * @private
10904
+ */
10905
+ SideBarComponent.prototype.store;
10906
+ }
9000
10907
 
9001
10908
  /**
9002
10909
  * @fileoverview added by tsickle
@@ -9049,6 +10956,14 @@ var OutlineItemComponent = /** @class */ (function () {
9049
10956
  };
9050
10957
  return OutlineItemComponent;
9051
10958
  }());
10959
+ if (false) {
10960
+ /** @type {?} */
10961
+ OutlineItemComponent.prototype.outline;
10962
+ /** @type {?} */
10963
+ OutlineItemComponent.prototype.navigationEvent;
10964
+ /** @type {?} */
10965
+ OutlineItemComponent.prototype.showOutlineItems;
10966
+ }
9052
10967
 
9053
10968
  /**
9054
10969
  * @fileoverview added by tsickle
@@ -9246,6 +11161,42 @@ var RedactionComponent = /** @class */ (function () {
9246
11161
  };
9247
11162
  return RedactionComponent;
9248
11163
  }());
11164
+ if (false) {
11165
+ /** @type {?} */
11166
+ RedactionComponent.prototype.zoom;
11167
+ /** @type {?} */
11168
+ RedactionComponent.prototype.rotate;
11169
+ /** @type {?} */
11170
+ RedactionComponent.prototype.redactionsPerPage$;
11171
+ /** @type {?} */
11172
+ RedactionComponent.prototype.selectedRedaction$;
11173
+ /** @type {?} */
11174
+ RedactionComponent.prototype.rectangles;
11175
+ /** @type {?} */
11176
+ RedactionComponent.prototype.drawMode;
11177
+ /** @type {?} */
11178
+ RedactionComponent.prototype.documentId;
11179
+ /**
11180
+ * @type {?}
11181
+ * @private
11182
+ */
11183
+ RedactionComponent.prototype.$subscription;
11184
+ /**
11185
+ * @type {?}
11186
+ * @private
11187
+ */
11188
+ RedactionComponent.prototype.store;
11189
+ /**
11190
+ * @type {?}
11191
+ * @private
11192
+ */
11193
+ RedactionComponent.prototype.viewerEvents;
11194
+ /**
11195
+ * @type {?}
11196
+ * @private
11197
+ */
11198
+ RedactionComponent.prototype.toolbarEvents;
11199
+ }
9249
11200
 
9250
11201
  /**
9251
11202
  * @fileoverview added by tsickle
@@ -9282,6 +11233,15 @@ var IcpSessionApiService = /** @class */ (function () {
9282
11233
  ]; };
9283
11234
  return IcpSessionApiService;
9284
11235
  }());
11236
+ if (false) {
11237
+ /** @type {?} */
11238
+ IcpSessionApiService.prototype.ICP_SESSION_API;
11239
+ /**
11240
+ * @type {?}
11241
+ * @private
11242
+ */
11243
+ IcpSessionApiService.prototype.httpClient;
11244
+ }
9285
11245
 
9286
11246
  /**
9287
11247
  * @fileoverview added by tsickle
@@ -9409,6 +11369,17 @@ var SocketService = /** @class */ (function () {
9409
11369
  SocketService.ctorParameters = function () { return []; };
9410
11370
  return SocketService;
9411
11371
  }());
11372
+ if (false) {
11373
+ /**
11374
+ * @type {?}
11375
+ * @private
11376
+ */
11377
+ SocketService.prototype.socket;
11378
+ /** @type {?} */
11379
+ SocketService.prototype.subscription;
11380
+ /** @type {?} */
11381
+ SocketService.prototype.connected$;
11382
+ }
9412
11383
 
9413
11384
  /**
9414
11385
  * @fileoverview added by tsickle
@@ -9440,7 +11411,7 @@ var IcpUpdateService = /** @class */ (function () {
9440
11411
  function (username, session) {
9441
11412
  this.session = session;
9442
11413
  this.socket.connect();
9443
- this.socket.join(__assign({}, this.session, { username: username }));
11414
+ this.socket.join(__assign(__assign({}, this.session), { username: username }));
9444
11415
  return this.socket.listen(this.SESSION_JOINED);
9445
11416
  };
9446
11417
  /**
@@ -9501,7 +11472,7 @@ var IcpUpdateService = /** @class */ (function () {
9501
11472
  * @return {?}
9502
11473
  */
9503
11474
  function (presenter) {
9504
- this.socket.emit(this.UPDATE_PRESENTER, __assign({}, this.session, { presenterId: presenter.id, presenterName: presenter.username }));
11475
+ this.socket.emit(this.UPDATE_PRESENTER, __assign(__assign({}, this.session), { presenterId: presenter.id, presenterName: presenter.username }));
9505
11476
  };
9506
11477
  /**
9507
11478
  * @return {?}
@@ -9531,18 +11502,45 @@ var IcpUpdateService = /** @class */ (function () {
9531
11502
  IcpUpdateService.prototype.screenUpdated = /**
9532
11503
  * @return {?}
9533
11504
  */
9534
- function () {
9535
- return this.socket.listen(this.SCREEN_UPDATED);
9536
- };
9537
- IcpUpdateService.decorators = [
9538
- { type: Injectable }
9539
- ];
9540
- /** @nocollapse */
9541
- IcpUpdateService.ctorParameters = function () { return [
9542
- { type: SocketService }
9543
- ]; };
9544
- return IcpUpdateService;
9545
- }());
11505
+ function () {
11506
+ return this.socket.listen(this.SCREEN_UPDATED);
11507
+ };
11508
+ IcpUpdateService.decorators = [
11509
+ { type: Injectable }
11510
+ ];
11511
+ /** @nocollapse */
11512
+ IcpUpdateService.ctorParameters = function () { return [
11513
+ { type: SocketService }
11514
+ ]; };
11515
+ return IcpUpdateService;
11516
+ }());
11517
+ if (false) {
11518
+ /** @type {?} */
11519
+ IcpUpdateService.prototype.SESSION_JOINED;
11520
+ /** @type {?} */
11521
+ IcpUpdateService.prototype.CLIENT_DISCONNECTED;
11522
+ /** @type {?} */
11523
+ IcpUpdateService.prototype.NEW_PARTICIPANT_JOINED;
11524
+ /** @type {?} */
11525
+ IcpUpdateService.prototype.REMOVE_PARTICIPANT;
11526
+ /** @type {?} */
11527
+ IcpUpdateService.prototype.PARTICIPANTS_UPDATED;
11528
+ /** @type {?} */
11529
+ IcpUpdateService.prototype.UPDATE_PRESENTER;
11530
+ /** @type {?} */
11531
+ IcpUpdateService.prototype.PRESENTER_UPDATED;
11532
+ /** @type {?} */
11533
+ IcpUpdateService.prototype.UPDATE_SCREEN;
11534
+ /** @type {?} */
11535
+ IcpUpdateService.prototype.SCREEN_UPDATED;
11536
+ /** @type {?} */
11537
+ IcpUpdateService.prototype.session;
11538
+ /**
11539
+ * @type {?}
11540
+ * @private
11541
+ */
11542
+ IcpUpdateService.prototype.socket;
11543
+ }
9546
11544
 
9547
11545
  /**
9548
11546
  * @fileoverview added by tsickle
@@ -9562,8 +11560,8 @@ var IcpPresenterService = /** @class */ (function () {
9562
11560
  * @param {?} isPresenter
9563
11561
  * @return {?}
9564
11562
  */
9565
- function (isPresenter$$1) {
9566
- if (isPresenter$$1) {
11563
+ function (isPresenter) {
11564
+ if (isPresenter) {
9567
11565
  this.subscribe();
9568
11566
  }
9569
11567
  else {
@@ -9646,6 +11644,31 @@ var IcpPresenterService = /** @class */ (function () {
9646
11644
  ]; };
9647
11645
  return IcpPresenterService;
9648
11646
  }());
11647
+ if (false) {
11648
+ /** @type {?} */
11649
+ IcpPresenterService.prototype.session;
11650
+ /** @type {?} */
11651
+ IcpPresenterService.prototype.presenter;
11652
+ /** @type {?} */
11653
+ IcpPresenterService.prototype.pdfPosition;
11654
+ /** @type {?} */
11655
+ IcpPresenterService.prototype.$subscription;
11656
+ /**
11657
+ * @type {?}
11658
+ * @private
11659
+ */
11660
+ IcpPresenterService.prototype.toolbarEvents;
11661
+ /**
11662
+ * @type {?}
11663
+ * @private
11664
+ */
11665
+ IcpPresenterService.prototype.socketService;
11666
+ /**
11667
+ * @type {?}
11668
+ * @private
11669
+ */
11670
+ IcpPresenterService.prototype.store;
11671
+ }
9649
11672
 
9650
11673
  /**
9651
11674
  * @fileoverview added by tsickle
@@ -9747,6 +11770,32 @@ var IcpFollowerService = /** @class */ (function () {
9747
11770
  ]; };
9748
11771
  return IcpFollowerService;
9749
11772
  }());
11773
+ if (false) {
11774
+ /** @type {?} */
11775
+ IcpFollowerService.prototype.session;
11776
+ /** @type {?} */
11777
+ IcpFollowerService.prototype.$subscription;
11778
+ /**
11779
+ * @type {?}
11780
+ * @private
11781
+ */
11782
+ IcpFollowerService.prototype.toolbarEvents;
11783
+ /**
11784
+ * @type {?}
11785
+ * @private
11786
+ */
11787
+ IcpFollowerService.prototype.viewerEvents;
11788
+ /**
11789
+ * @type {?}
11790
+ * @private
11791
+ */
11792
+ IcpFollowerService.prototype.socketService;
11793
+ /**
11794
+ * @type {?}
11795
+ * @private
11796
+ */
11797
+ IcpFollowerService.prototype.store;
11798
+ }
9750
11799
 
9751
11800
  /**
9752
11801
  * @fileoverview added by tsickle
@@ -9843,10 +11892,10 @@ var IcpService = /** @class */ (function () {
9843
11892
  * @param {?} isPresenter
9844
11893
  * @return {?}
9845
11894
  */
9846
- function (isPresenter$$1) {
9847
- _this.isPresenter = isPresenter$$1;
9848
- _this.presenterSubscriptions.update(isPresenter$$1);
9849
- _this.followerSubscriptions.update(!isPresenter$$1);
11895
+ function (isPresenter) {
11896
+ _this.isPresenter = isPresenter;
11897
+ _this.presenterSubscriptions.update(isPresenter);
11898
+ _this.followerSubscriptions.update(!isPresenter);
9850
11899
  })));
9851
11900
  this.sessionSubscription.add(this.socketService.clientDisconnected().subscribe((/**
9852
11901
  * @param {?} cli
@@ -9953,6 +12002,50 @@ var IcpService = /** @class */ (function () {
9953
12002
  ]; };
9954
12003
  return IcpService;
9955
12004
  }());
12005
+ if (false) {
12006
+ /** @type {?} */
12007
+ IcpService.prototype.caseId;
12008
+ /** @type {?} */
12009
+ IcpService.prototype.client;
12010
+ /** @type {?} */
12011
+ IcpService.prototype.presenter;
12012
+ /** @type {?} */
12013
+ IcpService.prototype.isPresenter;
12014
+ /** @type {?} */
12015
+ IcpService.prototype.subscription;
12016
+ /** @type {?} */
12017
+ IcpService.prototype.sessionSubscription;
12018
+ /**
12019
+ * @type {?}
12020
+ * @private
12021
+ */
12022
+ IcpService.prototype.toolbarEvents;
12023
+ /**
12024
+ * @type {?}
12025
+ * @private
12026
+ */
12027
+ IcpService.prototype.viewerEvents;
12028
+ /**
12029
+ * @type {?}
12030
+ * @private
12031
+ */
12032
+ IcpService.prototype.socketService;
12033
+ /**
12034
+ * @type {?}
12035
+ * @private
12036
+ */
12037
+ IcpService.prototype.presenterSubscriptions;
12038
+ /**
12039
+ * @type {?}
12040
+ * @private
12041
+ */
12042
+ IcpService.prototype.followerSubscriptions;
12043
+ /**
12044
+ * @type {?}
12045
+ * @private
12046
+ */
12047
+ IcpService.prototype.store;
12048
+ }
9956
12049
 
9957
12050
  /**
9958
12051
  * @fileoverview added by tsickle
@@ -10055,6 +12148,24 @@ var AnnotationEffects = /** @class */ (function () {
10055
12148
  ], AnnotationEffects.prototype, "deleteAnnotation$", void 0);
10056
12149
  return AnnotationEffects;
10057
12150
  }());
12151
+ if (false) {
12152
+ /** @type {?} */
12153
+ AnnotationEffects.prototype.loadAnnotation$;
12154
+ /** @type {?} */
12155
+ AnnotationEffects.prototype.postAnnotation$;
12156
+ /** @type {?} */
12157
+ AnnotationEffects.prototype.deleteAnnotation$;
12158
+ /**
12159
+ * @type {?}
12160
+ * @private
12161
+ */
12162
+ AnnotationEffects.prototype.actions$;
12163
+ /**
12164
+ * @type {?}
12165
+ * @private
12166
+ */
12167
+ AnnotationEffects.prototype.annotationApiService;
12168
+ }
10058
12169
 
10059
12170
  /**
10060
12171
  * @fileoverview added by tsickle
@@ -10211,6 +12322,33 @@ var BookmarksEffects = /** @class */ (function () {
10211
12322
  ], BookmarksEffects.prototype, "updateBookmark$", void 0);
10212
12323
  return BookmarksEffects;
10213
12324
  }());
12325
+ if (false) {
12326
+ /** @type {?} */
12327
+ BookmarksEffects.prototype.loadBookmarks$;
12328
+ /** @type {?} */
12329
+ BookmarksEffects.prototype.createBookmark$;
12330
+ /** @type {?} */
12331
+ BookmarksEffects.prototype.moveBookmark$;
12332
+ /** @type {?} */
12333
+ BookmarksEffects.prototype.deleteBookmark$;
12334
+ /** @type {?} */
12335
+ BookmarksEffects.prototype.updateBookmark$;
12336
+ /**
12337
+ * @type {?}
12338
+ * @private
12339
+ */
12340
+ BookmarksEffects.prototype.actions$;
12341
+ /**
12342
+ * @type {?}
12343
+ * @private
12344
+ */
12345
+ BookmarksEffects.prototype.store;
12346
+ /**
12347
+ * @type {?}
12348
+ * @private
12349
+ */
12350
+ BookmarksEffects.prototype.bookmarksApiService;
12351
+ }
10214
12352
 
10215
12353
  /**
10216
12354
  * @fileoverview added by tsickle
@@ -10323,6 +12461,23 @@ var RedactionApiService = /** @class */ (function () {
10323
12461
  ]; };
10324
12462
  return RedactionApiService;
10325
12463
  }());
12464
+ if (false) {
12465
+ /**
12466
+ * @type {?}
12467
+ * @private
12468
+ */
12469
+ RedactionApiService.prototype.markupsApiUrl;
12470
+ /**
12471
+ * @type {?}
12472
+ * @private
12473
+ */
12474
+ RedactionApiService.prototype.redactApiUrl;
12475
+ /**
12476
+ * @type {?}
12477
+ * @private
12478
+ */
12479
+ RedactionApiService.prototype.httpClient;
12480
+ }
10326
12481
 
10327
12482
  /**
10328
12483
  * @fileoverview added by tsickle
@@ -10483,6 +12638,28 @@ var RedactionEffects = /** @class */ (function () {
10483
12638
  ], RedactionEffects.prototype, "unmarkAll$", void 0);
10484
12639
  return RedactionEffects;
10485
12640
  }());
12641
+ if (false) {
12642
+ /** @type {?} */
12643
+ RedactionEffects.prototype.loadRedactions$;
12644
+ /** @type {?} */
12645
+ RedactionEffects.prototype.saveRedaction$;
12646
+ /** @type {?} */
12647
+ RedactionEffects.prototype.deleteRedaction$;
12648
+ /** @type {?} */
12649
+ RedactionEffects.prototype.redact$;
12650
+ /** @type {?} */
12651
+ RedactionEffects.prototype.unmarkAll$;
12652
+ /**
12653
+ * @type {?}
12654
+ * @private
12655
+ */
12656
+ RedactionEffects.prototype.actions$;
12657
+ /**
12658
+ * @type {?}
12659
+ * @private
12660
+ */
12661
+ RedactionEffects.prototype.redactionApiService;
12662
+ }
10486
12663
 
10487
12664
  /**
10488
12665
  * @fileoverview added by tsickle
@@ -10523,6 +12700,18 @@ var DocumentConversionApiService = /** @class */ (function () {
10523
12700
  ]; };
10524
12701
  return DocumentConversionApiService;
10525
12702
  }());
12703
+ if (false) {
12704
+ /**
12705
+ * @type {?}
12706
+ * @private
12707
+ */
12708
+ DocumentConversionApiService.prototype.documentConversionUrl;
12709
+ /**
12710
+ * @type {?}
12711
+ * @private
12712
+ */
12713
+ DocumentConversionApiService.prototype.httpClient;
12714
+ }
10526
12715
 
10527
12716
  /**
10528
12717
  * @fileoverview added by tsickle
@@ -10578,6 +12767,15 @@ var RotationApiService = /** @class */ (function () {
10578
12767
  ]; };
10579
12768
  return RotationApiService;
10580
12769
  }());
12770
+ if (false) {
12771
+ /** @type {?} */
12772
+ RotationApiService.prototype.rotationApiUrl;
12773
+ /**
12774
+ * @type {?}
12775
+ * @private
12776
+ */
12777
+ RotationApiService.prototype.httpClient;
12778
+ }
10581
12779
 
10582
12780
  /**
10583
12781
  * @fileoverview added by tsickle
@@ -10684,6 +12882,29 @@ var DocumentEffects = /** @class */ (function () {
10684
12882
  ], DocumentEffects.prototype, "saveRotation$", void 0);
10685
12883
  return DocumentEffects;
10686
12884
  }());
12885
+ if (false) {
12886
+ /** @type {?} */
12887
+ DocumentEffects.prototype.convert$;
12888
+ /** @type {?} */
12889
+ DocumentEffects.prototype.loadRotation$;
12890
+ /** @type {?} */
12891
+ DocumentEffects.prototype.saveRotation$;
12892
+ /**
12893
+ * @type {?}
12894
+ * @private
12895
+ */
12896
+ DocumentEffects.prototype.actions$;
12897
+ /**
12898
+ * @type {?}
12899
+ * @private
12900
+ */
12901
+ DocumentEffects.prototype.documentConversionService;
12902
+ /**
12903
+ * @type {?}
12904
+ * @private
12905
+ */
12906
+ DocumentEffects.prototype.rotationApiService;
12907
+ }
10687
12908
 
10688
12909
  /**
10689
12910
  * @fileoverview added by tsickle
@@ -10751,6 +12972,27 @@ var IcpEffects = /** @class */ (function () {
10751
12972
  ], IcpEffects.prototype, "joinIcpSocketSession$", void 0);
10752
12973
  return IcpEffects;
10753
12974
  }());
12975
+ if (false) {
12976
+ /** @type {?} */
12977
+ IcpEffects.prototype.loadIcpSession$;
12978
+ /** @type {?} */
12979
+ IcpEffects.prototype.joinIcpSocketSession$;
12980
+ /**
12981
+ * @type {?}
12982
+ * @private
12983
+ */
12984
+ IcpEffects.prototype.actions$;
12985
+ /**
12986
+ * @type {?}
12987
+ * @private
12988
+ */
12989
+ IcpEffects.prototype.icpApiService;
12990
+ /**
12991
+ * @type {?}
12992
+ * @private
12993
+ */
12994
+ IcpEffects.prototype.icpUpdateService;
12995
+ }
10754
12996
 
10755
12997
  /**
10756
12998
  * @fileoverview added by tsickle
@@ -10834,17 +13076,17 @@ var BookmarksComponent = /** @class */ (function () {
10834
13076
  function (_a) {
10835
13077
  var node = _a.node, from = _a.from, to = _a.to;
10836
13078
  /** @type {?} */
10837
- var movedBookmarks = [__assign({}, node, { previous: to.index > 0 ? to.parent.children[to.index - 1].id : undefined, parent: to.parent.documentId ? to.parent.id : undefined })];
13079
+ var movedBookmarks = [__assign(__assign({}, node), { previous: to.index > 0 ? to.parent.children[to.index - 1].id : undefined, parent: to.parent.documentId ? to.parent.id : undefined })];
10838
13080
  /** @type {?} */
10839
13081
  var fromNext = this.getSibling(from, from.index);
10840
13082
  fromNext = fromNext && fromNext.id === node.previous ? this.getSibling(from, from.index + 1) : fromNext;
10841
13083
  if (fromNext) {
10842
- movedBookmarks = __spread(movedBookmarks, [__assign({}, fromNext, { previous: node.previous })]);
13084
+ movedBookmarks = __spread(movedBookmarks, [__assign(__assign({}, fromNext), { previous: node.previous })]);
10843
13085
  }
10844
13086
  /** @type {?} */
10845
13087
  var toNext = this.getSibling(to, to.index + 1);
10846
13088
  if (toNext) {
10847
- movedBookmarks = __spread(movedBookmarks, [__assign({}, toNext, { previous: node.id })]);
13089
+ movedBookmarks = __spread(movedBookmarks, [__assign(__assign({}, toNext), { previous: node.id })]);
10848
13090
  }
10849
13091
  this.store.dispatch(new MoveBookmark(movedBookmarks));
10850
13092
  };
@@ -10881,7 +13123,7 @@ var BookmarksComponent = /** @class */ (function () {
10881
13123
  */
10882
13124
  function (bookmark, name) {
10883
13125
  /** @type {?} */
10884
- var editedBookmark = __assign({}, bookmark, { name: name });
13126
+ var editedBookmark = __assign(__assign({}, bookmark), { name: name });
10885
13127
  this.store.dispatch(new UpdateBookmark(editedBookmark));
10886
13128
  this.editableBookmark = undefined;
10887
13129
  };
@@ -10976,6 +13218,31 @@ var BookmarksComponent = /** @class */ (function () {
10976
13218
  };
10977
13219
  return BookmarksComponent;
10978
13220
  }());
13221
+ if (false) {
13222
+ /** @type {?} */
13223
+ BookmarksComponent.prototype.bookmarkNodes;
13224
+ /** @type {?} */
13225
+ BookmarksComponent.prototype.zoom;
13226
+ /** @type {?} */
13227
+ BookmarksComponent.prototype.rotate;
13228
+ /** @type {?} */
13229
+ BookmarksComponent.prototype.goToDestination;
13230
+ /** @type {?} */
13231
+ BookmarksComponent.prototype.pageLookup;
13232
+ /** @type {?} */
13233
+ BookmarksComponent.prototype.editableBookmark;
13234
+ /** @type {?} */
13235
+ BookmarksComponent.prototype.BOOKMARK_CHAR_LIMIT;
13236
+ /** @type {?} */
13237
+ BookmarksComponent.prototype.options;
13238
+ /** @type {?} */
13239
+ BookmarksComponent.prototype.$subscription;
13240
+ /**
13241
+ * @type {?}
13242
+ * @private
13243
+ */
13244
+ BookmarksComponent.prototype.store;
13245
+ }
10979
13246
 
10980
13247
  /**
10981
13248
  * @fileoverview added by tsickle
@@ -11105,6 +13372,38 @@ var ConvertibleContentViewerComponent = /** @class */ (function () {
11105
13372
  };
11106
13373
  return ConvertibleContentViewerComponent;
11107
13374
  }());
13375
+ if (false) {
13376
+ /** @type {?} */
13377
+ ConvertibleContentViewerComponent.prototype.originalUrl;
13378
+ /** @type {?} */
13379
+ ConvertibleContentViewerComponent.prototype.downloadFileName;
13380
+ /** @type {?} */
13381
+ ConvertibleContentViewerComponent.prototype.height;
13382
+ /** @type {?} */
13383
+ ConvertibleContentViewerComponent.prototype.enableAnnotations;
13384
+ /** @type {?} */
13385
+ ConvertibleContentViewerComponent.prototype.enableRedactions;
13386
+ /** @type {?} */
13387
+ ConvertibleContentViewerComponent.prototype.annotationSet;
13388
+ /** @type {?} */
13389
+ ConvertibleContentViewerComponent.prototype.mediaLoadStatus;
13390
+ /** @type {?} */
13391
+ ConvertibleContentViewerComponent.prototype.viewerException;
13392
+ /** @type {?} */
13393
+ ConvertibleContentViewerComponent.prototype.documentTitle;
13394
+ /**
13395
+ * @type {?}
13396
+ * @private
13397
+ */
13398
+ ConvertibleContentViewerComponent.prototype.$subscription;
13399
+ /** @type {?} */
13400
+ ConvertibleContentViewerComponent.prototype.convertedUrl;
13401
+ /**
13402
+ * @type {?}
13403
+ * @private
13404
+ */
13405
+ ConvertibleContentViewerComponent.prototype.store;
13406
+ }
11108
13407
 
11109
13408
  /**
11110
13409
  * @fileoverview added by tsickle
@@ -11145,6 +13444,13 @@ var ConfirmActionDialogComponent = /** @class */ (function () {
11145
13444
  ]; };
11146
13445
  return ConfirmActionDialogComponent;
11147
13446
  }());
13447
+ if (false) {
13448
+ /**
13449
+ * @type {?}
13450
+ * @private
13451
+ */
13452
+ ConfirmActionDialogComponent.prototype.toolbarEvents;
13453
+ }
11148
13454
 
11149
13455
  /**
11150
13456
  * @fileoverview added by tsickle
@@ -11179,6 +13485,23 @@ var BookmarkIconsComponent = /** @class */ (function () {
11179
13485
  };
11180
13486
  return BookmarkIconsComponent;
11181
13487
  }());
13488
+ if (false) {
13489
+ /** @type {?} */
13490
+ BookmarkIconsComponent.prototype.zoom;
13491
+ /** @type {?} */
13492
+ BookmarkIconsComponent.prototype.rotate;
13493
+ /** @type {?} */
13494
+ BookmarkIconsComponent.prototype.bookmarksPerPage$;
13495
+ /** @type {?} */
13496
+ BookmarkIconsComponent.prototype.bookmarks;
13497
+ /** @type {?} */
13498
+ BookmarkIconsComponent.prototype.documentId;
13499
+ /**
13500
+ * @type {?}
13501
+ * @private
13502
+ */
13503
+ BookmarkIconsComponent.prototype.store;
13504
+ }
11182
13505
 
11183
13506
  /**
11184
13507
  * @fileoverview added by tsickle
@@ -11306,6 +13629,33 @@ var RotationPersistDirective = /** @class */ (function () {
11306
13629
  };
11307
13630
  return RotationPersistDirective;
11308
13631
  }());
13632
+ if (false) {
13633
+ /** @type {?} */
13634
+ RotationPersistDirective.prototype.documentId;
13635
+ /** @type {?} */
13636
+ RotationPersistDirective.prototype.rotation;
13637
+ /** @type {?} */
13638
+ RotationPersistDirective.prototype.savedRotation;
13639
+ /** @type {?} */
13640
+ RotationPersistDirective.prototype.$subscriptions;
13641
+ /**
13642
+ * @type {?}
13643
+ * @private
13644
+ */
13645
+ RotationPersistDirective.prototype.el;
13646
+ /**
13647
+ * @type {?}
13648
+ * @private
13649
+ */
13650
+ RotationPersistDirective.prototype.store;
13651
+ /** @type {?} */
13652
+ RotationPersistDirective.prototype.toolbarButtons;
13653
+ /**
13654
+ * @type {?}
13655
+ * @private
13656
+ */
13657
+ RotationPersistDirective.prototype.toolbarEvents;
13658
+ }
11309
13659
 
11310
13660
  /**
11311
13661
  * @fileoverview added by tsickle
@@ -11356,6 +13706,28 @@ var ParticipantsListComponent = /** @class */ (function () {
11356
13706
  ]; };
11357
13707
  return ParticipantsListComponent;
11358
13708
  }());
13709
+ if (false) {
13710
+ /** @type {?} */
13711
+ ParticipantsListComponent.prototype.subscription;
13712
+ /** @type {?} */
13713
+ ParticipantsListComponent.prototype.participants$;
13714
+ /** @type {?} */
13715
+ ParticipantsListComponent.prototype.presenter$;
13716
+ /** @type {?} */
13717
+ ParticipantsListComponent.prototype.isPresenter$;
13718
+ /** @type {?} */
13719
+ ParticipantsListComponent.prototype.showParticipantsList;
13720
+ /**
13721
+ * @type {?}
13722
+ * @private
13723
+ */
13724
+ ParticipantsListComponent.prototype.toolbarEvents;
13725
+ /**
13726
+ * @type {?}
13727
+ * @private
13728
+ */
13729
+ ParticipantsListComponent.prototype.store;
13730
+ }
11359
13731
 
11360
13732
  /**
11361
13733
  * @fileoverview added by tsickle
@@ -11543,6 +13915,45 @@ var HighlightCreateDirective = /** @class */ (function () {
11543
13915
  };
11544
13916
  return HighlightCreateDirective;
11545
13917
  }());
13918
+ if (false) {
13919
+ /** @type {?} */
13920
+ HighlightCreateDirective.prototype.pageHeight;
13921
+ /** @type {?} */
13922
+ HighlightCreateDirective.prototype.pageWidth;
13923
+ /** @type {?} */
13924
+ HighlightCreateDirective.prototype.zoom;
13925
+ /** @type {?} */
13926
+ HighlightCreateDirective.prototype.rotate;
13927
+ /** @type {?} */
13928
+ HighlightCreateDirective.prototype.allPages;
13929
+ /** @type {?} */
13930
+ HighlightCreateDirective.prototype.$subscription;
13931
+ /**
13932
+ * @type {?}
13933
+ * @private
13934
+ */
13935
+ HighlightCreateDirective.prototype.element;
13936
+ /**
13937
+ * @type {?}
13938
+ * @private
13939
+ */
13940
+ HighlightCreateDirective.prototype.toolbarEvents;
13941
+ /**
13942
+ * @type {?}
13943
+ * @private
13944
+ */
13945
+ HighlightCreateDirective.prototype.viewerEvents;
13946
+ /**
13947
+ * @type {?}
13948
+ * @private
13949
+ */
13950
+ HighlightCreateDirective.prototype.highlightService;
13951
+ /**
13952
+ * @type {?}
13953
+ * @private
13954
+ */
13955
+ HighlightCreateDirective.prototype.store;
13956
+ }
11546
13957
 
11547
13958
  /**
11548
13959
  * @fileoverview added by tsickle
@@ -11641,6 +14052,29 @@ var MultimediaPlayerComponent = /** @class */ (function () {
11641
14052
  };
11642
14053
  return MultimediaPlayerComponent;
11643
14054
  }());
14055
+ if (false) {
14056
+ /** @type {?} */
14057
+ MultimediaPlayerComponent.prototype.url;
14058
+ /** @type {?} */
14059
+ MultimediaPlayerComponent.prototype.downloadFileName;
14060
+ /** @type {?} */
14061
+ MultimediaPlayerComponent.prototype.multimediaOn;
14062
+ /** @type {?} */
14063
+ MultimediaPlayerComponent.prototype.loadStatus;
14064
+ /** @type {?} */
14065
+ MultimediaPlayerComponent.prototype.downloadLink;
14066
+ /** @type {?} */
14067
+ MultimediaPlayerComponent.prototype.videoPlayer;
14068
+ /** @type {?} */
14069
+ MultimediaPlayerComponent.prototype.playbackMsg;
14070
+ /**
14071
+ * @type {?}
14072
+ * @private
14073
+ */
14074
+ MultimediaPlayerComponent.prototype.subscription;
14075
+ /** @type {?} */
14076
+ MultimediaPlayerComponent.prototype.toolbarEvents;
14077
+ }
11644
14078
 
11645
14079
  /**
11646
14080
  * @fileoverview added by tsickle
@@ -11720,6 +14154,5 @@ var MediaViewerModule = /** @class */ (function () {
11720
14154
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
11721
14155
  */
11722
14156
 
11723
- 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, BoxHighlightCreateComponent as ɵbc, HighlightCreateDirective as ɵcw, HighlightCreateService as ɵz, AnnotationSetComponent as ɵbd, AnnotationViewComponent as ɵbb, RectangleComponent as ɵbf, CtxToolbarComponent as ɵbl, MetadataLayerComponent as ɵy, CommentsNavigateComponent as ɵbo, CommentFilterComponent as ɵbu, CommentSearchComponent as ɵbj, CommentSetHeaderComponent as ɵbi, CommentSetRenderService as ɵbn, CommentSetComponent as ɵbm, CommentComponent as ɵbg, CommentService as ɵbe, TextHighlightDirective as ɵbk, TextareaAutoExpandDirective as ɵbp, CommentsSummaryComponent as ɵbq, MomentDatePipe as ɵbt, FilterPipe as ɵbv, UnsnakePipe as ɵbw, BookmarksApiService as ɵbx, TagsServices as ɵbh, TagsComponent as ɵbs, BookmarkIconsComponent as ɵcz, ConfirmActionDialogComponent as ɵcx, IcpFollowerService as ɵdd, IcpPresenterService as ɵdc, IcpSessionApiService as ɵcg, IcpUpdateService as ɵch, IcpService as ɵdb, ParticipantsListComponent as ɵda, SocketService as ɵci, MediaViewerComponent as ɵcs, PrintService as ɵbr, RedactionComponent as ɵcy, RedactionApiService as ɵcb, GovUkDateComponent as ɵu, GovUkErrorMessageComponent as ɵv, GovUkFieldsetComponent as ɵw, GovUkLabelComponent as ɵx, SharedModule as ɵt, NumberHelperService as ɵc, BookmarksEffects as ɵbz, DocumentEffects as ɵcc, IcpEffects as ɵcf, effects as ɵby, RedactionEffects as ɵca, bookmarksReducer as ɵo, docReducer as ɵi, getDocPages as ɵj, icpReducer as ɵq, redactionReducer as ɵp, getMVState as ɵg, reducers as ɵf, getFilteredComments as ɵl, getFilteredPageEnt as ɵm, tagsReducer as ɵk, getDocumentState as ɵde, getPages as ɵdf, getFilteredPageEntities as ɵdi, getTagFiltered as ɵdh, getTagsRootState as ɵdg, IcpToolbarComponent as ɵr, MainToolbarComponent as ɵb, RedactionToolbarComponent as ɵd, SearchBarComponent as ɵa, ConvertibleContentViewerComponent as ɵct, DocumentConversionApiService as ɵcd, GrabNDragDirective as ɵcu, ImageViewerComponent as ɵco, MultimediaPlayerComponent as ɵcr, PdfJsWrapperFactory as ɵck, PdfViewerComponent as ɵcj, BookmarksComponent as ɵcm, OutlineItemComponent as ɵcn, SideBarComponent as ɵcl, RotationApiService as ɵce, RotationPersistDirective as ɵcv, UnsupportedViewerComponent as ɵcq, ViewerEventService as ɵba, ViewerUtilService as ɵcp };
11724
-
11725
- //# sourceMappingURL=hmcts-media-viewer.js.map
14157
+ export { ADD_OR_EDIT_COMMENT, APPLY_COMMENT_SUMMARY_FILTER, AddOrEditComment, AnnotationApiService, AnnotationEffects, AnnotationSetComponent, AnnotationViewComponent, AnnotationsModule, ApplyCommentSymmaryFilter, BoxHighlightCreateComponent, CLEAR_COMMENT_SUMMARY_FILTER, ClearCommentSummaryFilters, CommentFilterComponent, CommentSearchComponent, CommentSetComponent, CommentSetHeaderComponent, CommentsSummaryComponent, DELETE_ANNOTATION, DELETE_ANNOTATION_FAIL, DELETE_ANNOTATION_SUCCESS, DeleteAnnotation, DeleteAnnotationFail, DeleteAnnotationSuccess, FilterPipe, IcpToolbarComponent, LOAD_ANNOTATION_SET, LOAD_ANNOTATION_SET_FAIL, LOAD_ANNOTATION_SET_SUCCESS, LoadAnnotationSet, LoadAnnotationSetFail, LoadAnnotationSetSucess, MainToolbarComponent, MediaViewerComponent, MediaViewerModule, MetadataLayerComponent, MomentDatePipe, RedactionToolbarComponent, ResponseType, SAVE_ANNOTATION, SAVE_ANNOTATION_FAIL, SAVE_ANNOTATION_SUCCESS, SEARCH_COMMENT, SELECT_ANNOTATION, SaveAnnotation, SaveAnnotationFail, SaveAnnotationSuccess, SearchBarComponent, SearchComment, SelectedAnnotation, TagsComponent, ToolbarButtonVisibilityService, ToolbarEventService, ToolbarModule, UnsnakePipe, ViewerException, commentSearchQ, getAnnoEnt, getAnnoPageEnt, getAnnoPerPage, getAnnoSet, getAnnotationEntities, getAnnotationSet, getAnnotationsSetState, getCommentEntities, getCommentEnts, getCommentSummary, getCommentSummaryFilters, getCommentsArray, getComponentSearchQueries, getComponentSearchText, getDocumentIdSetId, getFilteredAnnotations, getPageEntities, getSelectedAnno, getSelectedAnnotation, getSet, getSummaryFilters, initialState, reducer, NumberHelperService as ɵa, TextHighlightDirective as ɵba, CtxToolbarComponent as ɵbb, CommentSetRenderService as ɵbc, CommentsNavigateComponent as ɵbd, TextareaAutoExpandDirective as ɵbe, PrintService as ɵbf, BookmarksApiService as ɵbg, effects as ɵbh, BookmarksEffects as ɵbi, RedactionEffects as ɵbj, RedactionApiService as ɵbk, DocumentEffects as ɵbl, DocumentConversionApiService as ɵbm, RotationApiService as ɵbn, IcpEffects as ɵbo, IcpSessionApiService as ɵbp, IcpUpdateService as ɵbq, SocketService as ɵbr, PdfViewerComponent as ɵbs, PdfJsWrapperFactory as ɵbt, SideBarComponent as ɵbu, BookmarksComponent as ɵbv, OutlineItemComponent as ɵbw, ImageViewerComponent as ɵbx, ViewerUtilService as ɵby, UnsupportedViewerComponent as ɵbz, reducers as ɵc, MultimediaPlayerComponent as ɵca, ConvertibleContentViewerComponent as ɵcb, GrabNDragDirective as ɵcc, RotationPersistDirective as ɵcd, HighlightCreateDirective as ɵce, ConfirmActionDialogComponent as ɵcf, RedactionComponent as ɵcg, BookmarkIconsComponent as ɵch, ParticipantsListComponent as ɵci, IcpService as ɵcj, IcpPresenterService as ɵck, IcpFollowerService as ɵcl, getDocumentState as ɵcm, getPages as ɵcn, getTagsRootState as ɵco, getTagFiltered as ɵcp, getFilteredPageEntities as ɵcq, getMVState as ɵd, docReducer as ɵf, getDocPages as ɵg, tagsReducer as ɵh, getFilteredComments as ɵi, getFilteredPageEnt as ɵj, bookmarksReducer as ɵl, redactionReducer as ɵm, icpReducer as ɵn, SharedModule as ɵp, GovUkDateComponent as ɵq, GovUkErrorMessageComponent as ɵr, GovUkFieldsetComponent as ɵs, GovUkLabelComponent as ɵt, HighlightCreateService as ɵu, ViewerEventService as ɵv, CommentService as ɵw, RectangleComponent as ɵx, CommentComponent as ɵy, TagsServices as ɵz };
14158
+ //# sourceMappingURL=hmcts-media-viewer.js.map