@syncfusion/ej2-angular-pdfviewer 29.2.11-ngcc → 30.1.37-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.
@@ -3,258 +3,258 @@ import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angula
3
3
  import { Annotation, BookmarkView, FormDesigner, FormFields, LinkAnnotation, Magnification, Navigation, PageOrganizer, PdfViewer, Print, TextSearch, TextSelection, ThumbnailView, Toolbar } from '@syncfusion/ej2-pdfviewer';
4
4
  import { CommonModule } from '@angular/common';
5
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', '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'];
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'];
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])
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', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'squigglySettings', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
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
185
  ], PdfViewerComponent);
186
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
- */
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
206
  PdfViewerModule.ctorParameters = () => [];
207
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
- */
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
252
  PdfViewerAllModule.ctorParameters = () => [];
253
253
 
254
- /**
255
- * Generated bundle index. Do not edit.
254
+ /**
255
+ * Generated bundle index. Do not edit.
256
256
  */
257
257
 
258
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, 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, 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, SignatureFieldSettings, InitialFieldSettings, SignatureIndicatorSettings, SignatureDialogSettings, ServerActionSettings, StrikethroughSettings, UnderlineSettings, HighlightSettings, LineSettings, ArrowSettings, RectangleSettings, CircleSettings, ShapeLabelSettings, PolygonSettings, StampSettings, CustomStampSettings, DistanceSettings, PerimeterSettings, AreaSettings, RadiusSettings, VolumeSettings, InkAnnotationSettings, StickyNotesSettings, MeasurementSettings, FreeTextSettings, AnnotationSelectorSettings, TextSearchColorSettings, PageInfo, HandWrittenSignatureSettings, AnnotationSettings, 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, 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';
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, 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, 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, SignatureFieldSettings, InitialFieldSettings, SignatureIndicatorSettings, SignatureDialogSettings, ServerActionSettings, StrikethroughSettings, SquigglySettings, UnderlineSettings, HighlightSettings, LineSettings, ArrowSettings, RectangleSettings, CircleSettings, ShapeLabelSettings, PolygonSettings, StampSettings, CustomStampSettings, DistanceSettings, PerimeterSettings, AreaSettings, RadiusSettings, VolumeSettings, InkAnnotationSettings, StickyNotesSettings, MeasurementSettings, FreeTextSettings, AnnotationSelectorSettings, TextSearchColorSettings, PageInfo, HandWrittenSignatureSettings, AnnotationSettings, 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, 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
260
  //# sourceMappingURL=ej2-angular-pdfviewer.js.map