RED-3800: update common ui & add ids for testing

This commit is contained in:
Dan Percic 2022-06-30 12:54:46 +03:00
parent 6f2a632cea
commit 045043e095
3 changed files with 8 additions and 7 deletions

View File

@ -10,6 +10,7 @@
[max]="pdf.totalPages$ | async"
[value]="pdf.currentPage$ | async"
class="page-number-input"
id="currentPageNumber"
min="1"
type="number"
/>
@ -17,7 +18,7 @@
<div class="separator">/</div>
<div>
<div id="totalNumberOfPages">
{{ pdf.totalPages$ | async }}
</div>

View File

@ -1,14 +1,14 @@
import { Injectable } from '@angular/core';
import { Core } from '@pdftron/webviewer';
import { hexToRgb } from '../../../utils';
import { AnnotationWrapper } from '../../../models/file/annotation.wrapper';
import { UserPreferenceService } from '../../../services/user-preference.service';
import { RedactionLogService } from '../../../services/files/redaction-log.service';
import { AnnotationWrapper } from '@models/file/annotation.wrapper';
import { UserPreferenceService } from '@services/user-preference.service';
import { RedactionLogService } from '@services/files/redaction-log.service';
import { IRectangle, ISectionGrid, ISectionRectangle } from '@red/domain';
import { firstValueFrom } from 'rxjs';
import { DictionariesMapService } from '../../../services/entity-services/dictionaries-map.service';
import { SuperTypes } from '../../../models/file/super-types';
import { DictionariesMapService } from '@services/entity-services/dictionaries-map.service';
import { SuperTypes } from '@models/file/super-types';
import { PdfViewer } from './pdf-viewer.service';
import { ActivatedRoute } from '@angular/router';
import { REDAnnotationManager } from './annotation-manager.service';

@ -1 +1 @@
Subproject commit f12e9a20943a8c6cffd1b5c1c2e1ed38e0ab022a
Subproject commit 8993d7c2de02c052206b6c40b105325bed85b2d8