@progress/kendo-angular-pdf-export 12.2.0-develop.5 → 12.2.0-develop.6
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: '12.2.0-develop.
|
|
12
|
+
publishDate: 1684768312,
|
|
13
|
+
version: '12.2.0-develop.6',
|
|
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: '12.2.0-develop.
|
|
18
|
+
publishDate: 1684768312,
|
|
19
|
+
version: '12.2.0-develop.6',
|
|
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: '12.2.0-develop.
|
|
18
|
+
publishDate: 1684768312,
|
|
19
|
+
version: '12.2.0-develop.6',
|
|
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": "12.2.0-develop.
|
|
3
|
+
"version": "12.2.0-develop.6",
|
|
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": "12.2.0-develop.
|
|
25
|
+
"@progress/kendo-angular-common": "12.2.0-develop.6",
|
|
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": "12.2.0-develop.
|
|
30
|
+
"@progress/kendo-angular-schematics": "12.2.0-develop.6",
|
|
31
31
|
"@progress/kendo-file-saver": "^1.0.1"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
@@ -148,7 +148,7 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
|
|
|
148
148
|
* the `"Content-Disposition"` header set to `attachment; filename="<fileName.pdf>"`.
|
|
149
149
|
*
|
|
150
150
|
* In the request body, the proxy receives a POST request with the specific parameters.
|
|
151
|
-
* [See
|
|
151
|
+
* [See example](slug:server_proxy#toc-implementations).
|
|
152
152
|
*/
|
|
153
153
|
proxyURL: string;
|
|
154
154
|
/**
|