kui-crm_actions 0.0.87 → 0.0.88

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/cjs/index.js CHANGED
@@ -169,7 +169,7 @@ var getWaterMeterFields = function (meters, meter, withCheckValue, name, setting
169
169
  __assign({ label: "Meter", name: "".concat(prefixName, "number"), variant: "select", options: meterOptions, size: 12 }, settings === null || settings === void 0 ? void 0 : settings.meter),
170
170
  __assign({ label: "Value", name: "".concat(prefixName, "value"), variant: "custom", CustomInput: kuiCrm.NumberField, maxIntegerPart: 7, maxDecimalPart: 3, maxValue: ((_a = meter === null || meter === void 0 ? void 0 : meter.maxValue) === null || _a === void 0 ? void 0 : _a.value) && withCheckValue
171
171
  ? Number(meter.maxValue.value)
172
- : null, warningMessage: "There are deviations in meter readings. It should be no more than", placeholder: meter === null || meter === void 0 ? void 0 : meter.value }, settings === null || settings === void 0 ? void 0 : settings.value),
172
+ : null, warningMessage: "There are deviations in meter readings. It should be no more than", placeholder: meter === null || meter === void 0 ? void 0 : meter.values.value }, settings === null || settings === void 0 ? void 0 : settings.value),
173
173
  ];
174
174
  };
175
175