@progress/kendo-angular-pdfviewer 24.0.0-develop.27 → 24.0.0-develop.29

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.
@@ -340,8 +340,8 @@ const packageMetadata = {
340
340
  productName: 'Kendo UI for Angular',
341
341
  productCode: 'KENDOUIANGULAR',
342
342
  productCodes: ['KENDOUIANGULAR'],
343
- publishDate: 1778613272,
344
- version: '24.0.0-develop.27',
343
+ publishDate: 1778673383,
344
+ version: '24.0.0-develop.29',
345
345
  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',
346
346
  };
347
347
 
@@ -2193,9 +2193,9 @@ class PDFViewerComponent {
2193
2193
  this.pdfViewerWidget?.scrollToPage({ pageNumber: page });
2194
2194
  }
2195
2195
  /**
2196
- * Clears the currently loaded PDF document and displays the blank page.
2196
+ * Unloads the PDF document and displays a blank page.
2197
2197
  */
2198
- clear() {
2198
+ unloadDocument() {
2199
2199
  this.ngZone.runOutsideAngular(() => {
2200
2200
  this.pdfViewerWidget?.destroy();
2201
2201
  this.removePdfPageElements();
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778613272,
11
- "version": "24.0.0-develop.27",
10
+ "publishDate": 1778673383,
11
+ "version": "24.0.0-develop.29",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pdfviewer",
3
- "version": "24.0.0-develop.27",
3
+ "version": "24.0.0-develop.29",
4
4
  "description": "Kendo UI PDFViewer for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1778613272,
22
+ "publishDate": 1778673383,
23
23
  "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"
24
24
  }
25
25
  },
@@ -29,23 +29,23 @@
29
29
  "@angular/core": "19 - 21",
30
30
  "@angular/platform-browser": "19 - 21",
31
31
  "@progress/kendo-licensing": "^1.11.0",
32
- "@progress/kendo-angular-buttons": "24.0.0-develop.27",
33
- "@progress/kendo-angular-common": "24.0.0-develop.27",
34
- "@progress/kendo-angular-dialog": "24.0.0-develop.27",
35
- "@progress/kendo-angular-dropdowns": "24.0.0-develop.27",
36
- "@progress/kendo-angular-inputs": "24.0.0-develop.27",
37
- "@progress/kendo-angular-intl": "24.0.0-develop.27",
38
- "@progress/kendo-angular-l10n": "24.0.0-develop.27",
39
- "@progress/kendo-angular-icons": "24.0.0-develop.27",
40
- "@progress/kendo-angular-indicators": "24.0.0-develop.27",
41
- "@progress/kendo-angular-pager": "24.0.0-develop.27",
42
- "@progress/kendo-angular-popup": "24.0.0-develop.27",
43
- "@progress/kendo-angular-upload": "24.0.0-develop.27",
32
+ "@progress/kendo-angular-buttons": "24.0.0-develop.29",
33
+ "@progress/kendo-angular-common": "24.0.0-develop.29",
34
+ "@progress/kendo-angular-dialog": "24.0.0-develop.29",
35
+ "@progress/kendo-angular-dropdowns": "24.0.0-develop.29",
36
+ "@progress/kendo-angular-inputs": "24.0.0-develop.29",
37
+ "@progress/kendo-angular-intl": "24.0.0-develop.29",
38
+ "@progress/kendo-angular-l10n": "24.0.0-develop.29",
39
+ "@progress/kendo-angular-icons": "24.0.0-develop.29",
40
+ "@progress/kendo-angular-indicators": "24.0.0-develop.29",
41
+ "@progress/kendo-angular-pager": "24.0.0-develop.29",
42
+ "@progress/kendo-angular-popup": "24.0.0-develop.29",
43
+ "@progress/kendo-angular-upload": "24.0.0-develop.29",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "24.0.0-develop.27",
48
+ "@progress/kendo-angular-schematics": "24.0.0-develop.29",
49
49
  "@progress/kendo-file-saver": "^1.0.1",
50
50
  "@progress/kendo-pdfviewer-common": "0.6.4"
51
51
  },
@@ -258,9 +258,9 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
258
258
  */
259
259
  scrollToPage(page: number): void;
260
260
  /**
261
- * Clears the currently loaded PDF document and displays the blank page.
261
+ * Unloads the PDF document and displays a blank page.
262
262
  */
263
- clear(): void;
263
+ unloadDocument(): void;
264
264
  /**
265
265
  * @hidden
266
266
  */
@@ -9,8 +9,8 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PDFViewerModule', package: 'pdfviewer', peerDependencies: {
11
11
  // peers of the dropdowns
12
- '@progress/kendo-angular-navigation': '24.0.0-develop.27',
13
- '@progress/kendo-angular-treeview': '24.0.0-develop.27'
12
+ '@progress/kendo-angular-navigation': '24.0.0-develop.29',
13
+ '@progress/kendo-angular-treeview': '24.0.0-develop.29'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }