@progress/telerik-jquery-report-viewer 25.25.211 → 25.25.313
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/reportViewer.js +1 -1
- package/dist/es/reportViewer.js +1 -1
- package/dist/font/font-icons.css +4 -4
- package/dist/font/font-icons.min.css +3 -3
- package/dist/js/telerikReportViewer.js +2 -2
- package/dist/js/telerikReportViewer.min.js +1 -1
- package/dist/styles/telerikReportViewer.css +1 -1
- package/dist/styles/telerikReportViewer.min.css +1 -1
- package/dist/templates/telerikReportViewerTemplate-FA.html +3 -3
- package/dist/templates/telerikReportViewerTemplate.html +3 -3
- package/package.json +1 -1
- /package/dist/font/{ReportingIcons-19.0.25.211.ttf → ReportingIcons-19.0.25.313.ttf} +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* TelerikReporting v19.0.25.
|
2
|
+
* TelerikReporting v19.0.25.313 (https://www.telerik.com/products/reporting.aspx)
|
3
3
|
* Copyright 2025 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 v19.0.25.
|
2
|
+
* TelerikReporting v19.0.25.313 (https://www.telerik.com/products/reporting.aspx)
|
3
3
|
* Copyright 2025 Progress Software EAD. All rights reserved.
|
4
4
|
*
|
5
5
|
* Telerik Reporting commercial licenses may be obtained at
|
@@ -5,8 +5,8 @@
|
|
5
5
|
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
|
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-19.0.25.
|
9
|
-
<link href="{service}resources/styles/telerikReportViewer-19.0.25.
|
8
|
+
<link href="{service}resources/font/fonticons-19.0.25.313.css/" rel="stylesheet" />
|
9
|
+
<link href="{service}resources/styles/telerikReportViewer-19.0.25.313.css/" rel="stylesheet" />
|
10
10
|
|
11
11
|
</head>
|
12
12
|
<body>
|
@@ -314,4 +314,4 @@
|
|
314
314
|
|
315
315
|
</body>
|
316
316
|
</html>
|
317
|
-
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
317
|
+
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 0f8d6fbeee9ac981a2ae859933e0598a -->
|
@@ -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-19.0.25.
|
8
|
-
<link href="{service}resources/styles/telerikReportViewer-19.0.25.
|
7
|
+
<link href="{service}resources/font/fonticons-19.0.25.313.css/" rel="stylesheet" />
|
8
|
+
<link href="{service}resources/styles/telerikReportViewer-19.0.25.313.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 ee30fdba258adc024432752df73be389 -->
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/telerik-jquery-report-viewer",
|
3
3
|
"description": "Progress® Telerik® Report Viewer for jQuery",
|
4
|
-
"version": "25.25.
|
4
|
+
"version": "25.25.313",
|
5
5
|
"author": "Progress",
|
6
6
|
"license": "See LICENSE.md",
|
7
7
|
"homepage": "https://www.telerik.com/reporting",
|
File without changes
|