@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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
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
|
}
|