@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/assets.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/sortable",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/sortable@1.3.12/dist/sortable.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/sortable@1.3.12/dist/sortable.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderSortable"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/sortable"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@1.3.12/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@1.3.12/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@1.3.12/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/sortable.cjs.js
CHANGED
|
@@ -56905,6 +56905,8 @@ async function lookupToAmisTreeSelect(field, readonly, ctx) {
|
|
|
56905
56905
|
return amisSchema;
|
|
56906
56906
|
}
|
|
56907
56907
|
|
|
56908
|
+
const keywordsSearchBoxName = `__keywords_lookup`;
|
|
56909
|
+
|
|
56908
56910
|
const getReferenceTo = async (field)=>{
|
|
56909
56911
|
let referenceTo = field.reference_to;
|
|
56910
56912
|
if(!referenceTo){
|
|
@@ -57148,8 +57150,6 @@ async function lookupToAmisPicker(field, readonly, ctx){
|
|
|
57148
57150
|
|
|
57149
57151
|
source.data.$term = "$term";
|
|
57150
57152
|
source.data.$self = "$$";
|
|
57151
|
-
|
|
57152
|
-
let keywordsSearchBoxName = `__keywords_lookup__${field.name}__to__${refObjectConfig.name}`;
|
|
57153
57153
|
|
|
57154
57154
|
source.requestAdaptor = `
|
|
57155
57155
|
const selfData = JSON.parse(JSON.stringify(api.data.$self));
|