scheduler-node-models 1.0.117 → 1.0.118

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.117",
3
+ "version": "1.0.118",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -538,10 +538,9 @@ class ChargeStatusReport extends general_1.Report {
538
538
  ref: `${cellID}:${cellID}`,
539
539
  rules: [
540
540
  {
541
- type: 'cellIs',
541
+ type: 'expression',
542
542
  priority: 1,
543
- operator: 'equal',
544
- formulae: [0],
543
+ formulae: ['=0'],
545
544
  style: {
546
545
  fill: { type: 'pattern', pattern: 'solid', fgColor: { argb: `ffffb5b5` } },
547
546
  font: { bold: true, size: 12, color: { argb: `ff000000` } },