@progress/telerik-angular-report-viewer 27.25.813 → 27.25.1001
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.
@@ -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.2.25.
|
8
|
-
<link href="{service}resources/styles/telerikReportViewer-19.2.25.
|
7
|
+
<link href="{service}resources/font/fonticons-19.2.25.1001.css/" rel="stylesheet" />
|
8
|
+
<link href="{service}resources/styles/telerikReportViewer-19.2.25.1001.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 381a14fd5045a273793419c47d88a74a -->
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/telerik-angular-report-viewer",
|
3
3
|
"description": "Progress® Telerik® Report Viewer for Angular",
|
4
|
-
"version": "27.25.
|
4
|
+
"version": "27.25.1001",
|
5
5
|
"author": "Progress",
|
6
6
|
"license": "See LICENSE.md",
|
7
7
|
"homepage": "https://www.telerik.com/reporting",
|
@@ -47,6 +47,6 @@
|
|
47
47
|
"jquery": "^1.10.0 || ^2.2.0 || ^3.7.0"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@progress/telerik-jquery-report-viewer": "27.25.
|
50
|
+
"@progress/telerik-jquery-report-viewer": "27.25.1001"
|
51
51
|
}
|
52
52
|
}
|