scheduler-node-models 1.0.130 → 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
@@ -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
|
]
|