@progress/kendo-angular-pdfviewer 22.1.0-develop.6 → 22.1.0-develop.8
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.
package/README.md
CHANGED
|
@@ -22,7 +22,10 @@ The [Kendo UI for Angular PDFViewer](https://www.telerik.com/kendo-angular-ui/co
|
|
|
22
22
|
Among the many features which the Kendo UI for Angular PDFViewer delivers are:
|
|
23
23
|
|
|
24
24
|
* [Data Binding](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/data-binding)—The PDFViewer supports diverse data binding types such as `URL` string, `Base64` string, `ArrayBuffer` object, or `TypedArray` object.
|
|
25
|
+
* [Blank Page](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/blank-page)—The PDFViewer renders a blank view when no document is loaded. You can customize the blank view and handle file selection.
|
|
25
26
|
* [Toolbar Tools](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools)—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.
|
|
27
|
+
* [Form Filling](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/form-filling)—The PDFViewer enables users to fill out interactive PDF forms directly within the component and export the document with all the entered values preserved.
|
|
28
|
+
* [Load Pages on Demand](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/load-on-demand)—Optimize the loading time and performance of the PDFViewer by loading pages on demand as users navigate through the document.
|
|
26
29
|
* [Events](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/events)—The PDFViewer exposes various events that allows you to easily handle and customize file operations.
|
|
27
30
|
* [Accessibility](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/accessibility)—The PDFViewer is accessible for screen readers and supports WAI-ARIA attributes.
|
|
28
31
|
* [Keyboard Navigation](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/keyboard-navigation)—The PDFViewer supports a number of keyboard shortcuts which allow users to accomplish various commands.
|
|
@@ -342,7 +342,7 @@ const packageMetadata = {
|
|
|
342
342
|
productCode: 'KENDOUIANGULAR',
|
|
343
343
|
productCodes: ['KENDOUIANGULAR'],
|
|
344
344
|
publishDate: 0,
|
|
345
|
-
version: '22.1.0-develop.
|
|
345
|
+
version: '22.1.0-develop.8',
|
|
346
346
|
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',
|
|
347
347
|
};
|
|
348
348
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1769421123,
|
|
11
|
+
"version": "22.1.0-develop.8",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
|
3
|
-
"version": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.8",
|
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1769421123,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.7.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "22.1.0-develop.
|
|
33
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
34
|
-
"@progress/kendo-angular-dialog": "22.1.0-develop.
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "22.1.0-develop.
|
|
36
|
-
"@progress/kendo-angular-inputs": "22.1.0-develop.
|
|
37
|
-
"@progress/kendo-angular-intl": "22.1.0-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
39
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
40
|
-
"@progress/kendo-angular-indicators": "22.1.0-develop.
|
|
41
|
-
"@progress/kendo-angular-pager": "22.1.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "22.1.0-develop.
|
|
43
|
-
"@progress/kendo-angular-upload": "22.1.0-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "22.1.0-develop.8",
|
|
33
|
+
"@progress/kendo-angular-common": "22.1.0-develop.8",
|
|
34
|
+
"@progress/kendo-angular-dialog": "22.1.0-develop.8",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "22.1.0-develop.8",
|
|
36
|
+
"@progress/kendo-angular-inputs": "22.1.0-develop.8",
|
|
37
|
+
"@progress/kendo-angular-intl": "22.1.0-develop.8",
|
|
38
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.8",
|
|
39
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.8",
|
|
40
|
+
"@progress/kendo-angular-indicators": "22.1.0-develop.8",
|
|
41
|
+
"@progress/kendo-angular-pager": "22.1.0-develop.8",
|
|
42
|
+
"@progress/kendo-angular-popup": "22.1.0-develop.8",
|
|
43
|
+
"@progress/kendo-angular-upload": "22.1.0-develop.8",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "22.1.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.8",
|
|
49
49
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
50
50
|
"@progress/kendo-pdfviewer-common": "0.6.2"
|
|
51
51
|
},
|
|
@@ -9,8 +9,8 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PDFViewerModule', package: 'pdfviewer', peerDependencies: {
|
|
11
11
|
// peers of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-navigation': '22.1.0-develop.
|
|
13
|
-
'@progress/kendo-angular-treeview': '22.1.0-develop.
|
|
12
|
+
'@progress/kendo-angular-navigation': '22.1.0-develop.8',
|
|
13
|
+
'@progress/kendo-angular-treeview': '22.1.0-develop.8'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|