@steedos-widgets/sortable 3.6.4 → 3.6.6

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.
@@ -26608,7 +26608,8 @@ crudService && crudService.setData({showFieldsFilter: toShowFieldsFilter});
26608
26608
  const autoFill = await getAutoFill(field);
26609
26609
  if(autoFill){
26610
26610
  amisSchema.autoFill = autoFill;
26611
- amisSchema.initAutoFill = false;
26611
+ // 这里不配置initAutoFill值,按amis规则initAutoFill默认值为fillIfNotSet处理--需要amis sdk 版本 > 3.6.3-patch.6(不包括)版本
26612
+ // amisSchema.initAutoFill = false;
26612
26613
  }
26613
26614
  return amisSchema;
26614
26615
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-widgets/sortable",
3
- "version": "3.6.4",
3
+ "version": "3.6.6",
4
4
  "main": "dist/sortable.cjs.js",
5
5
  "module": "dist/sortable.esm.js",
6
6
  "unpkg": "dist/sortable.umd.js",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@dnd-kit/core": "^6.0.5",
47
47
  "@dnd-kit/sortable": "^7.0.1",
48
- "@steedos-widgets/amis-lib": "3.6.4"
48
+ "@steedos-widgets/amis-lib": "3.6.6"
49
49
  },
50
- "gitHead": "fc07330a19e4d9516f3099e93ff0f186c120ff26"
50
+ "gitHead": "7b8fea381d30d6f3a75bb2e3406f673f426b15ac"
51
51
  }