scheduler-node-models 1.0.129 → 1.0.130
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
@@ -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: '
|
107
|
+
top: { style: 'thick', color: { argb: 'ff000000' } },
|
108
108
|
left: { style: 'thin', color: { argb: 'ff000000' } },
|
109
|
-
bottom: { style: '
|
110
|
-
right: { style: '
|
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' } },
|