@syncfusion/ej2-angular-pdfviewer 29.2.11 → 30.1.37

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/CHANGELOG.md CHANGED
@@ -4,10 +4,24 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### New Features
8
+
9
+ - `#I712601` - Added support to dynamically enable or disable text selection in the PDF Viewer.
10
+ - PDF Viewer now supports squiggly annotations. This feature allows users to highlight important sections of the text with wavy underlines, enhancing document review and collaboration. Squiggly annotations can be added, edited, and customized directly within the viewer, providing a seamless and intuitive experience for annotating PDFs.
11
+ - `#I687373` - Provided zooming support in the Page Organizer view of the PDF Viewer. This enhancement provides an interactive zoom experience to help users identify the pages they are organizing.
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I731429` - Resolved an issue where the rectangle annotation was not added correctly in the PDF Viewer when it was drawn quickly.
16
+
17
+ ## 29.2.11 (2025-06-17)
18
+
19
+ ### PDF Viewer
20
+
7
21
  #### Bug Fixes
8
22
 
9
- - `#I724481` - Fixed an issue where the current page number not reset properly when `unload` method called.
10
23
  - `#I723913` - Resolved an issue where text search and `findText` functionalities are not working with the provided document.
24
+ - `#I724481` - Fixed an issue where the current page number not reset properly when `unload` method called.
11
25
  - `#I729976` - Fixed an issue where the form fields lagged when zooming in and out with a large number of fields.
12
26
  - `#I728939` - Fixed an issue where the date time format is not proper when using the `loadCldr` method.
13
27
  - `#I732950` - Resolved an issue where a memory leak occurred after destroying the PDF viewer.
@@ -19,8 +33,8 @@
19
33
  #### Bug Fixes
20
34
 
21
35
  - `#I728109` - Fixed an issue where the multiline input text gets combined into one line without `Formdesigner` module on Re-render.
22
- - `#I730602` - Resolved an issue where the current author name doesn't get updated when editing note in the comment panel.
23
36
  - `#I731710` - The script error no longer occurs when the `destroy` method is called without annotation module.
37
+ - `#I730602` - Resolved an issue where the current author name doesn't get updated when editing note in the comment panel.
24
38
 
25
39
  ## 29.2.8 (2025-06-03)
26
40
 
@@ -63,10 +77,10 @@
63
77
  #### Bug Fixes
64
78
 
65
79
  - `#I717333` - Fixed an issue where the draw and type signatures were missing in the downloaded document for non-rendered pages when updating it using the `updateFormFieldsValue` method.
66
- - `#I717767` - Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
67
- - `#I643817` - Resolved an issue where calibration was not functioning correctly for measurement annotations.
68
80
  - `#I715531` - Resolved an issue where hyperlinks were not rendered when `enableTileRendering` was set to true.
69
81
  - `#I715989` - Resolved an issue where the rectangle annotation was not properly added when the cursor was quickly moved outside the page during drawing.
82
+ - `#I717767` - Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
83
+ - `#I643817` - Resolved an issue where calibration was not functioning correctly for measurement annotations.
70
84
  - `#I714312` , `#I712195` - Improved loading and interaction performance when opening documents containing a more number of form fields.
71
85
 
72
86
  ## 29.1.41 (2025-05-06)
@@ -110,7 +124,6 @@
110
124
  - `#I704004` - The `ajaxRequestSuccess` event is triggered properly after the download action is completed.
111
125
  - `#I701556` - The image signature in the signature/initial field is preserved correctly when printing the document.
112
126
  - `#I702570` - The form fields on non-rendered pages are now visible when printing the document.
113
- - `#I705546` - The form field position is updated correctly for non-rendered pages using the `updateFormField` method.
114
127
 
115
128
  ## 29.1.37 (2025-04-08)
116
129
 
@@ -131,17 +144,29 @@
131
144
 
132
145
  #### Bug Fixes
133
146
 
134
- - `#I685698` - `PDFium` resources can now be loaded without requiring the `ej2-pdfviewer-lib` folder.
135
147
  - `#I702575` - Double quotes will no longer be removed from the text box field when reloading a downloaded document.
148
+ - `#I685698` - `PDFium` resources can now be loaded without requiring the `ej2-pdfviewer-lib` folder.
136
149
  - `#I689380` - The file size will not increase when saving the document without making any changes.
137
150
  - `#I698835` - Improved performance and reduced lag when zooming in on specific landscape PDF files.
151
+ - `#I704811` - Now, the `formFieldAdd` event is triggered when adding form fields programmatically to non-rendered pages.
138
152
  - `#I695141` - The `documentLoadFailed` event now triggers as expected when attempting to load an invalid PDF URL.
139
- - `#I704811` - The `formFieldAdd` event is now triggered when adding form fields programmatically to non-rendered pages.
140
153
  - `#I683048` - Fixed an issue where the custom stamp image did not appear in the downloaded PDF when modified programmatically.
141
- - `#I699488` - Resolved an exception that occurred when importing and deleting annotations simultaneously within the `annotationAdd` event.
142
154
  - `#I697942` - The signature and initial form field values are now correctly included in the form field collections for non-rendered pages.
155
+ - `#I699488` - Resolved an exception that occurred when importing and deleting annotations simultaneously within the `annotationAdd` event.
156
+ - `#I699776` - Fixed an issue where `PdfViewer` threw a 'Cannot read properties of undefined' error under certain conditions when module injection was not used.
143
157
  - `#I707879` - The script error does not occur when the `documentId` is passed to the document path on the server side.
158
+
159
+ - `#I702575` - Double quotes will no longer be removed from the text box field when reloading a downloaded document.
160
+ - `#I685698` - `PDFium` resources can now be loaded without requiring the `ej2-pdfviewer-lib` folder.
161
+ - `#I689380` - The file size will not increase when saving the document without making any changes.
162
+ - `#I698835` - Improved performance and reduced lag when zooming in on specific landscape PDF files.
163
+ - `#I704811` - The `formFieldAdd` event is now triggered when adding form fields programmatically to non-rendered pages.
164
+ - `#I695141` - The `documentLoadFailed` event now triggers as expected when attempting to load an invalid PDF URL.
165
+ - `#I683048` - Fixed an issue where the custom stamp image did not appear in the downloaded PDF when modified programmatically.
166
+ - `#I697942` - The signature and initial form field values are now correctly included in the form field collections for non-rendered pages.
167
+ - `#I699488` - Resolved an exception that occurred when importing and deleting annotations simultaneously within the `annotationAdd` event.
144
168
  - `#I699776` - Fixed an issue where `PdfViewer` threw a 'Cannot read properties of undefined' error under certain conditions when module injection was not used.
169
+ - `#I707879` - The script error does not occur when the `documentId` is passed to the document path on the server side.
145
170
 
146
171
  ## 29.1.33 (2025-03-25)
147
172
 
@@ -3,8 +3,8 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';
3
3
  import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
4
4
  import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
5
5
  import * as i0 from "@angular/core";
6
- export const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
7
- export const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
6
+ export const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'squigglySettings', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
7
+ export const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange', 'pageOrganizerZoomChanged'];
8
8
  export const twoWays = [];
9
9
  /**
10
10
  * `ejs-pdfviewer` represents the Angular PdfViewer Component.
@@ -131,7 +131,7 @@ let PdfViewerComponent = class PdfViewerComponent extends PdfViewer {
131
131
  }
132
132
  };
133
133
  PdfViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
134
- PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
134
+ PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", squigglySettings: "squigglySettings", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange", pageOrganizerZoomChanged: "pageOrganizerZoomChanged" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
135
135
  PdfViewerComponent = __decorate([
136
136
  ComponentMixins([ComponentBase])
137
137
  ], PdfViewerComponent);
@@ -147,4 +147,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
147
147
  queries: {}
148
148
  }]
149
149
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
150
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGRmdmlld2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9wZGZ2aWV3ZXIvcGRmdmlld2VyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBZ0MsdUJBQXVCLEVBQWlELE1BQU0sZUFBZSxDQUFDO0FBQ2hKLE9BQU8sRUFBRSxhQUFhLEVBQStCLGVBQWUsRUFBMEIsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0ksT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQUl0RCxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyx1QkFBdUIsRUFBQyxxQkFBcUIsRUFBQyw0QkFBNEIsRUFBQyxvQkFBb0IsRUFBQyxhQUFhLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyx1QkFBdUIsRUFBQyxnQkFBZ0IsRUFBQyxnQkFBZ0IsRUFBQyxtQkFBbUIsRUFBQyxxQkFBcUIsRUFBQyxtQkFBbUIsRUFBQyx3QkFBd0IsRUFBQyxhQUFhLEVBQUMsYUFBYSxFQUFDLHFCQUFxQixFQUFDLGdCQUFnQixFQUFDLGNBQWMsRUFBQyx5QkFBeUIsRUFBQywyQkFBMkIsRUFBQyxrQkFBa0IsRUFBQyxjQUFjLEVBQUMsa0JBQWtCLEVBQUMsZUFBZSxFQUFDLHlCQUF5QixFQUFDLGtCQUFrQixFQUFDLHlCQUF5QixFQUFDLG9CQUFvQixFQUFDLGdCQUFnQixFQUFDLHNCQUFzQixFQUFDLG9CQUFvQixFQUFDLG1CQUFtQixFQUFDLGdCQUFnQixFQUFDLG9CQUFvQixFQUFDLDJCQUEyQixFQUFDLGtCQUFrQixFQUFDLDRCQUE0QixFQUFDLGdCQUFnQixFQUFDLDRCQUE0QixFQUFDLHFCQUFxQixFQUFDLGlCQUFpQixFQUFDLG1DQUFtQyxFQUFDLHFCQUFxQixFQUFDLG9CQUFvQixFQUFDLHFCQUFxQixFQUFDLHlCQUF5QixFQUFDLHdCQUF3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QUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLE9BQU8sR0FBSSxJQUFJLGFBQWEsRUFBRSxDQUFDO0lBQ3hDLENBQUM7SUFFTSxRQUFRO1FBQ1gsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNuQyxDQUFDO0lBRU0scUJBQXFCO1FBRXhCLElBQUksQ0FBQyxPQUFPLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0MsQ0FBQztDQUlKLENBQUE7K0dBM01ZLGtCQUFrQjttR0FBbEIsa0JBQWtCLCtxUkFQakIsRUFBRTtBQU9ILGtCQUFrQjtJQUQ5QixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixrQkFBa0IsQ0EyTTlCO1NBM01ZLGtCQUFrQjsyRkFBbEIsa0JBQWtCO2tCQVg5QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxlQUFlO29CQUN6QixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRSxFQUVSO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBWaWV3Q29udGFpbmVyUmVmLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgUXVlcnlMaXN0LCBSZW5kZXJlcjIsIEluamVjdG9yLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBJQ29tcG9uZW50QmFzZSwgYXBwbHlNaXhpbnMsIENvbXBvbmVudE1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFBkZlZpZXdlciB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1wZGZ2aWV3ZXInO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ0Ryb3Bkb3duRmllbGRTZXR0aW5ncycsJ2FqYXhSZXF1ZXN0U2V0dGluZ3MnLCdhbm5vdGF0aW9uU2VsZWN0b3JTZXR0aW5ncycsJ2Fubm90YXRpb25TZXR0aW5ncycsJ2Fubm90YXRpb25zJywnYXJlYVNldHRpbmdzJywnYXJyb3dTZXR0aW5ncycsJ2NoZWNrQm94RmllbGRTZXR0aW5ncycsJ2NpcmNsZVNldHRpbmdzJywnY29tbWFuZE1hbmFnZXInLCdjb250ZXh0TWVudU9wdGlvbicsJ2NvbnRleHRNZW51U2V0dGluZ3MnLCdjdXJyZW50UGFnZU51bWJlcicsJ2N1c3RvbUNvbnRleHRNZW51SXRlbXMnLCdjdXN0b21Gb250cycsJ2N1c3RvbVN0YW1wJywnY3VzdG9tU3RhbXBTZXR0aW5ncycsJ2RhdGVUaW1lRm9ybWF0JywnZGVzaWduZXJNb2RlJywnZGlzYWJsZUNvbnRleHRNZW51SXRlbXMnLCdkaXNhYmxlRGVmYXVsdENvbnRleHRNZW51JywnZGlzdGFuY2VTZXR0aW5ncycsJ2RvY3VtZW50UGF0aCcsJ2Rvd25sb2FkRmlsZU5hbWUnLCdkcmF3aW5nT2JqZWN0JywnZW5hYmxlQWNjZXNzaWJpbGl0eVRhZ3MnLCdlbmFibGVBbm5vdGF0aW9uJywnZW5hYmxlQW5ub3RhdGlvblRvb2xiYXInLCdlbmFibGVBdXRvQ29tcGxldGUnLCdlbmFibGVCb29rbWFyaycsJ2VuYWJsZUJvb2ttYXJrU3R5bGVzJywnZW5hYmxlQ29tbWVudFBhbmVsJywnZW5hYmxlRGVza3RvcE1vZGUnLCdlbmFibGVEb3dubG9hZCcsJ2VuYWJsZUZvcm1EZXNpZ25lcicsJ2VuYWJsZUZvcm1EZXNpZ25lclRvb2xiYXInLCdlbmFibGVGb3JtRmllbGRzJywnZW5hYmxlRm9ybUZpZWxkc1ZhbGlkYXRpb24nLCdlbmFibGVGcmVlVGV4dCcsJ2VuYWJsZUhhbmR3cml0dGVuU2lnbmF0dXJlJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZUh5cGVybGluaycsJ2VuYWJsZUltcG9ydEFubm90YXRpb25NZWFzdXJlbWVudCcsJ2VuYWJsZUlua0Fubm90YXRpb24nLCdlbmFibGVMb2NhbFN0b3JhZ2UnLCdlbmFibGVNYWduaWZpY2F0aW9uJywnZW5hYmxlTWVhc3VyZUFubm90YXRpb24nLCdlbmFibGVNdWx0aUxpbmVPdmVybGFwJywnZW5hYmxlTXVsdGlQYWdlQW5ub3RhdGlvbicsJ2VuYWJsZU5hdmlnYXRpb24nLCdlbmFibGVOYXZpZ2F0aW9uVG9vbGJhcicsJ2VuYWJsZVBhZ2VPcmdhbml6ZXInLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVBpbmNoWm9vbScsJ2VuYWJsZVByaW50JywnZW5hYmxlUHJpbnRSb3RhdGlvbicsJ2VuYWJsZVJ0bCcsJ2VuYWJsZVNoYXBlQW5ub3RhdGlvbicsJ2VuYWJsZVNoYXBlTGFiZWwnLCdlbmFibGVTdGFtcEFubm90YXRpb25zJywnZW5hYmxlU3RpY2t5Tm90ZXNBbm5vdGF0aW9uJywnZW5hYmxlVGV4dE1hcmt1cEFubm90YXRpb24nLCdlbmFibGVUZXh0TWFya3VwUmVzaXplcicsJ2VuYWJsZVRleHRTZWFyY2gnLCdlbmFibGVUZXh0U2VsZWN0aW9uJywnZW5hYmxlVGh1bWJuYWlsJywnZW5hYmxlVG9vbGJhcicsJ2VuYWJsZVpvb21PcHRpbWl6YXRpb24nLCdleHBvcnRBbm5vdGF0aW9uRmlsZU5hbWUnLCdleHRyYWN0VGV4dE9wdGlvbicsJ2Zvcm1GaWVsZENvbGxlY3Rpb25zJywnZm9ybUZpZWxkcycsJ2ZyZWVUZXh0U2V0dGluZ3MnLCdoYW5kV3JpdHRlblNpZ25hdHVyZVNldHRpbmdzJywnaGVpZ2h0JywnaGlkZUVtcHR5RGlnaXRhbFNpZ25hdHVyZUZpZWxkcycsJ2hpZGVTYXZlU2lnbmF0dXJlJywnaGlnaGxpZ2h0U2V0dGluZ3MnLCdoeXBlcmxpbmtPcGVuU3RhdGUnLCdpbml0aWFsRGlhbG9nU2V0dGluZ3MnLCdpbml0aWFsRmllbGRTZXR0aW5ncycsJ2luaXRpYWxSZW5kZXJQYWdlcycsJ2lua0Fubm90YXRpb25TZXR0aW5ncycsJ2ludGVyYWN0aW9uTW9kZScsJ2lzQW5ub3RhdGlvblRvb2xiYXJPcGVuJywnaXNBbm5vdGF0aW9uVG9vbGJhclZpc2libGUnLCdpc0Jvb2ttYXJrUGFuZWxPcGVuJywnaXNDb21tYW5kUGFuZWxPcGVuJywnaXNEb2N1bWVudEVkaXRlZCcsJ2lzRXh0cmFjdFRleHQnLCdpc0Zvcm1EZXNpZ25lclRvb2xiYXJWaXNpYmxlJywnaXNGb3JtRmllbGREb2N1bWVudCcsJ2lzSW5pdGlhbEZpZWxkVG9vbGJhclNlbGVjdGlvbicsJ2lzTWFpbnRhaW5TZWxlY3Rpb24nLCdpc1BhZ2VPcmdhbml6ZXJPcGVuJywnaXNTaWduYXR1cmVFZGl0YWJsZScsJ2lzVGh1bWJuYWlsVmlld09wZW4nLCdpc1ZhbGlkRnJlZVRleHQnLCdsaW5lU2V0dGluZ3MnLCdsaXN0Qm94RmllbGRTZXR0aW5ncycsJ2xvY2FsZScsJ21heFpvb20nLCdtZWFzdXJlbWVudFNldHRpbmdzJywnbWluWm9vbScsJ3BhZ2VDb3VudCcsJ3BhZ2VPcmdhbml6ZXJTZXR0aW5ncycsJ3Bhc3N3b3JkRmllbGRTZXR0aW5ncycsJ3BlcmltZXRlclNldHRpbmdzJywncG9seWdvblNldHRpbmdzJywncHJpbnRNb2RlJywncHJpbnRTY2FsZUZhY3RvcicsJ3JhZGlvQnV0dG9uRmllbGRTZXR0aW5ncycsJ3JhZGl1c1NldHRpbmdzJywncmVjdGFuZ2xlU2V0dGluZ3MnLCdyZXNvdXJjZVVybCcsJ3Jlc3RyaWN0Wm9vbVJlcXVlc3QnLCdyZXRyeUNvdW50JywncmV0cnlTdGF0dXNDb2RlcycsJ3JldHJ5VGltZW91dCcsJ3Njcm9sbFNldHRpbmdzJywnc2VsZWN0ZWRJdGVtcycsJ3NlcnZlckFjdGlvblNldHRpbmdzJywnc2VydmljZVVybCcsJ3NoYXBlTGFiZWxTZXR0aW5ncycsJ3Nob3dDdXN0b21Db250ZXh0TWVudUJvdHRvbScsJ3Nob3dEaWdpdGFsU2lnbmF0dXJlQXBwZWFyYW5jZScsJ3Nob3dOb3RpZmljYXRpb25EaWFsb2cnLCdzaWduYXR1cmVEaWFsb2dTZXR0aW5ncycsJ3NpZ25hdHVyZUZpZWxkU2V0dGluZ3MnLCdzaWduYXR1cmVGaXRNb2RlJywnc3RhbXBTZXR0aW5ncycsJ3N0aWNreU5vdGVzU2V0dGluZ3MnLCdzdHJpa2V0aHJvdWdoU2V0dGluZ3MnLCd0ZXh0RmllbGRTZXR0aW5ncycsJ3RleHRTZWFyY2hDb2xvclNldHRpbmdzJywndGlsZVJlbmRlcmluZ1NldHRpbmdzJywndG9vbGJhclNldHRpbmdzJywndW5kZXJsaW5lU2V0dGluZ3MnLCd2b2x1bWVTZXR0aW5ncycsJ3dpZHRoJywnem9vbU1vZGUnLCd6b29tVmFsdWUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnYWRkU2lnbmF0dXJlJywnYWpheFJlcXVlc3RGYWlsZWQnLCdhamF4UmVxdWVzdEluaXRpYXRlJywnYWpheFJlcXVlc3RTdWNjZXNzJywnYW5ub3RhdGlvbkFkZCcsJ2Fubm90YXRpb25Eb3VibGVDbGljaycsJ2Fubm90YXRpb25Nb3VzZUxlYXZlJywnYW5ub3RhdGlvbk1vdXNlb3ZlcicsJ2Fubm90YXRpb25Nb3ZlJywnYW5ub3RhdGlvbk1vdmluZycsJ2Fubm90YXRpb25Qcm9wZXJ0aWVzQ2hhbmdlJywnYW5ub3RhdGlvblJlbW92ZScsJ2Fubm90YXRpb25SZXNpemUnLCdhbm5vdGF0aW9uU2VsZWN0JywnYW5ub3RhdGlvblVuU2VsZWN0JywnYmVmb3JlQWRkRnJlZVRleHQnLCdib29rbWFya0NsaWNrJywnYnV0dG9uRmllbGRDbGljaycsJ2NvbW1lbnRBZGQnLCdjb21tZW50RGVsZXRlJywnY29tbWVudEVkaXQnLCdjb21tZW50U2VsZWN0JywnY29tbWVudFN0YXR1c0NoYW5nZWQnLCdjcmVhdGVkJywnY3VzdG9tQ29udGV4dE1lbnVCZWZvcmVPcGVuJywnY3VzdG9tQ29udGV4dE1lbnVTZWxlY3QnLCdkb2N1bWVudExvYWQnLCdkb2N1bWVudExvYWRGYWlsZWQnLCdkb2N1bWVudFVubG9hZCcsJ2Rvd25sb2FkRW5kJywnZG93bmxvYWRTdGFydCcsJ2V4cG9ydEZhaWxlZCcsJ2V4cG9ydFN0YXJ0JywnZXhwb3J0U3VjY2VzcycsJ2V4dHJhY3RUZXh0Q29tcGxldGVkJywnZm9ybUZpZWxkQWRkJywnZm9ybUZpZWxkQ2xpY2snLCdmb3JtRmllbGREb3VibGVDbGljaycsJ2Zvcm1GaWVsZEZvY3VzT3V0JywnZm9ybUZpZWxkTW91c2VMZWF2ZScsJ2Zvcm1GaWVsZE1vdXNlb3ZlcicsJ2Zvcm1GaWVsZE1vdmUnLCdmb3JtRmllbGRQcm9wZXJ0aWVzQ2hhbmdlJywnZm9ybUZpZWxkUmVtb3ZlJywnZm9ybUZpZWxkUmVzaXplJywnZm9ybUZpZWxkU2VsZWN0JywnZm9ybUZpZWxkVW5zZWxlY3QnLCdoeXBlcmxpbmtDbGljaycsJ2h5cGVybGlua01vdXNlT3ZlcicsJ2ltcG9ydEZhaWxlZCcsJ2ltcG9ydFN0YXJ0JywnaW1wb3J0U3VjY2VzcycsJ2tleWJvYXJkQ3VzdG9tQ29tbWFuZHMnLCdtb3ZlU2lnbmF0dXJlJywncGFnZUNoYW5nZScsJ3BhZ2VDbGljaycsJ3BhZ2VNb3VzZW92ZXInLCdwYWdlT3JnYW5pemVyU2F2ZUFzJywncGFnZVJlbmRlckNvbXBsZXRlJywncGFnZVJlbmRlckluaXRpYXRlJywncHJpbnRFbmQnLCdwcmludFN0YXJ0JywncmVtb3ZlU2lnbmF0dXJlJywncmVzaXplU2lnbmF0dXJlJywncmVzb3VyY2VzTG9hZGVkJywnc2lnbmF0dXJlUHJvcGVydGllc0NoYW5nZScsJ3NpZ25hdHVyZVNlbGVjdCcsJ3NpZ25hdHVyZVVuc2VsZWN0JywndGV4dFNlYXJjaENvbXBsZXRlJywndGV4dFNlYXJjaEhpZ2hsaWdodCcsJ3RleHRTZWFyY2hTdGFydCcsJ3RleHRTZWxlY3Rpb25FbmQnLCd0ZXh0U2VsZWN0aW9uU3RhcnQnLCd0aHVtYm5haWxDbGljaycsJ3Rvb2xiYXJDbGljaycsJ3ZhbGlkYXRlRm9ybUZpZWxkcycsJ3pvb21DaGFuZ2UnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFtdO1xuXG4vKipcbiAqIGBlanMtcGRmdmlld2VyYCByZXByZXNlbnRzIHRoZSBBbmd1bGFyIFBkZlZpZXdlciBDb21wb25lbnQuXG4gKiBgYGBodG1sXG4gKiA8ZWpzLXBkZnZpZXdlcj48L2Vqcy1wZGZ2aWV3ZXI+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdlanMtcGRmdmlld2VyJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuQENvbXBvbmVudE1peGlucyhbQ29tcG9uZW50QmFzZV0pXG5leHBvcnQgY2xhc3MgUGRmVmlld2VyQ29tcG9uZW50IGV4dGVuZHMgUGRmVmlld2VyIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBjb250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdGFkZFNpZ25hdHVyZTogYW55O1xuXHRhamF4UmVxdWVzdEZhaWxlZDogYW55O1xuXHRhamF4UmVxdWVzdEluaXRpYXRlOiBhbnk7XG5cdGFqYXhSZXF1ZXN0U3VjY2VzczogYW55O1xuXHRhbm5vdGF0aW9uQWRkOiBhbnk7XG5cdGFubm90YXRpb25Eb3VibGVDbGljazogYW55O1xuXHRhbm5vdGF0aW9uTW91c2VMZWF2ZTogYW55O1xuXHRhbm5vdGF0aW9uTW91c2VvdmVyOiBhbnk7XG5cdGFubm90YXRpb25Nb3ZlOiBhbnk7XG5cdGFubm90YXRpb25Nb3Zpbmc6IGFueTtcblx0YW5ub3RhdGlvblByb3BlcnRpZXNDaGFuZ2U6IGFueTtcblx0YW5ub3RhdGlvblJlbW92ZTogYW55O1xuXHRhbm5vdGF0aW9uUmVzaXplOiBhbnk7XG5cdGFubm90YXRpb25TZWxlY3Q6IGFueTtcblx0YW5ub3RhdGlvblVuU2VsZWN0OiBhbnk7XG5cdGJlZm9yZUFkZEZyZWVUZXh0OiBhbnk7XG5cdGJvb2ttYXJrQ2xpY2s6IGFueTtcblx0YnV0dG9uRmllbGRDbGljazogYW55O1xuXHRjb21tZW50QWRkOiBhbnk7XG5cdGNvbW1lbnREZWxldGU6IGFueTtcblx0Y29tbWVudEVkaXQ6IGFueTtcblx0Y29tbWVudFNlbGVjdDogYW55O1xuXHRjb21tZW50U3RhdHVzQ2hhbmdlZDogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdGN1c3RvbUNvbnRleHRNZW51QmVmb3JlT3BlbjogYW55O1xuXHRjdXN0b21Db250ZXh0TWVudVNlbGVjdDogYW55O1xuXHRkb2N1bWVudExvYWQ6IGFueTtcblx0ZG9jdW1lbnRMb2FkRmFpbGVkOiBhbnk7XG5cdGRvY3VtZW50VW5sb2FkOiBhbnk7XG5cdGRvd25sb2FkRW5kOiBhbnk7XG5cdGRvd25sb2FkU3RhcnQ6IGFueTtcblx0ZXhwb3J0RmFpbGVkOiBhbnk7XG5cdGV4cG9ydFN0YXJ0OiBhbnk7XG5cdGV4cG9ydFN1Y2Nlc3M6IGFueTtcblx0ZXh0cmFjdFRleHRDb21wbGV0ZWQ6IGFueTtcblx0Zm9ybUZpZWxkQWRkOiBhbnk7XG5cdGZvcm1GaWVsZENsaWNrOiBhbnk7XG5cdGZvcm1GaWVsZERvdWJsZUNsaWNrOiBhbnk7XG5cdGZvcm1GaWVsZEZvY3VzT3V0OiBhbnk7XG5cdGZvcm1GaWVsZE1vdXNlTGVhdmU6IGFueTtcblx0Zm9ybUZpZWxkTW91c2VvdmVyOiBhbnk7XG5cdGZvcm1GaWVsZE1vdmU6IGFueTtcblx0Zm9ybUZpZWxkUHJvcGVydGllc0NoYW5nZTogYW55O1xuXHRmb3JtRmllbGRSZW1vdmU6IGFueTtcblx0Zm9ybUZpZWxkUmVzaXplOiBhbnk7XG5cdGZvcm1GaWVsZFNlbGVjdDogYW55O1xuXHRmb3JtRmllbGRVbnNlbGVjdDogYW55O1xuXHRoeXBlcmxpbmtDbGljazogYW55O1xuXHRoeXBlcmxpbmtNb3VzZU92ZXI6IGFueTtcblx0aW1wb3J0RmFpbGVkOiBhbnk7XG5cdGltcG9ydFN0YXJ0OiBhbnk7XG5cdGltcG9ydFN1Y2Nlc3M6IGFueTtcblx0a2V5Ym9hcmRDdXN0b21Db21tYW5kczogYW55O1xuXHRtb3ZlU2lnbmF0dXJlOiBhbnk7XG5cdHBhZ2VDaGFuZ2U6IGFueTtcblx0cGFnZUNsaWNrOiBhbnk7XG5cdHBhZ2VNb3VzZW92ZXI6IGFueTtcblx0cGFnZU9yZ2FuaXplclNhdmVBczogYW55O1xuXHRwYWdlUmVuZGVyQ29tcGxldGU6IGFueTtcblx0cGFnZVJlbmRlckluaXRpYXRlOiBhbnk7XG5cdHByaW50RW5kOiBhbnk7XG5cdHByaW50U3RhcnQ6IGFueTtcblx0cmVtb3ZlU2lnbmF0dXJlOiBhbnk7XG5cdHJlc2l6ZVNpZ25hdHVyZTogYW55O1xuXHRyZXNvdXJjZXNMb2FkZWQ6IGFueTtcblx0c2lnbmF0dXJlUHJvcGVydGllc0NoYW5nZTogYW55O1xuXHRzaWduYXR1cmVTZWxlY3Q6IGFueTtcblx0c2lnbmF0dXJlVW5zZWxlY3Q6IGFueTtcblx0dGV4dFNlYXJjaENvbXBsZXRlOiBhbnk7XG5cdHRleHRTZWFyY2hIaWdobGlnaHQ6IGFueTtcblx0dGV4dFNlYXJjaFN0YXJ0OiBhbnk7XG5cdHRleHRTZWxlY3Rpb25FbmQ6IGFueTtcblx0dGV4dFNlbGVjdGlvblN0YXJ0OiBhbnk7XG5cdHRodW1ibmFpbENsaWNrOiBhbnk7XG5cdHRvb2xiYXJDbGljazogYW55O1xuXHR2YWxpZGF0ZUZvcm1GaWVsZHM6IGFueTtcblx0cHVibGljIHpvb21DaGFuZ2U6IGFueTtcblxuXG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyTGlua0Fubm90YXRpb24nKTtcbiAgICAgICAgICAgICAgICBpZih0aGlzLmluamVjdGVkTW9kdWxlcy5pbmRleE9mKG1vZCkgPT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzLnB1c2gobW9kKVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gY2F0Y2ggeyB9XG5cciAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ1BkZlZpZXdlckJvb2ttYXJrVmlldycpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyTWFnbmlmaWNhdGlvbicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyVGh1bWJuYWlsVmlldycpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyVG9vbGJhcicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyTmF2aWdhdGlvbicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyUHJpbnQnKTtcbiAgICAgICAgICAgICAgICBpZih0aGlzLmluamVjdGVkTW9kdWxlcy5pbmRleE9mKG1vZCkgPT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzLnB1c2gobW9kKVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gY2F0Y2ggeyB9XG5cciAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ1BkZlZpZXdlclRleHRTZWxlY3Rpb24nKTtcbiAgICAgICAgICAgICAgICBpZih0aGlzLmluamVjdGVkTW9kdWxlcy5pbmRleE9mKG1vZCkgPT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzLnB1c2gobW9kKVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gY2F0Y2ggeyB9XG5cciAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ1BkZlZpZXdlclRleHRTZWFyY2gnKTtcbiAgICAgICAgICAgICAgICBpZih0aGlzLmluamVjdGVkTW9kdWxlcy5pbmRleE9mKG1vZCkgPT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzLnB1c2gobW9kKVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gY2F0Y2ggeyB9XG5cciAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ1BkZlZpZXdlckFubm90YXRpb24nKTtcbiAgICAgICAgICAgICAgICBpZih0aGlzLmluamVjdGVkTW9kdWxlcy5pbmRleE9mKG1vZCkgPT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzLnB1c2gobW9kKVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gY2F0Y2ggeyB9XG5cciAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ1BkZlZpZXdlckZvcm1EZXNpZ25lcicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyRm9ybUZpZWxkcycpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyUGFnZU9yZ2FuaXplcicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmNvbnRleHQgID0gbmV3IENvbXBvbmVudEJhc2UoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuY29udGV4dC5uZ09uSW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250ZXh0Lm5nT25EZXN0cm95KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgICAgIFxuICAgICAgICB0aGlzLmNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19
150
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGRmdmlld2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9wZGZ2aWV3ZXIvcGRmdmlld2VyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBZ0MsdUJBQXVCLEVBQWlELE1BQU0sZUFBZSxDQUFDO0FBQ2hKLE9BQU8sRUFBRSxhQUFhLEVBQStCLGVBQWUsRUFBMEIsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0ksT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQUl0RCxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyx1QkFBdUIsRUFBQyxxQkFBcUIsRUFBQyw0QkFBNEIsRUFBQyxvQkFBb0IsRUFBQyxhQUFhLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyx1QkFBdUIsRUFBQyxnQkFBZ0IsRUFBQyxnQkFBZ0IsRUFBQyxtQkFBbUIsRUFBQyxxQkFBcUIsRUFBQyxtQkFBbUIsRUFBQyx3QkFBd0IsRUFBQyxhQUFhLEVBQUMsYUFBYSxFQUFDLHFCQUFxQixFQUFDLGdCQUFnQixFQUFDLGNBQWMsRUFBQyx5QkFBeUIsRUFBQywyQkFBMkIsRUFBQyxrQkFBa0IsRUFBQyxjQUFjLEVBQUMsa0JBQWtCLEVBQUMsZUFBZSxFQUFDLHlCQUF5QixFQUFDLGtCQUFrQixFQUFDLHlCQUF5QixFQUFDLG9CQUFvQixFQUFDLGdCQUFnQixFQUFDLHNCQUFzQixFQUFDLG9CQUFvQixFQUFDLG1CQUFtQixFQUFDLGdCQUFnQixFQUFDLG9CQUFvQixFQUFDLDJCQUEyQixFQUFDLGtCQUFrQixFQUFDLDRCQUE0QixFQUFDLGdCQUFnQixFQUFDLDRCQUE0QixFQUFDLHFCQUFxQixFQUFDLGlCQUFpQixFQUFDLG1DQUFtQyxFQUFDLHFCQUFxQixFQUFDLG9CQUFvQixFQUFDLHFCQUFxQixFQUFDLHlCQUF5QixFQUFDLHdCQUF3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N0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLE9BQU8sR0FBSSxJQUFJLGFBQWEsRUFBRSxDQUFDO0lBQ3hDLENBQUM7SUFFTSxRQUFRO1FBQ1gsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNuQyxDQUFDO0lBRU0scUJBQXFCO1FBRXhCLElBQUksQ0FBQyxPQUFPLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0MsQ0FBQztDQUlKLENBQUE7K0dBNU1ZLGtCQUFrQjttR0FBbEIsa0JBQWtCLDJ3UkFQakIsRUFBRTtBQU9ILGtCQUFrQjtJQUQ5QixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixrQkFBa0IsQ0E0TTlCO1NBNU1ZLGtCQUFrQjsyRkFBbEIsa0JBQWtCO2tCQVg5QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxlQUFlO29CQUN6QixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRSxFQUVSO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBWaWV3Q29udGFpbmVyUmVmLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgUXVlcnlMaXN0LCBSZW5kZXJlcjIsIEluamVjdG9yLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBJQ29tcG9uZW50QmFzZSwgYXBwbHlNaXhpbnMsIENvbXBvbmVudE1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFBkZlZpZXdlciB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1wZGZ2aWV3ZXInO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ0Ryb3Bkb3duRmllbGRTZXR0aW5ncycsJ2FqYXhSZXF1ZXN0U2V0dGluZ3MnLCdhbm5vdGF0aW9uU2VsZWN0b3JTZXR0aW5ncycsJ2Fubm90YXRpb25TZXR0aW5ncycsJ2Fubm90YXRpb25zJywnYXJlYVNldHRpbmdzJywnYXJyb3dTZXR0aW5ncycsJ2NoZWNrQm94RmllbGRTZXR0aW5ncycsJ2NpcmNsZVNldHRpbmdzJywnY29tbWFuZE1hbmFnZXInLCdjb250ZXh0TWVudU9wdGlvbicsJ2NvbnRleHRNZW51U2V0dGluZ3MnLCdjdXJyZW50UGFnZU51bWJlcicsJ2N1c3RvbUNvbnRleHRNZW51SXRlbXMnLCdjdXN0b21Gb250cycsJ2N1c3RvbVN0YW1wJywnY3VzdG9tU3RhbXBTZXR0aW5ncycsJ2RhdGVUaW1lRm9ybWF0JywnZGVzaWduZXJNb2RlJywnZGlzYWJsZUNvbnRleHRNZW51SXRlbXMnLCdkaXNhYmxlRGVmYXVsdENvbnRleHRNZW51JywnZGlzdGFuY2VTZXR0aW5ncycsJ2RvY3VtZW50UGF0aCcsJ2Rvd25sb2FkRmlsZU5hbWUnLCdkcmF3aW5nT2JqZWN0JywnZW5hYmxlQWNjZXNzaWJpbGl0eVRhZ3MnLCdlbmFibGVBbm5vdGF0aW9uJywnZW5hYmxlQW5ub3RhdGlvblRvb2xiYXInLCdlbmFibGVBdXRvQ29tcGxldGUnLCdlbmFibGVCb29rbWFyaycsJ2VuYWJsZUJvb2ttYXJrU3R5bGVzJywnZW5hYmxlQ29tbWVudFBhbmVsJywnZW5hYmxlRGVza3RvcE1vZGUnLCdlbmFibGVEb3dubG9hZCcsJ2VuYWJsZUZvcm1EZXNpZ25lcicsJ2VuYWJsZUZvcm1EZXNpZ25lclRvb2xiYXInLCdlbmFibGVGb3JtRmllbGRzJywnZW5hYmxlRm9ybUZpZWxkc1ZhbGlkYXRpb24nLCdlbmFibGVGcmVlVGV4dCcsJ2VuYWJsZUhhbmR3cml0dGVuU2lnbmF0dXJlJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZUh5cGVybGluaycsJ2VuYWJsZUltcG9ydEFubm90YXRpb25NZWFzdXJlbWVudCcsJ2VuYWJsZUlua0Fubm90YXRpb24nLCdlbmFibGVMb2NhbFN0b3JhZ2UnLCdlbmFibGVNYWduaWZpY2F0aW9uJywnZW5hYmxlTWVhc3VyZUFubm90YXRpb24nLCdlbmFibGVNdWx0aUxpbmVPdmVybGFwJywnZW5hYmxlTXVsdGlQYWdlQW5ub3RhdGlvbicsJ2VuYWJsZU5hdmlnYXRpb24nLCdlbmFibGVOYXZpZ2F0aW9uVG9vbGJhcicsJ2VuYWJsZVBhZ2VPcmdhbml6ZXInLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVBpbmNoWm9vbScsJ2VuYWJsZVByaW50JywnZW5hYmxlUHJpbnRSb3RhdGlvbicsJ2VuYWJsZVJ0bCcsJ2VuYWJsZVNoYXBlQW5ub3RhdGlvbicsJ2VuYWJsZVNoYXBlTGFiZWwnLCdlbmFibGVTdGFtcEFubm90YXRpb25zJywnZW5hYmxlU3RpY2t5Tm90ZXNBbm5vdGF0aW9uJywnZW5hYmxlVGV4dE1hcmt1cEFubm90YXRpb24nLCdlbmFibGVUZXh0TWFya3VwUmVzaXplcicsJ2VuYWJsZVRleHRTZWFyY2gnLCdlbmFibGVUZXh0U2VsZWN0aW9uJywnZW5hYmxlVGh1bWJuYWlsJywnZW5hYmxlVG9vbGJhcicsJ2VuYWJsZVpvb21PcHRpbWl6YXRpb24nLCdleHBvcnRBbm5vdGF0aW9uRmlsZU5hbWUnLCdleHRyYWN0VGV4dE9wdGlvbicsJ2Zvcm1GaWVsZENvbGxlY3Rpb25zJywnZm9ybUZpZWxkcycsJ2ZyZWVUZXh0U2V0dGluZ3MnLCdoYW5kV3JpdHRlblNpZ25hdHVyZVNldHRpbmdzJywnaGVpZ2h0JywnaGlkZUVtcHR5RGlnaXRhbFNpZ25hdHVyZUZpZWxkcycsJ2hpZGVTYXZlU2lnbmF0dXJlJywnaGlnaGxpZ2h0U2V0dGluZ3MnLCdoeXBlcmxpbmtPcGVuU3RhdGUnLCdpbml0aWFsRGlhbG9nU2V0dGluZ3MnLCdpbml0aWFsRmllbGRTZXR0aW5ncycsJ2luaXRpYWxSZW5kZXJQYWdlcycsJ2lua0Fubm90YXRpb25TZXR0aW5ncycsJ2ludGVyYWN0aW9uTW9kZScsJ2lzQW5ub3RhdGlvblRvb2xiYXJPcGVuJywnaXNBbm5vdGF0aW9uVG9vbGJhclZpc2libGUnLCdpc0Jvb2ttYXJrUGFuZWxPcGVuJywnaXNDb21tYW5kUGFuZWxPcGVuJywnaXNEb2N1bWVudEVkaXRlZCcsJ2lzRXh0cmFjdFRleHQnLCdpc0Zvcm1EZXNpZ25lclRvb2xiYXJWaXNpYmxlJywnaXNGb3JtRmllbGREb2N1bWVudCcsJ2lzSW5pdGlhbEZpZWxkVG9vbGJhclNlbGVjdGlvbicsJ2lzTWFpbnRhaW5TZWxlY3Rpb24nLCdpc1BhZ2VPcmdhbml6ZXJPcGVuJywnaXNTaWduYXR1cmVFZGl0YWJsZScsJ2lzVGh1bWJuYWlsVmlld09wZW4nLCdpc1ZhbGlkRnJlZVRleHQnLCdsaW5lU2V0dGluZ3MnLCdsaXN0Qm94RmllbGRTZXR0aW5ncycsJ2xvY2FsZScsJ21heFpvb20nLCdtZWFzdXJlbWVudFNldHRpbmdzJywnbWluWm9vbScsJ3BhZ2VDb3VudCcsJ3BhZ2VPcmdhbml6ZXJTZXR0aW5ncycsJ3Bhc3N3b3JkRmllbGRTZXR0aW5ncycsJ3BlcmltZXRlclNldHRpbmdzJywncG9seWdvblNldHRpbmdzJywncHJpbnRNb2RlJywncHJpbnRTY2FsZUZhY3RvcicsJ3JhZGlvQnV0dG9uRmllbGRTZXR0aW5ncycsJ3JhZGl1c1NldHRpbmdzJywncmVjdGFuZ2xlU2V0dGluZ3MnLCdyZXNvdXJjZVVybCcsJ3Jlc3RyaWN0Wm9vbVJlcXVlc3QnLCdyZXRyeUNvdW50JywncmV0cnlTdGF0dXNDb2RlcycsJ3JldHJ5VGltZW91dCcsJ3Njcm9sbFNldHRpbmdzJywnc2VsZWN0ZWRJdGVtcycsJ3NlcnZlckFjdGlvblNldHRpbmdzJywnc2VydmljZVVybCcsJ3NoYXBlTGFiZWxTZXR0aW5ncycsJ3Nob3dDdXN0b21Db250ZXh0TWVudUJvdHRvbScsJ3Nob3dEaWdpdGFsU2lnbmF0dXJlQXBwZWFyYW5jZScsJ3Nob3dOb3RpZmljYXRpb25EaWFsb2cnLCdzaWduYXR1cmVEaWFsb2dTZXR0aW5ncycsJ3NpZ25hdHVyZUZpZWxkU2V0dGluZ3MnLCdzaWduYXR1cmVGaXRNb2RlJywnc3F1aWdnbHlTZXR0aW5ncycsJ3N0YW1wU2V0dGluZ3MnLCdzdGlja3lOb3Rlc1NldHRpbmdzJywnc3RyaWtldGhyb3VnaFNldHRpbmdzJywndGV4dEZpZWxkU2V0dGluZ3MnLCd0ZXh0U2VhcmNoQ29sb3JTZXR0aW5ncycsJ3RpbGVSZW5kZXJpbmdTZXR0aW5ncycsJ3Rvb2xiYXJTZXR0aW5ncycsJ3VuZGVybGluZVNldHRpbmdzJywndm9sdW1lU2V0dGluZ3MnLCd3aWR0aCcsJ3pvb21Nb2RlJywnem9vbVZhbHVlJ107XG5leHBvcnQgY29uc3Qgb3V0cHV0czogc3RyaW5nW10gPSBbJ2FkZFNpZ25hdHVyZScsJ2FqYXhSZXF1ZXN0RmFpbGVkJywnYWpheFJlcXVlc3RJbml0aWF0ZScsJ2FqYXhSZXF1ZXN0U3VjY2VzcycsJ2Fubm90YXRpb25BZGQnLCdhbm5vdGF0aW9uRG91YmxlQ2xpY2snLCdhbm5vdGF0aW9uTW91c2VMZWF2ZScsJ2Fubm90YXRpb25Nb3VzZW92ZXInLCdhbm5vdGF0aW9uTW92ZScsJ2Fubm90YXRpb25Nb3ZpbmcnLCdhbm5vdGF0aW9uUHJvcGVydGllc0NoYW5nZScsJ2Fubm90YXRpb25SZW1vdmUnLCdhbm5vdGF0aW9uUmVzaXplJywnYW5ub3RhdGlvblNlbGVjdCcsJ2Fubm90YXRpb25VblNlbGVjdCcsJ2JlZm9yZUFkZEZyZWVUZXh0JywnYm9va21hcmtDbGljaycsJ2J1dHRvbkZpZWxkQ2xpY2snLCdjb21tZW50QWRkJywnY29tbWVudERlbGV0ZScsJ2NvbW1lbnRFZGl0JywnY29tbWVudFNlbGVjdCcsJ2NvbW1lbnRTdGF0dXNDaGFuZ2VkJywnY3JlYXRlZCcsJ2N1c3RvbUNvbnRleHRNZW51QmVmb3JlT3BlbicsJ2N1c3RvbUNvbnRleHRNZW51U2VsZWN0JywnZG9jdW1lbnRMb2FkJywnZG9jdW1lbnRMb2FkRmFpbGVkJywnZG9jdW1lbnRVbmxvYWQnLCdkb3dubG9hZEVuZCcsJ2Rvd25sb2FkU3RhcnQnLCdleHBvcnRGYWlsZWQnLCdleHBvcnRTdGFydCcsJ2V4cG9ydFN1Y2Nlc3MnLCdleHRyYWN0VGV4dENvbXBsZXRlZCcsJ2Zvcm1GaWVsZEFkZCcsJ2Zvcm1GaWVsZENsaWNrJywnZm9ybUZpZWxkRG91YmxlQ2xpY2snLCdmb3JtRmllbGRGb2N1c091dCcsJ2Zvcm1GaWVsZE1vdXNlTGVhdmUnLCdmb3JtRmllbGRNb3VzZW92ZXInLCdmb3JtRmllbGRNb3ZlJywnZm9ybUZpZWxkUHJvcGVydGllc0NoYW5nZScsJ2Zvcm1GaWVsZFJlbW92ZScsJ2Zvcm1GaWVsZFJlc2l6ZScsJ2Zvcm1GaWVsZFNlbGVjdCcsJ2Zvcm1GaWVsZFVuc2VsZWN0JywnaHlwZXJsaW5rQ2xpY2snLCdoeXBlcmxpbmtNb3VzZU92ZXInLCdpbXBvcnRGYWlsZWQnLCdpbXBvcnRTdGFydCcsJ2ltcG9ydFN1Y2Nlc3MnLCdrZXlib2FyZEN1c3RvbUNvbW1hbmRzJywnbW92ZVNpZ25hdHVyZScsJ3BhZ2VDaGFuZ2UnLCdwYWdlQ2xpY2snLCdwYWdlTW91c2VvdmVyJywncGFnZU9yZ2FuaXplclNhdmVBcycsJ3BhZ2VSZW5kZXJDb21wbGV0ZScsJ3BhZ2VSZW5kZXJJbml0aWF0ZScsJ3ByaW50RW5kJywncHJpbnRTdGFydCcsJ3JlbW92ZVNpZ25hdHVyZScsJ3Jlc2l6ZVNpZ25hdHVyZScsJ3Jlc291cmNlc0xvYWRlZCcsJ3NpZ25hdHVyZVByb3BlcnRpZXNDaGFuZ2UnLCdzaWduYXR1cmVTZWxlY3QnLCdzaWduYXR1cmVVbnNlbGVjdCcsJ3RleHRTZWFyY2hDb21wbGV0ZScsJ3RleHRTZWFyY2hIaWdobGlnaHQnLCd0ZXh0U2VhcmNoU3RhcnQnLCd0ZXh0U2VsZWN0aW9uRW5kJywndGV4dFNlbGVjdGlvblN0YXJ0JywndGh1bWJuYWlsQ2xpY2snLCd0b29sYmFyQ2xpY2snLCd2YWxpZGF0ZUZvcm1GaWVsZHMnLCd6b29tQ2hhbmdlJywncGFnZU9yZ2FuaXplclpvb21DaGFuZ2VkJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbXTtcblxuLyoqXG4gKiBgZWpzLXBkZnZpZXdlcmAgcmVwcmVzZW50cyB0aGUgQW5ndWxhciBQZGZWaWV3ZXIgQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGVqcy1wZGZ2aWV3ZXI+PC9lanMtcGRmdmlld2VyPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWpzLXBkZnZpZXdlcicsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIFBkZlZpZXdlckNvbXBvbmVudCBleHRlbmRzIFBkZlZpZXdlciBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgY29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRhZGRTaWduYXR1cmU6IGFueTtcblx0YWpheFJlcXVlc3RGYWlsZWQ6IGFueTtcblx0YWpheFJlcXVlc3RJbml0aWF0ZTogYW55O1xuXHRhamF4UmVxdWVzdFN1Y2Nlc3M6IGFueTtcblx0YW5ub3RhdGlvbkFkZDogYW55O1xuXHRhbm5vdGF0aW9uRG91YmxlQ2xpY2s6IGFueTtcblx0YW5ub3RhdGlvbk1vdXNlTGVhdmU6IGFueTtcblx0YW5ub3RhdGlvbk1vdXNlb3ZlcjogYW55O1xuXHRhbm5vdGF0aW9uTW92ZTogYW55O1xuXHRhbm5vdGF0aW9uTW92aW5nOiBhbnk7XG5cdGFubm90YXRpb25Qcm9wZXJ0aWVzQ2hhbmdlOiBhbnk7XG5cdGFubm90YXRpb25SZW1vdmU6IGFueTtcblx0YW5ub3RhdGlvblJlc2l6ZTogYW55O1xuXHRhbm5vdGF0aW9uU2VsZWN0OiBhbnk7XG5cdGFubm90YXRpb25VblNlbGVjdDogYW55O1xuXHRiZWZvcmVBZGRGcmVlVGV4dDogYW55O1xuXHRib29rbWFya0NsaWNrOiBhbnk7XG5cdGJ1dHRvbkZpZWxkQ2xpY2s6IGFueTtcblx0Y29tbWVudEFkZDogYW55O1xuXHRjb21tZW50RGVsZXRlOiBhbnk7XG5cdGNvbW1lbnRFZGl0OiBhbnk7XG5cdGNvbW1lbnRTZWxlY3Q6IGFueTtcblx0Y29tbWVudFN0YXR1c0NoYW5nZWQ6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRjdXN0b21Db250ZXh0TWVudUJlZm9yZU9wZW46IGFueTtcblx0Y3VzdG9tQ29udGV4dE1lbnVTZWxlY3Q6IGFueTtcblx0ZG9jdW1lbnRMb2FkOiBhbnk7XG5cdGRvY3VtZW50TG9hZEZhaWxlZDogYW55O1xuXHRkb2N1bWVudFVubG9hZDogYW55O1xuXHRkb3dubG9hZEVuZDogYW55O1xuXHRkb3dubG9hZFN0YXJ0OiBhbnk7XG5cdGV4cG9ydEZhaWxlZDogYW55O1xuXHRleHBvcnRTdGFydDogYW55O1xuXHRleHBvcnRTdWNjZXNzOiBhbnk7XG5cdGV4dHJhY3RUZXh0Q29tcGxldGVkOiBhbnk7XG5cdGZvcm1GaWVsZEFkZDogYW55O1xuXHRmb3JtRmllbGRDbGljazogYW55O1xuXHRmb3JtRmllbGREb3VibGVDbGljazogYW55O1xuXHRmb3JtRmllbGRGb2N1c091dDogYW55O1xuXHRmb3JtRmllbGRNb3VzZUxlYXZlOiBhbnk7XG5cdGZvcm1GaWVsZE1vdXNlb3ZlcjogYW55O1xuXHRmb3JtRmllbGRNb3ZlOiBhbnk7XG5cdGZvcm1GaWVsZFByb3BlcnRpZXNDaGFuZ2U6IGFueTtcblx0Zm9ybUZpZWxkUmVtb3ZlOiBhbnk7XG5cdGZvcm1GaWVsZFJlc2l6ZTogYW55O1xuXHRmb3JtRmllbGRTZWxlY3Q6IGFueTtcblx0Zm9ybUZpZWxkVW5zZWxlY3Q6IGFueTtcblx0aHlwZXJsaW5rQ2xpY2s6IGFueTtcblx0aHlwZXJsaW5rTW91c2VPdmVyOiBhbnk7XG5cdGltcG9ydEZhaWxlZDogYW55O1xuXHRpbXBvcnRTdGFydDogYW55O1xuXHRpbXBvcnRTdWNjZXNzOiBhbnk7XG5cdGtleWJvYXJkQ3VzdG9tQ29tbWFuZHM6IGFueTtcblx0bW92ZVNpZ25hdHVyZTogYW55O1xuXHRwYWdlQ2hhbmdlOiBhbnk7XG5cdHBhZ2VDbGljazogYW55O1xuXHRwYWdlTW91c2VvdmVyOiBhbnk7XG5cdHBhZ2VPcmdhbml6ZXJTYXZlQXM6IGFueTtcblx0cGFnZVJlbmRlckNvbXBsZXRlOiBhbnk7XG5cdHBhZ2VSZW5kZXJJbml0aWF0ZTogYW55O1xuXHRwcmludEVuZDogYW55O1xuXHRwcmludFN0YXJ0OiBhbnk7XG5cdHJlbW92ZVNpZ25hdHVyZTogYW55O1xuXHRyZXNpemVTaWduYXR1cmU6IGFueTtcblx0cmVzb3VyY2VzTG9hZGVkOiBhbnk7XG5cdHNpZ25hdHVyZVByb3BlcnRpZXNDaGFuZ2U6IGFueTtcblx0c2lnbmF0dXJlU2VsZWN0OiBhbnk7XG5cdHNpZ25hdHVyZVVuc2VsZWN0OiBhbnk7XG5cdHRleHRTZWFyY2hDb21wbGV0ZTogYW55O1xuXHR0ZXh0U2VhcmNoSGlnaGxpZ2h0OiBhbnk7XG5cdHRleHRTZWFyY2hTdGFydDogYW55O1xuXHR0ZXh0U2VsZWN0aW9uRW5kOiBhbnk7XG5cdHRleHRTZWxlY3Rpb25TdGFydDogYW55O1xuXHR0aHVtYm5haWxDbGljazogYW55O1xuXHR0b29sYmFyQ2xpY2s6IGFueTtcblx0dmFsaWRhdGVGb3JtRmllbGRzOiBhbnk7XG5cdHpvb21DaGFuZ2U6IGFueTtcblx0cHVibGljIHBhZ2VPcmdhbml6ZXJab29tQ2hhbmdlZDogYW55O1xuXG5cblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgbmdFbGU6IEVsZW1lbnRSZWYsIHByaXZhdGUgc3JlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmLCBwcml2YXRlIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJMaW5rQW5ub3RhdGlvbicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyQm9va21hcmtWaWV3Jyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJNYWduaWZpY2F0aW9uJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJUaHVtYm5haWxWaWV3Jyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJUb29sYmFyJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJOYXZpZ2F0aW9uJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJQcmludCcpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyVGV4dFNlbGVjdGlvbicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyVGV4dFNlYXJjaCcpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyQW5ub3RhdGlvbicpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnUGRmVmlld2VyRm9ybURlc2lnbmVyJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJGb3JtRmllbGRzJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHIgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgbGV0IG1vZCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdQZGZWaWV3ZXJQYWdlT3JnYW5pemVyJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHJcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuY29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5jb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgXG4gICAgICAgIHRoaXMuY29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0=
@@ -6,8 +6,8 @@ import { PdfViewer, LinkAnnotation, BookmarkView, Magnification, ThumbnailView,
6
6
  export * from '@syncfusion/ej2-pdfviewer';
7
7
  import { CommonModule } from '@angular/common';
8
8
 
9
- const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
10
- const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
9
+ const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'squigglySettings', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
10
+ const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange', 'pageOrganizerZoomChanged'];
11
11
  const twoWays = [];
12
12
  /**
13
13
  * `ejs-pdfviewer` represents the Angular PdfViewer Component.
@@ -134,7 +134,7 @@ let PdfViewerComponent = class PdfViewerComponent extends PdfViewer {
134
134
  }
135
135
  };
136
136
  PdfViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
137
- PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
+ PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", squigglySettings: "squigglySettings", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange", pageOrganizerZoomChanged: "pageOrganizerZoomChanged" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
138
138
  PdfViewerComponent = __decorate([
139
139
  ComponentMixins([ComponentBase])
140
140
  ], PdfViewerComponent);
@@ -1 +1 @@
1
- {"version":3,"file":"syncfusion-ej2-angular-pdfviewer.mjs","sources":["../../src/pdfviewer/pdfviewer.component.ts","../../src/pdfviewer/pdfviewer.module.ts","../../src/pdfviewer/pdfviewer-all.module.ts","../../syncfusion-ej2-angular-pdfviewer.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@Component({\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tpublic zoomChange: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n\n/**\n * NgModule definition for the PdfViewer component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n})\nexport class PdfViewerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer'\n\n\nexport const LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\n@NgModule({\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n})\nexport class PdfViewerAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"syncfusion-ej2-angular-pdfviewer.mjs","sources":["../../src/pdfviewer/pdfviewer.component.ts","../../src/pdfviewer/pdfviewer.module.ts","../../src/pdfviewer/pdfviewer-all.module.ts","../../syncfusion-ej2-angular-pdfviewer.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','squigglySettings','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange','pageOrganizerZoomChanged'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@Component({\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tzoomChange: any;\n\tpublic pageOrganizerZoomChanged: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n\n/**\n * NgModule definition for the PdfViewer component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n})\nexport class PdfViewerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer'\n\n\nexport const LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\n@NgModule({\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n})\nexport class PdfViewerAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -6,8 +6,8 @@ import { PdfViewer, LinkAnnotation, BookmarkView, Magnification, ThumbnailView,
6
6
  export * from '@syncfusion/ej2-pdfviewer';
7
7
  import { CommonModule } from '@angular/common';
8
8
 
9
- const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
10
- const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
9
+ const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'squigglySettings', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
10
+ const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange', 'pageOrganizerZoomChanged'];
11
11
  const twoWays = [];
12
12
  /**
13
13
  * `ejs-pdfviewer` represents the Angular PdfViewer Component.
@@ -134,7 +134,7 @@ let PdfViewerComponent = class PdfViewerComponent extends PdfViewer {
134
134
  }
135
135
  };
136
136
  PdfViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
137
- PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
+ PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", squigglySettings: "squigglySettings", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange", pageOrganizerZoomChanged: "pageOrganizerZoomChanged" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
138
138
  PdfViewerComponent = __decorate([
139
139
  ComponentMixins([ComponentBase])
140
140
  ], PdfViewerComponent);
@@ -1 +1 @@
1
- {"version":3,"file":"syncfusion-ej2-angular-pdfviewer.mjs","sources":["../../src/pdfviewer/pdfviewer.component.ts","../../src/pdfviewer/pdfviewer.module.ts","../../src/pdfviewer/pdfviewer-all.module.ts","../../syncfusion-ej2-angular-pdfviewer.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@Component({\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tpublic zoomChange: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n\n/**\n * NgModule definition for the PdfViewer component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n})\nexport class PdfViewerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer'\n\n\nexport const LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\n@NgModule({\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n})\nexport class PdfViewerAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"syncfusion-ej2-angular-pdfviewer.mjs","sources":["../../src/pdfviewer/pdfviewer.component.ts","../../src/pdfviewer/pdfviewer.module.ts","../../src/pdfviewer/pdfviewer-all.module.ts","../../syncfusion-ej2-angular-pdfviewer.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','squigglySettings','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange','pageOrganizerZoomChanged'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@Component({\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tzoomChange: any;\n\tpublic pageOrganizerZoomChanged: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n\n/**\n * NgModule definition for the PdfViewer component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n})\nexport class PdfViewerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer'\n\n\nexport const LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\n@NgModule({\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n})\nexport class PdfViewerAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "29.2.11",
3
+ "version": "30.1.37",
4
4
  "description": "Essential JS 2 PDF viewer Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~29.2.11",
10
- "@syncfusion/ej2-angular-base": "~29.2.10",
11
- "@syncfusion/ej2-pdfviewer": "29.2.11"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-pdfviewer": "30.1.37"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
2
- export declare const pkgVer = "^29.2.5";
2
+ export declare const pkgVer = "^28.1.33";
3
3
  export declare const moduleName = "PdfViewerModule";
4
- export declare const themeVer = "~29.2.5";
4
+ export declare const themeVer = "~28.1.33";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
4
- exports.pkgVer = '^29.2.11';
4
+ exports.pkgVer = '^30.1.37';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~29.2.11';
6
+ exports.themeVer = '~30.1.37';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^29.2.11';
3
- export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~29.2.11';
1
+ export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
+ export const pkgVer = '^30.1.37';
3
+ export const moduleName = 'PdfViewerModule';
4
+ export const themeVer = '~30.1.37';
@@ -95,6 +95,7 @@ export declare class PdfViewerComponent extends PdfViewer implements IComponentB
95
95
  toolbarClick: any;
96
96
  validateFormFields: any;
97
97
  zoomChange: any;
98
+ pageOrganizerZoomChanged: any;
98
99
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
99
100
  ngOnInit(): void;
100
101
  ngAfterViewInit(): void;
@@ -103,5 +104,5 @@ export declare class PdfViewerComponent extends PdfViewer implements IComponentB
103
104
  registerEvents: (eventList: string[]) => void;
104
105
  addTwoWay: (propList: string[]) => void;
105
106
  static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "ejs-pdfviewer", never, { "DropdownFieldSettings": "DropdownFieldSettings"; "ajaxRequestSettings": "ajaxRequestSettings"; "annotationSelectorSettings": "annotationSelectorSettings"; "annotationSettings": "annotationSettings"; "annotations": "annotations"; "areaSettings": "areaSettings"; "arrowSettings": "arrowSettings"; "checkBoxFieldSettings": "checkBoxFieldSettings"; "circleSettings": "circleSettings"; "commandManager": "commandManager"; "contextMenuOption": "contextMenuOption"; "contextMenuSettings": "contextMenuSettings"; "currentPageNumber": "currentPageNumber"; "customContextMenuItems": "customContextMenuItems"; "customFonts": "customFonts"; "customStamp": "customStamp"; "customStampSettings": "customStampSettings"; "dateTimeFormat": "dateTimeFormat"; "designerMode": "designerMode"; "disableContextMenuItems": "disableContextMenuItems"; "disableDefaultContextMenu": "disableDefaultContextMenu"; "distanceSettings": "distanceSettings"; "documentPath": "documentPath"; "downloadFileName": "downloadFileName"; "drawingObject": "drawingObject"; "enableAccessibilityTags": "enableAccessibilityTags"; "enableAnnotation": "enableAnnotation"; "enableAnnotationToolbar": "enableAnnotationToolbar"; "enableAutoComplete": "enableAutoComplete"; "enableBookmark": "enableBookmark"; "enableBookmarkStyles": "enableBookmarkStyles"; "enableCommentPanel": "enableCommentPanel"; "enableDesktopMode": "enableDesktopMode"; "enableDownload": "enableDownload"; "enableFormDesigner": "enableFormDesigner"; "enableFormDesignerToolbar": "enableFormDesignerToolbar"; "enableFormFields": "enableFormFields"; "enableFormFieldsValidation": "enableFormFieldsValidation"; "enableFreeText": "enableFreeText"; "enableHandwrittenSignature": "enableHandwrittenSignature"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableHyperlink": "enableHyperlink"; "enableImportAnnotationMeasurement": "enableImportAnnotationMeasurement"; "enableInkAnnotation": "enableInkAnnotation"; "enableLocalStorage": "enableLocalStorage"; "enableMagnification": "enableMagnification"; "enableMeasureAnnotation": "enableMeasureAnnotation"; "enableMultiLineOverlap": "enableMultiLineOverlap"; "enableMultiPageAnnotation": "enableMultiPageAnnotation"; "enableNavigation": "enableNavigation"; "enableNavigationToolbar": "enableNavigationToolbar"; "enablePageOrganizer": "enablePageOrganizer"; "enablePersistence": "enablePersistence"; "enablePinchZoom": "enablePinchZoom"; "enablePrint": "enablePrint"; "enablePrintRotation": "enablePrintRotation"; "enableRtl": "enableRtl"; "enableShapeAnnotation": "enableShapeAnnotation"; "enableShapeLabel": "enableShapeLabel"; "enableStampAnnotations": "enableStampAnnotations"; "enableStickyNotesAnnotation": "enableStickyNotesAnnotation"; "enableTextMarkupAnnotation": "enableTextMarkupAnnotation"; "enableTextMarkupResizer": "enableTextMarkupResizer"; "enableTextSearch": "enableTextSearch"; "enableTextSelection": "enableTextSelection"; "enableThumbnail": "enableThumbnail"; "enableToolbar": "enableToolbar"; "enableZoomOptimization": "enableZoomOptimization"; "exportAnnotationFileName": "exportAnnotationFileName"; "extractTextOption": "extractTextOption"; "formFieldCollections": "formFieldCollections"; "formFields": "formFields"; "freeTextSettings": "freeTextSettings"; "handWrittenSignatureSettings": "handWrittenSignatureSettings"; "height": "height"; "hideEmptyDigitalSignatureFields": "hideEmptyDigitalSignatureFields"; "hideSaveSignature": "hideSaveSignature"; "highlightSettings": "highlightSettings"; "hyperlinkOpenState": "hyperlinkOpenState"; "initialDialogSettings": "initialDialogSettings"; "initialFieldSettings": "initialFieldSettings"; "initialRenderPages": "initialRenderPages"; "inkAnnotationSettings": "inkAnnotationSettings"; "interactionMode": "interactionMode"; "isAnnotationToolbarOpen": "isAnnotationToolbarOpen"; "isAnnotationToolbarVisible": "isAnnotationToolbarVisible"; "isBookmarkPanelOpen": "isBookmarkPanelOpen"; "isCommandPanelOpen": "isCommandPanelOpen"; "isDocumentEdited": "isDocumentEdited"; "isExtractText": "isExtractText"; "isFormDesignerToolbarVisible": "isFormDesignerToolbarVisible"; "isFormFieldDocument": "isFormFieldDocument"; "isInitialFieldToolbarSelection": "isInitialFieldToolbarSelection"; "isMaintainSelection": "isMaintainSelection"; "isPageOrganizerOpen": "isPageOrganizerOpen"; "isSignatureEditable": "isSignatureEditable"; "isThumbnailViewOpen": "isThumbnailViewOpen"; "isValidFreeText": "isValidFreeText"; "lineSettings": "lineSettings"; "listBoxFieldSettings": "listBoxFieldSettings"; "locale": "locale"; "maxZoom": "maxZoom"; "measurementSettings": "measurementSettings"; "minZoom": "minZoom"; "pageCount": "pageCount"; "pageOrganizerSettings": "pageOrganizerSettings"; "passwordFieldSettings": "passwordFieldSettings"; "perimeterSettings": "perimeterSettings"; "polygonSettings": "polygonSettings"; "printMode": "printMode"; "printScaleFactor": "printScaleFactor"; "radioButtonFieldSettings": "radioButtonFieldSettings"; "radiusSettings": "radiusSettings"; "rectangleSettings": "rectangleSettings"; "resourceUrl": "resourceUrl"; "restrictZoomRequest": "restrictZoomRequest"; "retryCount": "retryCount"; "retryStatusCodes": "retryStatusCodes"; "retryTimeout": "retryTimeout"; "scrollSettings": "scrollSettings"; "selectedItems": "selectedItems"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "shapeLabelSettings": "shapeLabelSettings"; "showCustomContextMenuBottom": "showCustomContextMenuBottom"; "showDigitalSignatureAppearance": "showDigitalSignatureAppearance"; "showNotificationDialog": "showNotificationDialog"; "signatureDialogSettings": "signatureDialogSettings"; "signatureFieldSettings": "signatureFieldSettings"; "signatureFitMode": "signatureFitMode"; "stampSettings": "stampSettings"; "stickyNotesSettings": "stickyNotesSettings"; "strikethroughSettings": "strikethroughSettings"; "textFieldSettings": "textFieldSettings"; "textSearchColorSettings": "textSearchColorSettings"; "tileRenderingSettings": "tileRenderingSettings"; "toolbarSettings": "toolbarSettings"; "underlineSettings": "underlineSettings"; "volumeSettings": "volumeSettings"; "width": "width"; "zoomMode": "zoomMode"; "zoomValue": "zoomValue"; }, { "addSignature": "addSignature"; "ajaxRequestFailed": "ajaxRequestFailed"; "ajaxRequestInitiate": "ajaxRequestInitiate"; "ajaxRequestSuccess": "ajaxRequestSuccess"; "annotationAdd": "annotationAdd"; "annotationDoubleClick": "annotationDoubleClick"; "annotationMouseLeave": "annotationMouseLeave"; "annotationMouseover": "annotationMouseover"; "annotationMove": "annotationMove"; "annotationMoving": "annotationMoving"; "annotationPropertiesChange": "annotationPropertiesChange"; "annotationRemove": "annotationRemove"; "annotationResize": "annotationResize"; "annotationSelect": "annotationSelect"; "annotationUnSelect": "annotationUnSelect"; "beforeAddFreeText": "beforeAddFreeText"; "bookmarkClick": "bookmarkClick"; "buttonFieldClick": "buttonFieldClick"; "commentAdd": "commentAdd"; "commentDelete": "commentDelete"; "commentEdit": "commentEdit"; "commentSelect": "commentSelect"; "commentStatusChanged": "commentStatusChanged"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "documentLoad": "documentLoad"; "documentLoadFailed": "documentLoadFailed"; "documentUnload": "documentUnload"; "downloadEnd": "downloadEnd"; "downloadStart": "downloadStart"; "exportFailed": "exportFailed"; "exportStart": "exportStart"; "exportSuccess": "exportSuccess"; "extractTextCompleted": "extractTextCompleted"; "formFieldAdd": "formFieldAdd"; "formFieldClick": "formFieldClick"; "formFieldDoubleClick": "formFieldDoubleClick"; "formFieldFocusOut": "formFieldFocusOut"; "formFieldMouseLeave": "formFieldMouseLeave"; "formFieldMouseover": "formFieldMouseover"; "formFieldMove": "formFieldMove"; "formFieldPropertiesChange": "formFieldPropertiesChange"; "formFieldRemove": "formFieldRemove"; "formFieldResize": "formFieldResize"; "formFieldSelect": "formFieldSelect"; "formFieldUnselect": "formFieldUnselect"; "hyperlinkClick": "hyperlinkClick"; "hyperlinkMouseOver": "hyperlinkMouseOver"; "importFailed": "importFailed"; "importStart": "importStart"; "importSuccess": "importSuccess"; "keyboardCustomCommands": "keyboardCustomCommands"; "moveSignature": "moveSignature"; "pageChange": "pageChange"; "pageClick": "pageClick"; "pageMouseover": "pageMouseover"; "pageOrganizerSaveAs": "pageOrganizerSaveAs"; "pageRenderComplete": "pageRenderComplete"; "pageRenderInitiate": "pageRenderInitiate"; "printEnd": "printEnd"; "printStart": "printStart"; "removeSignature": "removeSignature"; "resizeSignature": "resizeSignature"; "resourcesLoaded": "resourcesLoaded"; "signaturePropertiesChange": "signaturePropertiesChange"; "signatureSelect": "signatureSelect"; "signatureUnselect": "signatureUnselect"; "textSearchComplete": "textSearchComplete"; "textSearchHighlight": "textSearchHighlight"; "textSearchStart": "textSearchStart"; "textSelectionEnd": "textSelectionEnd"; "textSelectionStart": "textSelectionStart"; "thumbnailClick": "thumbnailClick"; "toolbarClick": "toolbarClick"; "validateFormFields": "validateFormFields"; "zoomChange": "zoomChange"; }, never, never>;
107
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "ejs-pdfviewer", never, { "DropdownFieldSettings": "DropdownFieldSettings"; "ajaxRequestSettings": "ajaxRequestSettings"; "annotationSelectorSettings": "annotationSelectorSettings"; "annotationSettings": "annotationSettings"; "annotations": "annotations"; "areaSettings": "areaSettings"; "arrowSettings": "arrowSettings"; "checkBoxFieldSettings": "checkBoxFieldSettings"; "circleSettings": "circleSettings"; "commandManager": "commandManager"; "contextMenuOption": "contextMenuOption"; "contextMenuSettings": "contextMenuSettings"; "currentPageNumber": "currentPageNumber"; "customContextMenuItems": "customContextMenuItems"; "customFonts": "customFonts"; "customStamp": "customStamp"; "customStampSettings": "customStampSettings"; "dateTimeFormat": "dateTimeFormat"; "designerMode": "designerMode"; "disableContextMenuItems": "disableContextMenuItems"; "disableDefaultContextMenu": "disableDefaultContextMenu"; "distanceSettings": "distanceSettings"; "documentPath": "documentPath"; "downloadFileName": "downloadFileName"; "drawingObject": "drawingObject"; "enableAccessibilityTags": "enableAccessibilityTags"; "enableAnnotation": "enableAnnotation"; "enableAnnotationToolbar": "enableAnnotationToolbar"; "enableAutoComplete": "enableAutoComplete"; "enableBookmark": "enableBookmark"; "enableBookmarkStyles": "enableBookmarkStyles"; "enableCommentPanel": "enableCommentPanel"; "enableDesktopMode": "enableDesktopMode"; "enableDownload": "enableDownload"; "enableFormDesigner": "enableFormDesigner"; "enableFormDesignerToolbar": "enableFormDesignerToolbar"; "enableFormFields": "enableFormFields"; "enableFormFieldsValidation": "enableFormFieldsValidation"; "enableFreeText": "enableFreeText"; "enableHandwrittenSignature": "enableHandwrittenSignature"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableHyperlink": "enableHyperlink"; "enableImportAnnotationMeasurement": "enableImportAnnotationMeasurement"; "enableInkAnnotation": "enableInkAnnotation"; "enableLocalStorage": "enableLocalStorage"; "enableMagnification": "enableMagnification"; "enableMeasureAnnotation": "enableMeasureAnnotation"; "enableMultiLineOverlap": "enableMultiLineOverlap"; "enableMultiPageAnnotation": "enableMultiPageAnnotation"; "enableNavigation": "enableNavigation"; "enableNavigationToolbar": "enableNavigationToolbar"; "enablePageOrganizer": "enablePageOrganizer"; "enablePersistence": "enablePersistence"; "enablePinchZoom": "enablePinchZoom"; "enablePrint": "enablePrint"; "enablePrintRotation": "enablePrintRotation"; "enableRtl": "enableRtl"; "enableShapeAnnotation": "enableShapeAnnotation"; "enableShapeLabel": "enableShapeLabel"; "enableStampAnnotations": "enableStampAnnotations"; "enableStickyNotesAnnotation": "enableStickyNotesAnnotation"; "enableTextMarkupAnnotation": "enableTextMarkupAnnotation"; "enableTextMarkupResizer": "enableTextMarkupResizer"; "enableTextSearch": "enableTextSearch"; "enableTextSelection": "enableTextSelection"; "enableThumbnail": "enableThumbnail"; "enableToolbar": "enableToolbar"; "enableZoomOptimization": "enableZoomOptimization"; "exportAnnotationFileName": "exportAnnotationFileName"; "extractTextOption": "extractTextOption"; "formFieldCollections": "formFieldCollections"; "formFields": "formFields"; "freeTextSettings": "freeTextSettings"; "handWrittenSignatureSettings": "handWrittenSignatureSettings"; "height": "height"; "hideEmptyDigitalSignatureFields": "hideEmptyDigitalSignatureFields"; "hideSaveSignature": "hideSaveSignature"; "highlightSettings": "highlightSettings"; "hyperlinkOpenState": "hyperlinkOpenState"; "initialDialogSettings": "initialDialogSettings"; "initialFieldSettings": "initialFieldSettings"; "initialRenderPages": "initialRenderPages"; "inkAnnotationSettings": "inkAnnotationSettings"; "interactionMode": "interactionMode"; "isAnnotationToolbarOpen": "isAnnotationToolbarOpen"; "isAnnotationToolbarVisible": "isAnnotationToolbarVisible"; "isBookmarkPanelOpen": "isBookmarkPanelOpen"; "isCommandPanelOpen": "isCommandPanelOpen"; "isDocumentEdited": "isDocumentEdited"; "isExtractText": "isExtractText"; "isFormDesignerToolbarVisible": "isFormDesignerToolbarVisible"; "isFormFieldDocument": "isFormFieldDocument"; "isInitialFieldToolbarSelection": "isInitialFieldToolbarSelection"; "isMaintainSelection": "isMaintainSelection"; "isPageOrganizerOpen": "isPageOrganizerOpen"; "isSignatureEditable": "isSignatureEditable"; "isThumbnailViewOpen": "isThumbnailViewOpen"; "isValidFreeText": "isValidFreeText"; "lineSettings": "lineSettings"; "listBoxFieldSettings": "listBoxFieldSettings"; "locale": "locale"; "maxZoom": "maxZoom"; "measurementSettings": "measurementSettings"; "minZoom": "minZoom"; "pageCount": "pageCount"; "pageOrganizerSettings": "pageOrganizerSettings"; "passwordFieldSettings": "passwordFieldSettings"; "perimeterSettings": "perimeterSettings"; "polygonSettings": "polygonSettings"; "printMode": "printMode"; "printScaleFactor": "printScaleFactor"; "radioButtonFieldSettings": "radioButtonFieldSettings"; "radiusSettings": "radiusSettings"; "rectangleSettings": "rectangleSettings"; "resourceUrl": "resourceUrl"; "restrictZoomRequest": "restrictZoomRequest"; "retryCount": "retryCount"; "retryStatusCodes": "retryStatusCodes"; "retryTimeout": "retryTimeout"; "scrollSettings": "scrollSettings"; "selectedItems": "selectedItems"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "shapeLabelSettings": "shapeLabelSettings"; "showCustomContextMenuBottom": "showCustomContextMenuBottom"; "showDigitalSignatureAppearance": "showDigitalSignatureAppearance"; "showNotificationDialog": "showNotificationDialog"; "signatureDialogSettings": "signatureDialogSettings"; "signatureFieldSettings": "signatureFieldSettings"; "signatureFitMode": "signatureFitMode"; "squigglySettings": "squigglySettings"; "stampSettings": "stampSettings"; "stickyNotesSettings": "stickyNotesSettings"; "strikethroughSettings": "strikethroughSettings"; "textFieldSettings": "textFieldSettings"; "textSearchColorSettings": "textSearchColorSettings"; "tileRenderingSettings": "tileRenderingSettings"; "toolbarSettings": "toolbarSettings"; "underlineSettings": "underlineSettings"; "volumeSettings": "volumeSettings"; "width": "width"; "zoomMode": "zoomMode"; "zoomValue": "zoomValue"; }, { "addSignature": "addSignature"; "ajaxRequestFailed": "ajaxRequestFailed"; "ajaxRequestInitiate": "ajaxRequestInitiate"; "ajaxRequestSuccess": "ajaxRequestSuccess"; "annotationAdd": "annotationAdd"; "annotationDoubleClick": "annotationDoubleClick"; "annotationMouseLeave": "annotationMouseLeave"; "annotationMouseover": "annotationMouseover"; "annotationMove": "annotationMove"; "annotationMoving": "annotationMoving"; "annotationPropertiesChange": "annotationPropertiesChange"; "annotationRemove": "annotationRemove"; "annotationResize": "annotationResize"; "annotationSelect": "annotationSelect"; "annotationUnSelect": "annotationUnSelect"; "beforeAddFreeText": "beforeAddFreeText"; "bookmarkClick": "bookmarkClick"; "buttonFieldClick": "buttonFieldClick"; "commentAdd": "commentAdd"; "commentDelete": "commentDelete"; "commentEdit": "commentEdit"; "commentSelect": "commentSelect"; "commentStatusChanged": "commentStatusChanged"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "documentLoad": "documentLoad"; "documentLoadFailed": "documentLoadFailed"; "documentUnload": "documentUnload"; "downloadEnd": "downloadEnd"; "downloadStart": "downloadStart"; "exportFailed": "exportFailed"; "exportStart": "exportStart"; "exportSuccess": "exportSuccess"; "extractTextCompleted": "extractTextCompleted"; "formFieldAdd": "formFieldAdd"; "formFieldClick": "formFieldClick"; "formFieldDoubleClick": "formFieldDoubleClick"; "formFieldFocusOut": "formFieldFocusOut"; "formFieldMouseLeave": "formFieldMouseLeave"; "formFieldMouseover": "formFieldMouseover"; "formFieldMove": "formFieldMove"; "formFieldPropertiesChange": "formFieldPropertiesChange"; "formFieldRemove": "formFieldRemove"; "formFieldResize": "formFieldResize"; "formFieldSelect": "formFieldSelect"; "formFieldUnselect": "formFieldUnselect"; "hyperlinkClick": "hyperlinkClick"; "hyperlinkMouseOver": "hyperlinkMouseOver"; "importFailed": "importFailed"; "importStart": "importStart"; "importSuccess": "importSuccess"; "keyboardCustomCommands": "keyboardCustomCommands"; "moveSignature": "moveSignature"; "pageChange": "pageChange"; "pageClick": "pageClick"; "pageMouseover": "pageMouseover"; "pageOrganizerSaveAs": "pageOrganizerSaveAs"; "pageRenderComplete": "pageRenderComplete"; "pageRenderInitiate": "pageRenderInitiate"; "printEnd": "printEnd"; "printStart": "printStart"; "removeSignature": "removeSignature"; "resizeSignature": "resizeSignature"; "resourcesLoaded": "resourcesLoaded"; "signaturePropertiesChange": "signaturePropertiesChange"; "signatureSelect": "signatureSelect"; "signatureUnselect": "signatureUnselect"; "textSearchComplete": "textSearchComplete"; "textSearchHighlight": "textSearchHighlight"; "textSearchStart": "textSearchStart"; "textSelectionEnd": "textSelectionEnd"; "textSelectionStart": "textSelectionStart"; "thumbnailClick": "thumbnailClick"; "toolbarClick": "toolbarClick"; "validateFormFields": "validateFormFields"; "zoomChange": "zoomChange"; "pageOrganizerZoomChanged": "pageOrganizerZoomChanged"; }, never, never>;
107
108
  }