@steedos-widgets/amis-lib 6.3.13-beta.6 → 6.3.13-beta.7
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
|
@@ -2536,6 +2536,7 @@ async function getTableColumns(object, fields, options){
|
|
|
2536
2536
|
type: "lookup",
|
|
2537
2537
|
reference_to: field.reference_to,
|
|
2538
2538
|
name: field.name,
|
|
2539
|
+
is_name: field.is_name,
|
|
2539
2540
|
label: null,
|
|
2540
2541
|
multiple: field.multiple,
|
|
2541
2542
|
amis: Object.assign({}, fieldAmis, { label: null })
|