@progress/telerik-react-report-viewer 30.26.707 → 31.26.812

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-20.1.26.707.css/" rel="stylesheet" />
8
- <link href="{service}resources/styles/telerikReportViewer-20.1.26.707.css/" rel="stylesheet" />
7
+ <link href="{service}resources/font/fonticons-20.2.26.812.css/" rel="stylesheet" />
8
+ <link href="{service}resources/styles/telerikReportViewer-20.2.26.812.css/" rel="stylesheet" />
9
9
 
10
10
  </head>
11
11
  <body>
@@ -216,7 +216,7 @@
216
216
  </div>
217
217
  <div class="k-notification k-hidden trv-notification">
218
218
  <div class="k-notification-wrap">
219
- <span class="k-icon k-i-warning"></span>
219
+ <span class="k-icon k-i-warning-circle"></span>
220
220
  <div class="k-notification-content trv-error-message"></div>
221
221
  </div>
222
222
  </div>
@@ -387,4 +387,4 @@
387
387
 
388
388
  </body>
389
389
  </html>
390
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 4dc449a03883b1bc7204e4eaaead2a73 -->
390
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM edd0d7378e07f8bc1422b7cd7d2d9e42 -->
@@ -340,9 +340,11 @@ import { ReportViewer } from '../dependencies/telerikReportViewer.js';
340
340
  * @property {string} [serviceUrl] - Sets the address of the Report REST Service. Required if reportServer is not provided.
341
341
  * @example <propertyName>serviceUrl</propertyName>
342
342
  * // Set the service URL for the report viewer
343
+ * // Note: The viewer container must have a resolved height to render (for example, height or absolute positioning with top and bottom).
343
344
  * <TelerikReportViewer
344
345
  * serviceUrl="api/reports/"
345
346
  * reportSource={{ report: "Dashboard.trdp" }}
347
+ * viewerContainerStyle={{ width: '100%', height: '600px' }}
346
348
  * />
347
349
  *
348
350
  * @property {ReportServer} [reportServer] - Sets the configuration details for Telerik Report Server. Required if serviceUrl is not provided.
@@ -381,9 +383,11 @@ import { ReportViewer } from '../dependencies/telerikReportViewer.js';
381
383
  * @property {ReportSource} [reportSource] - Sets the report and initial report parameter values for the viewer to be displayed.
382
384
  * @example <propertyName>reportSource</propertyName>
383
385
  * // Basic report source
386
+ * // Note: The viewer container must have a resolved height to render (for example, height or absolute positioning with top and bottom).
384
387
  * <TelerikReportViewer
385
388
  * serviceUrl="api/reports/"
386
389
  * reportSource={{ report: "Dashboard.trdp" }}
390
+ * viewerContainerStyle={{ width: '100%', height: '600px' }}
387
391
  * />
388
392
  *
389
393
  * @example
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": "30.26.707",
4
+ "version": "31.26.812",
5
5
  "author": "Progress",
6
6
  "license": "See LICENSE.md",
7
7
  "homepage": "https://www.telerik.com/reporting",
@@ -51,7 +51,7 @@
51
51
  "react-dom": ">=16.8.6"
52
52
  },
53
53
  "dependencies": {
54
- "@progress/telerik-jquery-report-viewer": "30.26.707"
54
+ "@progress/telerik-jquery-report-viewer": "31.26.812"
55
55
  },
56
56
  "scripts": {
57
57
  "start": "react-scripts start",