@steedos-widgets/sortable 1.3.4-beta.12 → 1.3.4-beta.14
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 +1 -1
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +1 -1
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +1 -1
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -57778,7 +57778,7 @@ async function lookupToAmisSelect(field, readonly, ctx){
|
|
|
57778
57778
|
disabledOn: `${readonly} || ( (this._master && (this._master.relatedKey ==='${field.name}')) || ((this.relatedKey ==='${field.name}') && (${field.multiple} != true)) )`,
|
|
57779
57779
|
// labelField: labelField,
|
|
57780
57780
|
// valueField: valueField,
|
|
57781
|
-
source: apiInfo,
|
|
57781
|
+
// source: apiInfo,
|
|
57782
57782
|
autoComplete: apiInfo,
|
|
57783
57783
|
searchable: true,
|
|
57784
57784
|
};
|