@progress/telerik-react-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
@@ -23,7 +23,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
23
23
  and has a dependency to jQuery itself), it brings reporting value to your React applications
24
24
  in no time.
25
25
 
26
- This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 19.3.26.121
26
+ This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 20.0.26.211
27
27
 
28
28
  ## License
29
29
 
@@ -32,10 +32,10 @@ This version of the React Report Viewer requires Telerik Report Server or Teleri
32
32
 
33
33
  If you do not own a commercial license, the use of this product shall be governed by the trial license terms.
34
34
 
35
- Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
35
+ Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
36
36
 
37
37
  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).
38
38
 
39
- _Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
39
+ _Copyright © 2026 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
40
40
 
41
- _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._
41
+ _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-react-report-viewer",
3
3
  "description": "Progress® Telerik® Report Viewer for React",
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",
@@ -66,6 +66,6 @@
66
66
  "react-dom": ">=16.8.6"
67
67
  },
68
68
  "dependencies": {
69
- "@progress/telerik-jquery-report-viewer": "28.26.121"
69
+ "@progress/telerik-jquery-report-viewer": "29.26.211"
70
70
  }
71
71
  }