@progress/kendo-angular-pdf-export 13.2.0-develop.8 → 13.2.0
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-pdf-export',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.2.0
|
|
12
|
+
publishDate: 1689688457,
|
|
13
|
+
version: '13.2.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -15,8 +15,8 @@ const packageMetadata = {
|
|
|
15
15
|
name: '@progress/kendo-angular-pdf-export',
|
|
16
16
|
productName: 'Kendo UI for Angular',
|
|
17
17
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
18
|
-
publishDate:
|
|
19
|
-
version: '13.2.0
|
|
18
|
+
publishDate: 1689688457,
|
|
19
|
+
version: '13.2.0',
|
|
20
20
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21
21
|
};
|
|
22
22
|
|
|
@@ -15,8 +15,8 @@ const packageMetadata = {
|
|
|
15
15
|
name: '@progress/kendo-angular-pdf-export',
|
|
16
16
|
productName: 'Kendo UI for Angular',
|
|
17
17
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
18
|
-
publishDate:
|
|
19
|
-
version: '13.2.0
|
|
18
|
+
publishDate: 1689688457,
|
|
19
|
+
version: '13.2.0',
|
|
20
20
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21
21
|
};
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdf-export",
|
|
3
|
-
"version": "13.2.0
|
|
3
|
+
"version": "13.2.0",
|
|
4
4
|
"description": "Kendo UI for Angular PDF Export Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@angular/platform-browser": "13 - 16",
|
|
23
23
|
"@progress/kendo-drawing": "^1.17.2",
|
|
24
24
|
"@progress/kendo-licensing": "^1.0.2",
|
|
25
|
-
"@progress/kendo-angular-common": "13.2.0
|
|
25
|
+
"@progress/kendo-angular-common": "13.2.0",
|
|
26
26
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"tslib": "^2.3.1",
|
|
30
|
-
"@progress/kendo-angular-schematics": "13.2.0
|
|
30
|
+
"@progress/kendo-angular-schematics": "13.2.0",
|
|
31
31
|
"@progress/kendo-file-saver": "^1.0.1"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
@@ -43,9 +43,9 @@ export declare type PaperSize = pdf.PaperSize;
|
|
|
43
43
|
export declare class PDFExportComponent implements pdf.PDFOptions {
|
|
44
44
|
protected element: ElementRef;
|
|
45
45
|
/**
|
|
46
|
-
* Specifies if the Print dialog should be opened immediately after loading the document.
|
|
46
|
+
* Specifies if the Print dialog should be opened immediately after loading the document ([see example](slug:autoprint_pdfexport)).
|
|
47
47
|
* Requires `@progress/kendo-drawing` v1.9.0 or later.
|
|
48
|
-
*
|
|
48
|
+
* @default false
|
|
49
49
|
*/
|
|
50
50
|
autoPrint?: boolean;
|
|
51
51
|
/**
|
|
@@ -53,7 +53,7 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
|
|
|
53
53
|
*/
|
|
54
54
|
author: string;
|
|
55
55
|
/**
|
|
56
|
-
* A flag that indicates whether to produce actual hyperlinks in the exported PDF file.
|
|
56
|
+
* A flag that indicates whether to produce actual hyperlinks in the exported PDF file ([see example](slug:hyperlinks_pdfexport)).
|
|
57
57
|
* It is also possible to set a CSS selector. All matching links will be ignored.
|
|
58
58
|
*/
|
|
59
59
|
avoidLinks: boolean | string;
|
|
@@ -97,8 +97,7 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
|
|
|
97
97
|
*/
|
|
98
98
|
keywords: string;
|
|
99
99
|
/**
|
|
100
|
-
* A flag that indicates if the page will be in a landscape orientation
|
|
101
|
-
* ([see example]({% slug hyperlinks_pdfexport %})).
|
|
100
|
+
* A flag that indicates if the page will be in a landscape orientation.
|
|
102
101
|
* By default, the page is in a portrait orientation.
|
|
103
102
|
*
|
|
104
103
|
* @default false
|