@progress/telerik-jquery-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 +1 -1
- package/dist/cjs/parametersArea.js +2 -1
- package/dist/cjs/reportViewer.js +1 -1
- package/dist/cjs/sr.js +1 -0
- package/dist/font/font-icons.css +4 -4
- package/dist/font/font-icons.min.css +3 -3
- package/dist/js/telerikReportViewer.js +6 -3
- package/dist/js/telerikReportViewer.min.js +1 -1
- package/dist/js/telerikReportViewer.stringResources.js +1 -0
- package/dist/styles/telerikReportViewer.css +1 -1
- package/dist/styles/telerikReportViewer.min.css +1 -1
- package/dist/templates/telerikReportViewerTemplate.html +3 -3
- package/package.json +1 -9
- /package/dist/font/{ReportingIcons-20.0.26.402.ttf → ReportingIcons-20.0.26.424.ttf} +0 -0
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
ariaLabelDocumentMap: "Document map area",
|
|
111
111
|
ariaLabelDocumentMapSplitter: "Document map area splitbar.",
|
|
112
112
|
ariaLabelParametersAreaSplitter: "Parameters area splitbar.",
|
|
113
|
+
ariaLabelParametersArea: "Parameters area. Contains {0} parameters.",
|
|
113
114
|
ariaLabelPagesArea: "Report contents area",
|
|
114
115
|
ariaLabelSearchDialogArea: "Search area",
|
|
115
116
|
ariaLabelAiPromptDialogArea: "AI prompt area",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* TelerikReporting v20.0.26.
|
|
2
|
+
* TelerikReporting v20.0.26.424 (https://www.telerik.com/products/reporting.aspx)
|
|
3
3
|
* Copyright 2026 Progress Software EAD. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Telerik Reporting commercial licenses may be obtained at
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* TelerikReporting v20.0.26.
|
|
2
|
+
* TelerikReporting v20.0.26.424 (https://www.telerik.com/products/reporting.aspx)
|
|
3
3
|
* Copyright 2026 Progress Software EAD. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Telerik Reporting commercial licenses may be obtained at
|
|
@@ -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-jquery-report-viewer",
|
|
3
3
|
"description": "Progress® Telerik® Report Viewer for jQuery",
|
|
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/jquery-viewer"
|
|
12
|
-
},
|
|
13
|
-
"bugs": {
|
|
14
|
-
"url": "https://github.com/telerik/reporting/issues/new?labels=bug,FW:jQuery&template=bug_report.md"
|
|
15
|
-
},
|
|
16
8
|
"keywords": [
|
|
17
9
|
"Progress",
|
|
18
10
|
"Telerik",
|
|
File without changes
|