@progress/telerik-react-report-viewer 29.26.402 → 29.26.424
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
|
@@ -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 20.0.26.
|
|
26
|
+
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 20.0.26.424
|
|
27
27
|
|
|
28
28
|
## License
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var $ = require("jquery");
|
|
2
2
|
/*
|
|
3
|
-
* TelerikReporting v20.0.26.
|
|
3
|
+
* TelerikReporting v20.0.26.424 (https://www.telerik.com/products/reporting.aspx)
|
|
4
4
|
* Copyright 2026 Progress Software EAD. All rights reserved.
|
|
5
5
|
*
|
|
6
6
|
* Telerik Reporting commercial licenses may be obtained at
|
|
@@ -1441,6 +1441,7 @@ var telerikReportViewer = (function (exports) {
|
|
|
1441
1441
|
l2((n2 = n2.apply(e2, t2 || [])).next());
|
|
1442
1442
|
});
|
|
1443
1443
|
}
|
|
1444
|
+
"function" == typeof SuppressedError && SuppressedError;
|
|
1444
1445
|
class n {
|
|
1445
1446
|
constructor() {
|
|
1446
1447
|
this.BasePath = "", this.ImmediatePrint = false, this.ContentOnly = false, this.UseSVG = false, this.enableSearch = false, this.enableAccessibility = false, this.contentTabIndex = 0;
|
|
@@ -4705,6 +4706,7 @@ ${e3.text} (${e3.id})`;
|
|
|
4705
4706
|
ariaLabelDocumentMap: "Document map area",
|
|
4706
4707
|
ariaLabelDocumentMapSplitter: "Document map area splitbar.",
|
|
4707
4708
|
ariaLabelParametersAreaSplitter: "Parameters area splitbar.",
|
|
4709
|
+
ariaLabelParametersArea: "Parameters area. Contains {0} parameters.",
|
|
4708
4710
|
ariaLabelPagesArea: "Report contents area",
|
|
4709
4711
|
ariaLabelSearchDialogArea: "Search area",
|
|
4710
4712
|
ariaLabelAiPromptDialogArea: "AI prompt area",
|
|
@@ -6687,7 +6689,8 @@ ${e3.text} (${e3.id})`;
|
|
|
6687
6689
|
if (this.parameters.length > 0) {
|
|
6688
6690
|
this._parametersWrapper.append(...$tempContainer.children().get());
|
|
6689
6691
|
if (this.enableAccessibility) {
|
|
6690
|
-
|
|
6692
|
+
var renderedCount = this._parametersWrapper.children.length;
|
|
6693
|
+
this._parametersWrapper.setAttribute("aria-label", stringFormat(stringResources.ariaLabelParametersArea, [renderedCount]));
|
|
6691
6694
|
}
|
|
6692
6695
|
}
|
|
6693
6696
|
}
|
|
@@ -9090,7 +9093,7 @@ ${e3.text} (${e3.id})`;
|
|
|
9090
9093
|
if (!validateOptions(options)) {
|
|
9091
9094
|
return;
|
|
9092
9095
|
}
|
|
9093
|
-
var version = "20.0.26.
|
|
9096
|
+
var version = "20.0.26.424";
|
|
9094
9097
|
options = $.extend({}, getDefaultOptions(svcApiUrl, version), options);
|
|
9095
9098
|
settings = new ReportViewerSettings(
|
|
9096
9099
|
persistanceKey,
|
|
@@ -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-20.0.26.
|
|
8
|
-
<link href="{service}resources/styles/telerikReportViewer-20.0.26.
|
|
7
|
+
<link href="{service}resources/font/fonticons-20.0.26.424.css/" rel="stylesheet" />
|
|
8
|
+
<link href="{service}resources/styles/telerikReportViewer-20.0.26.424.css/" rel="stylesheet" />
|
|
9
9
|
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
@@ -387,4 +387,4 @@
|
|
|
387
387
|
|
|
388
388
|
</body>
|
|
389
389
|
</html>
|
|
390
|
-
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
|
390
|
+
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 1b721a8e95e4af291cdc1f66df20208a -->
|
package/package.json
CHANGED
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/telerik-react-report-viewer",
|
|
3
3
|
"description": "Progress® Telerik® Report Viewer for React",
|
|
4
|
-
"version": "29.26.
|
|
4
|
+
"version": "29.26.424",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "See LICENSE.md",
|
|
7
7
|
"homepage": "https://www.telerik.com/reporting",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/telerik/reporting.git",
|
|
11
|
-
"directory": "Source/Code/Telerik.ReportViewer.Web/react-viewer"
|
|
12
|
-
},
|
|
13
|
-
"bugs": {
|
|
14
|
-
"url": "https://github.com/telerik/reporting/issues/new?labels=bug,FW:react&template=bug_report.md"
|
|
15
|
-
},
|
|
16
8
|
"keywords": [
|
|
17
9
|
"Progress",
|
|
18
10
|
"Telerik",
|
|
@@ -66,6 +58,6 @@
|
|
|
66
58
|
"react-dom": ">=16.8.6"
|
|
67
59
|
},
|
|
68
60
|
"dependencies": {
|
|
69
|
-
"@progress/telerik-jquery-report-viewer": "29.26.
|
|
61
|
+
"@progress/telerik-jquery-report-viewer": "29.26.424"
|
|
70
62
|
}
|
|
71
63
|
}
|