ywana-core8 0.0.209 → 0.0.210

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.umd.js CHANGED
@@ -4727,6 +4727,7 @@
4727
4727
  label: field.label,
4728
4728
  type: field.type,
4729
4729
  format: field.format,
4730
+ subcolumns: field.item ? field.item : [],
4730
4731
  onChange: field.id === "checked" ? checkOne : field.editable ? change : null,
4731
4732
 
4732
4733
  /* checked has it´s own handler */