kui-crm 0.0.214 → 0.0.215

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
@@ -4123,7 +4123,11 @@ var getFillingInfoFields = function (withType, type, setType) { return __spreadA
4123
4123
  CustomInput: FillingTagsAutocomplete$1,
4124
4124
  isRequired: true,
4125
4125
  }
4126
- ], false), kuiUtils.addToArrayByCondition(type !== "finish", { label: "Model", name: "name" }), true), kuiUtils.addToArrayByCondition(type !== "finish", {
4126
+ ], false), kuiUtils.addToArrayByCondition(type !== "finish", {
4127
+ label: "Model",
4128
+ name: "name",
4129
+ isRequired: true,
4130
+ }), true), kuiUtils.addToArrayByCondition(type !== "finish", {
4127
4131
  label: "Serial code",
4128
4132
  name: "serialNumber",
4129
4133
  size: 6,