@vitrosoftware/common-ui-ts 1.1.39 → 1.1.40

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/dist/index.js CHANGED
@@ -64640,7 +64640,8 @@ var FieldIterator = function FieldIterator(props) {
64640
64640
  onChange: function onChange(value, name) {
64641
64641
  return onChangeControl(value, name);
64642
64642
  },
64643
- isRow: isControlRow(field.internalName)
64643
+ isRow: isControlRow(field.internalName),
64644
+ field: field
64644
64645
  };
64645
64646
  return control;
64646
64647
  };