@steedos-widgets/amis-lib 1.3.11 → 1.3.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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -5498,6 +5498,8 @@ async function lookupToAmisTreeSelect(field, readonly, ctx) {
|
|
|
5498
5498
|
return amisSchema;
|
|
5499
5499
|
}
|
|
5500
5500
|
|
|
5501
|
+
const keywordsSearchBoxName = `__keywords_lookup`;
|
|
5502
|
+
|
|
5501
5503
|
const getReferenceTo = async (field)=>{
|
|
5502
5504
|
let referenceTo = field.reference_to;
|
|
5503
5505
|
if(!referenceTo){
|
|
@@ -5741,8 +5743,6 @@ async function lookupToAmisPicker(field, readonly, ctx){
|
|
|
5741
5743
|
|
|
5742
5744
|
source.data.$term = "$term";
|
|
5743
5745
|
source.data.$self = "$$";
|
|
5744
|
-
|
|
5745
|
-
let keywordsSearchBoxName = `__keywords_lookup__${field.name}__to__${refObjectConfig.name}`;
|
|
5746
5746
|
|
|
5747
5747
|
source.requestAdaptor = `
|
|
5748
5748
|
const selfData = JSON.parse(JSON.stringify(api.data.$self));
|