fluentreports
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -52,2 +52,3 @@ 0.0.1 - [2013/08/15] - Initial Release | ||
1.3.9 - FRG: Customized Borders. | ||
1.3.10 - FRG: Fixed Loading/Saving of SVG elements, Fixed Band Element Function selection, minor cleanup | ||
@@ -54,0 +55,0 @@ |
@@ -89,3 +89,3 @@ /************************************************************************************** | ||
else { | ||
console.error("FRG-Builder doesn't know how to handle the type: [ "+value.type+" ]") | ||
console.error("FRG-Builder doesn't know how to handle the type: [ "+value.type+" ]"); | ||
} | ||
@@ -287,3 +287,3 @@ } | ||
* This handles the 'print' command | ||
* @param setting | ||
* @param originalSetting | ||
* @param info | ||
@@ -296,3 +296,3 @@ * @param callback | ||
//A hack implemented, since FluentReports doesn't support border objects on the band, just the cells. | ||
if(setting.settings && setting.settings.border){ | ||
if(setting.settings && setting.settings.border && setting.settings.border.type){ | ||
for(let i =0;i<setting.fields.length;i++){ | ||
@@ -311,3 +311,3 @@ if(setting.fields[i].border && !setting.fields[i].border.hacked) { | ||
} | ||
} | ||
}; | ||
} | ||
@@ -314,0 +314,0 @@ } |
@@ -45,3 +45,3 @@ { | ||
"main": "lib/fluentReports", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"engines": { | ||
@@ -48,0 +48,0 @@ "node": "*" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
726846
15382