@steedos-widgets/sortable 3.6.4-beta.8 → 3.6.5
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 +2 -0
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +2 -0
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +2 -0
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -60303,6 +60303,8 @@ async function lookupToAmis(field, readonly, ctx){
|
|
|
60303
60303
|
const autoFill = await getAutoFill(field);
|
|
60304
60304
|
if(autoFill){
|
|
60305
60305
|
amisSchema.autoFill = autoFill;
|
|
60306
|
+
// 这里不配置initAutoFill值,按amis规则initAutoFill默认值为fillIfNotSet处理--需要amis sdk 版本 > 3.6.3-patch.6(不包括)版本
|
|
60307
|
+
// amisSchema.initAutoFill = false;
|
|
60306
60308
|
}
|
|
60307
60309
|
return amisSchema;
|
|
60308
60310
|
}
|