scheduler-node-models 1.0.105 → 1.0.106
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
@@ -156,6 +156,11 @@ class ChargeStatusReport extends general_1.Report {
|
|
156
156
|
showGridLines: false,
|
157
157
|
horizontalCentered: true,
|
158
158
|
verticalCentered: true
|
159
|
+
},
|
160
|
+
properties: {
|
161
|
+
defaultRowHeight: 20,
|
162
|
+
defaultColWidth: 4,
|
163
|
+
outlineLevelCol: 0
|
159
164
|
}
|
160
165
|
});
|
161
166
|
// set column widths
|
@@ -410,9 +415,6 @@ class ChargeStatusReport extends general_1.Report {
|
|
410
415
|
}
|
411
416
|
}
|
412
417
|
});
|
413
|
-
sheet.properties.defaultRowHeight = 20;
|
414
|
-
sheet.properties.defaultColWidth = 4;
|
415
|
-
sheet.properties.outlineLevelCol = 0;
|
416
418
|
return statsRow;
|
417
419
|
}
|
418
420
|
/**
|