@progress/telerik-react-report-viewer 28.25.1119 → 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 +4 -4
- package/dist/cjs/index.js +1 -1
- package/dist/dependencies/telerikReportViewer.js +419 -432
- package/dist/dependencies/telerikReportViewer.kendo.min.js +1 -1
- package/dist/dependencies/telerikReportViewerTemplate.html +4 -4
- package/dist/es/index.js +1 -1
- package/package.json +2 -2
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
|
|
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 ©
|
|
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._
|
package/dist/cjs/index.js
CHANGED
|
@@ -7,4 +7,4 @@ var _client = require("react-dom/client");
|
|
|
7
7
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
8
|
const container = document.getElementById('root');
|
|
9
9
|
const root = (0, _client.createRoot)(container);
|
|
10
|
-
root.render(
|
|
10
|
+
root.render(/*#__PURE__*/_react.default.createElement(_reportViewer.ReportViewer, null));
|