@steedos-widgets/sortable 3.6.4-beta.7 → 3.6.4
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
|
@@ -60303,6 +60303,7 @@ async function lookupToAmis(field, readonly, ctx){
|
|
|
60303
60303
|
const autoFill = await getAutoFill(field);
|
|
60304
60304
|
if(autoFill){
|
|
60305
60305
|
amisSchema.autoFill = autoFill;
|
|
60306
|
+
amisSchema.initAutoFill = false;
|
|
60306
60307
|
}
|
|
60307
60308
|
return amisSchema;
|
|
60308
60309
|
}
|