@progress/telerik-angular-report-viewer 22.24.514 → 23.24.806
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 Angular applications
|
18
18
|
in no time.
|
19
19
|
|
20
|
-
This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 18.
|
20
|
+
This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 18.2.24.806.
|
21
21
|
|
22
22
|
## License
|
23
23
|
|
@@ -1,10 +1,10 @@
|
|
1
|
-
|
2
|
-
if(!window.$){
|
3
|
-
window.$ = jQuery;
|
4
|
-
}
|
5
|
-
if(!window.jQuery){
|
6
|
-
window.jQuery = jQuery;
|
7
|
-
}
|
8
|
-
if(!window.kendo){
|
9
|
-
window.kendo = require('./telerikReportViewer.kendo.min');
|
10
|
-
}
|
1
|
+
let jQuery = require('jquery');
|
2
|
+
if (!window.$) {
|
3
|
+
window.$ = jQuery;
|
4
|
+
}
|
5
|
+
if (!window.jQuery) {
|
6
|
+
window.jQuery = jQuery;
|
7
|
+
}
|
8
|
+
if (!window.kendo) {
|
9
|
+
window.kendo = require('./telerikReportViewer.kendo.min');
|
10
|
+
}
|