@progress/telerik-react-report-viewer 16.22.511 → 16.22.622
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/cjs/telerik-report-viewer.js +2 -2
- package/dist/dependencies/telerikReportViewer.js +3 -3
- package/dist/dependencies/telerikReportViewerTemplate-sass.html +3 -3
- package/dist/es/telerik-report-viewer.js +2 -2
- package/package.json +1 -1
- package/progress-telerik-react-report-viewer-16.22.622.tgz +0 -0
- package/progress-telerik-react-report-viewer-16.22.511.tgz +0 -0
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 React applications
|
19
19
|
in no time.
|
20
20
|
|
21
|
-
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.1.22.
|
21
|
+
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 16.1.22.622
|
22
22
|
|
23
23
|
## License
|
24
24
|
|
@@ -29,7 +29,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
29
29
|
|
30
30
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
31
31
|
|
32
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf
|
32
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
33
33
|
|
34
34
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
35
35
|
|
@@ -39,7 +39,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
|
39
39
|
|
40
40
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
41
41
|
|
42
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
42
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
43
43
|
|
44
44
|
var TelerikReportViewer = /*#__PURE__*/function (_React$Component) {
|
45
45
|
_inherits(TelerikReportViewer, _React$Component);
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
|
3
3
|
/*
|
4
|
-
* TelerikReporting v16.1.22.
|
4
|
+
* TelerikReporting v16.1.22.622 (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
|
@@ -8030,7 +8030,7 @@ var telerikReportViewer = {};
|
|
8030
8030
|
if (!validateOptions(options)) {
|
8031
8031
|
return;
|
8032
8032
|
}
|
8033
|
-
var version = "16.1.22.
|
8033
|
+
var version = "16.1.22.622";
|
8034
8034
|
options = utils.extend({}, getDefaultOptions(svcApiUrl, version), options);
|
8035
8035
|
settings = new ReportViewerSettings(persistanceKey, options.persistSession ? window.sessionStorage : new MemStorage(), {
|
8036
8036
|
scale: options.scale,
|
@@ -8534,4 +8534,4 @@ module.exports = {
|
|
8534
8534
|
ReportViewer: telerikReportViewer.ReportViewer
|
8535
8535
|
};
|
8536
8536
|
|
8537
|
-
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
8537
|
+
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 10C2291EE2DBB8D1D4F658483557386E */
|
@@ -5,8 +5,8 @@
|
|
5
5
|
<title>Telerik HTML5 Report Viewer Templates</title>
|
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-16.1.22.
|
9
|
-
<link href="{service}resources/styles/telerikReportViewer-16.1.22.
|
8
|
+
<link href="{service}resources/font/fonticons-16.1.22.622.css/" rel="stylesheet" />
|
9
|
+
<link href="{service}resources/styles/telerikReportViewer-16.1.22.622.css/" rel="stylesheet" />
|
10
10
|
|
11
11
|
<script type="text/javascript">
|
12
12
|
//IE9 fix
|
@@ -336,4 +336,4 @@
|
|
336
336
|
|
337
337
|
</body>
|
338
338
|
</html>
|
339
|
-
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
339
|
+
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 8A3CFC7DB9AA81291795C24845DC49CE -->
|
@@ -14,7 +14,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
14
14
|
|
15
15
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
16
16
|
|
17
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf
|
17
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
18
18
|
|
19
19
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
20
20
|
|
@@ -24,7 +24,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
|
24
24
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
26
26
|
|
27
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
27
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
28
28
|
|
29
29
|
import '../dependencies/initExtDeps';
|
30
30
|
import React from 'react';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/telerik-react-report-viewer",
|
3
|
-
"version": "16.22.
|
3
|
+
"version": "16.22.622",
|
4
4
|
"author": "Progress® Telerik® Reporting",
|
5
5
|
"homepage": "https://www.telerik.com/reporting",
|
6
6
|
"license": "https://www.telerik.com/purchase/license-agreement/reporting-dlw-s",
|
Binary file
|
Binary file
|