@steedos-widgets/amis-lib 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/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 {