@syncfusion/ej2-angular-pdfviewer 34.2.7 → 34.2.8-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.
Files changed (32) hide show
  1. package/@syncfusion/ej2-angular-pdfviewer.es5.js +279 -0
  2. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pdfviewer.js +260 -0
  4. package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +27 -82
  7. package/dist/ej2-angular-pdfviewer.umd.js +529 -0
  8. package/dist/ej2-angular-pdfviewer.umd.js.map +1 -0
  9. package/dist/ej2-angular-pdfviewer.umd.min.js +11 -0
  10. package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -0
  11. package/ej2-angular-pdfviewer.d.ts +5 -0
  12. package/ej2-angular-pdfviewer.metadata.json +1 -0
  13. package/package.json +10 -23
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +4 -4
  18. package/src/pdfviewer/pdfviewer-all.module.d.ts +19 -25
  19. package/src/pdfviewer/pdfviewer.component.d.ts +105 -108
  20. package/src/pdfviewer/pdfviewer.module.d.ts +5 -11
  21. package/CHANGELOG.md +0 -3865
  22. package/esm2020/public_api.mjs +0 -2
  23. package/esm2020/src/index.mjs +0 -5
  24. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +0 -65
  25. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +0 -150
  26. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +0 -25
  27. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -5
  28. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +0 -239
  29. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
  30. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -239
  31. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
  32. package/syncfusion-ej2-angular-pdfviewer.d.ts +0 -5
@@ -0,0 +1,260 @@
1
+ import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
3
+ import { Annotation, BookmarkView, FormDesigner, FormFields, LinkAnnotation, Magnification, Navigation, PageOrganizer, PdfViewer, Print, TextSearch, TextSelection, ThumbnailView, Toolbar } from '@syncfusion/ej2-pdfviewer';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
7
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
11
+ };
12
+ var __metadata = (this && this.__metadata) || function (k, v) {
13
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
+ };
15
+ const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationDrawingOptions', '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', 'enableInkEraser', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRedactionToolbar', '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', 'inkEraserSize', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isRedactionToolbarVisible', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'redactionSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'squigglySettings', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
16
+ const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange', 'pageOrganizerZoomChanged'];
17
+ const twoWays = [];
18
+ /**
19
+ * `ejs-pdfviewer` represents the Angular PdfViewer Component.
20
+ * ```html
21
+ * <ejs-pdfviewer></ejs-pdfviewer>
22
+ * ```
23
+ */
24
+ let PdfViewerComponent = class PdfViewerComponent extends PdfViewer {
25
+ /**
26
+ * @param {?} ngEle
27
+ * @param {?} srenderer
28
+ * @param {?} viewContainerRef
29
+ * @param {?} injector
30
+ */
31
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
32
+ super();
33
+ this.ngEle = ngEle;
34
+ this.srenderer = srenderer;
35
+ this.viewContainerRef = viewContainerRef;
36
+ this.injector = injector;
37
+ this.element = this.ngEle.nativeElement;
38
+ this.injectedModules = this.injectedModules || [];
39
+ try {
40
+ let mod = this.injector.get('PdfViewerLinkAnnotation');
41
+ if (this.injectedModules.indexOf(mod) === -1) {
42
+ this.injectedModules.push(mod);
43
+ }
44
+ }
45
+ catch (_a) { }
46
+ try {
47
+ let mod = this.injector.get('PdfViewerBookmarkView');
48
+ if (this.injectedModules.indexOf(mod) === -1) {
49
+ this.injectedModules.push(mod);
50
+ }
51
+ }
52
+ catch (_b) { }
53
+ try {
54
+ let mod = this.injector.get('PdfViewerMagnification');
55
+ if (this.injectedModules.indexOf(mod) === -1) {
56
+ this.injectedModules.push(mod);
57
+ }
58
+ }
59
+ catch (_c) { }
60
+ try {
61
+ let mod = this.injector.get('PdfViewerThumbnailView');
62
+ if (this.injectedModules.indexOf(mod) === -1) {
63
+ this.injectedModules.push(mod);
64
+ }
65
+ }
66
+ catch (_d) { }
67
+ try {
68
+ let mod = this.injector.get('PdfViewerToolbar');
69
+ if (this.injectedModules.indexOf(mod) === -1) {
70
+ this.injectedModules.push(mod);
71
+ }
72
+ }
73
+ catch (_e) { }
74
+ try {
75
+ let mod = this.injector.get('PdfViewerNavigation');
76
+ if (this.injectedModules.indexOf(mod) === -1) {
77
+ this.injectedModules.push(mod);
78
+ }
79
+ }
80
+ catch (_f) { }
81
+ try {
82
+ let mod = this.injector.get('PdfViewerPrint');
83
+ if (this.injectedModules.indexOf(mod) === -1) {
84
+ this.injectedModules.push(mod);
85
+ }
86
+ }
87
+ catch (_g) { }
88
+ try {
89
+ let mod = this.injector.get('PdfViewerTextSelection');
90
+ if (this.injectedModules.indexOf(mod) === -1) {
91
+ this.injectedModules.push(mod);
92
+ }
93
+ }
94
+ catch (_h) { }
95
+ try {
96
+ let mod = this.injector.get('PdfViewerTextSearch');
97
+ if (this.injectedModules.indexOf(mod) === -1) {
98
+ this.injectedModules.push(mod);
99
+ }
100
+ }
101
+ catch (_j) { }
102
+ try {
103
+ let mod = this.injector.get('PdfViewerAnnotation');
104
+ if (this.injectedModules.indexOf(mod) === -1) {
105
+ this.injectedModules.push(mod);
106
+ }
107
+ }
108
+ catch (_k) { }
109
+ try {
110
+ let mod = this.injector.get('PdfViewerFormDesigner');
111
+ if (this.injectedModules.indexOf(mod) === -1) {
112
+ this.injectedModules.push(mod);
113
+ }
114
+ }
115
+ catch (_l) { }
116
+ try {
117
+ let mod = this.injector.get('PdfViewerFormFields');
118
+ if (this.injectedModules.indexOf(mod) === -1) {
119
+ this.injectedModules.push(mod);
120
+ }
121
+ }
122
+ catch (_m) { }
123
+ try {
124
+ let mod = this.injector.get('PdfViewerPageOrganizer');
125
+ if (this.injectedModules.indexOf(mod) === -1) {
126
+ this.injectedModules.push(mod);
127
+ }
128
+ }
129
+ catch (_o) { }
130
+ this.registerEvents(outputs);
131
+ this.addTwoWay.call(this, twoWays);
132
+ setValue('currentInstance', this, this.viewContainerRef);
133
+ this.context = new ComponentBase();
134
+ }
135
+ /**
136
+ * @return {?}
137
+ */
138
+ ngOnInit() {
139
+ this.context.ngOnInit(this);
140
+ }
141
+ /**
142
+ * @return {?}
143
+ */
144
+ ngAfterViewInit() {
145
+ this.context.ngAfterViewInit(this);
146
+ }
147
+ /**
148
+ * @return {?}
149
+ */
150
+ ngOnDestroy() {
151
+ this.context.ngOnDestroy(this);
152
+ }
153
+ /**
154
+ * @return {?}
155
+ */
156
+ ngAfterContentChecked() {
157
+ this.context.ngAfterContentChecked(this);
158
+ }
159
+ };
160
+ PdfViewerComponent.decorators = [
161
+ { type: Component, args: [{
162
+ selector: 'ejs-pdfviewer',
163
+ inputs: inputs,
164
+ outputs: outputs,
165
+ template: '',
166
+ changeDetection: ChangeDetectionStrategy.OnPush,
167
+ queries: {}
168
+ },] },
169
+ ];
170
+ /**
171
+ * @nocollapse
172
+ */
173
+ PdfViewerComponent.ctorParameters = () => [
174
+ { type: ElementRef, },
175
+ { type: Renderer2, },
176
+ { type: ViewContainerRef, },
177
+ { type: Injector, },
178
+ ];
179
+ PdfViewerComponent = __decorate([
180
+ ComponentMixins([ComponentBase]),
181
+ __metadata("design:paramtypes", [ElementRef,
182
+ Renderer2,
183
+ ViewContainerRef,
184
+ Injector])
185
+ ], PdfViewerComponent);
186
+
187
+ /**
188
+ * NgModule definition for the PdfViewer component.
189
+ */
190
+ class PdfViewerModule {
191
+ }
192
+ PdfViewerModule.decorators = [
193
+ { type: NgModule, args: [{
194
+ imports: [CommonModule],
195
+ declarations: [
196
+ PdfViewerComponent
197
+ ],
198
+ exports: [
199
+ PdfViewerComponent
200
+ ]
201
+ },] },
202
+ ];
203
+ /**
204
+ * @nocollapse
205
+ */
206
+ PdfViewerModule.ctorParameters = () => [];
207
+
208
+ const LinkAnnotationService = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation };
209
+ const BookmarkViewService = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView };
210
+ const MagnificationService = { provide: 'PdfViewerMagnification', useValue: Magnification };
211
+ const ThumbnailViewService = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView };
212
+ const ToolbarService = { provide: 'PdfViewerToolbar', useValue: Toolbar };
213
+ const NavigationService = { provide: 'PdfViewerNavigation', useValue: Navigation };
214
+ const PrintService = { provide: 'PdfViewerPrint', useValue: Print };
215
+ const TextSelectionService = { provide: 'PdfViewerTextSelection', useValue: TextSelection };
216
+ const TextSearchService = { provide: 'PdfViewerTextSearch', useValue: TextSearch };
217
+ const AnnotationService = { provide: 'PdfViewerAnnotation', useValue: Annotation };
218
+ const FormDesignerService = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner };
219
+ const FormFieldsService = { provide: 'PdfViewerFormFields', useValue: FormFields };
220
+ const PageOrganizerService = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer };
221
+ /**
222
+ * NgModule definition for the PdfViewer component with providers.
223
+ */
224
+ class PdfViewerAllModule {
225
+ }
226
+ PdfViewerAllModule.decorators = [
227
+ { type: NgModule, args: [{
228
+ imports: [CommonModule, PdfViewerModule],
229
+ exports: [
230
+ PdfViewerModule
231
+ ],
232
+ providers: [
233
+ LinkAnnotationService,
234
+ BookmarkViewService,
235
+ MagnificationService,
236
+ ThumbnailViewService,
237
+ ToolbarService,
238
+ NavigationService,
239
+ PrintService,
240
+ TextSelectionService,
241
+ TextSearchService,
242
+ AnnotationService,
243
+ FormDesignerService,
244
+ FormFieldsService,
245
+ PageOrganizerService
246
+ ]
247
+ },] },
248
+ ];
249
+ /**
250
+ * @nocollapse
251
+ */
252
+ PdfViewerAllModule.ctorParameters = () => [];
253
+
254
+ /**
255
+ * Generated bundle index. Do not edit.
256
+ */
257
+
258
+ export { PdfViewerComponent, PdfViewerModule, PdfViewerAllModule, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService, ToolbarService, NavigationService, PrintService, TextSelectionService, TextSearchService, AnnotationService, FormDesignerService, FormFieldsService, PageOrganizerService, inputs as ɵa, outputs as ɵb };
259
+ export { Drawing, findActiveElement, findObjectsUnderMouse, findObjectUnderMouse, CalculateLeaderPoints, findElementUnderMouse, insertObject, findTargetShapeElement, findObjects, findActivePage, ActiveElements, getConnectorPoints, getSegmentPath, updateSegmentElement, getSegmentElement, updateDecoratorElement, getDecoratorElement, clipDecorators, clipDecorator, initDistanceLabel, updateDistanceLabel, updateRadiusLabel, initPerimeterLabel, updatePerimeterLabel, removePerimeterLabel, updateCalibrateLabel, getPolygonPath, textElement, initLeaders, initLeader, isPointOverConnector, findNearestPoint, getDecoratorShape, renderAdornerLayer, createSvg, isLineShapes, setElementStype, updateColorWithOpacity, findPointsLength, findPerimeterLength, getBaseShapeAttributes, getFunction, cloneObject, cloneArray, getInternalProperties, isLeader, PdfBounds, PdfFont, PdfAnnotationBase, PdfFormFieldBase, ZOrderPageTable, Selector, ToolBase, SelectTool, MoveTool, StampTool, InkDrawingTool, ConnectTool, ResizeTool, NodeDrawingTool, PolygonDrawingTool, LineTool, RotateTool, AnnotationStatus, Annotation, AnnotationBaseSettings, AnnotBoundsRect, AnnotBoundsBase, AnnotRectBase, AnnotFontBase, IBounds, AnnotationsInternal, AnnotationsBase, LinkAnnotation, TextMarkupAnnotation, MeasurementScaleRatio, MeasureAnnotation, ShapeAnnotation, StampAnnotation, StickyNotesAnnotation, FreeTextAnnotation, InputElement, InkAnnotation, NavigationPane, PdfViewerBase, TextLayer, ContextMenu, CommentStatus, FontStyle, ContextMenuItem, SignatureType, AnnotationResizerLocation, ExtractTextOption, DisplayMode, CursorType, DynamicStampItem, SignStampItem, StandardBusinessStampItem, AllowedInteraction, AnnotationDataFormat, FormFieldDataFormat, ModifierKeys, PdfKeys, AjaxHandler, Signature, Spinner, createSpinner, showSpinner, hideSpinner, setSpinner, BlazorUiAdaptor, Magnification, Navigation, ThumbnailView, Toolbar, AnnotationToolbar, FormDesignerToolbar, ToolbarSettings, CustomToolbarItem, AjaxRequestSettings, CustomStamp, AnnotationToolbarSettings, FormDesignerToolbarSettings, RedactionToolbarSettings, SignatureFieldSettings, InitialFieldSettings, SignatureIndicatorSettings, SignatureDialogSettings, ServerActionSettings, StrikethroughSettings, SquigglySettings, UnderlineSettings, HighlightSettings, LineSettings, AnnotationDrawingOptions, ArrowSettings, RectangleSettings, PdfAnnotationSettings, RedactionSettings, CircleSettings, ShapeLabelSettings, PolygonSettings, StampSettings, CustomStampSettings, DistanceSettings, PerimeterSettings, AreaSettings, RadiusSettings, VolumeSettings, InkAnnotationSettings, StickyNotesSettings, MeasurementSettings, FreeTextSettings, AnnotationSelectorSettings, TextSearchColorSettings, PageInfo, HandWrittenSignatureSettings, AnnotationSettings, CommentFilterSettings, DocumentTextCollectionSettings, TextDataSettings, RectangleBounds, TileRenderingSettings, ScrollSettings, FormField, ContextMenuSettings, TextFieldSettings, PasswordFieldSettings, CheckBoxFieldSettings, RadioButtonFieldSettings, DropdownFieldSettings, ListBoxFieldSettings, Item, KeyGesture, KeyboardCommand, CommandManager, PageOrganizerSettings, SearchResult, PdfViewer, BookmarkView, TextSelection, TextSearch, Print, FormFields, FormDesigner, AccessibilityTags, RectBounds, PdfiumRunner, PageRenderer, StampAnnotationBase, PdfRenderer, SizeBase, Annotations, FormFieldsBase, PdfRenderedFields, AnnotationRenderer, PointBase, FreeTextAnnotationBase, InkSignatureAnnotation, ShapeAnnotationBase, RedactionAnnotationBase, MeasureShapeAnnotationBase, SignatureAnnotationBase, PopupAnnotationBase, TextMarkupAnnotationBase, PdfLayer, AnnotPoint, AnnotBounds, AnnotColor, FontBase, Path, RectangleBase, SignatureBase, BookmarkBase, BookmarkDestination, BookmarkStyles, getArialFontData, ImageStructureBase, PageOrganizer, PdfPageRotateAngle, PageRotation, OrganizeDetails } from '@syncfusion/ej2-pdfviewer';
260
+ //# sourceMappingURL=ej2-angular-pdfviewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-pdfviewer.js","sources":["~/@syncfusion/ej2-angular-pdfviewer/ej2-angular-pdfviewer.ts","~/@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":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {PdfViewerComponent,PdfViewerModule,PdfViewerAllModule,LinkAnnotationService,BookmarkViewService,MagnificationService,ThumbnailViewService,ToolbarService,NavigationService,PrintService,TextSelectionService,TextSearchService,AnnotationService,FormDesignerService,FormFieldsService,PageOrganizerService,Drawing,Transforms,ClipBoardObject,findActiveElement,findObjectsUnderMouse,findObjectUnderMouse,CalculateLeaderPoints,findElementUnderMouse,insertObject,findTargetShapeElement,findObjects,findActivePage,ActiveElements,getConnectorPoints,getSegmentPath,updateSegmentElement,getSegmentElement,updateDecoratorElement,getDecoratorElement,clipDecorators,clipDecorator,initDistanceLabel,updateDistanceLabel,updateRadiusLabel,initPerimeterLabel,updatePerimeterLabel,removePerimeterLabel,updateCalibrateLabel,getPolygonPath,textElement,initLeaders,initLeader,isPointOverConnector,findNearestPoint,getDecoratorShape,renderAdornerLayer,createSvg,isLineShapes,setElementStype,updateColorWithOpacity,findPointsLength,findPerimeterLength,getBaseShapeAttributes,getFunction,cloneObject,cloneArray,getInternalProperties,isLeader,Leader,PdfAnnotationType,FormFieldAnnotationType,DecoratorShapes,PdfBounds,PdfFont,PdfAnnotationBase,PdfFormFieldBase,ZOrderPageTable,PdfBoundsModel,PdfFontModel,PdfAnnotationBaseModel,PdfFormFieldBaseModel,ZOrderPageTableModel,Selector,SelectorModel,ToolBase,SelectTool,Actions,MoveTool,StampTool,InkDrawingTool,ConnectTool,ResizeTool,NodeDrawingTool,PolygonDrawingTool,LineTool,RotateTool,Info,ITouches,MouseEventArgs,IActionElements,IPoint,AnnotationStatus,IAnnotationPoint,IPageAnnotations,IAnnotation,Annotation,IPointBase,IRect,AnnotationBaseSettings,AnnotBoundsRect,AnnotBoundsBase,AnnotRectBase,AnnotFontBase,IBounds,AnnotationsInternal,AnnotationsBase,LinkAnnotation,ITextMarkupAnnotation,IPageAnnotationBounds,TextMarkupAnnotation,IMeasureShapeAnnotation,IMeasure,MeasurementScaleRatio,INumberFormat,MeasureAnnotation,IShapeAnnotation,ShapeAnnotation,IStampAnnotation,StampAnnotation,IPopupAnnotation,ICommentsCollection,IReviewCollection,StickyNotesAnnotation,IFreeTextAnnotation,FreeTextAnnotation,InputElement,IInkAnnotation,InkAnnotation,IInkPathDataCollection,LoadEventArgs,FormFieldFocusOutEventArgs,UnloadEventArgs,BeforeAddFreeTextEventArgs,ButtonFieldClickEventArgs,FormFieldClickArgs,LoadFailedEventArgs,AjaxRequestFailureEventArgs,AjaxRequestSuccessEventArgs,PageRenderCompleteEventArgs,ValidateFormFieldsArgs,PageClickEventArgs,PageChangeEventArgs,ZoomChangeEventArgs,HyperlinkClickEventArgs,HyperlinkMouseOverArgs,AnnotationAddEventArgs,AnnotationRemoveEventArgs,CommentEventArgs,AnnotationPropertiesChangeEventArgs,AnnotationResizeEventArgs,AnnotationMoveEventArgs,AnnotationMovingEventArgs,AddSignatureEventArgs,RemoveSignatureEventArgs,MoveSignatureEventArgs,SignaturePropertiesChangeEventArgs,ResizeSignatureEventArgs,SignatureSelectEventArgs,SignatureUnselectEventArgs,AnnotationMouseLeaveEventArgs,AnnotationMouseoverEventArgs,PageMouseoverEventArgs,AnnotationSelectEventArgs,AnnotationUnSelectEventArgs,AnnotationDoubleClickEventArgs,ThumbnailClickEventArgs,BookmarkClickEventArgs,TextSelectionStartEventArgs,TextSelectionEndEventArgs,ImportStartEventArgs,ExportStartEventArgs,ImportSuccessEventArgs,ExportSuccessEventArgs,ImportFailureEventArgs,ExportFailureEventArgs,ExtractTextCompletedEventArgs,AjaxRequestInitiateEventArgs,PageRenderInitiateEventArgs,DownloadStartEventArgs,DownloadEndEventArgs,PrintStartEventArgs,PrintEndEventArgs,TextSearchStartEventArgs,TextSearchHighlightEventArgs,TextSearchCompleteEventArgs,FormFieldAddArgs,FormFieldRemoveArgs,FormFieldDoubleClickArgs,FormFieldPropertiesChangeArgs,FormFieldMouseLeaveArgs,FormFieldMouseoverArgs,FormFieldMoveArgs,FormFieldResizeArgs,FormFieldSelectArgs,FormFieldUnselectArgs,CustomContextMenuSelectEventArgs,CustomContextMenuBeforeOpenEventArgs,KeyboardCustomCommandsEventArgs,PageOrganizerSaveAsEventArgs,PageOrganizerZoomChangedEventArgs,NavigationPane,ISize,IPinchZoomStorage,IAnnotationCollection,PdfViewerBase,IRectangleBounds,IRectBounds,TextLayer,ContextMenu,ToolbarItem,AnnotationToolbarItem,FormDesignerToolbarItem,RedactionToolbarItem,LinkTarget,InteractionMode,SignatureItem,AnnotationType,LineHeadStyle,CalibrationUnit,CommentStatus,ContextMenuAction,FormFieldType,FontStyle,ContextMenuItem,SignatureType,TextAlignment,Visibility,AnnotationResizerShape,AnnotationResizerLocation,ExtractTextOption,DisplayMode,ZoomMode,PrintMode,CursorType,DynamicStampItem,SignStampItem,StandardBusinessStampItem,AllowedInteraction,SignatureFitMode,AnnotationDataFormat,FormFieldDataFormat,ModifierKeys,PdfKeys,AjaxHandler,ISignAnnotation,Signature,IContextMenu,MouseDownEventArgs,createElementParams,SpinnerType,Spinner,createSpinner,showSpinner,hideSpinner,setSpinner,SpinnerArgs,SetSpinnerArgs,SetArgs,CreateArgs,BlazorUiAdaptor,Magnification,Navigation,ThumbnailView,IVisibleThumbnailElement,IVisibleThumbnail,Toolbar,AnnotationToolbar,FormDesignerToolbar,ToolbarSettings,CustomToolbarItem,AjaxRequestSettings,IAjaxHeaders,CustomStamp,AnnotationToolbarSettings,FormDesignerToolbarSettings,RedactionToolbarSettings,SignatureFieldSettings,InitialFieldSettings,SignatureIndicatorSettings,SignatureDialogSettings,ServerActionSettings,StrikethroughSettings,SquigglySettings,UnderlineSettings,HighlightSettings,LineSettings,AnnotationDrawingOptions,ArrowSettings,RectangleSettings,PdfAnnotationSettings,RedactionSettings,CircleSettings,ShapeLabelSettings,PolygonSettings,StampSettings,CustomStampSettings,DistanceSettings,PerimeterSettings,AreaSettings,RadiusSettings,VolumeSettings,InkAnnotationSettings,StickyNotesSettings,MeasurementSettings,FreeTextSettings,AnnotationSelectorSettings,TextSearchColorSettings,PageInfo,HandWrittenSignatureSettings,AnnotationSettings,CommentFilterSettings,DocumentTextCollectionSettings,TextDataSettings,RectangleBounds,TileRenderingSettings,ScrollSettings,FormField,ContextMenuSettings,TextFieldSettings,PasswordFieldSettings,CheckBoxFieldSettings,RadioButtonFieldSettings,DropdownFieldSettings,ListBoxFieldSettings,Item,KeyGesture,KeyboardCommand,CommandManager,PageOrganizerSettings,IPdfRectBounds,StoreAnnotationState,StoreFormFieldState,SearchResult,PdfViewer,ToolbarSettingsModel,CustomToolbarItemModel,AjaxRequestSettingsModel,CustomStampModel,AnnotationToolbarSettingsModel,FormDesignerToolbarSettingsModel,RedactionToolbarSettingsModel,SignatureFieldSettingsModel,InitialFieldSettingsModel,SignatureIndicatorSettingsModel,SignatureDialogSettingsModel,ServerActionSettingsModel,StrikethroughSettingsModel,SquigglySettingsModel,UnderlineSettingsModel,HighlightSettingsModel,LineSettingsModel,AnnotationDrawingOptionsModel,ArrowSettingsModel,RectangleSettingsModel,PdfAnnotationSettingsModel,RedactionSettingsModel,CircleSettingsModel,ShapeLabelSettingsModel,PolygonSettingsModel,StampSettingsModel,CustomStampSettingsModel,DistanceSettingsModel,PerimeterSettingsModel,AreaSettingsModel,RadiusSettingsModel,VolumeSettingsModel,InkAnnotationSettingsModel,StickyNotesSettingsModel,MeasurementSettingsModel,FreeTextSettingsModel,AnnotationSelectorSettingsModel,TextSearchColorSettingsModel,PageInfoModel,HandWrittenSignatureSettingsModel,AnnotationSettingsModel,CommentFilterSettingsModel,DocumentTextCollectionSettingsModel,TextDataSettingsModel,RectangleBoundsModel,TileRenderingSettingsModel,ScrollSettingsModel,FormFieldModel,ContextMenuSettingsModel,TextFieldSettingsModel,PasswordFieldSettingsModel,CheckBoxFieldSettingsModel,RadioButtonFieldSettingsModel,DropdownFieldSettingsModel,ListBoxFieldSettingsModel,ItemModel,KeyGestureModel,KeyboardCommandModel,CommandManagerModel,PageOrganizerSettingsModel,SearchResultModel,PdfViewerModel,BookmarkView,IRectangle,ISelection,TextSelection,TextSearch,Print,FormFields,FormDesigner,IRadiobuttonItem,IFormField,IFormFieldBound,IElement,AccessibilityTags,RectBounds,PdfiumRunner,PageRenderer,StampAnnotationBase,PdfRenderer,SizeBase,Annotations,FormFieldsBase,PdfRenderedFields,AnnotationRenderer,PointBase,FreeTextAnnotationBase,InkSignatureAnnotation,ShapeAnnotationBase,RedactionAnnotationBase,MeasureShapeAnnotationBase,SignatureAnnotationBase,PopupAnnotationBase,TextMarkupAnnotationBase,PdfLayer,AnnotPoint,AnnotBounds,AnnotColor,FontBase,Path,RectangleBase,SignatureBase,BookmarkBase,BookmarkDestination,BookmarkStyles,getArialFontData,ImageStructureBase,PageOrganizer,PdfPageRotateAngle,PageRotation,PageDetails,OrganizeDetails} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/pdfviewer/pdfviewer.component';","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','annotationDrawingOptions','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','enableInkEraser','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRedactionToolbar','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','inkEraserSize','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isRedactionToolbarVisible','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','redactionSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','squigglySettings','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const /** @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','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange','pageOrganizerZoomChanged'];\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\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tzoomChange: any;\npublic pageOrganizerZoomChanged: 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.resourcesLoaded;\n/** @type {?} */\nPdfViewerComponent.prototype.signaturePropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureUnselect;\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.pageOrganizerZoomChanged;\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":[],"mappings":"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"}
package/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/README.md CHANGED
@@ -18,20 +18,6 @@ Trusted by the world's leading companies
18
18
  <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
19
19
  </a>
20
20
  </p>
21
-
22
- > **Using this package with an AI coding agent**
23
- >
24
- > Before generating Syncfusion code, ask your AI coding agent to run the Syncfusion setup using the following prompt:
25
- >
26
- > ```text
27
- > Set up this project for Syncfusion before generating code. Fetch
28
- > and follow the official instructions at https://ai.syncfusion.com/,
29
- > then report the detected platform, installed skill pack, MCP
30
- > status, and any required licensing action.
31
- > ```
32
- > The setup detects your project’s platform and loads the appropriate Syncfusion skill pack. No Syncfusion account or MCP key is required to install or read Syncfusion agent skills.
33
- >
34
- > **Platform reference:** [https://ai.syncfusion.com/angular/llms.txt](https://ai.syncfusion.com/angular/llms.txt)
35
21
 
36
22
  ## Setup
37
23
 
@@ -48,7 +34,6 @@ Create a new Angular application using the following Angular CLI command.
48
34
  ```bash
49
35
  ng new my-app
50
36
  cd my-app
51
- ng serve
52
37
  ```
53
38
 
54
39
  ### Adding Syncfusion&reg; PDF Viewer package
@@ -69,21 +54,21 @@ This makes it easy to add the Syncfusion&reg; Angular PDF Viewer module to your
69
54
 
70
55
  ### Adding CSS references for PDF Viewer
71
56
 
72
- Install the styles package from npm using the following command:
73
-
74
- ```bash
75
- npm install @syncfusion/ej2-tailwind3-theme
76
- ```
77
-
78
- The Tailwind 3 theme package includes an `index.css` file that automatically imports all required PDF Viewer styles. Add the required PDF Viewer theme style reference to **src/styles.css** file.
57
+ Add CSS references needed for a PDF Viewer in **src/styles.css** from the **../node_modules/@syncfusion** package folder.
79
58
 
80
59
  ```css
81
- @import '../node_modules/@syncfusion/ej2-tailwind3-theme/styles/pdfviewer/index.css';
60
+ @import '../node_modules/@syncfusion/ej2-base/styles/material.css';
61
+ @import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
62
+ @import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
63
+ @import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
64
+ @import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
65
+ @import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
66
+ @import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
67
+ @import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
68
+ @import '../node_modules/@syncfusion/ej2-notifications/styles/material.css';
69
+ @import "../node_modules/@syncfusion/ej2-angular-pdfviewer/styles/material.css";
82
70
  ```
83
71
 
84
- For more themes, see the [themes documentation](https://ej2.syncfusion.com/angular/documentation/appearance/overview#theme-packages).
85
-
86
-
87
72
  ### Add PDF Viewer component
88
73
 
89
74
  In **src/app/app.component.ts**, use `<ejs-pdfviewer>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion&reg; Angular PDF Viewer component.
@@ -110,7 +95,7 @@ import {
110
95
  selector: 'app-root',
111
96
  template: `<div class="content-wrapper">
112
97
  <ejs-pdfviewer id="pdfViewer"
113
- [resourceUrl]='resourcesUrl'
98
+ [serviceUrl]='service'
114
99
  [documentPath]='document'
115
100
  style="height:640px;display:block">
116
101
  </ejs-pdfviewer>
@@ -132,9 +117,9 @@ import {
132
117
  ],
133
118
  })
134
119
  export class AppComponent implements OnInit {
135
- public resourcesUrl: string =
136
- 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
137
- public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
120
+ public service: string =
121
+ 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer';
122
+ public document: string = 'PDF_Succinctly.pdf';
138
123
  ngOnInit(): void {
139
124
  }
140
125
  }
@@ -149,21 +134,21 @@ PDF Viewer component is also offered in the following list of frameworks.
149
134
 
150
135
  ## Key features
151
136
 
152
- * [View PDF Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/getting-started) - Open and display both the normal and the protected PDF files with AES and RC4 encryption.
153
- * [Annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/annotation/overview) - Annotate with text markup, shapes, stamps, ink, and sticky notes.
154
- * [Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/forms/overview) - Form filling and form designing can be done.
155
- * [Signature](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/annotation/signature-annotation) - Hand-written and digital signatures are allowed.
156
- * [Toolbar](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/toolbar) - Built-in-toolbar and custom toolbars to perform user interaction of PDF Viewer functionalities.
157
- * [Navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/navigation) - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and table of contents.
158
- * [Magnification](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/magnification) - Fit to page, fit to width, and automatic (fits to the visible area).
159
- * [Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/text-search/overview) - Search a text easily across the PDF document.
160
- * [Core Interactions](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/interaction-mode) - Allows scrolling, zooming, panning, selection, and page navigation.
161
- * [Print](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/print/overview) - Print the entire document or a specific page directly from the browser.
162
- * [Globalization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/localization/default-language) - Provides inherent support to localize the UI.
137
+ * [View PDF Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/getting-started/) - Open and display both the normal and the protected PDF files with AES and RC4 encryption.
138
+ * [Annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/annotation/text-markup-annotation/) - Annotate with text markup, shapes, stamps, ink, and sticky notes.
139
+ * [Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/form-designer/create-fillable-pdf-forms/create-programmatically/) - Form filling and form designing can be done.
140
+ * [Signature](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/handwritten-signature/) - Hand-written and digital signatures are allowed.
141
+ * [Toolbar](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/toolbar/) - Built-in-toolbar and custom toolbars to perform user interaction of PDF Viewer functionalities.
142
+ * [Navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/navigation/) - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and table of contents.
143
+ * [Magnification](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/magnification/) - Fit to page, fit to width, and automatic (fits to the visible area).
144
+ * [Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/text-search/) - Search a text easily across the PDF document.
145
+ * [Core Interactions](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/interaction-mode/) - Allows scrolling, zooming, panning, selection, and page navigation.
146
+ * [Print](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/print/) - Print the entire document or a specific page directly from the browser.
147
+ * [Globalization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/globalization/) - Provides inherent support to localize the UI.
163
148
 
164
149
  ## Resources
165
150
 
166
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/?theme=tailwind3)
151
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
167
152
  * [What's New](https://www.syncfusion.com/products/whatsnew/pdf-viewer-sdk?utm_medium=listing&utm_source=github)
168
153
  * [Road Map](https://www.syncfusion.com/products/roadmap/pdf-viewer-sdk)
169
154
  * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
@@ -178,46 +163,6 @@ Product support is available through the following mediums.
178
163
  * [Request feature or report bug](https://www.syncfusion.com/feedback/pdf-viewer-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm)
179
164
  * Live chat
180
165
 
181
- ## Other Popular Angular Components
182
-
183
- Explore other popular Syncfusion<sup>®</sup> Angular components curated from UI components, standalone SDKs, and document solution suites.
184
-
185
- <table>
186
- <tr>
187
- <td align="center">
188
- <a href="https://www.syncfusion.com/angular-components/angular-data-grid">Angular DataGrid</a>
189
- </td>
190
- <td align="center">
191
- <a href="https://www.syncfusion.com/angular-components/angular-charts">Angular Charts</a>
192
- </td>
193
- <td align="center">
194
- <a href="https://www.syncfusion.com/angular-components/angular-file-manager">Angular File Manager</a>
195
- </td>
196
- <td align="center">
197
- <a href="https://www.syncfusion.com/gantt-sdk/angular-gantt-chart">Angular Gantt Chart</a>
198
- </td>
199
- <td align="center">
200
- <a href="https://www.syncfusion.com/diagram-sdk/angular-diagram">Angular Diagram</a>
201
- </td>
202
- </tr>
203
- <tr>
204
- <td align="center">
205
- <a href="https://www.syncfusion.com/scheduler-sdk/angular-scheduler">Angular Scheduler</a>
206
- </td>
207
- <td align="center">
208
- <a href="https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor">Angular DOCX Editor</a>
209
- </td>
210
- <td align="center">
211
- <a href="https://www.syncfusion.com/spreadsheet-editor-sdk/angular-spreadsheet-editor">Angular Spreadsheet Editor</a>
212
- <td align="center">
213
- <a href="https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor">Angular Rich Text Editor</a>
214
- </td>
215
- <td align="center">
216
- <a href="https://www.syncfusion.com/angular-components/angular-maps-library">Angular Maps</a>
217
- </td>
218
- </tr>
219
- </table>
220
-
221
166
  ## Changelog
222
167
 
223
168
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/pdfviewer/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.