kui-crm 0.0.117 → 0.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/cjs/index.js CHANGED
@@ -2095,6 +2095,7 @@ var apartmentFields = {
2095
2095
  style: apartment.renovation_style || null,
2096
2096
  },
2097
2097
  rooms: ((_a = apartment.rooms) === null || _a === void 0 ? void 0 : _a.map(function (room) { return ({
2098
+ id: room.id,
2098
2099
  area: room.area || null,
2099
2100
  type: room.room_type || null,
2100
2101
  }); })) || [],
@@ -2786,7 +2787,7 @@ var NumberField = React.forwardRef(function (props, ref) {
2786
2787
  e.target.value = Number(String(e.target.value).slice(0, -1));
2787
2788
  }
2788
2789
  };
2789
- return (jsxRuntime.jsx(kuiComplex.InputWithMask, __assign({ ref: ref, type: "number", onInput: enforceMinMax }, other)));
2790
+ return (jsxRuntime.jsx(kuiComplex.InputWithController, __assign({ ref: ref, type: "number", onInput: enforceMinMax }, other)));
2790
2791
  });
2791
2792
 
2792
2793
  var valueOptions = {