scheduler-node-models 1.0.118 → 1.0.119
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
@@ -538,11 +538,12 @@ class ChargeStatusReport extends general_1.Report {
|
|
538
538
|
ref: `${cellID}:${cellID}`,
|
539
539
|
rules: [
|
540
540
|
{
|
541
|
-
type: '
|
541
|
+
type: 'cellIs',
|
542
542
|
priority: 1,
|
543
|
-
|
543
|
+
operator: 'equal',
|
544
|
+
formulae: [0],
|
544
545
|
style: {
|
545
|
-
fill: { type: 'pattern', pattern: 'solid',
|
546
|
+
fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ffffb5b5` } },
|
546
547
|
font: { bold: true, size: 12, color: { argb: `ff000000` } },
|
547
548
|
alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
|
548
549
|
border: {
|