@steedos-widgets/sortable 1.3.14 → 1.3.15
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
|
@@ -58041,8 +58041,8 @@ function getAmisStaticFieldType(type, readonly, options){
|
|
|
58041
58041
|
/*
|
|
58042
58042
|
* @Author: baozhoutao@steedos.com
|
|
58043
58043
|
* @Date: 2022-10-28 14:15:09
|
|
58044
|
-
* @LastEditors:
|
|
58045
|
-
* @LastEditTime: 2023-
|
|
58044
|
+
* @LastEditors: liaodaxue
|
|
58045
|
+
* @LastEditTime: 2023-10-30 17:51:54
|
|
58046
58046
|
* @Description:
|
|
58047
58047
|
*/
|
|
58048
58048
|
|
|
@@ -58079,7 +58079,7 @@ const getAmisFileReadonlySchema = (steedosField)=>{
|
|
|
58079
58079
|
<% let fileData = data._display.${steedosField.name}; if (fileData) { %>
|
|
58080
58080
|
<% if(!Array.isArray(fileData)){ fileData = [fileData]} %>
|
|
58081
58081
|
<% fileData.forEach(function(item) { %>
|
|
58082
|
-
<a href='<%= item.url
|
|
58082
|
+
<a href='<%= item.url %>' target='_self' class='block'><%= item.name %></a>
|
|
58083
58083
|
<% });} %>`
|
|
58084
58084
|
}
|
|
58085
58085
|
}
|