@progress/telerik-angular-report-viewer 16.22.622 → 16.22.804

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
@@ -18,7 +18,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
18
18
  and has a dependency to jQuery itself), it brings reporting value to your Angular applications
19
19
  in no time.
20
20
 
21
- This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.1.22.622
21
+ This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.1.22.804
22
22
 
23
23
  ## License
24
24
 
@@ -1,11 +1,11 @@
1
1
 
2
2
 
3
3
  /*
4
- * TelerikReporting v16.1.22.622 (http://www.telerik.com/products/reporting.aspx)
4
+ * TelerikReporting v16.1.22.804 (https://www.telerik.com/products/reporting.aspx)
5
5
  * Copyright 2022 Progress Software EAD. All rights reserved.
6
6
  *
7
7
  * Telerik Reporting commercial licenses may be obtained at
8
- * http://www.telerik.com/purchase/license-agreement/reporting.aspx
8
+ * https://www.telerik.com/purchase/license-agreement/reporting.aspx
9
9
  * If you do not own a commercial license, this file shall be governed by the trial license terms.
10
10
  */
11
11
  var jQuery = require("jquery");
@@ -8030,7 +8030,7 @@ var telerikReportViewer = {};
8030
8030
  if (!validateOptions(options)) {
8031
8031
  return;
8032
8032
  }
8033
- var version = "16.1.22.622";
8033
+ var version = "16.1.22.804";
8034
8034
  options = utils.extend({}, getDefaultOptions(svcApiUrl, version), options);
8035
8035
  settings = new ReportViewerSettings(persistanceKey, options.persistSession ? window.sessionStorage : new MemStorage(), {
8036
8036
  scale: options.scale,
@@ -8534,4 +8534,4 @@ module.exports = {
8534
8534
  ReportViewer: telerikReportViewer.ReportViewer
8535
8535
  };
8536
8536
 
8537
- /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 10C2291EE2DBB8D1D4F658483557386E */
8537
+ /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM BC4451C7BA35085AC326B244BE886CBE */
@@ -5,8 +5,8 @@
5
5
  <title>Telerik HTML5 Report Viewer Templates</title>
6
6
 
7
7
  <!--Telerik served resources. For more information see: http://docs.telerik.com/reporting/html5-report-viewer-styling-and-appearance -->
8
- <link href="{service}resources/font/fonticons-16.1.22.622.css/" rel="stylesheet" />
9
- <link href="{service}resources/styles/telerikReportViewer-16.1.22.622.css/" rel="stylesheet" />
8
+ <link href="{service}resources/font/fonticons-16.1.22.804.css/" rel="stylesheet" />
9
+ <link href="{service}resources/styles/telerikReportViewer-16.1.22.804.css/" rel="stylesheet" />
10
10
 
11
11
  <script type="text/javascript">
12
12
  //IE9 fix
@@ -336,4 +336,4 @@
336
336
 
337
337
  </body>
338
338
  </html>
339
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 8A3CFC7DB9AA81291795C24845DC49CE -->
339
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 92386D588BB2C56A28086421B1C0D923 -->
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": "16.22.622",
4
+ "version": "16.22.804",
5
5
  "author": "Progress® Telerik® Reporting",
6
6
  "homepage": "https://www.telerik.com/reporting",
7
7
  "license": "https://www.telerik.com/purchase/license-agreement/reporting-dlw-s",