scheduler-node-models 1.0.129 → 1.0.131

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.129",
3
+ "version": "1.0.131",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -104,10 +104,10 @@ class ChargeStatusReport extends general_1.Report {
104
104
  right: { style: 'thin', color: { argb: 'ff000000' } }
105
105
  });
106
106
  this.borders.set('blacktotal', {
107
- top: { style: 'double', color: { argb: 'ff000000' } },
107
+ top: { style: 'thick', color: { argb: 'ff000000' } },
108
108
  left: { style: 'thin', color: { argb: 'ff000000' } },
109
- bottom: { style: 'thin', color: { argb: 'ff000000' } },
110
- right: { style: 'thick', color: { argb: 'ff000000' } }
109
+ bottom: { style: 'thick', color: { argb: 'ff000000' } },
110
+ right: { style: 'thin', color: { argb: 'ff000000' } }
111
111
  });
112
112
  this.borders.set('blackthinNoRight', {
113
113
  top: { style: 'thin', color: { argb: 'ff000000' } },
@@ -595,15 +595,6 @@ class ChargeStatusReport extends general_1.Report {
595
595
  formulae: [0],
596
596
  style: {
597
597
  fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ffffb5b5` } },
598
- font: { bold: true, size: 12, color: { argb: `ff000000` } },
599
- alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
600
- border: {
601
- top: { style: 'thin', color: { argb: 'ff000000' } },
602
- left: { style: 'thin', color: { argb: 'ff000000' } },
603
- bottom: { style: 'thin', color: { argb: 'ff000000' } },
604
- right: { style: 'thin', color: { argb: 'ff000000' } }
605
- },
606
- numFmt: "##0.0;[Red]##0.0;-;@"
607
598
  }
608
599
  }
609
600
  ]