File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Cake.Issues.Reporting.Generic Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212 < script type ="text/javascript " src ="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.7.0.min.js "> </ script >
1313 < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js "> </ script >
14- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.22 /jspdf.plugin.autotable.min.js "> </ script >
14+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.29 /jspdf.plugin.autotable.min.js "> </ script >
1515 < link rel ="stylesheet " type ="text/css " href ="https://cdn3.devexpress.com/jslib/22.2.6/css/dx.common.css " />
1616 < link rel ="stylesheet " type ="text/css " href ="https://cdn3.devexpress.com/jslib/22.2.6/css/dx.light.css " />
1717 < script type ="text/javascript " src ="https://cdn3.devexpress.com/jslib/22.2.6/js/dx.all.js "> </ script >
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ public enum HtmlDxDataGridOption
482482 /// <summary>
483483 /// Version of <see href="https://github.com/simonbengtsson/jsPDF-AutoTable">jsPDF-AutoTable plugin</see> which should be used.
484484 /// This version needs to match the version required by the selected <see cref="DevExtremeVersion"/>.
485- /// Default value is <c>3.5.22 </c>.
485+ /// Default value is <c>3.5.29 </c>.
486486 /// </summary>
487487 JsPdfAutotableVersion ,
488488 }
Original file line number Diff line number Diff line change 7575 string jsPdfVersion = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsVersion , " 2.5.1" ).Trim ();
7676 string jsPdfAutoTableLocation = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsLocation , " https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/" ).Trim ();
7777 jsPdfAutoTableLocation = jsPdfAutoTableLocation .WithEnding (" /" );
78- string jsPdfAutoTableVersion = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsVersion , " 3.5.22 " ).Trim ();
78+ string jsPdfAutoTableVersion = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsVersion , " 3.5.29 " ).Trim ();
7979 string devExtremeLocation = ViewBagHelper .ValueOrDefault (ViewBag .DevExtremeLocation , " https://cdn3.devexpress.com/jslib/" ).Trim ();
8080 devExtremeLocation = devExtremeLocation .WithEnding (" /" );
8181 string devExtremeVersion = ViewBagHelper .ValueOrDefault (ViewBag .DevExtremeVersion , " 22.2.6" ).Trim ();
You can’t perform that action at this time.
0 commit comments