scheduler-node-models 1.0.27 → 1.0.29

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.27",
3
+ "version": "1.0.29",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -187,7 +187,9 @@ class ScheduleReport extends general_1.Report {
187
187
  fitToWidth: 1,
188
188
  blackAndWhite: false,
189
189
  fitToPage: true,
190
- showGridLines: false
190
+ showGridLines: false,
191
+ horizontalCentered: true,
192
+ verticalCentered: true
191
193
  }
192
194
  });
193
195
  sheet.properties.defaultRowHeight = 20;