@progress/telerik-angular-report-viewer 28.26.121 → 29.26.211

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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
22
22
  and has a dependency to jQuery itself), it brings reporting value to your Angular applications
23
23
  in no time.
24
24
 
25
- This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 19.3.26.121.
25
+ This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 20.0.26.211.
26
26
 
27
27
  ## License
28
28
 
@@ -31,10 +31,10 @@ This version of the Angular Report Viewer requires Telerik Report Server or Tele
31
31
 
32
32
  If you do not have a commercial license, the usage of this product is governed by the trial license terms.
33
33
 
34
- Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
34
+ Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
35
35
 
36
36
  Telerik Reporting licenses can be obtained through the [Telerik Reporting page](https://www.telerik.com/purchase/individual/reporting). For more information on licensing, configuration, and troubleshooting, refer to the product documentation's [License section](https://docs.telerik.com/reporting/licensing/setting-up-your-telerik-reporting-license-key).
37
37
 
38
- _Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
38
+ _Copyright © 2026 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
39
39
 
40
40
  _Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
@@ -1,6 +1,6 @@
1
1
  var $ = require("jquery");
2
2
  /*
3
- * TelerikReporting v19.3.26.121 (https://www.telerik.com/products/reporting.aspx)
3
+ * TelerikReporting v20.0.26.211 (https://www.telerik.com/products/reporting.aspx)
4
4
  * Copyright 2026 Progress Software EAD. All rights reserved.
5
5
  *
6
6
  * Telerik Reporting commercial licenses may be obtained at
@@ -8875,7 +8875,7 @@ ${e3.text} (${e3.id})`;
8875
8875
  if (!validateOptions(options)) {
8876
8876
  return;
8877
8877
  }
8878
- var version = "19.3.26.121";
8878
+ var version = "20.0.26.211";
8879
8879
  options = $.extend({}, getDefaultOptions(svcApiUrl, version), options);
8880
8880
  settings = new ReportViewerSettings(
8881
8881
  persistanceKey,
@@ -4,8 +4,8 @@
4
4
  <title>Telerik HTML5 Report Viewer Templates</title>
5
5
 
6
6
  <!--Telerik served resources. For more information see: http://docs.telerik.com/reporting/html5-report-viewer-styling-and-appearance -->
7
- <link href="{service}resources/font/fonticons-19.3.26.121.css/" rel="stylesheet" />
8
- <link href="{service}resources/styles/telerikReportViewer-19.3.26.121.css/" rel="stylesheet" />
7
+ <link href="{service}resources/font/fonticons-20.0.26.211.css/" rel="stylesheet" />
8
+ <link href="{service}resources/styles/telerikReportViewer-20.0.26.211.css/" rel="stylesheet" />
9
9
 
10
10
  </head>
11
11
  <body>
@@ -387,4 +387,4 @@
387
387
 
388
388
  </body>
389
389
  </html>
390
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM f80249e9b33f8c9b797d03d4fe7fc018 -->
390
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 488f394094ba52cec9f6ba1d65b25513 -->
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/telerik-angular-report-viewer",
3
3
  "description": "Progress® Telerik® Report Viewer for Angular",
4
- "version": "28.26.121",
4
+ "version": "29.26.211",
5
5
  "author": "Progress",
6
6
  "license": "See LICENSE.md",
7
7
  "homepage": "https://www.telerik.com/reporting",
@@ -51,6 +51,6 @@
51
51
  "jquery": "^1.10.0 || ^2.2.0 || ^3.7.0"
52
52
  },
53
53
  "dependencies": {
54
- "@progress/telerik-jquery-report-viewer": "28.26.121"
54
+ "@progress/telerik-jquery-report-viewer": "29.26.211"
55
55
  }
56
56
  }