@progress/telerik-react-report-viewer 19.23.1009 → 19.23.1010

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.
@@ -1,6 +1,6 @@
1
1
  var $ = require("jquery");
2
2
  /*
3
- * TelerikReporting v17.2.23.1009 (https://www.telerik.com/products/reporting.aspx)
3
+ * TelerikReporting v17.2.23.1010 (https://www.telerik.com/products/reporting.aspx)
4
4
  * Copyright 2023 Progress Software EAD. All rights reserved.
5
5
  *
6
6
  * Telerik Reporting commercial licenses may be obtained at
@@ -8304,7 +8304,7 @@ var telerikReportViewer = (() => {
8304
8304
  if (!validateOptions(options)) {
8305
8305
  return;
8306
8306
  }
8307
- var version = "17.2.23.1009";
8307
+ var version = "17.2.23.1010";
8308
8308
  options = extend({}, getDefaultOptions(svcApiUrl, version), options);
8309
8309
  settings = new ReportViewerSettings(
8310
8310
  persistanceKey,
@@ -8873,7 +8873,7 @@ var telerikReportViewer = (() => {
8873
8873
  return __toCommonJS(src_exports);
8874
8874
  })();
8875
8875
 
8876
- /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 43caa648f889100ee87700b1d487bd5d */
8876
+ /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM c1c9ebb5decf50ca835114e9e337b4ee */
8877
8877
  module.exports = {
8878
8878
  ReportViewer: telerikReportViewer.ReportViewer
8879
8879
  };
@@ -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-17.2.23.1009.css/" rel="stylesheet" />
8
- <link href="{service}resources/styles/telerikReportViewer-17.2.23.1009.css/" rel="stylesheet" />
7
+ <link href="{service}resources/font/fonticons-17.2.23.1010.css/" rel="stylesheet" />
8
+ <link href="{service}resources/styles/telerikReportViewer-17.2.23.1010.css/" rel="stylesheet" />
9
9
 
10
10
  </head>
11
11
  <body>
@@ -329,4 +329,4 @@
329
329
 
330
330
  </body>
331
331
  </html>
332
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 4f61a704de855c4d86475fd7e72f45be -->
332
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM a9fd4697dd2001761d080ecd226b83e3 -->
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": "19.23.1009",
4
+ "version": "19.23.1010",
5
5
  "author": "Progress",
6
6
  "license": "See LICENSE.md",
7
7
  "homepage": "https://www.telerik.com/reporting",