@steedos-widgets/amis-object 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.
@@ -16443,6 +16443,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
16443
16443
  type: "static-mapping",
16444
16444
  name: field.name,
16445
16445
  label: field.label,
16446
+ options: field.options,
16446
16447
  map: map
16447
16448
  };
16448
16449
  }else {