@steedos-widgets/amis-object 6.10.1-beta.49 → 6.10.1-beta.50

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.
@@ -21377,6 +21377,8 @@ const getFieldEditTpl = async (field, label)=>{
21377
21377
  tpl.editable = tpl.addable;
21378
21378
  tpl.copyable = tpl.addable;
21379
21379
  tpl.removable = tpl.addable;
21380
+ // tpl.fieldPrefix = field.name + "_";
21381
+ tpl.autoGeneratePrimaryKeyValue = true;
21380
21382
  tpl.fields = [];
21381
21383
  if(tpl.editable){
21382
21384
  tpl.className = `${tpl.className || ''} steedos-input-table-editable`;