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

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 (120) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
  4. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
  5. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  8. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  10. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
  13. package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
  14. package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/bootstrap-dark.css +3404 -1
  17. package/styles/bootstrap.css +3411 -1
  18. package/styles/bootstrap4.css +3744 -1
  19. package/styles/bootstrap5-dark.css +3714 -1
  20. package/styles/bootstrap5.css +3714 -1
  21. package/styles/fabric-dark.css +3412 -1
  22. package/styles/fabric.css +3425 -1
  23. package/styles/fluent-dark.css +3683 -1
  24. package/styles/fluent.css +3683 -1
  25. package/styles/highcontrast-light.css +3402 -1
  26. package/styles/highcontrast.css +3423 -1
  27. package/styles/material-dark.css +3405 -1
  28. package/styles/material.css +3412 -1
  29. package/styles/material3-dark.css +3591 -1
  30. package/styles/material3-dark.scss +1 -0
  31. package/styles/material3.css +3647 -1
  32. package/styles/material3.scss +1 -0
  33. package/styles/pdfviewer/_all.scss +2 -0
  34. package/styles/pdfviewer/_bootstrap-dark-definition.scss +540 -0
  35. package/styles/pdfviewer/_bootstrap-definition.scss +540 -0
  36. package/styles/pdfviewer/_bootstrap4-definition.scss +586 -0
  37. package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
  38. package/styles/pdfviewer/_bootstrap5-definition.scss +534 -0
  39. package/styles/pdfviewer/_fabric-dark-definition.scss +537 -0
  40. package/styles/pdfviewer/_fabric-definition.scss +539 -0
  41. package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
  42. package/styles/pdfviewer/_fluent-definition.scss +541 -0
  43. package/styles/pdfviewer/_fusionnew-definition.scss +534 -0
  44. package/styles/pdfviewer/_highcontrast-definition.scss +539 -0
  45. package/styles/pdfviewer/_highcontrast-light-definition.scss +535 -0
  46. package/styles/pdfviewer/_layout.scss +196 -0
  47. package/styles/pdfviewer/_material-dark-definition.scss +538 -0
  48. package/styles/pdfviewer/_material-definition.scss +536 -0
  49. package/styles/pdfviewer/_material3-dark-definition.scss +1 -0
  50. package/styles/pdfviewer/_material3-definition.scss +542 -0
  51. package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
  52. package/styles/pdfviewer/_tailwind-definition.scss +543 -0
  53. package/styles/pdfviewer/_theme.scss +4894 -0
  54. package/styles/pdfviewer/bootstrap-dark.css +3404 -1
  55. package/styles/pdfviewer/bootstrap-dark.scss +4 -1
  56. package/styles/pdfviewer/bootstrap.css +3411 -1
  57. package/styles/pdfviewer/bootstrap.scss +4 -1
  58. package/styles/pdfviewer/bootstrap4.css +3744 -1
  59. package/styles/pdfviewer/bootstrap4.scss +4 -1
  60. package/styles/pdfviewer/bootstrap5-dark.css +3714 -1
  61. package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
  62. package/styles/pdfviewer/bootstrap5.css +3714 -1
  63. package/styles/pdfviewer/bootstrap5.scss +4 -1
  64. package/styles/pdfviewer/fabric-dark.css +3412 -1
  65. package/styles/pdfviewer/fabric-dark.scss +4 -1
  66. package/styles/pdfviewer/fabric.css +3425 -1
  67. package/styles/pdfviewer/fabric.scss +4 -1
  68. package/styles/pdfviewer/fluent-dark.css +3683 -1
  69. package/styles/pdfviewer/fluent-dark.scss +4 -1
  70. package/styles/pdfviewer/fluent.css +3683 -1
  71. package/styles/pdfviewer/fluent.scss +4 -1
  72. package/styles/pdfviewer/highcontrast-light.css +3402 -1
  73. package/styles/pdfviewer/highcontrast-light.scss +4 -1
  74. package/styles/pdfviewer/highcontrast.css +3423 -1
  75. package/styles/pdfviewer/highcontrast.scss +4 -1
  76. package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
  77. package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
  78. package/styles/pdfviewer/icons/_bootstrap4.scss +482 -0
  79. package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +488 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +492 -0
  83. package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
  84. package/styles/pdfviewer/icons/_fluent.scss +488 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +475 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +477 -0
  89. package/styles/pdfviewer/icons/_material.scss +480 -0
  90. package/styles/pdfviewer/icons/_material3-dark.scss +1 -0
  91. package/styles/pdfviewer/icons/_material3.scss +490 -0
  92. package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
  93. package/styles/pdfviewer/icons/_tailwind.scss +489 -0
  94. package/styles/pdfviewer/material-dark.css +3405 -1
  95. package/styles/pdfviewer/material-dark.scss +4 -1
  96. package/styles/pdfviewer/material.css +3412 -1
  97. package/styles/pdfviewer/material.scss +4 -1
  98. package/styles/pdfviewer/material3-dark.css +3591 -1
  99. package/styles/pdfviewer/material3-dark.scss +4 -1
  100. package/styles/pdfviewer/material3.css +3647 -1
  101. package/styles/pdfviewer/material3.scss +4 -1
  102. package/styles/pdfviewer/tailwind-dark.css +3449 -1
  103. package/styles/pdfviewer/tailwind-dark.scss +4 -1
  104. package/styles/pdfviewer/tailwind.css +3450 -1
  105. package/styles/pdfviewer/tailwind.scss +4 -1
  106. package/styles/tailwind-dark.css +3449 -1
  107. package/styles/tailwind.css +3450 -1
  108. package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
  109. package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
  110. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
  111. package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
  112. package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
  113. package/CHANGELOG.md +0 -2235
  114. package/dist/ej2-angular-pdfviewer.umd.js +0 -486
  115. package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
  116. package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
  117. package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
  118. package/ej2-angular-pdfviewer.d.ts +0 -5
  119. package/ej2-angular-pdfviewer.metadata.json +0 -1
  120. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-pdfviewer" />
5
+ export * from './public_api';
@@ -1,270 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
13
- import { Annotation, BookmarkView, FormDesigner, FormFields, LinkAnnotation, Magnification, Navigation, PdfViewer, Print, TextSearch, TextSelection, ThumbnailView, Toolbar } from '@syncfusion/ej2-pdfviewer';
14
- import { CommonModule } from '@angular/common';
15
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
- r = Reflect.decorate(decorators, target, key, desc);
19
- else
20
- for (var i = decorators.length - 1; i >= 0; i--)
21
- if (d = decorators[i])
22
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
- return c > 3 && r && Object.defineProperty(target, key, r), r;
24
- };
25
- var __metadata = (this && this.__metadata) || function (k, v) {
26
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
- return Reflect.metadata(k, v);
28
- };
29
- var inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
30
- var outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
31
- var twoWays = [];
32
- /**
33
- * `ejs-pdfviewer` represents the Angular PdfViewer Component.
34
- * ```html
35
- * <ejs-pdfviewer></ejs-pdfviewer>
36
- * ```
37
- */
38
- var PdfViewerComponent = /** @class */ (function (_super) {
39
- __extends(PdfViewerComponent, _super);
40
- /**
41
- * @param {?} ngEle
42
- * @param {?} srenderer
43
- * @param {?} viewContainerRef
44
- * @param {?} injector
45
- */
46
- function PdfViewerComponent(ngEle, srenderer, viewContainerRef, injector) {
47
- var _this = _super.call(this) || this;
48
- _this.ngEle = ngEle;
49
- _this.srenderer = srenderer;
50
- _this.viewContainerRef = viewContainerRef;
51
- _this.injector = injector;
52
- _this.element = _this.ngEle.nativeElement;
53
- _this.injectedModules = _this.injectedModules || [];
54
- try {
55
- var mod = _this.injector.get('PdfViewerLinkAnnotation');
56
- if (_this.injectedModules.indexOf(mod) === -1) {
57
- _this.injectedModules.push(mod);
58
- }
59
- }
60
- catch (_a) { }
61
- try {
62
- var mod = _this.injector.get('PdfViewerBookmarkView');
63
- if (_this.injectedModules.indexOf(mod) === -1) {
64
- _this.injectedModules.push(mod);
65
- }
66
- }
67
- catch (_b) { }
68
- try {
69
- var mod = _this.injector.get('PdfViewerMagnification');
70
- if (_this.injectedModules.indexOf(mod) === -1) {
71
- _this.injectedModules.push(mod);
72
- }
73
- }
74
- catch (_c) { }
75
- try {
76
- var mod = _this.injector.get('PdfViewerThumbnailView');
77
- if (_this.injectedModules.indexOf(mod) === -1) {
78
- _this.injectedModules.push(mod);
79
- }
80
- }
81
- catch (_d) { }
82
- try {
83
- var mod = _this.injector.get('PdfViewerToolbar');
84
- if (_this.injectedModules.indexOf(mod) === -1) {
85
- _this.injectedModules.push(mod);
86
- }
87
- }
88
- catch (_e) { }
89
- try {
90
- var mod = _this.injector.get('PdfViewerNavigation');
91
- if (_this.injectedModules.indexOf(mod) === -1) {
92
- _this.injectedModules.push(mod);
93
- }
94
- }
95
- catch (_f) { }
96
- try {
97
- var mod = _this.injector.get('PdfViewerPrint');
98
- if (_this.injectedModules.indexOf(mod) === -1) {
99
- _this.injectedModules.push(mod);
100
- }
101
- }
102
- catch (_g) { }
103
- try {
104
- var mod = _this.injector.get('PdfViewerTextSelection');
105
- if (_this.injectedModules.indexOf(mod) === -1) {
106
- _this.injectedModules.push(mod);
107
- }
108
- }
109
- catch (_h) { }
110
- try {
111
- var mod = _this.injector.get('PdfViewerTextSearch');
112
- if (_this.injectedModules.indexOf(mod) === -1) {
113
- _this.injectedModules.push(mod);
114
- }
115
- }
116
- catch (_j) { }
117
- try {
118
- var mod = _this.injector.get('PdfViewerAnnotation');
119
- if (_this.injectedModules.indexOf(mod) === -1) {
120
- _this.injectedModules.push(mod);
121
- }
122
- }
123
- catch (_k) { }
124
- try {
125
- var mod = _this.injector.get('PdfViewerFormDesigner');
126
- if (_this.injectedModules.indexOf(mod) === -1) {
127
- _this.injectedModules.push(mod);
128
- }
129
- }
130
- catch (_l) { }
131
- try {
132
- var mod = _this.injector.get('PdfViewerFormFields');
133
- if (_this.injectedModules.indexOf(mod) === -1) {
134
- _this.injectedModules.push(mod);
135
- }
136
- }
137
- catch (_m) { }
138
- _this.registerEvents(outputs);
139
- _this.addTwoWay.call(_this, twoWays);
140
- setValue('currentInstance', _this, _this.viewContainerRef);
141
- _this.context = new ComponentBase();
142
- return _this;
143
- }
144
- /**
145
- * @return {?}
146
- */
147
- PdfViewerComponent.prototype.ngOnInit = function () {
148
- this.context.ngOnInit(this);
149
- };
150
- /**
151
- * @return {?}
152
- */
153
- PdfViewerComponent.prototype.ngAfterViewInit = function () {
154
- this.context.ngAfterViewInit(this);
155
- };
156
- /**
157
- * @return {?}
158
- */
159
- PdfViewerComponent.prototype.ngOnDestroy = function () {
160
- this.context.ngOnDestroy(this);
161
- };
162
- /**
163
- * @return {?}
164
- */
165
- PdfViewerComponent.prototype.ngAfterContentChecked = function () {
166
- this.context.ngAfterContentChecked(this);
167
- };
168
- return PdfViewerComponent;
169
- }(PdfViewer));
170
- PdfViewerComponent.decorators = [
171
- { type: Component, args: [{
172
- selector: 'ejs-pdfviewer',
173
- inputs: inputs,
174
- outputs: outputs,
175
- template: '',
176
- changeDetection: ChangeDetectionStrategy.OnPush,
177
- queries: {}
178
- },] },
179
- ];
180
- /**
181
- * @nocollapse
182
- */
183
- PdfViewerComponent.ctorParameters = function () { return [
184
- { type: ElementRef, },
185
- { type: Renderer2, },
186
- { type: ViewContainerRef, },
187
- { type: Injector, },
188
- ]; };
189
- PdfViewerComponent = __decorate([
190
- ComponentMixins([ComponentBase]),
191
- __metadata("design:paramtypes", [ElementRef,
192
- Renderer2,
193
- ViewContainerRef,
194
- Injector])
195
- ], PdfViewerComponent);
196
- /**
197
- * NgModule definition for the PdfViewer component.
198
- */
199
- var PdfViewerModule = /** @class */ (function () {
200
- function PdfViewerModule() {
201
- }
202
- return PdfViewerModule;
203
- }());
204
- PdfViewerModule.decorators = [
205
- { type: NgModule, args: [{
206
- imports: [CommonModule],
207
- declarations: [
208
- PdfViewerComponent
209
- ],
210
- exports: [
211
- PdfViewerComponent
212
- ]
213
- },] },
214
- ];
215
- /**
216
- * @nocollapse
217
- */
218
- PdfViewerModule.ctorParameters = function () { return []; };
219
- var LinkAnnotationService = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation };
220
- var BookmarkViewService = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView };
221
- var MagnificationService = { provide: 'PdfViewerMagnification', useValue: Magnification };
222
- var ThumbnailViewService = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView };
223
- var ToolbarService = { provide: 'PdfViewerToolbar', useValue: Toolbar };
224
- var NavigationService = { provide: 'PdfViewerNavigation', useValue: Navigation };
225
- var PrintService = { provide: 'PdfViewerPrint', useValue: Print };
226
- var TextSelectionService = { provide: 'PdfViewerTextSelection', useValue: TextSelection };
227
- var TextSearchService = { provide: 'PdfViewerTextSearch', useValue: TextSearch };
228
- var AnnotationService = { provide: 'PdfViewerAnnotation', useValue: Annotation };
229
- var FormDesignerService = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner };
230
- var FormFieldsService = { provide: 'PdfViewerFormFields', useValue: FormFields };
231
- /**
232
- * NgModule definition for the PdfViewer component with providers.
233
- */
234
- var PdfViewerAllModule = /** @class */ (function () {
235
- function PdfViewerAllModule() {
236
- }
237
- return PdfViewerAllModule;
238
- }());
239
- PdfViewerAllModule.decorators = [
240
- { type: NgModule, args: [{
241
- imports: [CommonModule, PdfViewerModule],
242
- exports: [
243
- PdfViewerModule
244
- ],
245
- providers: [
246
- LinkAnnotationService,
247
- BookmarkViewService,
248
- MagnificationService,
249
- ThumbnailViewService,
250
- ToolbarService,
251
- NavigationService,
252
- PrintService,
253
- TextSelectionService,
254
- TextSearchService,
255
- AnnotationService,
256
- FormDesignerService,
257
- FormFieldsService
258
- ]
259
- },] },
260
- ];
261
- /**
262
- * @nocollapse
263
- */
264
- PdfViewerAllModule.ctorParameters = function () { return []; };
265
- /**
266
- * Generated bundle index. Do not edit.
267
- */
268
- export { PdfViewerComponent, PdfViewerModule, PdfViewerAllModule, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService, ToolbarService, NavigationService, PrintService, TextSelectionService, TextSearchService, AnnotationService, FormDesignerService, FormFieldsService, inputs as ɵa, outputs as ɵb };
269
- 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, LinkAnnotation, TextMarkupAnnotation, MeasureAnnotation, ShapeAnnotation, StampAnnotation, StickyNotesAnnotation, FreeTextAnnotation, InputElement, InkAnnotation, NavigationPane, PdfViewerBase, TextLayer, ContextMenu, CommentStatus, FontStyle, ContextMenuItem, SignatureType, AnnotationResizerLocation, DisplayMode, CursorType, DynamicStampItem, SignStampItem, StandardBusinessStampItem, AllowedInteraction, AnnotationDataFormat, FormFieldDataFormat, 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, HandWrittenSignatureSettings, AnnotationSettings, DocumentTextCollectionSettings, TextDataSettings, RectangleBounds, TileRenderingSettings, ScrollSettings, FormField, ContextMenuSettings, TextFieldSettings, PasswordFieldSettings, CheckBoxFieldSettings, RadioButtonFieldSettings, DropdownFieldSettings, ListBoxFieldSettings, Item, PdfViewer, BookmarkView, TextSelection, TextSearch, Print, FormFields, FormDesigner, AccessibilityTags, PdfiumRunner, PageRenderer, StampAnnotationBase, PdfRenderer, SizeBase, Annotations, FormFieldsBase, PdfRenderedFields, AnnotationRenderer, PointBase, FreeTextAnnotationBase, InkSignatureAnnotation, ShapeAnnotationBase, MeasureShapeAnnotationBase, SignatureAnnotationBase, PopupAnnotationBase, TextMarkupAnnotationBase, PdfLayer, AnnotPoint, AnnotBounds, AnnotColor, FontBase, RectangleBase, SignatureBase, BookmarkBase, BookmarkDestination, BookmarkStyles, getArialFontData, ImageStructureBase } from '@syncfusion/ej2-pdfviewer';
270
- //# sourceMappingURL=ej2-angular-pdfviewer.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-pdfviewer.es5.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,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,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,IAnnotationPoint,IPageAnnotations,Annotation,LinkAnnotation,ITextMarkupAnnotation,IPageAnnotationBounds,TextMarkupAnnotation,IMeasureShapeAnnotation,IMeasure,INumberFormat,MeasureAnnotation,IShapeAnnotation,ShapeAnnotation,IStampAnnotation,StampAnnotation,IPopupAnnotation,ICommentsCollection,IReviewCollection,StickyNotesAnnotation,IFreeTextAnnotation,FreeTextAnnotation,InputElement,InkAnnotation,IInkPathDataCollection,LoadEventArgs,FormFieldFocusOutEventArgs,UnloadEventArgs,BeforeAddFreeTextEventArgs,ButtonFieldClickEventArgs,FormFieldClickArgs,LoadFailedEventArgs,AjaxRequestFailureEventArgs,AjaxRequestSuccessEventArgs,ValidateFormFieldsArgs,PageClickEventArgs,PageChangeEventArgs,ZoomChangeEventArgs,HyperlinkClickEventArgs,HyperlinkMouseOverArgs,AnnotationAddEventArgs,AnnotationRemoveEventArgs,CommentEventArgs,AnnotationPropertiesChangeEventArgs,AnnotationResizeEventArgs,AnnotationMoveEventArgs,AnnotationMovingEventArgs,AddSignatureEventArgs,RemoveSignatureEventArgs,MoveSignatureEventArgs,SignaturePropertiesChangeEventArgs,ResizeSignatureEventArgs,SignatureSelectEventArgs,AnnotationMouseLeaveEventArgs,AnnotationMouseoverEventArgs,PageMouseoverEventArgs,AnnotationSelectEventArgs,AnnotationUnSelectEventArgs,AnnotationDoubleClickEventArgs,ThumbnailClickEventArgs,BookmarkClickEventArgs,TextSelectionStartEventArgs,TextSelectionEndEventArgs,ImportStartEventArgs,ExportStartEventArgs,ImportSuccessEventArgs,ExportSuccessEventArgs,ImportFailureEventArgs,ExportFailureEventArgs,ExtractTextCompletedEventArgs,AjaxRequestInitiateEventArgs,DownloadStartEventArgs,DownloadEndEventArgs,PrintStartEventArgs,PrintEndEventArgs,TextSearchStartEventArgs,TextSearchHighlightEventArgs,TextSearchCompleteEventArgs,FormFieldAddArgs,FormFieldRemoveArgs,FormFieldDoubleClickArgs,FormFieldPropertiesChangeArgs,FormFieldMouseLeaveArgs,FormFieldMouseoverArgs,FormFieldMoveArgs,FormFieldResizeArgs,FormFieldSelectArgs,FormFieldUnselectArgs,NavigationPane,ISize,IPinchZoomStorage,IAnnotationCollection,PdfViewerBase,TextLayer,ContextMenu,ToolbarItem,AnnotationToolbarItem,FormDesignerToolbarItem,LinkTarget,InteractionMode,SignatureItem,AnnotationType,LineHeadStyle,CalibrationUnit,CommentStatus,ContextMenuAction,FormFieldType,FontStyle,ContextMenuItem,SignatureType,TextAlignment,Visibility,AnnotationResizerShape,AnnotationResizerLocation,DisplayMode,ZoomMode,PrintMode,CursorType,DynamicStampItem,SignStampItem,StandardBusinessStampItem,AllowedInteraction,SignatureFitMode,AnnotationDataFormat,FormFieldDataFormat,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,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,HandWrittenSignatureSettings,AnnotationSettings,DocumentTextCollectionSettings,TextDataSettings,RectangleBounds,TileRenderingSettings,ScrollSettings,FormField,ContextMenuSettings,TextFieldSettings,PasswordFieldSettings,CheckBoxFieldSettings,RadioButtonFieldSettings,DropdownFieldSettings,ListBoxFieldSettings,Item,PdfViewer,ToolbarSettingsModel,CustomToolbarItemModel,AjaxRequestSettingsModel,CustomStampModel,AnnotationToolbarSettingsModel,FormDesignerToolbarSettingsModel,SignatureFieldSettingsModel,InitialFieldSettingsModel,SignatureIndicatorSettingsModel,SignatureDialogSettingsModel,ServerActionSettingsModel,StrikethroughSettingsModel,UnderlineSettingsModel,HighlightSettingsModel,LineSettingsModel,ArrowSettingsModel,RectangleSettingsModel,CircleSettingsModel,ShapeLabelSettingsModel,PolygonSettingsModel,StampSettingsModel,CustomStampSettingsModel,DistanceSettingsModel,PerimeterSettingsModel,AreaSettingsModel,RadiusSettingsModel,VolumeSettingsModel,InkAnnotationSettingsModel,StickyNotesSettingsModel,MeasurementSettingsModel,FreeTextSettingsModel,AnnotationSelectorSettingsModel,TextSearchColorSettingsModel,HandWrittenSignatureSettingsModel,AnnotationSettingsModel,DocumentTextCollectionSettingsModel,TextDataSettingsModel,RectangleBoundsModel,TileRenderingSettingsModel,ScrollSettingsModel,FormFieldModel,ContextMenuSettingsModel,TextFieldSettingsModel,PasswordFieldSettingsModel,CheckBoxFieldSettingsModel,RadioButtonFieldSettingsModel,DropdownFieldSettingsModel,ListBoxFieldSettingsModel,ItemModel,PdfViewerModel,BookmarkView,IRectangle,ISelection,TextSelection,TextSearch,Print,FormFields,FormDesigner,IRadiobuttonItem,IFormField,IFormFieldBound,IElement,AccessibilityTags,PdfiumRunner,PageRenderer,StampAnnotationBase,PdfRenderer,SizeBase,Annotations,FormFieldsBase,PdfRenderedFields,AnnotationRenderer,PointBase,FreeTextAnnotationBase,InkSignatureAnnotation,ShapeAnnotationBase,MeasureShapeAnnotationBase,SignatureAnnotationBase,PopupAnnotationBase,TextMarkupAnnotationBase,PdfLayer,AnnotPoint,AnnotBounds,AnnotColor,FontBase,RectangleBase,SignatureBase,BookmarkBase,BookmarkDestination,BookmarkStyles,getArialFontData,ImageStructureBase} 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} from '@syncfusion/ej2-pdfviewer';\n\n\nexport const /** @type {?} */ LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const /** @type {?} */ BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const /** @type {?} */ MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const /** @type {?} */ ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const /** @type {?} */ TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const /** @type {?} */ TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const /** @type {?} */ AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const /** @type {?} */ FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const /** @type {?} */ FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\nexport class PdfViewerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n/**\n * NgModule definition for the PdfViewer component.\n */\nexport class PdfViewerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','contextMenuOption','contextMenuSettings','currentPageNumber','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','measurementSettings','pageCount','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleRatio','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const /** @type {?} */ outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','moveSignature','pageChange','pageClick','pageMouseover','printEnd','printStart','removeSignature','resizeSignature','signaturePropertiesChange','signatureSelect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\npublic zoomChange: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction PdfViewerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerComponent.ctorParameters;\n/** @type {?} */\nPdfViewerComponent.prototype.context;\n/** @type {?} */\nPdfViewerComponent.prototype.tagObjects;\n/** @type {?} */\nPdfViewerComponent.prototype.addSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestInitiate;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMoving;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationResize;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationUnSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.beforeAddFreeText;\n/** @type {?} */\nPdfViewerComponent.prototype.bookmarkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.buttonFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.commentAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.commentDelete;\n/** @type {?} */\nPdfViewerComponent.prototype.commentEdit;\n/** @type {?} */\nPdfViewerComponent.prototype.commentSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.commentStatusChanged;\n/** @type {?} */\nPdfViewerComponent.prototype.created;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoad;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoadFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.documentUnload;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.exportStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.extractTextCompleted;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldFocusOut;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldResize;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldUnselect;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkMouseOver;\n/** @type {?} */\nPdfViewerComponent.prototype.importFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.importStart;\n/** @type {?} */\nPdfViewerComponent.prototype.importSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.moveSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.pageChange;\n/** @type {?} */\nPdfViewerComponent.prototype.pageClick;\n/** @type {?} */\nPdfViewerComponent.prototype.pageMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.printEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.printStart;\n/** @type {?} */\nPdfViewerComponent.prototype.removeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.resizeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.signaturePropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchComplete;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchHighlight;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchStart;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionStart;\n/** @type {?} */\nPdfViewerComponent.prototype.thumbnailClick;\n/** @type {?} */\nPdfViewerComponent.prototype.toolbarClick;\n/** @type {?} */\nPdfViewerComponent.prototype.validateFormFields;\n/** @type {?} */\nPdfViewerComponent.prototype.zoomChange;\n/** @type {?} */\nPdfViewerComponent.prototype.registerEvents;\n/** @type {?} */\nPdfViewerComponent.prototype.addTwoWay;\n/** @type {?} */\nPdfViewerComponent.prototype.ngEle;\n/** @type {?} */\nPdfViewerComponent.prototype.srenderer;\n/** @type {?} */\nPdfViewerComponent.prototype.viewContainerRef;\n/** @type {?} */\nPdfViewerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":"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"}
@@ -1,251 +0,0 @@
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, 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', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
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', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];
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
- this.registerEvents(outputs);
124
- this.addTwoWay.call(this, twoWays);
125
- setValue('currentInstance', this, this.viewContainerRef);
126
- this.context = new ComponentBase();
127
- }
128
- /**
129
- * @return {?}
130
- */
131
- ngOnInit() {
132
- this.context.ngOnInit(this);
133
- }
134
- /**
135
- * @return {?}
136
- */
137
- ngAfterViewInit() {
138
- this.context.ngAfterViewInit(this);
139
- }
140
- /**
141
- * @return {?}
142
- */
143
- ngOnDestroy() {
144
- this.context.ngOnDestroy(this);
145
- }
146
- /**
147
- * @return {?}
148
- */
149
- ngAfterContentChecked() {
150
- this.context.ngAfterContentChecked(this);
151
- }
152
- };
153
- PdfViewerComponent.decorators = [
154
- { type: Component, args: [{
155
- selector: 'ejs-pdfviewer',
156
- inputs: inputs,
157
- outputs: outputs,
158
- template: '',
159
- changeDetection: ChangeDetectionStrategy.OnPush,
160
- queries: {}
161
- },] },
162
- ];
163
- /**
164
- * @nocollapse
165
- */
166
- PdfViewerComponent.ctorParameters = () => [
167
- { type: ElementRef, },
168
- { type: Renderer2, },
169
- { type: ViewContainerRef, },
170
- { type: Injector, },
171
- ];
172
- PdfViewerComponent = __decorate([
173
- ComponentMixins([ComponentBase]),
174
- __metadata("design:paramtypes", [ElementRef,
175
- Renderer2,
176
- ViewContainerRef,
177
- Injector])
178
- ], PdfViewerComponent);
179
-
180
- /**
181
- * NgModule definition for the PdfViewer component.
182
- */
183
- class PdfViewerModule {
184
- }
185
- PdfViewerModule.decorators = [
186
- { type: NgModule, args: [{
187
- imports: [CommonModule],
188
- declarations: [
189
- PdfViewerComponent
190
- ],
191
- exports: [
192
- PdfViewerComponent
193
- ]
194
- },] },
195
- ];
196
- /**
197
- * @nocollapse
198
- */
199
- PdfViewerModule.ctorParameters = () => [];
200
-
201
- const LinkAnnotationService = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation };
202
- const BookmarkViewService = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView };
203
- const MagnificationService = { provide: 'PdfViewerMagnification', useValue: Magnification };
204
- const ThumbnailViewService = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView };
205
- const ToolbarService = { provide: 'PdfViewerToolbar', useValue: Toolbar };
206
- const NavigationService = { provide: 'PdfViewerNavigation', useValue: Navigation };
207
- const PrintService = { provide: 'PdfViewerPrint', useValue: Print };
208
- const TextSelectionService = { provide: 'PdfViewerTextSelection', useValue: TextSelection };
209
- const TextSearchService = { provide: 'PdfViewerTextSearch', useValue: TextSearch };
210
- const AnnotationService = { provide: 'PdfViewerAnnotation', useValue: Annotation };
211
- const FormDesignerService = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner };
212
- const FormFieldsService = { provide: 'PdfViewerFormFields', useValue: FormFields };
213
- /**
214
- * NgModule definition for the PdfViewer component with providers.
215
- */
216
- class PdfViewerAllModule {
217
- }
218
- PdfViewerAllModule.decorators = [
219
- { type: NgModule, args: [{
220
- imports: [CommonModule, PdfViewerModule],
221
- exports: [
222
- PdfViewerModule
223
- ],
224
- providers: [
225
- LinkAnnotationService,
226
- BookmarkViewService,
227
- MagnificationService,
228
- ThumbnailViewService,
229
- ToolbarService,
230
- NavigationService,
231
- PrintService,
232
- TextSelectionService,
233
- TextSearchService,
234
- AnnotationService,
235
- FormDesignerService,
236
- FormFieldsService
237
- ]
238
- },] },
239
- ];
240
- /**
241
- * @nocollapse
242
- */
243
- PdfViewerAllModule.ctorParameters = () => [];
244
-
245
- /**
246
- * Generated bundle index. Do not edit.
247
- */
248
-
249
- export { PdfViewerComponent, PdfViewerModule, PdfViewerAllModule, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService, ToolbarService, NavigationService, PrintService, TextSelectionService, TextSearchService, AnnotationService, FormDesignerService, FormFieldsService, inputs as ɵa, outputs as ɵb };
250
- 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, LinkAnnotation, TextMarkupAnnotation, MeasureAnnotation, ShapeAnnotation, StampAnnotation, StickyNotesAnnotation, FreeTextAnnotation, InputElement, InkAnnotation, NavigationPane, PdfViewerBase, TextLayer, ContextMenu, CommentStatus, FontStyle, ContextMenuItem, SignatureType, AnnotationResizerLocation, DisplayMode, CursorType, DynamicStampItem, SignStampItem, StandardBusinessStampItem, AllowedInteraction, AnnotationDataFormat, FormFieldDataFormat, 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, HandWrittenSignatureSettings, AnnotationSettings, DocumentTextCollectionSettings, TextDataSettings, RectangleBounds, TileRenderingSettings, ScrollSettings, FormField, ContextMenuSettings, TextFieldSettings, PasswordFieldSettings, CheckBoxFieldSettings, RadioButtonFieldSettings, DropdownFieldSettings, ListBoxFieldSettings, Item, PdfViewer, BookmarkView, TextSelection, TextSearch, Print, FormFields, FormDesigner, AccessibilityTags, PdfiumRunner, PageRenderer, StampAnnotationBase, PdfRenderer, SizeBase, Annotations, FormFieldsBase, PdfRenderedFields, AnnotationRenderer, PointBase, FreeTextAnnotationBase, InkSignatureAnnotation, ShapeAnnotationBase, MeasureShapeAnnotationBase, SignatureAnnotationBase, PopupAnnotationBase, TextMarkupAnnotationBase, PdfLayer, AnnotPoint, AnnotBounds, AnnotColor, FontBase, RectangleBase, SignatureBase, BookmarkBase, BookmarkDestination, BookmarkStyles, getArialFontData, ImageStructureBase } from '@syncfusion/ej2-pdfviewer';
251
- //# sourceMappingURL=ej2-angular-pdfviewer.js.map