@steedos-widgets/amis-lib 6.3.11-beta.11 → 6.3.11-beta.12
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
|
@@ -13237,6 +13237,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
|
|
|
13237
13237
|
type: "static-mapping",
|
|
13238
13238
|
name: field.name,
|
|
13239
13239
|
label: field.label,
|
|
13240
|
+
options: field.options,
|
|
13240
13241
|
map: map
|
|
13241
13242
|
};
|
|
13242
13243
|
}else {
|