@progress/telerik-react-report-viewer 22.24.514 → 22.24.709
Sign up to get free protection for your applications and to get access to all the features.
package/README.md
CHANGED
@@ -17,7 +17,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
|
|
17
17
|
and has a dependency to jQuery itself), it brings reporting value to your React applications
|
18
18
|
in no time.
|
19
19
|
|
20
|
-
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 18.1.24.
|
20
|
+
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 18.1.24.709
|
21
21
|
|
22
22
|
## License
|
23
23
|
|
@@ -1,10 +1,10 @@
|
|
1
|
-
|
2
|
-
if(!window.$){
|
1
|
+
let jQuery = require('jquery');
|
2
|
+
if (!window.$) {
|
3
3
|
window.$ = jQuery;
|
4
4
|
}
|
5
|
-
if(!window.jQuery){
|
5
|
+
if (!window.jQuery) {
|
6
6
|
window.jQuery = jQuery;
|
7
7
|
}
|
8
|
-
if(!window.kendo){
|
8
|
+
if (!window.kendo) {
|
9
9
|
window.kendo = require('./telerikReportViewer.kendo.min');
|
10
10
|
}
|