@progress/kendo-angular-pdfviewer 17.0.0-develop.4 → 17.0.0-develop.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 (35) hide show
  1. package/README.md +33 -18
  2. package/{esm2020 → esm2022}/loader/loader.component.mjs +8 -9
  3. package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +7 -6
  4. package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
  5. package/esm2022/localization/messages.mjs +171 -0
  6. package/{esm2020 → esm2022}/models/events.mjs +16 -0
  7. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  8. package/{esm2020 → esm2022}/pdfviewer.component.mjs +144 -118
  9. package/{esm2020 → esm2022}/pdfviewer.module.mjs +8 -8
  10. package/{esm2020 → esm2022}/toolbar/input-wrapper.component.mjs +9 -6
  11. package/{esm2020 → esm2022}/toolbar/search.component.mjs +24 -19
  12. package/{esm2020 → esm2022}/toolbar/toolbar-combobox.directive.mjs +17 -14
  13. package/{esm2020 → esm2022}/toolbar/toolbar-focusable.directive.mjs +6 -3
  14. package/{esm2020 → esm2022}/toolbar/toolbar-navigation.service.mjs +6 -5
  15. package/{esm2020 → esm2022}/toolbar/toolbar.component.mjs +98 -50
  16. package/{fesm2020 → fesm2022}/progress-kendo-angular-pdfviewer.mjs +459 -253
  17. package/loader/loader.component.d.ts +1 -1
  18. package/localization/messages.d.ts +1 -1
  19. package/models/toolbar-tool.d.ts +1 -1
  20. package/package.json +21 -27
  21. package/pdfviewer.component.d.ts +1 -1
  22. package/schematics/ngAdd/index.js +2 -2
  23. package/toolbar/input-wrapper.component.d.ts +1 -1
  24. package/toolbar/search.component.d.ts +1 -1
  25. package/toolbar/toolbar.component.d.ts +2 -2
  26. package/esm2020/localization/messages.mjs +0 -71
  27. package/fesm2015/progress-kendo-angular-pdfviewer.mjs +0 -2022
  28. /package/{esm2020 → esm2022}/directives.mjs +0 -0
  29. /package/{esm2020 → esm2022}/index.mjs +0 -0
  30. /package/{esm2020 → esm2022}/models/loader-settings.mjs +0 -0
  31. /package/{esm2020 → esm2022}/models/pdfviewer-context.mjs +0 -0
  32. /package/{esm2020 → esm2022}/models/toolbar-tool.mjs +0 -0
  33. /package/{esm2020 → esm2022}/models/zoom-level.mjs +0 -0
  34. /package/{esm2020 → esm2022}/progress-kendo-angular-pdfviewer.mjs +0 -0
  35. /package/{esm2020 → esm2022}/util.mjs +0 -0
package/README.md CHANGED
@@ -2,30 +2,45 @@
2
2
  <img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
3
3
  </a>
4
4
 
5
- ## Kendo UI for Angular Pdfviewer Component
5
+ ## Kendo UI for Angular PDFViewer Component
6
6
 
7
- > **Important**
7
+ > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)&mdash;a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
8
+ > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
+ > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
8
10
  >
9
- > - This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-pdfviewer)&mdash;a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
10
- > - You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Angular My License page](https://www.telerik.com/kendo-angular-ui/my-license?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-pdfviewer).
11
- > - To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-pdfviewer) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-pdfviewer). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-pdfviewer).
12
- > - The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
13
- >
14
- > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-pdfviewer) and speed up your development process!
11
+ > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
15
12
 
16
- ## Resources
13
+ ## Angular PDFViewer Component
14
+
15
+ The [Kendo UI for Angular PDFViewer](https://www.telerik.com/kendo-angular-ui/components/pdfviewer) component allows users to view and interact with PDF files directly in the browser. The PDFViewer includes a comprehensive set of ready-to-use features covering everything from navigation through pages, zooming in and out, uploading files from the local file system, keyboard navigation, accessibility support and many more.
16
+
17
+ ## Key Features
18
+
19
+ Among the many features which the Kendo UI for Angular PDFViewer delivers are:
17
20
 
18
- - [Get Started with Kendo UI for Angular (requires trial registration)](https://www.telerik.com/kendo-angular-ui/getting-started)
19
- - [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
20
- - [Blogs](http://www.telerik.com/blogs/kendo-ui)
21
- - [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
21
+ * [Data Binding](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/data-binding)&mdash;The PDFViewer supports diverse data binding types such as `URL` string, `Base64` string, `ArrayBuffer` object, or `TypedArray` object.
22
+ * [Toolbar Tools](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools)&mdash;The PDF Viewer offers built-in toolbar tools, enabling users to interact with the component and execute various actions on the PDF content such as page navigation, text search, zoom in and out, download, upload print and many more.
23
+ * [Events](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/events)&mdash;The PDFViewer exposes various events that allows you to easily handle and customize file operations.
24
+ * [Accessibility](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/accessibility)&mdash;The PDFViewer is accessible for screen readers and supports WAI-ARIA attributes.
25
+ * [Keyboard Navigation](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/keyboard-navigation)&mdash;The PDFViewer supports a number of keyboard shortcuts which allow users to accomplish various commands.
22
26
 
23
- ## Questions and Feedback
27
+ ## Support Options
28
+
29
+ For any issues you might encounter while working with the Kendo UI for Angular PDFViewer, you have the following support channels available:
30
+
31
+ * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-tickets).
32
+ * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
33
+ * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
34
+
35
+ ## Resources
24
36
 
25
- - [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
26
- - [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
27
- - [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
28
- - [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
37
+ * [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
38
+ * [Getting Started with the Kendo UI for Angular PDFViewer](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/installation/getting-started)
39
+ * [PDFViewer Overview page](https://www.telerik.com/kendo-angular-ui/components/pdfviewer) and [PDFViewer API reference](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/api)
40
+ * [Kendo UI for Angular roadmap](https://www.telerik.com/kendo-angular-ui/roadmap)
41
+ * [Blogs](http://www.telerik.com/blogs/kendo-ui)
42
+ * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
43
+ * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
29
44
 
30
45
  _Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
31
46
 
@@ -9,14 +9,12 @@ import * as i0 from "@angular/core";
9
9
  * @hidden
10
10
  */
11
11
  export class LoaderComponent {
12
- constructor() {
13
- this.loaderContainerClass = true;
14
- this.loaderContainerSizingClass = true;
15
- this.loaderPositionClass = true;
16
- }
17
- }
18
- LoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- LoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoaderComponent, isStandalone: true, selector: "[kendoPDFViewerLoader]", inputs: { settings: "settings" }, host: { properties: { "class.k-loader-container": "this.loaderContainerClass", "class.k-loader-container-md": "this.loaderContainerSizingClass", "class.k-loader-top": "this.loaderPositionClass" } }, ngImport: i0, template: `
12
+ settings;
13
+ loaderContainerClass = true;
14
+ loaderContainerSizingClass = true;
15
+ loaderPositionClass = true;
16
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LoaderComponent, isStandalone: true, selector: "[kendoPDFViewerLoader]", inputs: { settings: "settings" }, host: { properties: { "class.k-loader-container": "this.loaderContainerClass", "class.k-loader-container-md": "this.loaderContainerSizingClass", "class.k-loader-top": "this.loaderPositionClass" } }, ngImport: i0, template: `
20
18
  <div class="k-loader-container-overlay k-overlay-light"></div>
21
19
  <div class="k-loader-container-inner">
22
20
  <kendo-loader
@@ -25,7 +23,8 @@ LoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
25
23
  [themeColor]="settings?.themeColor"></kendo-loader>
26
24
  </div>
27
25
  `, isInline: true, dependencies: [{ kind: "component", type: LoaderIndicatorComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }] });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoaderComponent, decorators: [{
26
+ }
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoaderComponent, decorators: [{
29
28
  type: Component,
30
29
  args: [{
31
30
  selector: '[kendoPDFViewerLoader]',
@@ -11,6 +11,7 @@ import * as i1 from "@progress/kendo-angular-l10n";
11
11
  * Custom component messages override default component messages.
12
12
  */
13
13
  export class PDFViewerCustomMessagesComponent extends Messages {
14
+ service;
14
15
  constructor(service) {
15
16
  super();
16
17
  this.service = service;
@@ -18,13 +19,13 @@ export class PDFViewerCustomMessagesComponent extends Messages {
18
19
  get override() {
19
20
  return true;
20
21
  }
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFViewerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PDFViewerCustomMessagesComponent, isStandalone: true, selector: "kendo-pdfviewer-messages", providers: [{
24
+ provide: Messages,
25
+ useExisting: forwardRef(() => PDFViewerCustomMessagesComponent)
26
+ }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
21
27
  }
22
- PDFViewerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFViewerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
- PDFViewerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFViewerCustomMessagesComponent, isStandalone: true, selector: "kendo-pdfviewer-messages", providers: [{
24
- provide: Messages,
25
- useExisting: forwardRef(() => PDFViewerCustomMessagesComponent)
26
- }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFViewerCustomMessagesComponent, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFViewerCustomMessagesComponent, decorators: [{
28
29
  type: Component,
29
30
  args: [{
30
31
  providers: [{
@@ -11,19 +11,20 @@ import * as i1 from "@progress/kendo-angular-l10n";
11
11
  * @hidden
12
12
  */
13
13
  export class LocalizedPDFViewerMessagesDirective extends Messages {
14
+ service;
14
15
  constructor(service) {
15
16
  super();
16
17
  this.service = service;
17
18
  }
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LocalizedPDFViewerMessagesDirective, isStandalone: true, selector: "[kendoPDFViewerLocalizedMessages]", providers: [
21
+ {
22
+ provide: Messages,
23
+ useExisting: forwardRef(() => LocalizedPDFViewerMessagesDirective)
24
+ }
25
+ ], usesInheritance: true, ngImport: i0 });
18
26
  }
19
- LocalizedPDFViewerMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedPDFViewerMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedPDFViewerMessagesDirective, isStandalone: true, selector: "[kendoPDFViewerLocalizedMessages]", providers: [
21
- {
22
- provide: Messages,
23
- useExisting: forwardRef(() => LocalizedPDFViewerMessagesDirective)
24
- }
25
- ], usesInheritance: true, ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, decorators: [{
27
28
  type: Directive,
28
29
  args: [{
29
30
  providers: [
@@ -0,0 +1,171 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { Directive, Input } from '@angular/core';
6
+ import { ComponentMessages } from '@progress/kendo-angular-l10n';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export class Messages extends ComponentMessages {
12
+ /**
13
+ * The ZoomIn tool title and label.
14
+ */
15
+ zoomInTitle;
16
+ /**
17
+ * The ZoomOut tool titla and label.
18
+ */
19
+ zoomOutTitle;
20
+ /**
21
+ * The Selection tool title and label.
22
+ */
23
+ selectionTitle;
24
+ /**
25
+ * The Panning tool title and label.
26
+ */
27
+ panningTitle;
28
+ /**
29
+ * The Search tool title and label.
30
+ */
31
+ searchTitle;
32
+ /**
33
+ * The Open tool title and label.
34
+ */
35
+ openTitle;
36
+ /**
37
+ * The Download tool title and label.
38
+ */
39
+ downloadTitle;
40
+ /**
41
+ * The Print tool title and label.
42
+ */
43
+ printTitle;
44
+ /**
45
+ * The `aria-label` attribute of the Pager input element.
46
+ */
47
+ pagerInputLabel;
48
+ /**
49
+ * The `title` attribute of the Pager input element.
50
+ */
51
+ pagerInputTitle;
52
+ /**
53
+ * The Pager **First page** button label.
54
+ */
55
+ pagerFirstPage;
56
+ /**
57
+ * The Pager **Previous page** button label.
58
+ */
59
+ pagerPreviousPage;
60
+ /**
61
+ * The Pager **Next page** button label.
62
+ */
63
+ pagerNextPage;
64
+ /**
65
+ * The Pager **Last page** button label.
66
+ */
67
+ pagerLastPage;
68
+ /**
69
+ * The text before the Pager total-page number.
70
+ */
71
+ pagerOf;
72
+ /**
73
+ * The text displayed before the Pager input.
74
+ */
75
+ pagerPage;
76
+ /**
77
+ * The text for the zoom level chooser Fit to page option.
78
+ */
79
+ fitToPage;
80
+ /**
81
+ * The text for the zoom level chooser Fit to width option.
82
+ */
83
+ fitToWidth;
84
+ /**
85
+ * The text for the search input placeholder.
86
+ */
87
+ searchInputPlaceholder;
88
+ /**
89
+ * The text before the total number of matches in the Search tool.
90
+ */
91
+ searchMatchesOf;
92
+ /**
93
+ * The title of the Search previous match button.
94
+ */
95
+ searchPreviousMatchTitle;
96
+ /**
97
+ * The title of the Search next match button.
98
+ */
99
+ searchNextMatchTitle;
100
+ /**
101
+ * The title of the Search close button.
102
+ */
103
+ searchCloseTitle;
104
+ /**
105
+ * The title of the Search match case button.
106
+ */
107
+ searchMatchCaseTitle;
108
+ /**
109
+ * The text for the zoom tool input placeholder.
110
+ */
111
+ zoomInputPlaceholder;
112
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
113
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: Messages, selector: "kendo-pdfviewer-messages-base", inputs: { zoomInTitle: "zoomInTitle", zoomOutTitle: "zoomOutTitle", selectionTitle: "selectionTitle", panningTitle: "panningTitle", searchTitle: "searchTitle", openTitle: "openTitle", downloadTitle: "downloadTitle", printTitle: "printTitle", pagerInputLabel: "pagerInputLabel", pagerInputTitle: "pagerInputTitle", pagerFirstPage: "pagerFirstPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerLastPage: "pagerLastPage", pagerOf: "pagerOf", pagerPage: "pagerPage", fitToPage: "fitToPage", fitToWidth: "fitToWidth", searchInputPlaceholder: "searchInputPlaceholder", searchMatchesOf: "searchMatchesOf", searchPreviousMatchTitle: "searchPreviousMatchTitle", searchNextMatchTitle: "searchNextMatchTitle", searchCloseTitle: "searchCloseTitle", searchMatchCaseTitle: "searchMatchCaseTitle", zoomInputPlaceholder: "zoomInputPlaceholder" }, usesInheritance: true, ngImport: i0 });
114
+ }
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Messages, decorators: [{
116
+ type: Directive,
117
+ args: [{
118
+ // eslint-disable-next-line @angular-eslint/directive-selector
119
+ selector: 'kendo-pdfviewer-messages-base'
120
+ }]
121
+ }], propDecorators: { zoomInTitle: [{
122
+ type: Input
123
+ }], zoomOutTitle: [{
124
+ type: Input
125
+ }], selectionTitle: [{
126
+ type: Input
127
+ }], panningTitle: [{
128
+ type: Input
129
+ }], searchTitle: [{
130
+ type: Input
131
+ }], openTitle: [{
132
+ type: Input
133
+ }], downloadTitle: [{
134
+ type: Input
135
+ }], printTitle: [{
136
+ type: Input
137
+ }], pagerInputLabel: [{
138
+ type: Input
139
+ }], pagerInputTitle: [{
140
+ type: Input
141
+ }], pagerFirstPage: [{
142
+ type: Input
143
+ }], pagerPreviousPage: [{
144
+ type: Input
145
+ }], pagerNextPage: [{
146
+ type: Input
147
+ }], pagerLastPage: [{
148
+ type: Input
149
+ }], pagerOf: [{
150
+ type: Input
151
+ }], pagerPage: [{
152
+ type: Input
153
+ }], fitToPage: [{
154
+ type: Input
155
+ }], fitToWidth: [{
156
+ type: Input
157
+ }], searchInputPlaceholder: [{
158
+ type: Input
159
+ }], searchMatchesOf: [{
160
+ type: Input
161
+ }], searchPreviousMatchTitle: [{
162
+ type: Input
163
+ }], searchNextMatchTitle: [{
164
+ type: Input
165
+ }], searchCloseTitle: [{
166
+ type: Input
167
+ }], searchMatchCaseTitle: [{
168
+ type: Input
169
+ }], zoomInputPlaceholder: [{
170
+ type: Input
171
+ }] } });
@@ -8,6 +8,22 @@ import { PreventableEvent } from "@progress/kendo-angular-common";
8
8
  * If you cancel the event, the downloading of the file is prevented.
9
9
  */
10
10
  export class PDFViewerDownloadEvent extends PreventableEvent {
11
+ /**
12
+ * The Blob object.
13
+ */
14
+ blob;
15
+ /**
16
+ * The name which will be used for saving the file.
17
+ */
18
+ fileName;
19
+ /**
20
+ * The options which will be used for saving the file.
21
+ */
22
+ saveOptions;
23
+ /**
24
+ * Represents the currently loaded `PDF.js` document, its pages, and their DOM element wrapper.
25
+ */
26
+ context;
11
27
  /**
12
28
  * @hidden
13
29
  */
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-pdfviewer',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1728985453,
13
- version: '17.0.0-develop.4',
12
+ publishDate: 1730818525,
13
+ version: '17.0.0-develop.41',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
15
15
  };