@progress/telerik-react-report-viewer 20.23.1010 → 20.23.1114
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
@@ -17,7 +17,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
|
|
17
17
|
and has a dependency to jQuery itself), it brings reporting value to your React applications
|
18
18
|
in no time.
|
19
19
|
|
20
|
-
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service
|
20
|
+
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 17.2.23.1114
|
21
21
|
|
22
22
|
## License
|
23
23
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
var $ = require("jquery");
|
2
2
|
/*
|
3
|
-
* TelerikReporting v17.2.23.
|
3
|
+
* TelerikReporting v17.2.23.1114 (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.
|
8307
|
+
var version = "17.2.23.1114";
|
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
|
8876
|
+
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 90485bf9963b5f8fe2856225dae030cb */
|
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.
|
8
|
-
<link href="{service}resources/styles/telerikReportViewer-17.2.23.
|
7
|
+
<link href="{service}resources/font/fonticons-17.2.23.1114.css/" rel="stylesheet" />
|
8
|
+
<link href="{service}resources/styles/telerikReportViewer-17.2.23.1114.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
|
332
|
+
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM e7abbe1152b58ee77a0c9c643dfe2c57 -->
|
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": "20.23.
|
4
|
+
"version": "20.23.1114",
|
5
5
|
"author": "Progress",
|
6
6
|
"license": "See LICENSE.md",
|
7
7
|
"homepage": "https://www.telerik.com/reporting",
|