@progress/telerik-angular-report-viewer 15.22.217 → 15.22.225
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
@@ -18,7 +18,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
|
|
18
18
|
and has a dependency to jQuery itself), it brings reporting value to your Angular applications
|
19
19
|
in no time.
|
20
20
|
|
21
|
-
This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.0.22.
|
21
|
+
This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.0.22.225
|
22
22
|
|
23
23
|
## License
|
24
24
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
|
3
3
|
/*
|
4
|
-
* TelerikReporting v16.0.22.
|
4
|
+
* TelerikReporting v16.0.22.225 (http://www.telerik.com/products/reporting.aspx)
|
5
5
|
* Copyright 2022 Progress Software EAD. All rights reserved.
|
6
6
|
*
|
7
7
|
* Telerik Reporting commercial licenses may be obtained at
|
@@ -8026,7 +8026,7 @@ var telerikReportViewer = {};
|
|
8026
8026
|
if (!validateOptions(options)) {
|
8027
8027
|
return;
|
8028
8028
|
}
|
8029
|
-
var version = "16.0.22.
|
8029
|
+
var version = "16.0.22.225";
|
8030
8030
|
options = utils.extend({}, getDefaultOptions(svcApiUrl, version), options);
|
8031
8031
|
settings = new ReportViewerSettings(persistanceKey, options.persistSession ? window.sessionStorage : new MemStorage(), {
|
8032
8032
|
scale: options.scale,
|
@@ -8526,4 +8526,4 @@ module.exports = {
|
|
8526
8526
|
ReportViewer: telerikReportViewer.ReportViewer
|
8527
8527
|
};
|
8528
8528
|
|
8529
|
-
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
8529
|
+
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM C79ACF5542545A0AF69CA9F61D0E3393 */
|