@syncfusion/ej2-angular-pdfviewer 24.2.9-ngcc → 25.1.35-ngcc
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/@syncfusion/ej2-angular-pdfviewer.es5.js +15 -6
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-pdfviewer.js +15 -6
- package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -1
- package/CHANGELOG.md +40 -16
- package/dist/ej2-angular-pdfviewer.umd.js +24 -4
- package/dist/ej2-angular-pdfviewer.umd.js.map +1 -1
- package/dist/ej2-angular-pdfviewer.umd.min.js +2 -2
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -1
- package/ej2-angular-pdfviewer.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/pdfviewer/pdfviewer-all.module.d.ts +1 -0
- package/src/pdfviewer/pdfviewer.component.d.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,30 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I557034` - Now, the text markup content is preserved properly in the exported JSON for multiline annotations.
|
|
10
|
+
- `#I559996`, `#I556643` - Now, the author’s name does not update automatically upon moving the annotations.
|
|
11
|
+
- `#I560732` - Now, the empty file is not exported if the added annotations are deleted through the context menu delete option.
|
|
12
|
+
- `#I559473` - Now, the exporting rectangle annotation with custom thickness is working properly.
|
|
13
|
+
|
|
14
|
+
#### Features
|
|
15
|
+
|
|
16
|
+
- `#I551138`, `#I553282` - Implemented functionality to manage PDF page organization, including insertion, deletion, and rotation in the PDF Viewer.
|
|
17
|
+
- `#I325358`, `#I336517`, `#I355078` - Enabled customization of context menu items in the PDF Viewer by introducing the `addCustomMenu` API for adding custom menu items. Additionally, provided the `customContextMenuSelect` and `customContextMenuBeforeOpen` events to enhance flexibility and control over context menu interactions within the PDF Viewer.
|
|
18
|
+
- `#I516224` - Implemented the ability to programmatically control the opening and closing of the bookmark pane in the PDF Viewer through the introduction of the `openBookmarkPane` and `closeBookmarkPane` APIs. This allows users to conveniently interact with the bookmark pane within the PDF Viewer interface.
|
|
19
|
+
- `#I515986` - Introduced events, namely `pageRenderInitiate` and `pageRenderComplete`, in the PDF Viewer to provide notification regarding the initiation and completion of page rendering processes. These events offer users enhanced control and insights into the rendering workflow within the viewer interface.
|
|
20
|
+
- Integrated keyboard accessibility shortcuts and options for custom key commands using the `commandManager` API in the PDF Viewer, utilizing properties such as `keyboardCommand.name` for specifying custom command names and `keyboardCommand.gesture` for defining custom key gestures.
|
|
21
|
+
- `#I477482`- Enhanced support for rendering custom appearance stamp images in the PDF Viewer.
|
|
22
|
+
- Implemented support for utilizing PNG format images in the Standalone PDF Viewer for adding images to handwritten annotations, custom stamps, signatures, and initial form fields. Previously limited to certain formats like JPEG, now PNG images can also be saved and rendered for these purposes.
|
|
23
|
+
|
|
24
|
+
## 24.2.9 (2024-03-05)
|
|
25
|
+
|
|
26
|
+
### PDF Viewer
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
9
30
|
- `#I547297` - Now, the data property was updated properly in the `addSignature` event.
|
|
10
|
-
-
|
|
31
|
+
- `#I556216` - Now, the download was working properly for the provided document.
|
|
32
|
+
- `#I556594` - Now, the script error does not occur when programmatically changing the font size in mobile mode.
|
|
11
33
|
|
|
12
34
|
## 24.2.8 (2024-02-27)
|
|
13
35
|
|
|
@@ -15,19 +37,12 @@
|
|
|
15
37
|
|
|
16
38
|
#### Bug Fixes
|
|
17
39
|
|
|
18
|
-
- `#I550956` - Now, the comments do not overlap when the author name has more characters.
|
|
19
40
|
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
|
|
20
|
-
- `#
|
|
21
|
-
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
|
|
22
|
-
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
|
|
41
|
+
- `#I550956` - Now, the comments do not overlap when the author name has more characters.
|
|
23
42
|
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
|
|
24
|
-
|
|
25
|
-
- `#I550956` - Now, comments do not overlap when the author name has more characters.
|
|
26
|
-
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
|
|
27
43
|
- `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
|
|
28
44
|
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
|
|
29
45
|
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
|
|
30
|
-
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
|
|
31
46
|
|
|
32
47
|
## 24.2.7 (2024-02-20)
|
|
33
48
|
|
|
@@ -55,11 +70,11 @@
|
|
|
55
70
|
#### Bug Fixes
|
|
56
71
|
|
|
57
72
|
- `#I543533` - Now, the `annotationPropertiesChange` event is triggered when updating the freetext annotation value for the first time.
|
|
58
|
-
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
|
|
59
73
|
- `#I549061` - Now, the text markup selection is working properly in mobile devices.
|
|
74
|
+
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
|
|
75
|
+
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
|
|
60
76
|
- `#I549061` - Now, the page does not zoom when selecting the free text annotation on a mobile device.
|
|
61
77
|
- `#I542451` - Now, the background color of the freeText annotation does not appear as black after downloading the document in a Stand-alone PDF Viewer.
|
|
62
|
-
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
|
|
63
78
|
|
|
64
79
|
## 24.2.4 (2024-02-06)
|
|
65
80
|
|
|
@@ -84,9 +99,9 @@
|
|
|
84
99
|
- `#I542557` - Now, multiline textbox field is not able to resize without form designer mode.
|
|
85
100
|
- `#I537053` - Now, the highlight button does not appear focused even after being clicked again.
|
|
86
101
|
- `#I537971` - Now, the signature content is visible when loading the customer provided PDF document.
|
|
102
|
+
- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
|
|
87
103
|
- `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes.
|
|
88
104
|
- `#I537061` - Now, the vertical alignment of toolbar items does not vary across different themes.
|
|
89
|
-
- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
|
|
90
105
|
- `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer.
|
|
91
106
|
- `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%.
|
|
92
107
|
- `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices.
|
|
@@ -109,10 +124,10 @@
|
|
|
109
124
|
|
|
110
125
|
#### Bug Fixes
|
|
111
126
|
|
|
112
|
-
- `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
|
|
113
127
|
- `#I533753` - Now, only the formFieldSelect event is called when select the `formField`.
|
|
114
|
-
- `#
|
|
128
|
+
- `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
|
|
115
129
|
- `#I536567` - Now, duplicate comment and replay content are not added to the annotation when exporting/importing the text markup annotation.
|
|
130
|
+
- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
|
|
116
131
|
- `#I536470` - Now, a script error is not occurs when rapidly adding a TextBox across multiple pages.
|
|
117
132
|
|
|
118
133
|
## 24.1.45 (2024-01-09)
|
|
@@ -129,7 +144,16 @@
|
|
|
129
144
|
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
|
|
130
145
|
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
|
|
131
146
|
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
|
|
132
|
-
- `#
|
|
147
|
+
- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
|
|
148
|
+
|
|
149
|
+
- `#I529642` - Now, the `strikethrough` is properly preserved in the provided document when downloading it and opening it in other viewers.
|
|
150
|
+
- `#I527440` - Now, the thumbnail PDF is retaining the position for larger pages after rotating a single page in PDF document.
|
|
151
|
+
- `#I529806` - Now, the DOM elements related to the PDF Viewer control are properly destroyed after destroying the PDF Viewer control.
|
|
152
|
+
- `#I533430`, `#I533962` - Now, the provided documents are loading in the Stand-alone PDF Viewer.
|
|
153
|
+
- `#I532281` - Now, the landscape documents are properly re-rendered in the Stand-alone PDF Viewer.
|
|
154
|
+
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
|
|
155
|
+
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
|
|
156
|
+
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
|
|
133
157
|
|
|
134
158
|
## 24.1.44 (2024-01-03)
|
|
135
159
|
|
|
@@ -147,8 +171,8 @@
|
|
|
147
171
|
|
|
148
172
|
- `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
|
|
149
173
|
- `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
|
|
150
|
-
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
|
|
151
174
|
- `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
|
|
175
|
+
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
|
|
152
176
|
- `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
|
|
153
177
|
- `#I529705` - Now, the annotations are displayed after importing XFDF file.
|
|
154
178
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-pdfviewer.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -37,8 +37,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
37
37
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
38
|
return Reflect.metadata(k, v);
|
|
39
39
|
};
|
|
40
|
-
var inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
|
|
41
|
-
var 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', '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', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
|
|
40
|
+
var inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', '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', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', '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', 'measurementSettings', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', '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'];
|
|
41
|
+
var 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', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
|
|
42
42
|
var twoWays = [];
|
|
43
43
|
/**
|
|
44
44
|
* `ejs-pdfviewer` represents the Angular PdfViewer Component.
|
|
@@ -146,6 +146,13 @@ exports.PdfViewerComponent = /** @class */ (function (_super) {
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
catch (_m) { }
|
|
149
|
+
try {
|
|
150
|
+
var mod = _this.injector.get('PdfViewerPageOrganizer');
|
|
151
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
152
|
+
_this.injectedModules.push(mod);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
catch (_o) { }
|
|
149
156
|
_this.registerEvents(outputs);
|
|
150
157
|
_this.addTwoWay.call(_this, twoWays);
|
|
151
158
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
@@ -239,6 +246,7 @@ var TextSearchService = { provide: 'PdfViewerTextSearch', useValue: ej2Pdfviewer
|
|
|
239
246
|
var AnnotationService = { provide: 'PdfViewerAnnotation', useValue: ej2Pdfviewer.Annotation };
|
|
240
247
|
var FormDesignerService = { provide: 'PdfViewerFormDesigner', useValue: ej2Pdfviewer.FormDesigner };
|
|
241
248
|
var FormFieldsService = { provide: 'PdfViewerFormFields', useValue: ej2Pdfviewer.FormFields };
|
|
249
|
+
var PageOrganizerService = { provide: 'PdfViewerPageOrganizer', useValue: ej2Pdfviewer.PageOrganizer };
|
|
242
250
|
/**
|
|
243
251
|
* NgModule definition for the PdfViewer component with providers.
|
|
244
252
|
*/
|
|
@@ -265,7 +273,8 @@ PdfViewerAllModule.decorators = [
|
|
|
265
273
|
TextSearchService,
|
|
266
274
|
AnnotationService,
|
|
267
275
|
FormDesignerService,
|
|
268
|
-
FormFieldsService
|
|
276
|
+
FormFieldsService,
|
|
277
|
+
PageOrganizerService
|
|
269
278
|
]
|
|
270
279
|
},] },
|
|
271
280
|
];
|
|
@@ -288,6 +297,7 @@ exports.TextSearchService = TextSearchService;
|
|
|
288
297
|
exports.AnnotationService = AnnotationService;
|
|
289
298
|
exports.FormDesignerService = FormDesignerService;
|
|
290
299
|
exports.FormFieldsService = FormFieldsService;
|
|
300
|
+
exports.PageOrganizerService = PageOrganizerService;
|
|
291
301
|
exports.ɵa = inputs;
|
|
292
302
|
exports.ɵb = outputs;
|
|
293
303
|
exports.Drawing = ej2Pdfviewer.Drawing;
|
|
@@ -379,6 +389,8 @@ exports.StandardBusinessStampItem = ej2Pdfviewer.StandardBusinessStampItem;
|
|
|
379
389
|
exports.AllowedInteraction = ej2Pdfviewer.AllowedInteraction;
|
|
380
390
|
exports.AnnotationDataFormat = ej2Pdfviewer.AnnotationDataFormat;
|
|
381
391
|
exports.FormFieldDataFormat = ej2Pdfviewer.FormFieldDataFormat;
|
|
392
|
+
exports.ModifierKeys = ej2Pdfviewer.ModifierKeys;
|
|
393
|
+
exports.PdfKeys = ej2Pdfviewer.PdfKeys;
|
|
382
394
|
exports.AjaxHandler = ej2Pdfviewer.AjaxHandler;
|
|
383
395
|
exports.Signature = ej2Pdfviewer.Signature;
|
|
384
396
|
exports.Spinner = ej2Pdfviewer.Spinner;
|
|
@@ -442,6 +454,10 @@ exports.RadioButtonFieldSettings = ej2Pdfviewer.RadioButtonFieldSettings;
|
|
|
442
454
|
exports.DropdownFieldSettings = ej2Pdfviewer.DropdownFieldSettings;
|
|
443
455
|
exports.ListBoxFieldSettings = ej2Pdfviewer.ListBoxFieldSettings;
|
|
444
456
|
exports.Item = ej2Pdfviewer.Item;
|
|
457
|
+
exports.KeyGesture = ej2Pdfviewer.KeyGesture;
|
|
458
|
+
exports.KeyboardCommand = ej2Pdfviewer.KeyboardCommand;
|
|
459
|
+
exports.CommandManager = ej2Pdfviewer.CommandManager;
|
|
460
|
+
exports.PageOrganizerSettings = ej2Pdfviewer.PageOrganizerSettings;
|
|
445
461
|
exports.PdfViewer = ej2Pdfviewer.PdfViewer;
|
|
446
462
|
exports.BookmarkView = ej2Pdfviewer.BookmarkView;
|
|
447
463
|
exports.TextSelection = ej2Pdfviewer.TextSelection;
|
|
@@ -479,6 +495,10 @@ exports.BookmarkDestination = ej2Pdfviewer.BookmarkDestination;
|
|
|
479
495
|
exports.BookmarkStyles = ej2Pdfviewer.BookmarkStyles;
|
|
480
496
|
exports.getArialFontData = ej2Pdfviewer.getArialFontData;
|
|
481
497
|
exports.ImageStructureBase = ej2Pdfviewer.ImageStructureBase;
|
|
498
|
+
exports.PageOrganizer = ej2Pdfviewer.PageOrganizer;
|
|
499
|
+
exports.PdfPageRotateAngle = ej2Pdfviewer.PdfPageRotateAngle;
|
|
500
|
+
exports.PageRotation = ej2Pdfviewer.PageRotation;
|
|
501
|
+
exports.OrganizeDetails = ej2Pdfviewer.OrganizeDetails;
|
|
482
502
|
|
|
483
503
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
484
504
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-pdfviewer.umd.js","sources":["~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer-all.module.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer.module.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer.component.ts"],"sourcesContent":["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} from '@syncfusion/ej2-pdfviewer';\n\n\nexport const /** @type {?} */ LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const /** @type {?} */ BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const /** @type {?} */ MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const /** @type {?} */ ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const /** @type {?} */ TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const /** @type {?} */ TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const /** @type {?} */ AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const /** @type {?} */ FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const /** @type {?} */ FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\nexport class PdfViewerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\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 ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n/**\n * NgModule definition for the PdfViewer component.\n */\nexport class PdfViewerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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 /** @type {?} */ inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','contextMenuOption','contextMenuSettings','currentPageNumber','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','measurementSettings','pageCount','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleRatio','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const /** @type {?} */ 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','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','moveSignature','pageChange','pageClick','pageMouseover','printEnd','printStart','removeSignature','resizeSignature','signaturePropertiesChange','signatureSelect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\npublic context : any;\npublic 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\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\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: 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;\npublic zoomChange: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate 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 try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction PdfViewerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerComponent.ctorParameters;\n/** @type {?} */\nPdfViewerComponent.prototype.context;\n/** @type {?} */\nPdfViewerComponent.prototype.tagObjects;\n/** @type {?} */\nPdfViewerComponent.prototype.addSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestInitiate;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMoving;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationResize;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationUnSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.beforeAddFreeText;\n/** @type {?} */\nPdfViewerComponent.prototype.bookmarkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.buttonFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.commentAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.commentDelete;\n/** @type {?} */\nPdfViewerComponent.prototype.commentEdit;\n/** @type {?} */\nPdfViewerComponent.prototype.commentSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.commentStatusChanged;\n/** @type {?} */\nPdfViewerComponent.prototype.created;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoad;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoadFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.documentUnload;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.exportStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.extractTextCompleted;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldFocusOut;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldResize;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldUnselect;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkMouseOver;\n/** @type {?} */\nPdfViewerComponent.prototype.importFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.importStart;\n/** @type {?} */\nPdfViewerComponent.prototype.importSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.moveSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.pageChange;\n/** @type {?} */\nPdfViewerComponent.prototype.pageClick;\n/** @type {?} */\nPdfViewerComponent.prototype.pageMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.printEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.printStart;\n/** @type {?} */\nPdfViewerComponent.prototype.removeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.resizeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.signaturePropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchComplete;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchHighlight;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchStart;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionStart;\n/** @type {?} */\nPdfViewerComponent.prototype.thumbnailClick;\n/** @type {?} */\nPdfViewerComponent.prototype.toolbarClick;\n/** @type {?} */\nPdfViewerComponent.prototype.validateFormFields;\n/** @type {?} */\nPdfViewerComponent.prototype.zoomChange;\n/** @type {?} */\nPdfViewerComponent.prototype.registerEvents;\n/** @type {?} */\nPdfViewerComponent.prototype.addTwoWay;\n/** @type {?} */\nPdfViewerComponent.prototype.ngEle;\n/** @type {?} */\nPdfViewerComponent.prototype.srenderer;\n/** @type {?} */\nPdfViewerComponent.prototype.viewContainerRef;\n/** @type {?} */\nPdfViewerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","FormFields","FormDesigner","Annotation","TextSearch","TextSelection","Print","Navigation","Toolbar","ThumbnailView","Magnification","BookmarkView","LinkAnnotation","PdfViewerComponent","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","ChangeDetectionStrategy","Component","PdfViewer","setValue"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-angular-pdfviewer.umd.js","sources":["~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer-all.module.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer.module.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer.component.ts"],"sourcesContent":["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 /** @type {?} */ LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const /** @type {?} */ BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const /** @type {?} */ MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const /** @type {?} */ ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const /** @type {?} */ TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const /** @type {?} */ TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const /** @type {?} */ AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const /** @type {?} */ FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const /** @type {?} */ FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const /** @type {?} */ PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\nexport class PdfViewerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\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}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n/**\n * NgModule definition for the PdfViewer component.\n */\nexport class PdfViewerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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 /** @type {?} */ inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','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','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','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','measurementSettings','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleRatio','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 /** @type {?} */ 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','signaturePropertiesChange','signatureSelect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\npublic context : any;\npublic 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\tsignaturePropertiesChange: any;\n\tsignatureSelect: 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;\npublic zoomChange: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate 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 try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction PdfViewerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerComponent.ctorParameters;\n/** @type {?} */\nPdfViewerComponent.prototype.context;\n/** @type {?} */\nPdfViewerComponent.prototype.tagObjects;\n/** @type {?} */\nPdfViewerComponent.prototype.addSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestInitiate;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMoving;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationResize;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationUnSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.beforeAddFreeText;\n/** @type {?} */\nPdfViewerComponent.prototype.bookmarkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.buttonFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.commentAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.commentDelete;\n/** @type {?} */\nPdfViewerComponent.prototype.commentEdit;\n/** @type {?} */\nPdfViewerComponent.prototype.commentSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.commentStatusChanged;\n/** @type {?} */\nPdfViewerComponent.prototype.created;\n/** @type {?} */\nPdfViewerComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nPdfViewerComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoad;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoadFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.documentUnload;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.exportStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.extractTextCompleted;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldFocusOut;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldResize;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldUnselect;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkMouseOver;\n/** @type {?} */\nPdfViewerComponent.prototype.importFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.importStart;\n/** @type {?} */\nPdfViewerComponent.prototype.importSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.keyboardCustomCommands;\n/** @type {?} */\nPdfViewerComponent.prototype.moveSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.pageChange;\n/** @type {?} */\nPdfViewerComponent.prototype.pageClick;\n/** @type {?} */\nPdfViewerComponent.prototype.pageMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.pageOrganizerSaveAs;\n/** @type {?} */\nPdfViewerComponent.prototype.pageRenderComplete;\n/** @type {?} */\nPdfViewerComponent.prototype.pageRenderInitiate;\n/** @type {?} */\nPdfViewerComponent.prototype.printEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.printStart;\n/** @type {?} */\nPdfViewerComponent.prototype.removeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.resizeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.signaturePropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchComplete;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchHighlight;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchStart;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionStart;\n/** @type {?} */\nPdfViewerComponent.prototype.thumbnailClick;\n/** @type {?} */\nPdfViewerComponent.prototype.toolbarClick;\n/** @type {?} */\nPdfViewerComponent.prototype.validateFormFields;\n/** @type {?} */\nPdfViewerComponent.prototype.zoomChange;\n/** @type {?} */\nPdfViewerComponent.prototype.registerEvents;\n/** @type {?} */\nPdfViewerComponent.prototype.addTwoWay;\n/** @type {?} */\nPdfViewerComponent.prototype.ngEle;\n/** @type {?} */\nPdfViewerComponent.prototype.srenderer;\n/** @type {?} */\nPdfViewerComponent.prototype.viewContainerRef;\n/** @type {?} */\nPdfViewerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","PageOrganizer","FormFields","FormDesigner","Annotation","TextSearch","TextSelection","Print","Navigation","Toolbar","ThumbnailView","Magnification","BookmarkView","LinkAnnotation","PdfViewerComponent","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","ChangeDetectionStrategy","Component","PdfViewer","setValue"],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-pdfviewer.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-pdfviewer"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-pdfviewer","@angular/common"],t):t(e["ej2-angular-pdfviewer"]={},e.ng.core,e.ej2.angular.base,e.ej2.pdfviewer,e.ng.common)}(this,function(e,t,n,i,o){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,r=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(r=(a<3?o(r):a>3?o(t,n,r):o(t,n))||r);return a>3&&r&&Object.defineProperty(t,n,r),r},s=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},l=["DropdownFieldSettings","ajaxRequestSettings","annotationSelectorSettings","annotationSettings","annotations","areaSettings","arrowSettings","checkBoxFieldSettings","circleSettings","contextMenuOption","contextMenuSettings","currentPageNumber","customStamp","customStampSettings","dateTimeFormat","designerMode","disableContextMenuItems","distanceSettings","documentPath","downloadFileName","drawingObject","enableAccessibilityTags","enableAnnotation","enableAnnotationToolbar","enableAutoComplete","enableBookmark","enableBookmarkStyles","enableCommentPanel","enableDesktopMode","enableDownload","enableFormDesigner","enableFormDesignerToolbar","enableFormFields","enableFormFieldsValidation","enableFreeText","enableHandwrittenSignature","enableHyperlink","enableImportAnnotationMeasurement","enableInkAnnotation","enableMagnification","enableMeasureAnnotation","enableMultiLineOverlap","enableMultiPageAnnotation","enableNavigation","enableNavigationToolbar","enablePersistence","enablePinchZoom","enablePrint","enablePrintRotation","enableRtl","enableShapeAnnotation","enableShapeLabel","enableStampAnnotations","enableStickyNotesAnnotation","enableTextMarkupAnnotation","enableTextMarkupResizer","enableTextSearch","enableTextSelection","enableThumbnail","enableToolbar","enableZoomOptimization","exportAnnotationFileName","formFieldCollections","formFields","freeTextSettings","handWrittenSignatureSettings","height","hideEmptyDigitalSignatureFields","hideSaveSignature","highlightSettings","hyperlinkOpenState","initialDialogSettings","initialFieldSettings","initialRenderPages","inkAnnotationSettings","interactionMode","isAnnotationToolbarOpen","isAnnotationToolbarVisible","isBookmarkPanelOpen","isCommandPanelOpen","isDocumentEdited","isExtractText","isFormDesignerToolbarVisible","isFormFieldDocument","isInitialFieldToolbarSelection","isMaintainSelection","isSignatureEditable","isThumbnailViewOpen","isValidFreeText","lineSettings","listBoxFieldSettings","locale","measurementSettings","pageCount","passwordFieldSettings","perimeterSettings","polygonSettings","printMode","printScaleRatio","radioButtonFieldSettings","radiusSettings","rectangleSettings","resourceUrl","restrictZoomRequest","retryCount","retryStatusCodes","retryTimeout","scrollSettings","selectedItems","serverActionSettings","serviceUrl","shapeLabelSettings","showDigitalSignatureAppearance","showNotificationDialog","signatureDialogSettings","signatureFieldSettings","signatureFitMode","stampSettings","stickyNotesSettings","strikethroughSettings","textFieldSettings","textSearchColorSettings","tileRenderingSettings","toolbarSettings","underlineSettings","volumeSettings","width","zoomMode","zoomValue"],d=["addSignature","ajaxRequestFailed","ajaxRequestInitiate","ajaxRequestSuccess","annotationAdd","annotationDoubleClick","annotationMouseLeave","annotationMouseover","annotationMove","annotationMoving","annotationPropertiesChange","annotationRemove","annotationResize","annotationSelect","annotationUnSelect","beforeAddFreeText","bookmarkClick","buttonFieldClick","commentAdd","commentDelete","commentEdit","commentSelect","commentStatusChanged","created","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","moveSignature","pageChange","pageClick","pageMouseover","printEnd","printStart","removeSignature","resizeSignature","signaturePropertiesChange","signatureSelect","textSearchComplete","textSearchHighlight","textSearchStart","textSelectionEnd","textSelectionStart","thumbnailClick","toolbarClick","validateFormFields","zoomChange"],c=[];e.PdfViewerComponent=function(e){function t(t,i,o,a){var r=e.call(this)||this;r.ngEle=t,r.srenderer=i,r.viewContainerRef=o,r.injector=a,r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[];try{var s=r.injector.get("PdfViewerLinkAnnotation");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(l){}try{s=r.injector.get("PdfViewerBookmarkView");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(g){}try{s=r.injector.get("PdfViewerMagnification");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(u){}try{s=r.injector.get("PdfViewerThumbnailView");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(S){}try{s=r.injector.get("PdfViewerToolbar");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(m){}try{s=r.injector.get("PdfViewerNavigation");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(p){}try{s=r.injector.get("PdfViewerPrint");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(f){}try{s=r.injector.get("PdfViewerTextSelection");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(h){}try{s=r.injector.get("PdfViewerTextSearch");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(b){}try{s=r.injector.get("PdfViewerAnnotation");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(P){}try{s=r.injector.get("PdfViewerFormDesigner");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(A){}try{s=r.injector.get("PdfViewerFormFields");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(F){}return r.registerEvents(d),r.addTwoWay.call(r,c),n.setValue("currentInstance",r,r.viewContainerRef),r.context=new n.ComponentBase,r}return a(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(i.PdfViewer),e.PdfViewerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-pdfviewer",inputs:l,outputs:d,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.PdfViewerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.PdfViewerComponent=r([n.ComponentMixins([n.ComponentBase]),s("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.PdfViewerComponent);var g=function(){return function(){}}();g.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.PdfViewerComponent],exports:[e.PdfViewerComponent]}]}],g.ctorParameters=function(){return[]};var u={provide:"PdfViewerLinkAnnotation",useValue:i.LinkAnnotation},S={provide:"PdfViewerBookmarkView",useValue:i.BookmarkView},m={provide:"PdfViewerMagnification",useValue:i.Magnification},p={provide:"PdfViewerThumbnailView",useValue:i.ThumbnailView},f={provide:"PdfViewerToolbar",useValue:i.Toolbar},h={provide:"PdfViewerNavigation",useValue:i.Navigation},b={provide:"PdfViewerPrint",useValue:i.Print},P={provide:"PdfViewerTextSelection",useValue:i.TextSelection},A={provide:"PdfViewerTextSearch",useValue:i.TextSearch},F={provide:"PdfViewerAnnotation",useValue:i.Annotation},T={provide:"PdfViewerFormDesigner",useValue:i.FormDesigner},x={provide:"PdfViewerFormFields",useValue:i.FormFields},w=function(){return function(){}}();w.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,g],exports:[g],providers:[u,S,m,p,f,h,b,P,A,F,T,x]}]}],w.ctorParameters=function(){return[]},e.PdfViewerModule=g,e.PdfViewerAllModule=w,e.LinkAnnotationService=u,e.BookmarkViewService=S,e.MagnificationService=m,e.ThumbnailViewService=p,e.ToolbarService=f,e.NavigationService=h,e.PrintService=b,e.TextSelectionService=P,e.TextSearchService=A,e.AnnotationService=F,e.FormDesignerService=T,e.FormFieldsService=x,e.ɵa=l,e.ɵb=d,e.Drawing=i.Drawing,e.findActiveElement=i.findActiveElement,e.findObjectsUnderMouse=i.findObjectsUnderMouse,e.findObjectUnderMouse=i.findObjectUnderMouse,e.CalculateLeaderPoints=i.CalculateLeaderPoints,e.findElementUnderMouse=i.findElementUnderMouse,e.insertObject=i.insertObject,e.findTargetShapeElement=i.findTargetShapeElement,e.findObjects=i.findObjects,e.findActivePage=i.findActivePage,e.ActiveElements=i.ActiveElements,e.getConnectorPoints=i.getConnectorPoints,e.getSegmentPath=i.getSegmentPath,e.updateSegmentElement=i.updateSegmentElement,e.getSegmentElement=i.getSegmentElement,e.updateDecoratorElement=i.updateDecoratorElement,e.getDecoratorElement=i.getDecoratorElement,e.clipDecorators=i.clipDecorators,e.clipDecorator=i.clipDecorator,e.initDistanceLabel=i.initDistanceLabel,e.updateDistanceLabel=i.updateDistanceLabel,e.updateRadiusLabel=i.updateRadiusLabel,e.initPerimeterLabel=i.initPerimeterLabel,e.updatePerimeterLabel=i.updatePerimeterLabel,e.removePerimeterLabel=i.removePerimeterLabel,e.updateCalibrateLabel=i.updateCalibrateLabel,e.getPolygonPath=i.getPolygonPath,e.textElement=i.textElement,e.initLeaders=i.initLeaders,e.initLeader=i.initLeader,e.isPointOverConnector=i.isPointOverConnector,e.findNearestPoint=i.findNearestPoint,e.getDecoratorShape=i.getDecoratorShape,e.renderAdornerLayer=i.renderAdornerLayer,e.createSvg=i.createSvg,e.isLineShapes=i.isLineShapes,e.setElementStype=i.setElementStype,e.findPointsLength=i.findPointsLength,e.findPerimeterLength=i.findPerimeterLength,e.getBaseShapeAttributes=i.getBaseShapeAttributes,e.getFunction=i.getFunction,e.cloneObject=i.cloneObject,e.cloneArray=i.cloneArray,e.getInternalProperties=i.getInternalProperties,e.isLeader=i.isLeader,e.PdfBounds=i.PdfBounds,e.PdfFont=i.PdfFont,e.PdfAnnotationBase=i.PdfAnnotationBase,e.PdfFormFieldBase=i.PdfFormFieldBase,e.ZOrderPageTable=i.ZOrderPageTable,e.Selector=i.Selector,e.ToolBase=i.ToolBase,e.SelectTool=i.SelectTool,e.MoveTool=i.MoveTool,e.StampTool=i.StampTool,e.InkDrawingTool=i.InkDrawingTool,e.ConnectTool=i.ConnectTool,e.ResizeTool=i.ResizeTool,e.NodeDrawingTool=i.NodeDrawingTool,e.PolygonDrawingTool=i.PolygonDrawingTool,e.LineTool=i.LineTool,e.RotateTool=i.RotateTool,e.Annotation=i.Annotation,e.LinkAnnotation=i.LinkAnnotation,e.TextMarkupAnnotation=i.TextMarkupAnnotation,e.MeasureAnnotation=i.MeasureAnnotation,e.ShapeAnnotation=i.ShapeAnnotation,e.StampAnnotation=i.StampAnnotation,e.StickyNotesAnnotation=i.StickyNotesAnnotation,e.FreeTextAnnotation=i.FreeTextAnnotation,e.InputElement=i.InputElement,e.InkAnnotation=i.InkAnnotation,e.NavigationPane=i.NavigationPane,e.PdfViewerBase=i.PdfViewerBase,e.TextLayer=i.TextLayer,e.ContextMenu=i.ContextMenu,e.CommentStatus=i.CommentStatus,e.FontStyle=i.FontStyle,e.ContextMenuItem=i.ContextMenuItem,e.SignatureType=i.SignatureType,e.AnnotationResizerLocation=i.AnnotationResizerLocation,e.DisplayMode=i.DisplayMode,e.CursorType=i.CursorType,e.DynamicStampItem=i.DynamicStampItem,e.SignStampItem=i.SignStampItem,e.StandardBusinessStampItem=i.StandardBusinessStampItem,e.AllowedInteraction=i.AllowedInteraction,e.AnnotationDataFormat=i.AnnotationDataFormat,e.FormFieldDataFormat=i.FormFieldDataFormat,e.AjaxHandler=i.AjaxHandler,e.Signature=i.Signature,e.Spinner=i.Spinner,e.createSpinner=i.createSpinner,e.showSpinner=i.showSpinner,e.hideSpinner=i.hideSpinner,e.setSpinner=i.setSpinner,e.BlazorUiAdaptor=i.BlazorUiAdaptor,e.Magnification=i.Magnification,e.Navigation=i.Navigation,e.ThumbnailView=i.ThumbnailView,e.Toolbar=i.Toolbar,e.AnnotationToolbar=i.AnnotationToolbar,e.FormDesignerToolbar=i.FormDesignerToolbar,e.ToolbarSettings=i.ToolbarSettings,e.CustomToolbarItem=i.CustomToolbarItem,e.AjaxRequestSettings=i.AjaxRequestSettings,e.CustomStamp=i.CustomStamp,e.AnnotationToolbarSettings=i.AnnotationToolbarSettings,e.FormDesignerToolbarSettings=i.FormDesignerToolbarSettings,e.SignatureFieldSettings=i.SignatureFieldSettings,e.InitialFieldSettings=i.InitialFieldSettings,e.SignatureIndicatorSettings=i.SignatureIndicatorSettings,e.SignatureDialogSettings=i.SignatureDialogSettings,e.ServerActionSettings=i.ServerActionSettings,e.StrikethroughSettings=i.StrikethroughSettings,e.UnderlineSettings=i.UnderlineSettings,e.HighlightSettings=i.HighlightSettings,e.LineSettings=i.LineSettings,e.ArrowSettings=i.ArrowSettings,e.RectangleSettings=i.RectangleSettings,e.CircleSettings=i.CircleSettings,e.ShapeLabelSettings=i.ShapeLabelSettings,e.PolygonSettings=i.PolygonSettings,e.StampSettings=i.StampSettings,e.CustomStampSettings=i.CustomStampSettings,e.DistanceSettings=i.DistanceSettings,e.PerimeterSettings=i.PerimeterSettings,e.AreaSettings=i.AreaSettings,e.RadiusSettings=i.RadiusSettings,e.VolumeSettings=i.VolumeSettings,e.InkAnnotationSettings=i.InkAnnotationSettings,e.StickyNotesSettings=i.StickyNotesSettings,e.MeasurementSettings=i.MeasurementSettings,e.FreeTextSettings=i.FreeTextSettings,e.AnnotationSelectorSettings=i.AnnotationSelectorSettings,e.TextSearchColorSettings=i.TextSearchColorSettings,e.HandWrittenSignatureSettings=i.HandWrittenSignatureSettings,e.AnnotationSettings=i.AnnotationSettings,e.DocumentTextCollectionSettings=i.DocumentTextCollectionSettings,e.TextDataSettings=i.TextDataSettings,e.RectangleBounds=i.RectangleBounds,e.TileRenderingSettings=i.TileRenderingSettings,e.ScrollSettings=i.ScrollSettings,e.FormField=i.FormField,e.ContextMenuSettings=i.ContextMenuSettings,e.TextFieldSettings=i.TextFieldSettings,e.PasswordFieldSettings=i.PasswordFieldSettings,e.CheckBoxFieldSettings=i.CheckBoxFieldSettings,e.RadioButtonFieldSettings=i.RadioButtonFieldSettings,e.DropdownFieldSettings=i.DropdownFieldSettings,e.ListBoxFieldSettings=i.ListBoxFieldSettings,e.Item=i.Item,e.PdfViewer=i.PdfViewer,e.BookmarkView=i.BookmarkView,e.TextSelection=i.TextSelection,e.TextSearch=i.TextSearch,e.Print=i.Print,e.FormFields=i.FormFields,e.FormDesigner=i.FormDesigner,e.AccessibilityTags=i.AccessibilityTags,e.PdfiumRunner=i.PdfiumRunner,e.PageRenderer=i.PageRenderer,e.StampAnnotationBase=i.StampAnnotationBase,e.PdfRenderer=i.PdfRenderer,e.SizeBase=i.SizeBase,e.Annotations=i.Annotations,e.FormFieldsBase=i.FormFieldsBase,e.PdfRenderedFields=i.PdfRenderedFields,e.AnnotationRenderer=i.AnnotationRenderer,e.PointBase=i.PointBase,e.FreeTextAnnotationBase=i.FreeTextAnnotationBase,e.InkSignatureAnnotation=i.InkSignatureAnnotation,e.ShapeAnnotationBase=i.ShapeAnnotationBase,e.MeasureShapeAnnotationBase=i.MeasureShapeAnnotationBase,e.SignatureAnnotationBase=i.SignatureAnnotationBase,e.PopupAnnotationBase=i.PopupAnnotationBase,e.TextMarkupAnnotationBase=i.TextMarkupAnnotationBase,e.PdfLayer=i.PdfLayer,e.AnnotPoint=i.AnnotPoint,e.AnnotBounds=i.AnnotBounds,e.AnnotColor=i.AnnotColor,e.FontBase=i.FontBase,e.RectangleBase=i.RectangleBase,e.SignatureBase=i.SignatureBase,e.BookmarkBase=i.BookmarkBase,e.BookmarkDestination=i.BookmarkDestination,e.BookmarkStyles=i.BookmarkStyles,e.getArialFontData=i.getArialFontData,e.ImageStructureBase=i.ImageStructureBase,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-pdfviewer"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-pdfviewer","@angular/common"],t):t(e["ej2-angular-pdfviewer"]={},e.ng.core,e.ej2.angular.base,e.ej2.pdfviewer,e.ng.common)}(this,function(e,t,n,i,o){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,r=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(r=(a<3?o(r):a>3?o(t,n,r):o(t,n))||r);return a>3&&r&&Object.defineProperty(t,n,r),r},s=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},l=["DropdownFieldSettings","ajaxRequestSettings","annotationSelectorSettings","annotationSettings","annotations","areaSettings","arrowSettings","checkBoxFieldSettings","circleSettings","commandManager","contextMenuOption","contextMenuSettings","currentPageNumber","customContextMenuItems","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","enableMagnification","enableMeasureAnnotation","enableMultiLineOverlap","enableMultiPageAnnotation","enableNavigation","enableNavigationToolbar","enablePageOrganizer","enablePersistence","enablePinchZoom","enablePrint","enablePrintRotation","enableRtl","enableShapeAnnotation","enableShapeLabel","enableStampAnnotations","enableStickyNotesAnnotation","enableTextMarkupAnnotation","enableTextMarkupResizer","enableTextSearch","enableTextSelection","enableThumbnail","enableToolbar","enableZoomOptimization","exportAnnotationFileName","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","measurementSettings","pageCount","pageOrganizerSettings","passwordFieldSettings","perimeterSettings","polygonSettings","printMode","printScaleRatio","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"],d=["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","signaturePropertiesChange","signatureSelect","textSearchComplete","textSearchHighlight","textSearchStart","textSelectionEnd","textSelectionStart","thumbnailClick","toolbarClick","validateFormFields","zoomChange"],g=[];e.PdfViewerComponent=function(e){function t(t,i,o,a){var r=e.call(this)||this;r.ngEle=t,r.srenderer=i,r.viewContainerRef=o,r.injector=a,r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[];try{var s=r.injector.get("PdfViewerLinkAnnotation");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(l){}try{s=r.injector.get("PdfViewerBookmarkView");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(c){}try{s=r.injector.get("PdfViewerMagnification");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(u){}try{s=r.injector.get("PdfViewerThumbnailView");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(S){}try{s=r.injector.get("PdfViewerToolbar");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(m){}try{s=r.injector.get("PdfViewerNavigation");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(p){}try{s=r.injector.get("PdfViewerPrint");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(f){}try{s=r.injector.get("PdfViewerTextSelection");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(P){}try{s=r.injector.get("PdfViewerTextSearch");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(b){}try{s=r.injector.get("PdfViewerAnnotation");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(h){}try{s=r.injector.get("PdfViewerFormDesigner");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(A){}try{s=r.injector.get("PdfViewerFormFields");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(F){}try{s=r.injector.get("PdfViewerPageOrganizer");-1===r.injectedModules.indexOf(s)&&r.injectedModules.push(s)}catch(T){}return r.registerEvents(d),r.addTwoWay.call(r,g),n.setValue("currentInstance",r,r.viewContainerRef),r.context=new n.ComponentBase,r}return a(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(i.PdfViewer),e.PdfViewerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-pdfviewer",inputs:l,outputs:d,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.PdfViewerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.PdfViewerComponent=r([n.ComponentMixins([n.ComponentBase]),s("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.PdfViewerComponent);var c=function(){return function(){}}();c.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.PdfViewerComponent],exports:[e.PdfViewerComponent]}]}],c.ctorParameters=function(){return[]};var u={provide:"PdfViewerLinkAnnotation",useValue:i.LinkAnnotation},S={provide:"PdfViewerBookmarkView",useValue:i.BookmarkView},m={provide:"PdfViewerMagnification",useValue:i.Magnification},p={provide:"PdfViewerThumbnailView",useValue:i.ThumbnailView},f={provide:"PdfViewerToolbar",useValue:i.Toolbar},P={provide:"PdfViewerNavigation",useValue:i.Navigation},b={provide:"PdfViewerPrint",useValue:i.Print},h={provide:"PdfViewerTextSelection",useValue:i.TextSelection},A={provide:"PdfViewerTextSearch",useValue:i.TextSearch},F={provide:"PdfViewerAnnotation",useValue:i.Annotation},T={provide:"PdfViewerFormDesigner",useValue:i.FormDesigner},x={provide:"PdfViewerFormFields",useValue:i.FormFields},y={provide:"PdfViewerPageOrganizer",useValue:i.PageOrganizer},M=function(){return function(){}}();M.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,c],exports:[c],providers:[u,S,m,p,f,P,b,h,A,F,T,x,y]}]}],M.ctorParameters=function(){return[]},e.PdfViewerModule=c,e.PdfViewerAllModule=M,e.LinkAnnotationService=u,e.BookmarkViewService=S,e.MagnificationService=m,e.ThumbnailViewService=p,e.ToolbarService=f,e.NavigationService=P,e.PrintService=b,e.TextSelectionService=h,e.TextSearchService=A,e.AnnotationService=F,e.FormDesignerService=T,e.FormFieldsService=x,e.PageOrganizerService=y,e.ɵa=l,e.ɵb=d,e.Drawing=i.Drawing,e.findActiveElement=i.findActiveElement,e.findObjectsUnderMouse=i.findObjectsUnderMouse,e.findObjectUnderMouse=i.findObjectUnderMouse,e.CalculateLeaderPoints=i.CalculateLeaderPoints,e.findElementUnderMouse=i.findElementUnderMouse,e.insertObject=i.insertObject,e.findTargetShapeElement=i.findTargetShapeElement,e.findObjects=i.findObjects,e.findActivePage=i.findActivePage,e.ActiveElements=i.ActiveElements,e.getConnectorPoints=i.getConnectorPoints,e.getSegmentPath=i.getSegmentPath,e.updateSegmentElement=i.updateSegmentElement,e.getSegmentElement=i.getSegmentElement,e.updateDecoratorElement=i.updateDecoratorElement,e.getDecoratorElement=i.getDecoratorElement,e.clipDecorators=i.clipDecorators,e.clipDecorator=i.clipDecorator,e.initDistanceLabel=i.initDistanceLabel,e.updateDistanceLabel=i.updateDistanceLabel,e.updateRadiusLabel=i.updateRadiusLabel,e.initPerimeterLabel=i.initPerimeterLabel,e.updatePerimeterLabel=i.updatePerimeterLabel,e.removePerimeterLabel=i.removePerimeterLabel,e.updateCalibrateLabel=i.updateCalibrateLabel,e.getPolygonPath=i.getPolygonPath,e.textElement=i.textElement,e.initLeaders=i.initLeaders,e.initLeader=i.initLeader,e.isPointOverConnector=i.isPointOverConnector,e.findNearestPoint=i.findNearestPoint,e.getDecoratorShape=i.getDecoratorShape,e.renderAdornerLayer=i.renderAdornerLayer,e.createSvg=i.createSvg,e.isLineShapes=i.isLineShapes,e.setElementStype=i.setElementStype,e.findPointsLength=i.findPointsLength,e.findPerimeterLength=i.findPerimeterLength,e.getBaseShapeAttributes=i.getBaseShapeAttributes,e.getFunction=i.getFunction,e.cloneObject=i.cloneObject,e.cloneArray=i.cloneArray,e.getInternalProperties=i.getInternalProperties,e.isLeader=i.isLeader,e.PdfBounds=i.PdfBounds,e.PdfFont=i.PdfFont,e.PdfAnnotationBase=i.PdfAnnotationBase,e.PdfFormFieldBase=i.PdfFormFieldBase,e.ZOrderPageTable=i.ZOrderPageTable,e.Selector=i.Selector,e.ToolBase=i.ToolBase,e.SelectTool=i.SelectTool,e.MoveTool=i.MoveTool,e.StampTool=i.StampTool,e.InkDrawingTool=i.InkDrawingTool,e.ConnectTool=i.ConnectTool,e.ResizeTool=i.ResizeTool,e.NodeDrawingTool=i.NodeDrawingTool,e.PolygonDrawingTool=i.PolygonDrawingTool,e.LineTool=i.LineTool,e.RotateTool=i.RotateTool,e.Annotation=i.Annotation,e.LinkAnnotation=i.LinkAnnotation,e.TextMarkupAnnotation=i.TextMarkupAnnotation,e.MeasureAnnotation=i.MeasureAnnotation,e.ShapeAnnotation=i.ShapeAnnotation,e.StampAnnotation=i.StampAnnotation,e.StickyNotesAnnotation=i.StickyNotesAnnotation,e.FreeTextAnnotation=i.FreeTextAnnotation,e.InputElement=i.InputElement,e.InkAnnotation=i.InkAnnotation,e.NavigationPane=i.NavigationPane,e.PdfViewerBase=i.PdfViewerBase,e.TextLayer=i.TextLayer,e.ContextMenu=i.ContextMenu,e.CommentStatus=i.CommentStatus,e.FontStyle=i.FontStyle,e.ContextMenuItem=i.ContextMenuItem,e.SignatureType=i.SignatureType,e.AnnotationResizerLocation=i.AnnotationResizerLocation,e.DisplayMode=i.DisplayMode,e.CursorType=i.CursorType,e.DynamicStampItem=i.DynamicStampItem,e.SignStampItem=i.SignStampItem,e.StandardBusinessStampItem=i.StandardBusinessStampItem,e.AllowedInteraction=i.AllowedInteraction,e.AnnotationDataFormat=i.AnnotationDataFormat,e.FormFieldDataFormat=i.FormFieldDataFormat,e.ModifierKeys=i.ModifierKeys,e.PdfKeys=i.PdfKeys,e.AjaxHandler=i.AjaxHandler,e.Signature=i.Signature,e.Spinner=i.Spinner,e.createSpinner=i.createSpinner,e.showSpinner=i.showSpinner,e.hideSpinner=i.hideSpinner,e.setSpinner=i.setSpinner,e.BlazorUiAdaptor=i.BlazorUiAdaptor,e.Magnification=i.Magnification,e.Navigation=i.Navigation,e.ThumbnailView=i.ThumbnailView,e.Toolbar=i.Toolbar,e.AnnotationToolbar=i.AnnotationToolbar,e.FormDesignerToolbar=i.FormDesignerToolbar,e.ToolbarSettings=i.ToolbarSettings,e.CustomToolbarItem=i.CustomToolbarItem,e.AjaxRequestSettings=i.AjaxRequestSettings,e.CustomStamp=i.CustomStamp,e.AnnotationToolbarSettings=i.AnnotationToolbarSettings,e.FormDesignerToolbarSettings=i.FormDesignerToolbarSettings,e.SignatureFieldSettings=i.SignatureFieldSettings,e.InitialFieldSettings=i.InitialFieldSettings,e.SignatureIndicatorSettings=i.SignatureIndicatorSettings,e.SignatureDialogSettings=i.SignatureDialogSettings,e.ServerActionSettings=i.ServerActionSettings,e.StrikethroughSettings=i.StrikethroughSettings,e.UnderlineSettings=i.UnderlineSettings,e.HighlightSettings=i.HighlightSettings,e.LineSettings=i.LineSettings,e.ArrowSettings=i.ArrowSettings,e.RectangleSettings=i.RectangleSettings,e.CircleSettings=i.CircleSettings,e.ShapeLabelSettings=i.ShapeLabelSettings,e.PolygonSettings=i.PolygonSettings,e.StampSettings=i.StampSettings,e.CustomStampSettings=i.CustomStampSettings,e.DistanceSettings=i.DistanceSettings,e.PerimeterSettings=i.PerimeterSettings,e.AreaSettings=i.AreaSettings,e.RadiusSettings=i.RadiusSettings,e.VolumeSettings=i.VolumeSettings,e.InkAnnotationSettings=i.InkAnnotationSettings,e.StickyNotesSettings=i.StickyNotesSettings,e.MeasurementSettings=i.MeasurementSettings,e.FreeTextSettings=i.FreeTextSettings,e.AnnotationSelectorSettings=i.AnnotationSelectorSettings,e.TextSearchColorSettings=i.TextSearchColorSettings,e.HandWrittenSignatureSettings=i.HandWrittenSignatureSettings,e.AnnotationSettings=i.AnnotationSettings,e.DocumentTextCollectionSettings=i.DocumentTextCollectionSettings,e.TextDataSettings=i.TextDataSettings,e.RectangleBounds=i.RectangleBounds,e.TileRenderingSettings=i.TileRenderingSettings,e.ScrollSettings=i.ScrollSettings,e.FormField=i.FormField,e.ContextMenuSettings=i.ContextMenuSettings,e.TextFieldSettings=i.TextFieldSettings,e.PasswordFieldSettings=i.PasswordFieldSettings,e.CheckBoxFieldSettings=i.CheckBoxFieldSettings,e.RadioButtonFieldSettings=i.RadioButtonFieldSettings,e.DropdownFieldSettings=i.DropdownFieldSettings,e.ListBoxFieldSettings=i.ListBoxFieldSettings,e.Item=i.Item,e.KeyGesture=i.KeyGesture,e.KeyboardCommand=i.KeyboardCommand,e.CommandManager=i.CommandManager,e.PageOrganizerSettings=i.PageOrganizerSettings,e.PdfViewer=i.PdfViewer,e.BookmarkView=i.BookmarkView,e.TextSelection=i.TextSelection,e.TextSearch=i.TextSearch,e.Print=i.Print,e.FormFields=i.FormFields,e.FormDesigner=i.FormDesigner,e.AccessibilityTags=i.AccessibilityTags,e.PdfiumRunner=i.PdfiumRunner,e.PageRenderer=i.PageRenderer,e.StampAnnotationBase=i.StampAnnotationBase,e.PdfRenderer=i.PdfRenderer,e.SizeBase=i.SizeBase,e.Annotations=i.Annotations,e.FormFieldsBase=i.FormFieldsBase,e.PdfRenderedFields=i.PdfRenderedFields,e.AnnotationRenderer=i.AnnotationRenderer,e.PointBase=i.PointBase,e.FreeTextAnnotationBase=i.FreeTextAnnotationBase,e.InkSignatureAnnotation=i.InkSignatureAnnotation,e.ShapeAnnotationBase=i.ShapeAnnotationBase,e.MeasureShapeAnnotationBase=i.MeasureShapeAnnotationBase,e.SignatureAnnotationBase=i.SignatureAnnotationBase,e.PopupAnnotationBase=i.PopupAnnotationBase,e.TextMarkupAnnotationBase=i.TextMarkupAnnotationBase,e.PdfLayer=i.PdfLayer,e.AnnotPoint=i.AnnotPoint,e.AnnotBounds=i.AnnotBounds,e.AnnotColor=i.AnnotColor,e.FontBase=i.FontBase,e.RectangleBase=i.RectangleBase,e.SignatureBase=i.SignatureBase,e.BookmarkBase=i.BookmarkBase,e.BookmarkDestination=i.BookmarkDestination,e.BookmarkStyles=i.BookmarkStyles,e.getArialFontData=i.getArialFontData,e.ImageStructureBase=i.ImageStructureBase,e.PageOrganizer=i.PageOrganizer,e.PdfPageRotateAngle=i.PdfPageRotateAngle,e.PageRotation=i.PageRotation,e.OrganizeDetails=i.OrganizeDetails,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
11
|
//# sourceMappingURL=ej2-angular-pdfviewer.umd.min.js.map
|