@steedos-widgets/sortable 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/assets.json +5 -5
- package/dist/sortable.cjs.js +1 -0
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +1 -0
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +1 -0
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -61262,6 +61262,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
|
|
|
61262
61262
|
}
|
|
61263
61263
|
if(readonly){
|
|
61264
61264
|
convertData.quickEdit = false;
|
|
61265
|
+
convertData.static = true;
|
|
61265
61266
|
}
|
|
61266
61267
|
|
|
61267
61268
|
let fieldTypeClassName = ' steedos-' + convertData.type + (readonly ? '-readonly' : '-edit');
|