@syncfusion/ej2-angular-pdfviewer 29.2.5-ngcc → 29.2.5

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncfusion-ej2-angular-pdfviewer.mjs","sources":["../../src/pdfviewer/pdfviewer.component.ts","../../src/pdfviewer/pdfviewer.module.ts","../../src/pdfviewer/pdfviewer-all.module.ts","../../syncfusion-ej2-angular-pdfviewer.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@Component({\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tpublic zoomChange: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n\n/**\n * NgModule definition for the PdfViewer component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n})\nexport class PdfViewerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer'\n\n\nexport const LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\n@NgModule({\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n})\nexport class PdfViewerAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,239 @@
1
+ import { __decorate } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
+ import { setValue, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
5
+ import { PdfViewer, LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer } from '@syncfusion/ej2-pdfviewer';
6
+ export * from '@syncfusion/ej2-pdfviewer';
7
+ import { CommonModule } from '@angular/common';
8
+
9
+ const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
10
+ const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
11
+ const twoWays = [];
12
+ /**
13
+ * `ejs-pdfviewer` represents the Angular PdfViewer Component.
14
+ * ```html
15
+ * <ejs-pdfviewer></ejs-pdfviewer>
16
+ * ```
17
+ */
18
+ let PdfViewerComponent = class PdfViewerComponent extends PdfViewer {
19
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
20
+ super();
21
+ this.ngEle = ngEle;
22
+ this.srenderer = srenderer;
23
+ this.viewContainerRef = viewContainerRef;
24
+ this.injector = injector;
25
+ this.element = this.ngEle.nativeElement;
26
+ this.injectedModules = this.injectedModules || [];
27
+ try {
28
+ let mod = this.injector.get('PdfViewerLinkAnnotation');
29
+ if (this.injectedModules.indexOf(mod) === -1) {
30
+ this.injectedModules.push(mod);
31
+ }
32
+ }
33
+ catch { }
34
+ try {
35
+ let mod = this.injector.get('PdfViewerBookmarkView');
36
+ if (this.injectedModules.indexOf(mod) === -1) {
37
+ this.injectedModules.push(mod);
38
+ }
39
+ }
40
+ catch { }
41
+ try {
42
+ let mod = this.injector.get('PdfViewerMagnification');
43
+ if (this.injectedModules.indexOf(mod) === -1) {
44
+ this.injectedModules.push(mod);
45
+ }
46
+ }
47
+ catch { }
48
+ try {
49
+ let mod = this.injector.get('PdfViewerThumbnailView');
50
+ if (this.injectedModules.indexOf(mod) === -1) {
51
+ this.injectedModules.push(mod);
52
+ }
53
+ }
54
+ catch { }
55
+ try {
56
+ let mod = this.injector.get('PdfViewerToolbar');
57
+ if (this.injectedModules.indexOf(mod) === -1) {
58
+ this.injectedModules.push(mod);
59
+ }
60
+ }
61
+ catch { }
62
+ try {
63
+ let mod = this.injector.get('PdfViewerNavigation');
64
+ if (this.injectedModules.indexOf(mod) === -1) {
65
+ this.injectedModules.push(mod);
66
+ }
67
+ }
68
+ catch { }
69
+ try {
70
+ let mod = this.injector.get('PdfViewerPrint');
71
+ if (this.injectedModules.indexOf(mod) === -1) {
72
+ this.injectedModules.push(mod);
73
+ }
74
+ }
75
+ catch { }
76
+ try {
77
+ let mod = this.injector.get('PdfViewerTextSelection');
78
+ if (this.injectedModules.indexOf(mod) === -1) {
79
+ this.injectedModules.push(mod);
80
+ }
81
+ }
82
+ catch { }
83
+ try {
84
+ let mod = this.injector.get('PdfViewerTextSearch');
85
+ if (this.injectedModules.indexOf(mod) === -1) {
86
+ this.injectedModules.push(mod);
87
+ }
88
+ }
89
+ catch { }
90
+ try {
91
+ let mod = this.injector.get('PdfViewerAnnotation');
92
+ if (this.injectedModules.indexOf(mod) === -1) {
93
+ this.injectedModules.push(mod);
94
+ }
95
+ }
96
+ catch { }
97
+ try {
98
+ let mod = this.injector.get('PdfViewerFormDesigner');
99
+ if (this.injectedModules.indexOf(mod) === -1) {
100
+ this.injectedModules.push(mod);
101
+ }
102
+ }
103
+ catch { }
104
+ try {
105
+ let mod = this.injector.get('PdfViewerFormFields');
106
+ if (this.injectedModules.indexOf(mod) === -1) {
107
+ this.injectedModules.push(mod);
108
+ }
109
+ }
110
+ catch { }
111
+ try {
112
+ let mod = this.injector.get('PdfViewerPageOrganizer');
113
+ if (this.injectedModules.indexOf(mod) === -1) {
114
+ this.injectedModules.push(mod);
115
+ }
116
+ }
117
+ catch { }
118
+ this.registerEvents(outputs);
119
+ this.addTwoWay.call(this, twoWays);
120
+ setValue('currentInstance', this, this.viewContainerRef);
121
+ this.context = new ComponentBase();
122
+ }
123
+ ngOnInit() {
124
+ this.context.ngOnInit(this);
125
+ }
126
+ ngAfterViewInit() {
127
+ this.context.ngAfterViewInit(this);
128
+ }
129
+ ngOnDestroy() {
130
+ this.context.ngOnDestroy(this);
131
+ }
132
+ ngAfterContentChecked() {
133
+ this.context.ngAfterContentChecked(this);
134
+ }
135
+ };
136
+ PdfViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
137
+ PdfViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: PdfViewerComponent, selector: "ejs-pdfviewer", inputs: { DropdownFieldSettings: "DropdownFieldSettings", ajaxRequestSettings: "ajaxRequestSettings", annotationSelectorSettings: "annotationSelectorSettings", annotationSettings: "annotationSettings", annotations: "annotations", areaSettings: "areaSettings", arrowSettings: "arrowSettings", checkBoxFieldSettings: "checkBoxFieldSettings", circleSettings: "circleSettings", commandManager: "commandManager", contextMenuOption: "contextMenuOption", contextMenuSettings: "contextMenuSettings", currentPageNumber: "currentPageNumber", customContextMenuItems: "customContextMenuItems", customFonts: "customFonts", customStamp: "customStamp", customStampSettings: "customStampSettings", dateTimeFormat: "dateTimeFormat", designerMode: "designerMode", disableContextMenuItems: "disableContextMenuItems", disableDefaultContextMenu: "disableDefaultContextMenu", distanceSettings: "distanceSettings", documentPath: "documentPath", downloadFileName: "downloadFileName", drawingObject: "drawingObject", enableAccessibilityTags: "enableAccessibilityTags", enableAnnotation: "enableAnnotation", enableAnnotationToolbar: "enableAnnotationToolbar", enableAutoComplete: "enableAutoComplete", enableBookmark: "enableBookmark", enableBookmarkStyles: "enableBookmarkStyles", enableCommentPanel: "enableCommentPanel", enableDesktopMode: "enableDesktopMode", enableDownload: "enableDownload", enableFormDesigner: "enableFormDesigner", enableFormDesignerToolbar: "enableFormDesignerToolbar", enableFormFields: "enableFormFields", enableFormFieldsValidation: "enableFormFieldsValidation", enableFreeText: "enableFreeText", enableHandwrittenSignature: "enableHandwrittenSignature", enableHtmlSanitizer: "enableHtmlSanitizer", enableHyperlink: "enableHyperlink", enableImportAnnotationMeasurement: "enableImportAnnotationMeasurement", enableInkAnnotation: "enableInkAnnotation", enableLocalStorage: "enableLocalStorage", enableMagnification: "enableMagnification", enableMeasureAnnotation: "enableMeasureAnnotation", enableMultiLineOverlap: "enableMultiLineOverlap", enableMultiPageAnnotation: "enableMultiPageAnnotation", enableNavigation: "enableNavigation", enableNavigationToolbar: "enableNavigationToolbar", enablePageOrganizer: "enablePageOrganizer", enablePersistence: "enablePersistence", enablePinchZoom: "enablePinchZoom", enablePrint: "enablePrint", enablePrintRotation: "enablePrintRotation", enableRtl: "enableRtl", enableShapeAnnotation: "enableShapeAnnotation", enableShapeLabel: "enableShapeLabel", enableStampAnnotations: "enableStampAnnotations", enableStickyNotesAnnotation: "enableStickyNotesAnnotation", enableTextMarkupAnnotation: "enableTextMarkupAnnotation", enableTextMarkupResizer: "enableTextMarkupResizer", enableTextSearch: "enableTextSearch", enableTextSelection: "enableTextSelection", enableThumbnail: "enableThumbnail", enableToolbar: "enableToolbar", enableZoomOptimization: "enableZoomOptimization", exportAnnotationFileName: "exportAnnotationFileName", extractTextOption: "extractTextOption", formFieldCollections: "formFieldCollections", formFields: "formFields", freeTextSettings: "freeTextSettings", handWrittenSignatureSettings: "handWrittenSignatureSettings", height: "height", hideEmptyDigitalSignatureFields: "hideEmptyDigitalSignatureFields", hideSaveSignature: "hideSaveSignature", highlightSettings: "highlightSettings", hyperlinkOpenState: "hyperlinkOpenState", initialDialogSettings: "initialDialogSettings", initialFieldSettings: "initialFieldSettings", initialRenderPages: "initialRenderPages", inkAnnotationSettings: "inkAnnotationSettings", interactionMode: "interactionMode", isAnnotationToolbarOpen: "isAnnotationToolbarOpen", isAnnotationToolbarVisible: "isAnnotationToolbarVisible", isBookmarkPanelOpen: "isBookmarkPanelOpen", isCommandPanelOpen: "isCommandPanelOpen", isDocumentEdited: "isDocumentEdited", isExtractText: "isExtractText", isFormDesignerToolbarVisible: "isFormDesignerToolbarVisible", isFormFieldDocument: "isFormFieldDocument", isInitialFieldToolbarSelection: "isInitialFieldToolbarSelection", isMaintainSelection: "isMaintainSelection", isPageOrganizerOpen: "isPageOrganizerOpen", isSignatureEditable: "isSignatureEditable", isThumbnailViewOpen: "isThumbnailViewOpen", isValidFreeText: "isValidFreeText", lineSettings: "lineSettings", listBoxFieldSettings: "listBoxFieldSettings", locale: "locale", maxZoom: "maxZoom", measurementSettings: "measurementSettings", minZoom: "minZoom", pageCount: "pageCount", pageOrganizerSettings: "pageOrganizerSettings", passwordFieldSettings: "passwordFieldSettings", perimeterSettings: "perimeterSettings", polygonSettings: "polygonSettings", printMode: "printMode", printScaleFactor: "printScaleFactor", radioButtonFieldSettings: "radioButtonFieldSettings", radiusSettings: "radiusSettings", rectangleSettings: "rectangleSettings", resourceUrl: "resourceUrl", restrictZoomRequest: "restrictZoomRequest", retryCount: "retryCount", retryStatusCodes: "retryStatusCodes", retryTimeout: "retryTimeout", scrollSettings: "scrollSettings", selectedItems: "selectedItems", serverActionSettings: "serverActionSettings", serviceUrl: "serviceUrl", shapeLabelSettings: "shapeLabelSettings", showCustomContextMenuBottom: "showCustomContextMenuBottom", showDigitalSignatureAppearance: "showDigitalSignatureAppearance", showNotificationDialog: "showNotificationDialog", signatureDialogSettings: "signatureDialogSettings", signatureFieldSettings: "signatureFieldSettings", signatureFitMode: "signatureFitMode", stampSettings: "stampSettings", stickyNotesSettings: "stickyNotesSettings", strikethroughSettings: "strikethroughSettings", textFieldSettings: "textFieldSettings", textSearchColorSettings: "textSearchColorSettings", tileRenderingSettings: "tileRenderingSettings", toolbarSettings: "toolbarSettings", underlineSettings: "underlineSettings", volumeSettings: "volumeSettings", width: "width", zoomMode: "zoomMode", zoomValue: "zoomValue" }, outputs: { addSignature: "addSignature", ajaxRequestFailed: "ajaxRequestFailed", ajaxRequestInitiate: "ajaxRequestInitiate", ajaxRequestSuccess: "ajaxRequestSuccess", annotationAdd: "annotationAdd", annotationDoubleClick: "annotationDoubleClick", annotationMouseLeave: "annotationMouseLeave", annotationMouseover: "annotationMouseover", annotationMove: "annotationMove", annotationMoving: "annotationMoving", annotationPropertiesChange: "annotationPropertiesChange", annotationRemove: "annotationRemove", annotationResize: "annotationResize", annotationSelect: "annotationSelect", annotationUnSelect: "annotationUnSelect", beforeAddFreeText: "beforeAddFreeText", bookmarkClick: "bookmarkClick", buttonFieldClick: "buttonFieldClick", commentAdd: "commentAdd", commentDelete: "commentDelete", commentEdit: "commentEdit", commentSelect: "commentSelect", commentStatusChanged: "commentStatusChanged", created: "created", customContextMenuBeforeOpen: "customContextMenuBeforeOpen", customContextMenuSelect: "customContextMenuSelect", documentLoad: "documentLoad", documentLoadFailed: "documentLoadFailed", documentUnload: "documentUnload", downloadEnd: "downloadEnd", downloadStart: "downloadStart", exportFailed: "exportFailed", exportStart: "exportStart", exportSuccess: "exportSuccess", extractTextCompleted: "extractTextCompleted", formFieldAdd: "formFieldAdd", formFieldClick: "formFieldClick", formFieldDoubleClick: "formFieldDoubleClick", formFieldFocusOut: "formFieldFocusOut", formFieldMouseLeave: "formFieldMouseLeave", formFieldMouseover: "formFieldMouseover", formFieldMove: "formFieldMove", formFieldPropertiesChange: "formFieldPropertiesChange", formFieldRemove: "formFieldRemove", formFieldResize: "formFieldResize", formFieldSelect: "formFieldSelect", formFieldUnselect: "formFieldUnselect", hyperlinkClick: "hyperlinkClick", hyperlinkMouseOver: "hyperlinkMouseOver", importFailed: "importFailed", importStart: "importStart", importSuccess: "importSuccess", keyboardCustomCommands: "keyboardCustomCommands", moveSignature: "moveSignature", pageChange: "pageChange", pageClick: "pageClick", pageMouseover: "pageMouseover", pageOrganizerSaveAs: "pageOrganizerSaveAs", pageRenderComplete: "pageRenderComplete", pageRenderInitiate: "pageRenderInitiate", printEnd: "printEnd", printStart: "printStart", removeSignature: "removeSignature", resizeSignature: "resizeSignature", resourcesLoaded: "resourcesLoaded", signaturePropertiesChange: "signaturePropertiesChange", signatureSelect: "signatureSelect", signatureUnselect: "signatureUnselect", textSearchComplete: "textSearchComplete", textSearchHighlight: "textSearchHighlight", textSearchStart: "textSearchStart", textSelectionEnd: "textSelectionEnd", textSelectionStart: "textSelectionStart", thumbnailClick: "thumbnailClick", toolbarClick: "toolbarClick", validateFormFields: "validateFormFields", zoomChange: "zoomChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
138
+ PdfViewerComponent = __decorate([
139
+ ComponentMixins([ComponentBase])
140
+ ], PdfViewerComponent);
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerComponent, decorators: [{
142
+ type: Component,
143
+ args: [{
144
+ selector: 'ejs-pdfviewer',
145
+ inputs: inputs,
146
+ outputs: outputs,
147
+ template: '',
148
+ changeDetection: ChangeDetectionStrategy.OnPush,
149
+ queries: {}
150
+ }]
151
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
152
+
153
+ /**
154
+ * NgModule definition for the PdfViewer component.
155
+ */
156
+ class PdfViewerModule {
157
+ }
158
+ PdfViewerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
159
+ PdfViewerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerModule, declarations: [PdfViewerComponent], imports: [CommonModule], exports: [PdfViewerComponent] });
160
+ PdfViewerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerModule, imports: [[CommonModule]] });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerModule, decorators: [{
162
+ type: NgModule,
163
+ args: [{
164
+ imports: [CommonModule],
165
+ declarations: [
166
+ PdfViewerComponent
167
+ ],
168
+ exports: [
169
+ PdfViewerComponent
170
+ ]
171
+ }]
172
+ }] });
173
+
174
+ const LinkAnnotationService = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation };
175
+ const BookmarkViewService = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView };
176
+ const MagnificationService = { provide: 'PdfViewerMagnification', useValue: Magnification };
177
+ const ThumbnailViewService = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView };
178
+ const ToolbarService = { provide: 'PdfViewerToolbar', useValue: Toolbar };
179
+ const NavigationService = { provide: 'PdfViewerNavigation', useValue: Navigation };
180
+ const PrintService = { provide: 'PdfViewerPrint', useValue: Print };
181
+ const TextSelectionService = { provide: 'PdfViewerTextSelection', useValue: TextSelection };
182
+ const TextSearchService = { provide: 'PdfViewerTextSearch', useValue: TextSearch };
183
+ const AnnotationService = { provide: 'PdfViewerAnnotation', useValue: Annotation };
184
+ const FormDesignerService = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner };
185
+ const FormFieldsService = { provide: 'PdfViewerFormFields', useValue: FormFields };
186
+ const PageOrganizerService = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer };
187
+ /**
188
+ * NgModule definition for the PdfViewer component with providers.
189
+ */
190
+ class PdfViewerAllModule {
191
+ }
192
+ PdfViewerAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
193
+ PdfViewerAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerAllModule, imports: [CommonModule, PdfViewerModule], exports: [PdfViewerModule] });
194
+ PdfViewerAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerAllModule, providers: [
195
+ LinkAnnotationService,
196
+ BookmarkViewService,
197
+ MagnificationService,
198
+ ThumbnailViewService,
199
+ ToolbarService,
200
+ NavigationService,
201
+ PrintService,
202
+ TextSelectionService,
203
+ TextSearchService,
204
+ AnnotationService,
205
+ FormDesignerService,
206
+ FormFieldsService,
207
+ PageOrganizerService
208
+ ], imports: [[CommonModule, PdfViewerModule], PdfViewerModule] });
209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PdfViewerAllModule, decorators: [{
210
+ type: NgModule,
211
+ args: [{
212
+ imports: [CommonModule, PdfViewerModule],
213
+ exports: [
214
+ PdfViewerModule
215
+ ],
216
+ providers: [
217
+ LinkAnnotationService,
218
+ BookmarkViewService,
219
+ MagnificationService,
220
+ ThumbnailViewService,
221
+ ToolbarService,
222
+ NavigationService,
223
+ PrintService,
224
+ TextSelectionService,
225
+ TextSearchService,
226
+ AnnotationService,
227
+ FormDesignerService,
228
+ FormFieldsService,
229
+ PageOrganizerService
230
+ ]
231
+ }]
232
+ }] });
233
+
234
+ /**
235
+ * Generated bundle index. Do not edit.
236
+ */
237
+
238
+ export { AnnotationService, BookmarkViewService, FormDesignerService, FormFieldsService, LinkAnnotationService, MagnificationService, NavigationService, PageOrganizerService, PdfViewerAllModule, PdfViewerComponent, PdfViewerModule, PrintService, TextSearchService, TextSelectionService, ThumbnailViewService, ToolbarService };
239
+ //# sourceMappingURL=syncfusion-ej2-angular-pdfviewer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncfusion-ej2-angular-pdfviewer.mjs","sources":["../../src/pdfviewer/pdfviewer.component.ts","../../src/pdfviewer/pdfviewer.module.ts","../../src/pdfviewer/pdfviewer-all.module.ts","../../syncfusion-ej2-angular-pdfviewer.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@Component({\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tpublic zoomChange: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n\n/**\n * NgModule definition for the PdfViewer component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n})\nexport class PdfViewerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer'\n\n\nexport const LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\n@NgModule({\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n})\nexport class PdfViewerAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-pdfviewer@*",
3
3
  "_id": "@syncfusion/ej2-angular-pdfviewer@29.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-v/fs5fuFLcEnHOpKXA0pNCo6Qu8UTE8L40qV2l30C5DLOv8MTzwKx06trju+En9FHoSaEQc7wtYdUEpjqfATQQ==",
5
+ "_integrity": "sha512-z4gRpaUz8z1BG5qkTlotlnFUj1kUKy4E1QD6DYvT6cvLMGFIvcxZBxhIDo+5nCB4ybAEg9JlhAipT3idRDgSwg==",
6
6
  "_location": "/@syncfusion/ej2-angular-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-29.2.4.tgz",
23
- "_shasum": "fa29109b7c6fca7da107f884d3cd1c50afa5078c",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-29.2.4.tgz",
23
+ "_shasum": "60eee6d3a179eebbd33e0c9d67dde2012b86f824",
24
24
  "_spec": "@syncfusion/ej2-angular-pdfviewer@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -37,17 +37,30 @@
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for Angular",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-pdfviewer.js",
40
+ "es2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
41
+ "esm2020": "esm2020/syncfusion-ej2-angular-pdfviewer.mjs",
42
+ "exports": {
43
+ "./package.json": {
44
+ "default": "./package.json"
45
+ },
46
+ ".": {
47
+ "types": "./syncfusion-ej2-angular-pdfviewer.d.ts",
48
+ "esm2020": "./esm2020/syncfusion-ej2-angular-pdfviewer.mjs",
49
+ "es2020": "./fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
50
+ "es2015": "./fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
51
+ "node": "./fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
52
+ "default": "./fesm2020/syncfusion-ej2-angular-pdfviewer.mjs"
53
+ }
54
+ },
55
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
56
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
42
57
  "homepage": "https://www.syncfusion.com/angular-components",
43
58
  "keywords": [
44
59
  "angular",
45
60
  "angular-pdf-viewer"
46
61
  ],
47
62
  "license": "SEE LICENSE IN license",
48
- "main": "dist/ej2-angular-pdfviewer.umd.js",
49
- "metadata": "ej2-angular-pdfviewer.metadata.json",
50
- "module": "@syncfusion/ej2-angular-pdfviewer.es5.js",
63
+ "module": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
51
64
  "name": "@syncfusion/ej2-angular-pdfviewer",
52
65
  "repository": {
53
66
  "type": "git",
@@ -55,6 +68,6 @@
55
68
  },
56
69
  "schematics": "./schematics/collection.json",
57
70
  "sideEffects": false,
58
- "typings": "ej2-angular-pdfviewer.d.ts",
59
- "version": "29.2.5-ngcc"
71
+ "typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
72
+ "version": "29.2.5"
60
73
  }
@@ -1,4 +1,7 @@
1
1
  import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./pdfviewer.module";
2
5
  export declare const LinkAnnotationService: ValueProvider;
3
6
  export declare const BookmarkViewService: ValueProvider;
4
7
  export declare const MagnificationService: ValueProvider;
@@ -16,4 +19,7 @@ export declare const PageOrganizerService: ValueProvider;
16
19
  * NgModule definition for the PdfViewer component with providers.
17
20
  */
18
21
  export declare class PdfViewerAllModule {
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerAllModule, never>;
23
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PdfViewerAllModule, never, [typeof i1.CommonModule, typeof i2.PdfViewerModule], [typeof i2.PdfViewerModule]>;
24
+ static ɵinj: i0.ɵɵInjectorDeclaration<PdfViewerAllModule>;
19
25
  }
@@ -1,6 +1,7 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
4
+ import * as i0 from "@angular/core";
4
5
  export declare const inputs: string[];
5
6
  export declare const outputs: string[];
6
7
  export declare const twoWays: string[];
@@ -101,4 +102,6 @@ export declare class PdfViewerComponent extends PdfViewer implements IComponentB
101
102
  ngAfterContentChecked(): void;
102
103
  registerEvents: (eventList: string[]) => void;
103
104
  addTwoWay: (propList: string[]) => void;
105
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "ejs-pdfviewer", never, { "DropdownFieldSettings": "DropdownFieldSettings"; "ajaxRequestSettings": "ajaxRequestSettings"; "annotationSelectorSettings": "annotationSelectorSettings"; "annotationSettings": "annotationSettings"; "annotations": "annotations"; "areaSettings": "areaSettings"; "arrowSettings": "arrowSettings"; "checkBoxFieldSettings": "checkBoxFieldSettings"; "circleSettings": "circleSettings"; "commandManager": "commandManager"; "contextMenuOption": "contextMenuOption"; "contextMenuSettings": "contextMenuSettings"; "currentPageNumber": "currentPageNumber"; "customContextMenuItems": "customContextMenuItems"; "customFonts": "customFonts"; "customStamp": "customStamp"; "customStampSettings": "customStampSettings"; "dateTimeFormat": "dateTimeFormat"; "designerMode": "designerMode"; "disableContextMenuItems": "disableContextMenuItems"; "disableDefaultContextMenu": "disableDefaultContextMenu"; "distanceSettings": "distanceSettings"; "documentPath": "documentPath"; "downloadFileName": "downloadFileName"; "drawingObject": "drawingObject"; "enableAccessibilityTags": "enableAccessibilityTags"; "enableAnnotation": "enableAnnotation"; "enableAnnotationToolbar": "enableAnnotationToolbar"; "enableAutoComplete": "enableAutoComplete"; "enableBookmark": "enableBookmark"; "enableBookmarkStyles": "enableBookmarkStyles"; "enableCommentPanel": "enableCommentPanel"; "enableDesktopMode": "enableDesktopMode"; "enableDownload": "enableDownload"; "enableFormDesigner": "enableFormDesigner"; "enableFormDesignerToolbar": "enableFormDesignerToolbar"; "enableFormFields": "enableFormFields"; "enableFormFieldsValidation": "enableFormFieldsValidation"; "enableFreeText": "enableFreeText"; "enableHandwrittenSignature": "enableHandwrittenSignature"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableHyperlink": "enableHyperlink"; "enableImportAnnotationMeasurement": "enableImportAnnotationMeasurement"; "enableInkAnnotation": "enableInkAnnotation"; "enableLocalStorage": "enableLocalStorage"; "enableMagnification": "enableMagnification"; "enableMeasureAnnotation": "enableMeasureAnnotation"; "enableMultiLineOverlap": "enableMultiLineOverlap"; "enableMultiPageAnnotation": "enableMultiPageAnnotation"; "enableNavigation": "enableNavigation"; "enableNavigationToolbar": "enableNavigationToolbar"; "enablePageOrganizer": "enablePageOrganizer"; "enablePersistence": "enablePersistence"; "enablePinchZoom": "enablePinchZoom"; "enablePrint": "enablePrint"; "enablePrintRotation": "enablePrintRotation"; "enableRtl": "enableRtl"; "enableShapeAnnotation": "enableShapeAnnotation"; "enableShapeLabel": "enableShapeLabel"; "enableStampAnnotations": "enableStampAnnotations"; "enableStickyNotesAnnotation": "enableStickyNotesAnnotation"; "enableTextMarkupAnnotation": "enableTextMarkupAnnotation"; "enableTextMarkupResizer": "enableTextMarkupResizer"; "enableTextSearch": "enableTextSearch"; "enableTextSelection": "enableTextSelection"; "enableThumbnail": "enableThumbnail"; "enableToolbar": "enableToolbar"; "enableZoomOptimization": "enableZoomOptimization"; "exportAnnotationFileName": "exportAnnotationFileName"; "extractTextOption": "extractTextOption"; "formFieldCollections": "formFieldCollections"; "formFields": "formFields"; "freeTextSettings": "freeTextSettings"; "handWrittenSignatureSettings": "handWrittenSignatureSettings"; "height": "height"; "hideEmptyDigitalSignatureFields": "hideEmptyDigitalSignatureFields"; "hideSaveSignature": "hideSaveSignature"; "highlightSettings": "highlightSettings"; "hyperlinkOpenState": "hyperlinkOpenState"; "initialDialogSettings": "initialDialogSettings"; "initialFieldSettings": "initialFieldSettings"; "initialRenderPages": "initialRenderPages"; "inkAnnotationSettings": "inkAnnotationSettings"; "interactionMode": "interactionMode"; "isAnnotationToolbarOpen": "isAnnotationToolbarOpen"; "isAnnotationToolbarVisible": "isAnnotationToolbarVisible"; "isBookmarkPanelOpen": "isBookmarkPanelOpen"; "isCommandPanelOpen": "isCommandPanelOpen"; "isDocumentEdited": "isDocumentEdited"; "isExtractText": "isExtractText"; "isFormDesignerToolbarVisible": "isFormDesignerToolbarVisible"; "isFormFieldDocument": "isFormFieldDocument"; "isInitialFieldToolbarSelection": "isInitialFieldToolbarSelection"; "isMaintainSelection": "isMaintainSelection"; "isPageOrganizerOpen": "isPageOrganizerOpen"; "isSignatureEditable": "isSignatureEditable"; "isThumbnailViewOpen": "isThumbnailViewOpen"; "isValidFreeText": "isValidFreeText"; "lineSettings": "lineSettings"; "listBoxFieldSettings": "listBoxFieldSettings"; "locale": "locale"; "maxZoom": "maxZoom"; "measurementSettings": "measurementSettings"; "minZoom": "minZoom"; "pageCount": "pageCount"; "pageOrganizerSettings": "pageOrganizerSettings"; "passwordFieldSettings": "passwordFieldSettings"; "perimeterSettings": "perimeterSettings"; "polygonSettings": "polygonSettings"; "printMode": "printMode"; "printScaleFactor": "printScaleFactor"; "radioButtonFieldSettings": "radioButtonFieldSettings"; "radiusSettings": "radiusSettings"; "rectangleSettings": "rectangleSettings"; "resourceUrl": "resourceUrl"; "restrictZoomRequest": "restrictZoomRequest"; "retryCount": "retryCount"; "retryStatusCodes": "retryStatusCodes"; "retryTimeout": "retryTimeout"; "scrollSettings": "scrollSettings"; "selectedItems": "selectedItems"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "shapeLabelSettings": "shapeLabelSettings"; "showCustomContextMenuBottom": "showCustomContextMenuBottom"; "showDigitalSignatureAppearance": "showDigitalSignatureAppearance"; "showNotificationDialog": "showNotificationDialog"; "signatureDialogSettings": "signatureDialogSettings"; "signatureFieldSettings": "signatureFieldSettings"; "signatureFitMode": "signatureFitMode"; "stampSettings": "stampSettings"; "stickyNotesSettings": "stickyNotesSettings"; "strikethroughSettings": "strikethroughSettings"; "textFieldSettings": "textFieldSettings"; "textSearchColorSettings": "textSearchColorSettings"; "tileRenderingSettings": "tileRenderingSettings"; "toolbarSettings": "toolbarSettings"; "underlineSettings": "underlineSettings"; "volumeSettings": "volumeSettings"; "width": "width"; "zoomMode": "zoomMode"; "zoomValue": "zoomValue"; }, { "addSignature": "addSignature"; "ajaxRequestFailed": "ajaxRequestFailed"; "ajaxRequestInitiate": "ajaxRequestInitiate"; "ajaxRequestSuccess": "ajaxRequestSuccess"; "annotationAdd": "annotationAdd"; "annotationDoubleClick": "annotationDoubleClick"; "annotationMouseLeave": "annotationMouseLeave"; "annotationMouseover": "annotationMouseover"; "annotationMove": "annotationMove"; "annotationMoving": "annotationMoving"; "annotationPropertiesChange": "annotationPropertiesChange"; "annotationRemove": "annotationRemove"; "annotationResize": "annotationResize"; "annotationSelect": "annotationSelect"; "annotationUnSelect": "annotationUnSelect"; "beforeAddFreeText": "beforeAddFreeText"; "bookmarkClick": "bookmarkClick"; "buttonFieldClick": "buttonFieldClick"; "commentAdd": "commentAdd"; "commentDelete": "commentDelete"; "commentEdit": "commentEdit"; "commentSelect": "commentSelect"; "commentStatusChanged": "commentStatusChanged"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "documentLoad": "documentLoad"; "documentLoadFailed": "documentLoadFailed"; "documentUnload": "documentUnload"; "downloadEnd": "downloadEnd"; "downloadStart": "downloadStart"; "exportFailed": "exportFailed"; "exportStart": "exportStart"; "exportSuccess": "exportSuccess"; "extractTextCompleted": "extractTextCompleted"; "formFieldAdd": "formFieldAdd"; "formFieldClick": "formFieldClick"; "formFieldDoubleClick": "formFieldDoubleClick"; "formFieldFocusOut": "formFieldFocusOut"; "formFieldMouseLeave": "formFieldMouseLeave"; "formFieldMouseover": "formFieldMouseover"; "formFieldMove": "formFieldMove"; "formFieldPropertiesChange": "formFieldPropertiesChange"; "formFieldRemove": "formFieldRemove"; "formFieldResize": "formFieldResize"; "formFieldSelect": "formFieldSelect"; "formFieldUnselect": "formFieldUnselect"; "hyperlinkClick": "hyperlinkClick"; "hyperlinkMouseOver": "hyperlinkMouseOver"; "importFailed": "importFailed"; "importStart": "importStart"; "importSuccess": "importSuccess"; "keyboardCustomCommands": "keyboardCustomCommands"; "moveSignature": "moveSignature"; "pageChange": "pageChange"; "pageClick": "pageClick"; "pageMouseover": "pageMouseover"; "pageOrganizerSaveAs": "pageOrganizerSaveAs"; "pageRenderComplete": "pageRenderComplete"; "pageRenderInitiate": "pageRenderInitiate"; "printEnd": "printEnd"; "printStart": "printStart"; "removeSignature": "removeSignature"; "resizeSignature": "resizeSignature"; "resourcesLoaded": "resourcesLoaded"; "signaturePropertiesChange": "signaturePropertiesChange"; "signatureSelect": "signatureSelect"; "signatureUnselect": "signatureUnselect"; "textSearchComplete": "textSearchComplete"; "textSearchHighlight": "textSearchHighlight"; "textSearchStart": "textSearchStart"; "textSelectionEnd": "textSelectionEnd"; "textSelectionStart": "textSelectionStart"; "thumbnailClick": "thumbnailClick"; "toolbarClick": "toolbarClick"; "validateFormFields": "validateFormFields"; "zoomChange": "zoomChange"; }, never, never>;
104
107
  }
@@ -1,5 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pdfviewer.component";
3
+ import * as i2 from "@angular/common";
1
4
  /**
2
5
  * NgModule definition for the PdfViewer component.
3
6
  */
4
7
  export declare class PdfViewerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PdfViewerModule, [typeof i1.PdfViewerComponent], [typeof i2.CommonModule], [typeof i1.PdfViewerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<PdfViewerModule>;
5
11
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-pdfviewer" />
5
+ export * from './public_api';