scheduler-node-models 1.0.149 → 1.0.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -82,6 +82,7 @@ class LeaveReport extends general_1.Report {
|
|
82
82
|
this.fonts.set("noblue10", { bold: false, size: 10, color: { argb: 'ff3366ff' } });
|
83
83
|
this.fonts.set("blue8", { bold: true, size: 8, color: { argb: 'ff3366ff' } });
|
84
84
|
this.fonts.set("white14", { bold: true, size: 14, color: { argb: 'ffffffff' } });
|
85
|
+
this.fonts.set("white12", { bold: true, size: 12, color: { argb: 'ffffffff' } });
|
85
86
|
this.fonts.set("white10", { bold: true, size: 10, color: { argb: 'ffffffff' } });
|
86
87
|
// set fills
|
87
88
|
this.fills.set('ptoname', { type: 'pattern', pattern: 'solid', fgColor: { argb: 'ff00ffff' } });
|
@@ -170,7 +171,7 @@ class LeaveReport extends general_1.Report {
|
|
170
171
|
// add current as of reference
|
171
172
|
let style = {
|
172
173
|
fill: this.fills.get('asof'),
|
173
|
-
font: this.fonts.get("
|
174
|
+
font: this.fonts.get("white12"),
|
174
175
|
alignment: this.alignments.get("center"),
|
175
176
|
border: this.borders.get("blackthin")
|
176
177
|
};
|