@steedos-widgets/amis-lib 3.6.7-beta.2 → 3.6.7-beta.3

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.esm.js CHANGED
@@ -11153,6 +11153,7 @@ async function lookupToAmisPicker(field, readonly, ctx){
11153
11153
  Object.assign({}, refObjectConfig.fields[column.field], {
11154
11154
  width: column.width,
11155
11155
  wrap: column.wrap,
11156
+ amis: column.amis
11156
11157
  })
11157
11158
  );
11158
11159
  }