@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 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.14/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@1.3.14/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@1.3.15/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@1.3.15/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.14/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@1.3.15/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@1.3.14/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@1.3.14/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@1.3.15/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@1.3.15/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -58045,8 +58045,8 @@ function getAmisStaticFieldType(type, readonly, options){
58045
58045
  /*
58046
58046
  * @Author: baozhoutao@steedos.com
58047
58047
  * @Date: 2022-10-28 14:15:09
58048
- * @LastEditors: 孙浩林 sunhaolin@steedos.com
58049
- * @LastEditTime: 2023-11-24 13:45:24
58048
+ * @LastEditors: liaodaxue
58049
+ * @LastEditTime: 2023-10-30 17:51:54
58050
58050
  * @Description:
58051
58051
  */
58052
58052
 
@@ -58083,7 +58083,7 @@ const getAmisFileReadonlySchema = (steedosField)=>{
58083
58083
  <% let fileData = data._display.${steedosField.name}; if (fileData) { %>
58084
58084
  <% if(!Array.isArray(fileData)){ fileData = [fileData]} %>
58085
58085
  <% fileData.forEach(function(item) { %>
58086
- <a href='<%= item.url+"?download=1" %>' target='_self' class='block'><%= item.name %></a>
58086
+ <a href='<%= item.url %>' target='_self' class='block'><%= item.name %></a>
58087
58087
  <% });} %>`
58088
58088
  }
58089
58089
  }