scheduler-node-models 1.0.128 → 1.0.129

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -103,6 +103,12 @@ class ChargeStatusReport extends general_1.Report {
103
103
  bottom: { style: 'thin', color: { argb: 'ff000000' } },
104
104
  right: { style: 'thin', color: { argb: 'ff000000' } }
105
105
  });
106
+ this.borders.set('blacktotal', {
107
+ top: { style: 'double', color: { argb: 'ff000000' } },
108
+ left: { style: 'thin', color: { argb: 'ff000000' } },
109
+ bottom: { style: 'thin', color: { argb: 'ff000000' } },
110
+ right: { style: 'thick', color: { argb: 'ff000000' } }
111
+ });
106
112
  this.borders.set('blackthinNoRight', {
107
113
  top: { style: 'thin', color: { argb: 'ff000000' } },
108
114
  left: { style: 'thin', color: { argb: 'ff000000' } },
@@ -319,7 +325,7 @@ class ChargeStatusReport extends general_1.Report {
319
325
  fill: this.fills.get('dkblush'),
320
326
  font: this.fonts.get('bold12'),
321
327
  alignment: this.alignments.get('center'),
322
- border: this.borders.get('blackthin'),
328
+ border: this.borders.get('blacktotal'),
323
329
  numFmt: this.numformats.get('monthsum')
324
330
  };
325
331
  column++;
@@ -332,7 +338,7 @@ class ChargeStatusReport extends general_1.Report {
332
338
  fill: this.fills.get('ltgray'),
333
339
  font: this.fonts.get('bold12'),
334
340
  alignment: this.alignments.get('center'),
335
- border: this.borders.get('blackthin'),
341
+ border: this.borders.get('blacktotal'),
336
342
  numFmt: this.numformats.get('sum')
337
343
  };
338
344
  formula = `SUM(${this.getCellID(column, 5)}:${this.getCellID(column, row)})`;
@@ -345,7 +351,7 @@ class ChargeStatusReport extends general_1.Report {
345
351
  fill: this.fills.get('dkblush'),
346
352
  font: this.fonts.get('bold12'),
347
353
  alignment: this.alignments.get('center'),
348
- border: this.borders.get('blackthin'),
354
+ border: this.borders.get('blacktotal'),
349
355
  numFmt: this.numformats.get('monthsum')
350
356
  };
351
357
  formula = `SUM(${this.getCellID(column, 5)}:${this.getCellID(column, row)})`;