@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.
@@ -1,19 +1,19 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const LinkAnnotationService: ValueProvider;
3
- export declare const BookmarkViewService: ValueProvider;
4
- export declare const MagnificationService: ValueProvider;
5
- export declare const ThumbnailViewService: ValueProvider;
6
- export declare const ToolbarService: ValueProvider;
7
- export declare const NavigationService: ValueProvider;
8
- export declare const PrintService: ValueProvider;
9
- export declare const TextSelectionService: ValueProvider;
10
- export declare const TextSearchService: ValueProvider;
11
- export declare const AnnotationService: ValueProvider;
12
- export declare const FormDesignerService: ValueProvider;
13
- export declare const FormFieldsService: ValueProvider;
14
- export declare const PageOrganizerService: ValueProvider;
15
- /**
16
- * NgModule definition for the PdfViewer component with providers.
17
- */
18
- export declare class PdfViewerAllModule {
19
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const LinkAnnotationService: ValueProvider;
3
+ export declare const BookmarkViewService: ValueProvider;
4
+ export declare const MagnificationService: ValueProvider;
5
+ export declare const ThumbnailViewService: ValueProvider;
6
+ export declare const ToolbarService: ValueProvider;
7
+ export declare const NavigationService: ValueProvider;
8
+ export declare const PrintService: ValueProvider;
9
+ export declare const TextSelectionService: ValueProvider;
10
+ export declare const TextSearchService: ValueProvider;
11
+ export declare const AnnotationService: ValueProvider;
12
+ export declare const FormDesignerService: ValueProvider;
13
+ export declare const FormFieldsService: ValueProvider;
14
+ export declare const PageOrganizerService: ValueProvider;
15
+ /**
16
+ * NgModule definition for the PdfViewer component with providers.
17
+ */
18
+ export declare class PdfViewerAllModule {
19
+ }
@@ -1,104 +1,105 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
4
- export declare const inputs: string[];
5
- export declare const outputs: string[];
6
- export declare const twoWays: string[];
7
- /**
8
- * `ejs-pdfviewer` represents the Angular PdfViewer Component.
9
- * ```html
10
- * <ejs-pdfviewer></ejs-pdfviewer>
11
- * ```
12
- */
13
- export declare class PdfViewerComponent extends PdfViewer implements IComponentBase {
14
- private ngEle;
15
- private srenderer;
16
- private viewContainerRef;
17
- private injector;
18
- context: any;
19
- tagObjects: any;
20
- addSignature: any;
21
- ajaxRequestFailed: any;
22
- ajaxRequestInitiate: any;
23
- ajaxRequestSuccess: any;
24
- annotationAdd: any;
25
- annotationDoubleClick: any;
26
- annotationMouseLeave: any;
27
- annotationMouseover: any;
28
- annotationMove: any;
29
- annotationMoving: any;
30
- annotationPropertiesChange: any;
31
- annotationRemove: any;
32
- annotationResize: any;
33
- annotationSelect: any;
34
- annotationUnSelect: any;
35
- beforeAddFreeText: any;
36
- bookmarkClick: any;
37
- buttonFieldClick: any;
38
- commentAdd: any;
39
- commentDelete: any;
40
- commentEdit: any;
41
- commentSelect: any;
42
- commentStatusChanged: any;
43
- created: any;
44
- customContextMenuBeforeOpen: any;
45
- customContextMenuSelect: any;
46
- documentLoad: any;
47
- documentLoadFailed: any;
48
- documentUnload: any;
49
- downloadEnd: any;
50
- downloadStart: any;
51
- exportFailed: any;
52
- exportStart: any;
53
- exportSuccess: any;
54
- extractTextCompleted: any;
55
- formFieldAdd: any;
56
- formFieldClick: any;
57
- formFieldDoubleClick: any;
58
- formFieldFocusOut: any;
59
- formFieldMouseLeave: any;
60
- formFieldMouseover: any;
61
- formFieldMove: any;
62
- formFieldPropertiesChange: any;
63
- formFieldRemove: any;
64
- formFieldResize: any;
65
- formFieldSelect: any;
66
- formFieldUnselect: any;
67
- hyperlinkClick: any;
68
- hyperlinkMouseOver: any;
69
- importFailed: any;
70
- importStart: any;
71
- importSuccess: any;
72
- keyboardCustomCommands: any;
73
- moveSignature: any;
74
- pageChange: any;
75
- pageClick: any;
76
- pageMouseover: any;
77
- pageOrganizerSaveAs: any;
78
- pageRenderComplete: any;
79
- pageRenderInitiate: any;
80
- printEnd: any;
81
- printStart: any;
82
- removeSignature: any;
83
- resizeSignature: any;
84
- resourcesLoaded: any;
85
- signaturePropertiesChange: any;
86
- signatureSelect: any;
87
- signatureUnselect: any;
88
- textSearchComplete: any;
89
- textSearchHighlight: any;
90
- textSearchStart: any;
91
- textSelectionEnd: any;
92
- textSelectionStart: any;
93
- thumbnailClick: any;
94
- toolbarClick: any;
95
- validateFormFields: any;
96
- zoomChange: any;
97
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
98
- ngOnInit(): void;
99
- ngAfterViewInit(): void;
100
- ngOnDestroy(): void;
101
- ngAfterContentChecked(): void;
102
- registerEvents: (eventList: string[]) => void;
103
- addTwoWay: (propList: string[]) => void;
104
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * `ejs-pdfviewer` represents the Angular PdfViewer Component.
9
+ * ```html
10
+ * <ejs-pdfviewer></ejs-pdfviewer>
11
+ * ```
12
+ */
13
+ export declare class PdfViewerComponent extends PdfViewer implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ context: any;
19
+ tagObjects: any;
20
+ addSignature: any;
21
+ ajaxRequestFailed: any;
22
+ ajaxRequestInitiate: any;
23
+ ajaxRequestSuccess: any;
24
+ annotationAdd: any;
25
+ annotationDoubleClick: any;
26
+ annotationMouseLeave: any;
27
+ annotationMouseover: any;
28
+ annotationMove: any;
29
+ annotationMoving: any;
30
+ annotationPropertiesChange: any;
31
+ annotationRemove: any;
32
+ annotationResize: any;
33
+ annotationSelect: any;
34
+ annotationUnSelect: any;
35
+ beforeAddFreeText: any;
36
+ bookmarkClick: any;
37
+ buttonFieldClick: any;
38
+ commentAdd: any;
39
+ commentDelete: any;
40
+ commentEdit: any;
41
+ commentSelect: any;
42
+ commentStatusChanged: any;
43
+ created: any;
44
+ customContextMenuBeforeOpen: any;
45
+ customContextMenuSelect: any;
46
+ documentLoad: any;
47
+ documentLoadFailed: any;
48
+ documentUnload: any;
49
+ downloadEnd: any;
50
+ downloadStart: any;
51
+ exportFailed: any;
52
+ exportStart: any;
53
+ exportSuccess: any;
54
+ extractTextCompleted: any;
55
+ formFieldAdd: any;
56
+ formFieldClick: any;
57
+ formFieldDoubleClick: any;
58
+ formFieldFocusOut: any;
59
+ formFieldMouseLeave: any;
60
+ formFieldMouseover: any;
61
+ formFieldMove: any;
62
+ formFieldPropertiesChange: any;
63
+ formFieldRemove: any;
64
+ formFieldResize: any;
65
+ formFieldSelect: any;
66
+ formFieldUnselect: any;
67
+ hyperlinkClick: any;
68
+ hyperlinkMouseOver: any;
69
+ importFailed: any;
70
+ importStart: any;
71
+ importSuccess: any;
72
+ keyboardCustomCommands: any;
73
+ moveSignature: any;
74
+ pageChange: any;
75
+ pageClick: any;
76
+ pageMouseover: any;
77
+ pageOrganizerSaveAs: any;
78
+ pageRenderComplete: any;
79
+ pageRenderInitiate: any;
80
+ printEnd: any;
81
+ printStart: any;
82
+ removeSignature: any;
83
+ resizeSignature: any;
84
+ resourcesLoaded: any;
85
+ signaturePropertiesChange: any;
86
+ signatureSelect: any;
87
+ signatureUnselect: any;
88
+ textSearchComplete: any;
89
+ textSearchHighlight: any;
90
+ textSearchStart: any;
91
+ textSelectionEnd: any;
92
+ textSelectionStart: any;
93
+ thumbnailClick: any;
94
+ toolbarClick: any;
95
+ validateFormFields: any;
96
+ zoomChange: any;
97
+ pageOrganizerZoomChanged: any;
98
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
99
+ ngOnInit(): void;
100
+ ngAfterViewInit(): void;
101
+ ngOnDestroy(): void;
102
+ ngAfterContentChecked(): void;
103
+ registerEvents: (eventList: string[]) => void;
104
+ addTwoWay: (propList: string[]) => void;
105
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the PdfViewer component.
3
- */
4
- export declare class PdfViewerModule {
5
- }
1
+ /**
2
+ * NgModule definition for the PdfViewer component.
3
+ */
4
+ export declare class PdfViewerModule {
5
+ }