scheduler-node-models 1.0.157 → 1.0.159

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.157",
3
+ "version": "1.0.159",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -180,16 +180,16 @@ class LeaveReport extends general_1.Report {
180
180
  sheet.getColumn(1).width = 4.5;
181
181
  sheet.getColumn(2).width = 13;
182
182
  sheet.getColumn(3).width = 30;
183
- sheet.getColumn(4).width = 7;
184
- sheet.getColumn(5).width = 30;
185
- sheet.getColumn(6).width = 7;
183
+ sheet.getColumn(4).width = 13;
184
+ sheet.getColumn(5).width = 19;
185
+ sheet.getColumn(6).width = 19;
186
186
  sheet.getColumn(7).width = 7;
187
187
  sheet.getColumn(8).width = 7;
188
188
  sheet.getColumn(9).width = 7;
189
189
  }
190
190
  else {
191
- sheet.getColumn(1).width = 30;
192
- sheet.getColumn(2).width = 7;
191
+ sheet.getColumn(1).width = 19;
192
+ sheet.getColumn(2).width = 19;
193
193
  sheet.getColumn(3).width = 7;
194
194
  sheet.getColumn(4).width = 7;
195
195
  sheet.getColumn(5).width = 7;