File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ registry = https://registry.npmjs.org/
2
+ @boldreports:registry = https://nexus.syncfusion.com/repository/reports-sdk-development-assets/
Original file line number Diff line number Diff line change 41
41
},
42
42
"dependencies" : {
43
43
"@babel/polyfill" : " 7.2.5" ,
44
- "@boldreports/javascript-reporting-controls" : " * " ,
45
- "@boldreports/javascript-reporting-extensions" : " * " ,
44
+ "@boldreports/javascript-reporting-controls" : " 5.3.8 " ,
45
+ "@boldreports/javascript-reporting-extensions" : " 5.3.8 " ,
46
46
"codemirror" : " 5.58.2" ,
47
47
"hasher" : " 1.2.0" ,
48
48
"jquery" : " 3.6.0" ,
Original file line number Diff line number Diff line change 1
1
window . Globals = {
2
- SERVICE_URL : 'https:// demos.boldreports.com /services/api/ReportViewerWebApi' ,
3
- DESIGNER_SERVICE_URL : 'https:// demos.boldreports.com /services/api/ReportDesignerWebApi' ,
2
+ SERVICE_URL : '/ demos/services/api/ReportViewerWebApi' ,
3
+ DESIGNER_SERVICE_URL : '/ demos/services/api/ReportDesignerWebApi' ,
4
4
TOOLBAR_OPTIONS : {
5
5
showToolbar : true ,
6
6
items : ej . ReportViewer . ToolbarItems . All & ~ ej . ReportViewer . ToolbarItems . Find ,
You can’t perform that action at this time.
0 commit comments