@steedos-widgets/sortable 6.3.7 → 6.3.9
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 +3 -3
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +3 -3
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +3 -3
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -61609,9 +61609,9 @@ async function getFieldSearchable(perField, permissionFields, ctx){
|
|
|
61609
61609
|
_field.precision = field.precision;
|
|
61610
61610
|
_field.scale = field.scale;
|
|
61611
61611
|
}
|
|
61612
|
-
else if(field.type === "select" && field.data_type && field.data_type != "text"){
|
|
61613
|
-
|
|
61614
|
-
}
|
|
61612
|
+
// else if(field.type === "select" && field.data_type && field.data_type != "text"){
|
|
61613
|
+
// _field.type = field.data_type;
|
|
61614
|
+
// }
|
|
61615
61615
|
|
|
61616
61616
|
if(_field.type === 'number' || _field.type === 'currency'){
|
|
61617
61617
|
_field.type = 'input-array';
|