@steedos-widgets/sortable 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/assets.json +5 -5
- package/dist/sortable.cjs.js +2 -2
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +2 -2
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +2 -2
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -56901,6 +56901,8 @@ async function lookupToAmisTreeSelect(field, readonly, ctx) {
|
|
|
56901
56901
|
return amisSchema;
|
|
56902
56902
|
}
|
|
56903
56903
|
|
|
56904
|
+
const keywordsSearchBoxName = `__keywords_lookup`;
|
|
56905
|
+
|
|
56904
56906
|
const getReferenceTo = async (field)=>{
|
|
56905
56907
|
let referenceTo = field.reference_to;
|
|
56906
56908
|
if(!referenceTo){
|
|
@@ -57144,8 +57146,6 @@ async function lookupToAmisPicker(field, readonly, ctx){
|
|
|
57144
57146
|
|
|
57145
57147
|
source.data.$term = "$term";
|
|
57146
57148
|
source.data.$self = "$$";
|
|
57147
|
-
|
|
57148
|
-
let keywordsSearchBoxName = `__keywords_lookup__${field.name}__to__${refObjectConfig.name}`;
|
|
57149
57149
|
|
|
57150
57150
|
source.requestAdaptor = `
|
|
57151
57151
|
const selfData = JSON.parse(JSON.stringify(api.data.$self));
|