@progress/telerik-react-report-viewer 15.22.119 → 15.22.217

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,15 +1,30 @@
1
1
 
2
- #Progress Telerik Report Viewer for React component
2
+ # Progress Telerik Report Viewer component for React
3
3
 
4
- This package is part of the [Telerik Reporting](http://www.telerik.com/reporting).
4
+ This package is part of [Telerik Reporting](https://www.telerik.com/reporting).
5
5
 
6
- This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.0.22.119
6
+ This React component is a report viewer that will ensure straightforward embedding of reports for preview.
7
+ The viewer is built as a wrapper of the Telerik Reporting HTML5 Report Viewer widget,
8
+ inheriting all its strengths, including:
9
+
10
+ * Navigate the report pages for preview on the screen
7
11
 
12
+ * Exercise the defined interactivities like navigate to another report or to a bookmark in the same one,
13
+ drill-down or sort on a column, etc.
14
+
15
+ * Print or export the report to all the formats we support, including PDF and Excel
16
+
17
+ While the component is not native (the theming mechanism uses Kendo UI for jQuery
18
+ and has a dependency to jQuery itself), it brings reporting value to your React applications
19
+ in no time.
20
+
21
+ This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.0.22.217
22
+
8
23
  ## License
9
-
10
- **IMPORTANT** This is not free software. You must agree to the
11
- [Telerik End User License Agreement for Telerik Reporting](http://www.telerik.com/purchase/license-agreement/reporting-dlw-s) in order to use it.
12
-
24
+
25
+ **IMPORTANT** This is commercial software. You must agree to the
26
+ [Telerik End User License Agreement for Telerik Reporting](https://www.telerik.com/purchase/license-agreement/reporting-dlw-s) to use it.
27
+
13
28
  If you do not own a commercial license, the use of this product shall be governed by the trial license terms.
14
-
15
- Telerik Reporting licenses may be obtained at [http://www.telerik.com/purchase/individual/reporting](http://www.telerik.com/purchase/individual/reporting).
29
+
30
+ Telerik Reporting licenses may be obtained through the [Telerik Reporting page](https://www.telerik.com/purchase/individual/reporting).
@@ -1,7 +1,7 @@
1
1
 
2
2
 
3
3
  /*
4
- * TelerikReporting v16.0.22.119 (http://www.telerik.com/products/reporting.aspx)
4
+ * TelerikReporting v16.0.22.217 (http://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
@@ -8026,7 +8026,7 @@ var telerikReportViewer = {};
8026
8026
  if (!validateOptions(options)) {
8027
8027
  return;
8028
8028
  }
8029
- var version = "16.0.22.119";
8029
+ var version = "16.0.22.217";
8030
8030
  options = utils.extend({}, getDefaultOptions(svcApiUrl, version), options);
8031
8031
  settings = new ReportViewerSettings(persistanceKey, options.persistSession ? window.sessionStorage : new MemStorage(), {
8032
8032
  scale: options.scale,
@@ -8526,4 +8526,4 @@ module.exports = {
8526
8526
  ReportViewer: telerikReportViewer.ReportViewer
8527
8527
  };
8528
8528
 
8529
- /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 7F5B58D5554A0EC16A6C693B57ABEE97 */
8529
+ /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 0CDA35926A6B6098C53BD14552749D57 */
@@ -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.0.22.119.css/" rel="stylesheet" />
9
- <link href="{service}resources/styles/telerikReportViewer-16.0.22.119.css/" rel="stylesheet" />
8
+ <link href="{service}resources/font/fonticons-16.0.22.217.css/" rel="stylesheet" />
9
+ <link href="{service}resources/styles/telerikReportViewer-16.0.22.217.css/" rel="stylesheet" />
10
10
 
11
11
  <script type="text/javascript">
12
12
  //IE9 fix
@@ -340,4 +340,4 @@
340
340
 
341
341
  </body>
342
342
  </html>
343
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 45EC2B416D1E481DC3A8BFEF96384353 -->
343
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 1C6D2921BC58BCDB6B6FEC2907C456EF -->
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@progress/telerik-react-report-viewer",
3
- "version": "15.22.119",
3
+ "version": "15.22.217",
4
4
  "author": "Progress® Telerik® Reporting",
5
- "homepage": "http://www.telerik.com/reporting",
6
- "license": "http://www.telerik.com/purchase/license-agreement/reporting-dlw-s",
5
+ "homepage": "https://www.telerik.com/reporting",
6
+ "license": "https://www.telerik.com/purchase/license-agreement/reporting-dlw-s",
7
7
  "publishConfig": {
8
8
  "registry": "https://registry.npm.telerik.com"
9
9
  },
@@ -21,6 +21,20 @@
21
21
  "test": "react-scripts test --watchAll=false --json --passWithNoTests",
22
22
  "eject": "react-scripts eject"
23
23
  },
24
+ "keywords": [
25
+ "report",
26
+ "reports",
27
+ "reporting",
28
+ "embedded",
29
+ "ReportViewer",
30
+ "Report Viewer",
31
+ "Telerik",
32
+ "Kendo",
33
+ "KendoUI",
34
+ "React",
35
+ "html5",
36
+ "Progress"
37
+ ],
24
38
  "eslintConfig": {
25
39
  "extends": [
26
40
  "react-app",