scheduler-node-models 1.0.122 → 1.0.123

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.122",
3
+ "version": "1.0.123",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -161,7 +161,11 @@ class ChargeStatusReport extends general_1.Report {
161
161
  defaultRowHeight: 20,
162
162
  defaultColWidth: 4,
163
163
  outlineLevelCol: 0
164
- }
164
+ },
165
+ views: [{
166
+ state: 'frozen',
167
+ xSplit: 7
168
+ }]
165
169
  });
166
170
  // set column widths
167
171
  const widths = [8, 10.57, 9, 14.57, 10.57, 20, 18.14, 17.57, 14.57, 14.57, 14.57, 55.14];