@progress/kendo-angular-pdfviewer 13.1.0-develop.4 → 13.1.0-develop.5
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.
|
@@ -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:
|
|
13
|
-
version: '13.1.0-develop.
|
|
12
|
+
publishDate: 1687431520,
|
|
13
|
+
version: '13.1.0-develop.5',
|
|
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
|
};
|
|
@@ -211,6 +211,9 @@ export class PDFViewerComponent {
|
|
|
211
211
|
if (newUrl || newArrayBuffer || newBase64Data || newTypedArray) {
|
|
212
212
|
this.loadPdf(source, this[source]);
|
|
213
213
|
}
|
|
214
|
+
if (changes['zoom']) {
|
|
215
|
+
this.setZoomLevel(changes['zoom'].currentValue);
|
|
216
|
+
}
|
|
214
217
|
}
|
|
215
218
|
/**
|
|
216
219
|
* Scrolls the PDFViewer document to the passed page number.
|
|
@@ -34,8 +34,8 @@ const packageMetadata = {
|
|
|
34
34
|
name: '@progress/kendo-angular-pdfviewer',
|
|
35
35
|
productName: 'Kendo UI for Angular',
|
|
36
36
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
37
|
-
publishDate:
|
|
38
|
-
version: '13.1.0-develop.
|
|
37
|
+
publishDate: 1687431520,
|
|
38
|
+
version: '13.1.0-develop.5',
|
|
39
39
|
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',
|
|
40
40
|
};
|
|
41
41
|
|
|
@@ -1260,6 +1260,9 @@ class PDFViewerComponent {
|
|
|
1260
1260
|
if (newUrl || newArrayBuffer || newBase64Data || newTypedArray) {
|
|
1261
1261
|
this.loadPdf(source, this[source]);
|
|
1262
1262
|
}
|
|
1263
|
+
if (changes['zoom']) {
|
|
1264
|
+
this.setZoomLevel(changes['zoom'].currentValue);
|
|
1265
|
+
}
|
|
1263
1266
|
}
|
|
1264
1267
|
/**
|
|
1265
1268
|
* Scrolls the PDFViewer document to the passed page number.
|
|
@@ -34,8 +34,8 @@ const packageMetadata = {
|
|
|
34
34
|
name: '@progress/kendo-angular-pdfviewer',
|
|
35
35
|
productName: 'Kendo UI for Angular',
|
|
36
36
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
37
|
-
publishDate:
|
|
38
|
-
version: '13.1.0-develop.
|
|
37
|
+
publishDate: 1687431520,
|
|
38
|
+
version: '13.1.0-develop.5',
|
|
39
39
|
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',
|
|
40
40
|
};
|
|
41
41
|
|
|
@@ -1257,6 +1257,9 @@ class PDFViewerComponent {
|
|
|
1257
1257
|
if (newUrl || newArrayBuffer || newBase64Data || newTypedArray) {
|
|
1258
1258
|
this.loadPdf(source, this[source]);
|
|
1259
1259
|
}
|
|
1260
|
+
if (changes['zoom']) {
|
|
1261
|
+
this.setZoomLevel(changes['zoom'].currentValue);
|
|
1262
|
+
}
|
|
1260
1263
|
}
|
|
1261
1264
|
/**
|
|
1262
1265
|
* Scrolls the PDFViewer document to the passed page number.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
|
3
|
-
"version": "13.1.0-develop.
|
|
3
|
+
"version": "13.1.0-develop.5",
|
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"@angular/core": "13 - 16",
|
|
24
24
|
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-buttons": "13.1.0-develop.
|
|
27
|
-
"@progress/kendo-angular-common": "13.1.0-develop.
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "13.1.0-develop.
|
|
29
|
-
"@progress/kendo-angular-inputs": "13.1.0-develop.
|
|
30
|
-
"@progress/kendo-angular-intl": "13.1.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "13.1.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "13.1.0-develop.
|
|
33
|
-
"@progress/kendo-angular-indicators": "13.1.0-develop.
|
|
34
|
-
"@progress/kendo-angular-pager": "13.1.0-develop.
|
|
35
|
-
"@progress/kendo-angular-popup": "13.1.0-develop.
|
|
26
|
+
"@progress/kendo-angular-buttons": "13.1.0-develop.5",
|
|
27
|
+
"@progress/kendo-angular-common": "13.1.0-develop.5",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "13.1.0-develop.5",
|
|
29
|
+
"@progress/kendo-angular-inputs": "13.1.0-develop.5",
|
|
30
|
+
"@progress/kendo-angular-intl": "13.1.0-develop.5",
|
|
31
|
+
"@progress/kendo-angular-l10n": "13.1.0-develop.5",
|
|
32
|
+
"@progress/kendo-angular-icons": "13.1.0-develop.5",
|
|
33
|
+
"@progress/kendo-angular-indicators": "13.1.0-develop.5",
|
|
34
|
+
"@progress/kendo-angular-pager": "13.1.0-develop.5",
|
|
35
|
+
"@progress/kendo-angular-popup": "13.1.0-develop.5",
|
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.3.1",
|
|
40
|
-
"@progress/kendo-angular-schematics": "13.1.0-develop.
|
|
40
|
+
"@progress/kendo-angular-schematics": "13.1.0-develop.5",
|
|
41
41
|
"@progress/kendo-pdfviewer-common": "0.2.0"
|
|
42
42
|
},
|
|
43
43
|
"schematics": "./schematics/collection.json",
|