@steedos-widgets/amis-lib 1.3.2-beta.3 → 1.3.2-beta.4

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
@@ -10637,8 +10637,8 @@ async function getRelatedListSchema(
10637
10637
  /*
10638
10638
  * @Author: baozhoutao@steedos.com
10639
10639
  * @Date: 2022-07-05 15:55:39
10640
- * @LastEditors: liaodaxue
10641
- * @LastEditTime: 2023-08-25 11:55:15
10640
+ * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
10641
+ * @LastEditTime: 2023-09-14 10:19:56
10642
10642
  * @Description:
10643
10643
  */
10644
10644
 
@@ -10997,6 +10997,11 @@ async function convertColumnsToTableFields(columns, uiSchema, ctx = {}) {
10997
10997
  if (uiSchema.fields[column]) {
10998
10998
  fields.push(Object.assign({}, uiSchema.fields[column], ctx));
10999
10999
  }
11000
+ else if(ctx.extra){
11001
+ fields.push({
11002
+ name: column
11003
+ });
11004
+ }
11000
11005
  }
11001
11006
  } else if (isObject$1(column)) {
11002
11007
  if (column.field.indexOf('.') > 0) {