@steedos-widgets/sortable 3.6.7-beta.2 → 3.6.7
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/assets.json +5 -5
- package/dist/sortable.cjs.js +1 -0
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +1 -0
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +1 -0
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -59488,6 +59488,7 @@ async function lookupToAmisPicker(field, readonly, ctx){
|
|
|
59488
59488
|
Object.assign({}, refObjectConfig.fields[column.field], {
|
|
59489
59489
|
width: column.width,
|
|
59490
59490
|
wrap: column.wrap,
|
|
59491
|
+
amis: column.amis
|
|
59491
59492
|
})
|
|
59492
59493
|
);
|
|
59493
59494
|
}
|