@steedos-widgets/amis-lib 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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -18172,6 +18172,8 @@ const getFieldEditTpl = async (field, label)=>{
|
|
|
18172
18172
|
tpl.editable = tpl.addable;
|
|
18173
18173
|
tpl.copyable = tpl.addable;
|
|
18174
18174
|
tpl.removable = tpl.addable;
|
|
18175
|
+
// tpl.fieldPrefix = field.name + "_";
|
|
18176
|
+
tpl.autoGeneratePrimaryKeyValue = true;
|
|
18175
18177
|
tpl.fields = [];
|
|
18176
18178
|
if(tpl.editable){
|
|
18177
18179
|
tpl.className = `${tpl.className || ''} steedos-input-table-editable`;
|