@progress/kendo-pdfviewer-common 0.4.0-develop.1 → 0.4.1-develop.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.
@@ -51,7 +51,7 @@ class AnnotationLayerBuilder {
51
51
  // downloadManager,
52
52
  annotationStorage = null,
53
53
  // imageResourcesPath = "",
54
- // renderForms = true,
54
+ renderForms = true,
55
55
  // enableScripting = false,
56
56
  // hasJSActionsPromise = null,
57
57
  // fieldObjectsPromise = null,
@@ -71,11 +71,12 @@ class AnnotationLayerBuilder {
71
71
  // todo: props ported from pdf.js
72
72
  _AnnotationLayerBuilder_onAppend.set(this, null);
73
73
  _AnnotationLayerBuilder_eventAbortController.set(this, null);
74
+ this.renderForms = null;
74
75
  this.pdfPage = pdfPage;
75
76
  this.linkService = linkService;
76
77
  // this.downloadManager = downloadManager;
77
78
  // this.imageResourcesPath = imageResourcesPath;
78
- // this.renderForms = renderForms;
79
+ this.renderForms = renderForms;
79
80
  this.annotationStorage = annotationStorage;
80
81
  // this.enableScripting = enableScripting;
81
82
  // this._hasJSActionsPromise = hasJSActionsPromise || Promise.resolve(false);
@@ -152,7 +153,7 @@ class AnnotationLayerBuilder {
152
153
  yield this.annotationLayer.render({
153
154
  annotations,
154
155
  // imageResourcesPath: this.imageResourcesPath,
155
- // renderForms: this.renderForms,
156
+ renderForms: this.renderForms,
156
157
  linkService: this.linkService
157
158
  // downloadManager: this.downloadManager,
158
159
  // annotationStorage: this.annotationStorage,