@steedos-widgets/sortable 6.3.11-beta.11 → 6.3.11-beta.13
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
|
@@ -60988,6 +60988,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
|
|
|
60988
60988
|
type: "static-mapping",
|
|
60989
60989
|
name: field.name,
|
|
60990
60990
|
label: field.label,
|
|
60991
|
+
options: field.options,
|
|
60991
60992
|
map: map
|
|
60992
60993
|
};
|
|
60993
60994
|
}else {
|