nuxeo-development-framework 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +1 -1
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +2 -2
- package/fesm2015/nuxeo-development-framework.js +1 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -19405,7 +19405,7 @@
|
|
|
19405
19405
|
forceClientSideInit: true,
|
|
19406
19406
|
streaming: true,
|
|
19407
19407
|
licenseKey: this.environment.pdftronLicenceKey,
|
|
19408
|
-
annotationUser: this.nuxeo.nuxeoClient.user.properties.firstName + '' + this.nuxeo.nuxeoClient.user.properties.lastName,
|
|
19408
|
+
annotationUser: this.nuxeo.nuxeoClient.user.properties.firstName + ' ' + this.nuxeo.nuxeoClient.user.properties.lastName,
|
|
19409
19409
|
disabledElements: ['downloadButton', 'printButton'],
|
|
19410
19410
|
}, this.viewerRef.nativeElement).then(function (instance) { return __awaiter(_this, void 0, void 0, function () {
|
|
19411
19411
|
return __generator(this, function (_a) {
|