license updates
This commit is contained in:
parent
e01fce424f
commit
28b2b30dce
@ -13,8 +13,8 @@ export class LicenseInformationScreenComponent {
|
|||||||
public currentInfo: LicenseReport = {};
|
public currentInfo: LicenseReport = {};
|
||||||
public totalInfo: LicenseReport = {};
|
public totalInfo: LicenseReport = {};
|
||||||
public unlicensedInfo: LicenseReport = {};
|
public unlicensedInfo: LicenseReport = {};
|
||||||
public totalLicensedNumberOfPages: number = 0;
|
public totalLicensedNumberOfPages = 0;
|
||||||
public analysisPercentageOfLicense: number = 100;
|
public analysisPercentageOfLicense = 100;
|
||||||
public viewReady = false;
|
public viewReady = false;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|||||||
@ -186,7 +186,8 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges {
|
|||||||
'toolsHeader',
|
'toolsHeader',
|
||||||
'rotateClockwiseButton',
|
'rotateClockwiseButton',
|
||||||
'rotateCounterClockwiseButton',
|
'rotateCounterClockwiseButton',
|
||||||
'annotationStyleEditButton'
|
'annotationStyleEditButton',
|
||||||
|
'annotationGroupButton'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this.instance.setHeaderItems((header) => {
|
this.instance.setHeaderItems((header) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user