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 11
11
12
12
< script type ="text/javascript " src ="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.7.0.min.js "> </ script >
13
13
< 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 >
15
15
< link rel ="stylesheet " type ="text/css " href ="https://cdn3.devexpress.com/jslib/22.2.6/css/dx.common.css " />
16
16
< link rel ="stylesheet " type ="text/css " href ="https://cdn3.devexpress.com/jslib/22.2.6/css/dx.light.css " />
17
17
< 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
482
482
/// <summary>
483
483
/// Version of <see href="https://github.com/simonbengtsson/jsPDF-AutoTable">jsPDF-AutoTable plugin</see> which should be used.
484
484
/// 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>.
486
486
/// </summary>
487
487
JsPdfAutotableVersion ,
488
488
}
Original file line number Diff line number Diff line change 75
75
string jsPdfVersion = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsVersion , " 2.5.1" ).Trim ();
76
76
string jsPdfAutoTableLocation = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsLocation , " https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/" ).Trim ();
77
77
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 ();
79
79
string devExtremeLocation = ViewBagHelper .ValueOrDefault (ViewBag .DevExtremeLocation , " https://cdn3.devexpress.com/jslib/" ).Trim ();
80
80
devExtremeLocation = devExtremeLocation .WithEnding (" /" );
81
81
string devExtremeVersion = ViewBagHelper .ValueOrDefault (ViewBag .DevExtremeVersion , " 22.2.6" ).Trim ();
You can’t perform that action at this time.
0 commit comments