@progress/kendo-angular-pdf-export 22.1.0-develop.8 → 23.0.0-develop.1

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.
@@ -17,12 +17,12 @@ const packageMetadata = {
17
17
  productCode: 'KENDOUIANGULAR',
18
18
  productCodes: ['KENDOUIANGULAR'],
19
19
  publishDate: 0,
20
- version: '22.1.0-develop.8',
20
+ version: '23.0.0-develop.1',
21
21
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
22
22
  };
23
23
 
24
24
  /**
25
- * Represents the directive for defining a custom page template in the PDF Export component ([see example](slug:multipagecontent_pdfexport#page-templates)).
25
+ * Represents the directive for defining a custom page template in the PDF Export component ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/multi-page-content#page-templates)).
26
26
  *
27
27
  * @example
28
28
  * ```html
@@ -149,7 +149,7 @@ const compileTemplate = (templateRef) => {
149
149
  };
150
150
 
151
151
  /**
152
- * Represents the [Kendo UI PDF Export component for Angular](slug:overview_pdfexport).
152
+ * Represents the [Kendo UI PDF Export component for Angular](https://www.telerik.com/kendo-angular-ui/components/pdf-export).
153
153
  *
154
154
  * @example
155
155
  * ```html
@@ -168,7 +168,7 @@ const compileTemplate = (templateRef) => {
168
168
  class PDFExportComponent {
169
169
  element;
170
170
  /**
171
- * If `true`, opens the Print dialog immediately after the PDF loads ([see example](slug:autoprint_pdfexport)).
171
+ * If `true`, opens the Print dialog immediately after the PDF loads ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/auto-print)).
172
172
  * Requires `@progress/kendo-drawing` v1.9.0 or later.
173
173
  * @default false
174
174
  */
@@ -178,17 +178,17 @@ class PDFExportComponent {
178
178
  */
179
179
  author;
180
180
  /**
181
- * Specifies whether actual hyperlinks will be produced in the exported PDF file ([see example](slug:hyperlinks_pdfexport)). You can also set a CSS selector to ignore matching links.
181
+ * Specifies whether actual hyperlinks will be produced in the exported PDF file ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/disabling-hyperlinks)). You can also set a CSS selector to ignore matching links.
182
182
  */
183
183
  avoidLinks;
184
184
  /**
185
185
  * Sets a CSS selector for elements that cause page breaks
186
- * ([see example](slug:multipagecontent_pdfexport#toc-manual-page-breaking)).
186
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/multi-page-content#manual-page-breaking)).
187
187
  */
188
188
  forcePageBreak;
189
189
  /**
190
190
  * Sets a CSS selector for elements that should not split across pages
191
- * ([see example](slug:multipagecontent_pdfexport#toc-preventing-page-breaking-in-elements)).
191
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/multi-page-content#preventing-page-breaking-in-elements)).
192
192
  */
193
193
  keepTogether;
194
194
  /**
@@ -202,7 +202,7 @@ class PDFExportComponent {
202
202
  */
203
203
  date;
204
204
  /**
205
- * Sets the image resolution in the exported PDF ([see example](slug:embeddedimages_pdfexport)). By default, images use full resolution.
205
+ * Sets the image resolution in the exported PDF ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/embedded-images)). By default, images use full resolution.
206
206
  */
207
207
  imageResolution;
208
208
  /**
@@ -239,12 +239,12 @@ class PDFExportComponent {
239
239
  paperSize;
240
240
  /**
241
241
  * If `true`, repeats the `<thead>` elements of tables on each page. This helps keep table headers visible on every page
242
- * ([see example](slug:recurrenttableheaders_pdfexport)).
242
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/repeated-table-headers)).
243
243
  */
244
244
  repeatHeaders;
245
245
  /**
246
246
  * Sets a scale factor for the PDF output. Use this to make the PDF content smaller or larger
247
- * ([see example](slug:scalingofcontent_pdfexport)).
247
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/scaling-of-content)).
248
248
  *
249
249
  * @default 1
250
250
  */
@@ -259,7 +259,7 @@ class PDFExportComponent {
259
259
  * The proxy returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.pdf>"`.
260
260
  *
261
261
  * In the request body, the proxy receives a POST request with the specific parameters
262
- * ([see example](slug:server_proxy#toc-implementations)).
262
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/file-saver/server-proxy#implementations)).
263
263
  */
264
264
  proxyURL;
265
265
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769420921,
11
- "version": "22.1.0-develop.8",
10
+ "publishDate": 1770286909,
11
+ "version": "23.0.0-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pdf-export",
3
- "version": "22.1.0-develop.8",
3
+ "version": "23.0.0-develop.1",
4
4
  "description": "Kendo UI for Angular PDF Export Component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1769420921,
20
+ "publishDate": 1770286909,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -26,14 +26,14 @@
26
26
  "@angular/common": "19 - 21",
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/platform-browser": "19 - 21",
29
- "@progress/kendo-drawing": "^1.23.1",
30
- "@progress/kendo-licensing": "^1.7.0",
31
- "@progress/kendo-angular-common": "22.1.0-develop.8",
29
+ "@progress/kendo-drawing": "^1.24.0",
30
+ "@progress/kendo-licensing": "^1.10.0",
31
+ "@progress/kendo-angular-common": "23.0.0-develop.1",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "22.1.0-develop.8",
36
+ "@progress/kendo-angular-schematics": "23.0.0-develop.1",
37
37
  "@progress/kendo-file-saver": "^1.0.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
@@ -5,7 +5,7 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Represents the directive for defining a custom page template in the PDF Export component ([see example](slug:multipagecontent_pdfexport#page-templates)).
8
+ * Represents the directive for defining a custom page template in the PDF Export component ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/multi-page-content#page-templates)).
9
9
  *
10
10
  * @example
11
11
  * ```html
@@ -18,7 +18,7 @@ import * as i0 from "@angular/core";
18
18
  */
19
19
  export type PaperSize = pdf.PaperSize;
20
20
  /**
21
- * Represents the [Kendo UI PDF Export component for Angular](slug:overview_pdfexport).
21
+ * Represents the [Kendo UI PDF Export component for Angular](https://www.telerik.com/kendo-angular-ui/components/pdf-export).
22
22
  *
23
23
  * @example
24
24
  * ```html
@@ -37,7 +37,7 @@ export type PaperSize = pdf.PaperSize;
37
37
  export declare class PDFExportComponent implements pdf.PDFOptions {
38
38
  protected element: ElementRef;
39
39
  /**
40
- * If `true`, opens the Print dialog immediately after the PDF loads ([see example](slug:autoprint_pdfexport)).
40
+ * If `true`, opens the Print dialog immediately after the PDF loads ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/auto-print)).
41
41
  * Requires `@progress/kendo-drawing` v1.9.0 or later.
42
42
  * @default false
43
43
  */
@@ -47,17 +47,17 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
47
47
  */
48
48
  author: string;
49
49
  /**
50
- * Specifies whether actual hyperlinks will be produced in the exported PDF file ([see example](slug:hyperlinks_pdfexport)). You can also set a CSS selector to ignore matching links.
50
+ * Specifies whether actual hyperlinks will be produced in the exported PDF file ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/disabling-hyperlinks)). You can also set a CSS selector to ignore matching links.
51
51
  */
52
52
  avoidLinks: boolean | string;
53
53
  /**
54
54
  * Sets a CSS selector for elements that cause page breaks
55
- * ([see example](slug:multipagecontent_pdfexport#toc-manual-page-breaking)).
55
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/multi-page-content#manual-page-breaking)).
56
56
  */
57
57
  forcePageBreak: string;
58
58
  /**
59
59
  * Sets a CSS selector for elements that should not split across pages
60
- * ([see example](slug:multipagecontent_pdfexport#toc-preventing-page-breaking-in-elements)).
60
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/multi-page-content#preventing-page-breaking-in-elements)).
61
61
  */
62
62
  keepTogether: string;
63
63
  /**
@@ -71,7 +71,7 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
71
71
  */
72
72
  date: Date;
73
73
  /**
74
- * Sets the image resolution in the exported PDF ([see example](slug:embeddedimages_pdfexport)). By default, images use full resolution.
74
+ * Sets the image resolution in the exported PDF ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/embedded-images)). By default, images use full resolution.
75
75
  */
76
76
  imageResolution: number;
77
77
  /**
@@ -108,12 +108,12 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
108
108
  paperSize: PaperSize;
109
109
  /**
110
110
  * If `true`, repeats the `<thead>` elements of tables on each page. This helps keep table headers visible on every page
111
- * ([see example](slug:recurrenttableheaders_pdfexport)).
111
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/repeated-table-headers)).
112
112
  */
113
113
  repeatHeaders: boolean;
114
114
  /**
115
115
  * Sets a scale factor for the PDF output. Use this to make the PDF content smaller or larger
116
- * ([see example](slug:scalingofcontent_pdfexport)).
116
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/pdf-export/scaling-of-content)).
117
117
  *
118
118
  * @default 1
119
119
  */
@@ -130,7 +130,7 @@ export declare class PDFExportComponent implements pdf.PDFOptions {
130
130
  * The proxy returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.pdf>"`.
131
131
  *
132
132
  * In the request body, the proxy receives a POST request with the specific parameters
133
- * ([see example](slug:server_proxy#toc-implementations)).
133
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/file-saver/server-proxy#implementations)).
134
134
  */
135
135
  proxyURL: string;
136
136
  /**