@progress/kendo-angular-pdf-export 13.0.0-develop.6 → 13.0.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.
|
@@ -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.0.0-develop.
|
|
12
|
+
publishDate: 1685106884,
|
|
13
|
+
version: '13.0.0-develop.8',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -67,7 +67,7 @@ export class PDFExportComponent {
|
|
|
67
67
|
/**
|
|
68
68
|
* Exports the content as a `Group` for further processing.
|
|
69
69
|
*
|
|
70
|
-
* @return
|
|
70
|
+
* @return The root group of the exported scene.
|
|
71
71
|
*/
|
|
72
72
|
export() {
|
|
73
73
|
return this.exportElement(this.element.nativeElement);
|
|
@@ -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.0.0-develop.
|
|
18
|
+
publishDate: 1685106884,
|
|
19
|
+
version: '13.0.0-develop.8',
|
|
20
20
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21
21
|
};
|
|
22
22
|
|
|
@@ -154,7 +154,7 @@ class PDFExportComponent {
|
|
|
154
154
|
/**
|
|
155
155
|
* Exports the content as a `Group` for further processing.
|
|
156
156
|
*
|
|
157
|
-
* @return
|
|
157
|
+
* @return The root group of the exported scene.
|
|
158
158
|
*/
|
|
159
159
|
export() {
|
|
160
160
|
return this.exportElement(this.element.nativeElement);
|
|
@@ -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.0.0-develop.
|
|
18
|
+
publishDate: 1685106884,
|
|
19
|
+
version: '13.0.0-develop.8',
|
|
20
20
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21
21
|
};
|
|
22
22
|
|
|
@@ -152,7 +152,7 @@ class PDFExportComponent {
|
|
|
152
152
|
/**
|
|
153
153
|
* Exports the content as a `Group` for further processing.
|
|
154
154
|
*
|
|
155
|
-
* @return
|
|
155
|
+
* @return The root group of the exported scene.
|
|
156
156
|
*/
|
|
157
157
|
export() {
|
|
158
158
|
return this.exportElement(this.element.nativeElement);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdf-export",
|
|
3
|
-
"version": "13.0.0-develop.
|
|
3
|
+
"version": "13.0.0-develop.8",
|
|
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.0.0-develop.
|
|
25
|
+
"@progress/kendo-angular-common": "13.0.0-develop.8",
|
|
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.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-schematics": "13.0.0-develop.8",
|
|
31
31
|
"@progress/kendo-file-saver": "^1.0.1"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
@@ -189,7 +189,7 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
|
|
|
189
189
|
/**
|
|
190
190
|
* Exports the content as a `Group` for further processing.
|
|
191
191
|
*
|
|
192
|
-
* @return
|
|
192
|
+
* @return The root group of the exported scene.
|
|
193
193
|
*/
|
|
194
194
|
export(): Promise<Group>;
|
|
195
195
|
protected save(element: HTMLElement, fileName: string): void;
|