@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.
- package/dist/amis-object.cjs.js +2 -0
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.js +2 -0
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.js +3 -2
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/meta.js +142 -110
- package/package.json +3 -3
package/dist/amis-object.cjs.js
CHANGED
|
@@ -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`;
|