@steedos-widgets/sortable 6.3.5 → 6.3.6

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@6.3.5/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@6.3.5/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@6.3.6/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@6.3.6/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@6.3.5/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@6.3.6/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.5/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.5/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.6/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.6/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -54533,8 +54533,8 @@ async function getPage({type, pageId = '', appId, objectName = '', recordId = ''
54533
54533
  /*
54534
54534
  * @Author: baozhoutao@steedos.com
54535
54535
  * @Date: 2022-10-28 14:15:09
54536
- * @LastEditors: liaodaxue
54537
- * @LastEditTime: 2023-12-29 10:46:50
54536
+ * @LastEditors: baozhoutao@steedos.com
54537
+ * @LastEditTime: 2024-08-19 16:26:58
54538
54538
  * @Description:
54539
54539
  */
54540
54540
 
@@ -54740,6 +54740,11 @@ const getAmisFileEditSchema = (steedosField)=>{
54740
54740
  convertData.multiple = true;
54741
54741
  convertData.joinValues = false;
54742
54742
  convertData.extractValue = true;
54743
+ if(steedosField.type === 'image'){
54744
+ if(Steedos.isCordova() && Steedos.isCordova()){
54745
+ convertData.accept = "";
54746
+ }
54747
+ }
54743
54748
  }
54744
54749
  return convertData;
54745
54750
  };