@steedos-widgets/amis-lib 3.6.11-beta.1 → 3.6.11-beta.3
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 +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -13038,6 +13038,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
|
|
|
13038
13038
|
}
|
|
13039
13039
|
if(readonly){
|
|
13040
13040
|
convertData.quickEdit = false;
|
|
13041
|
+
convertData.static = true;
|
|
13041
13042
|
}
|
|
13042
13043
|
|
|
13043
13044
|
let fieldTypeClassName = ' steedos-' + convertData.type + (readonly ? '-readonly' : '-edit');
|