@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.
@@ -20834,8 +20834,8 @@
20834
20834
  /*
20835
20835
  * @Author: baozhoutao@steedos.com
20836
20836
  * @Date: 2022-10-28 14:15:09
20837
- * @LastEditors: liaodaxue
20838
- * @LastEditTime: 2023-12-29 10:46:50
20837
+ * @LastEditors: baozhoutao@steedos.com
20838
+ * @LastEditTime: 2024-08-19 16:26:58
20839
20839
  * @Description:
20840
20840
  */
20841
20841
 
@@ -21041,6 +21041,11 @@
21041
21041
  convertData.multiple = true;
21042
21042
  convertData.joinValues = false;
21043
21043
  convertData.extractValue = true;
21044
+ if(steedosField.type === 'image'){
21045
+ if(Steedos.isCordova() && Steedos.isCordova()){
21046
+ convertData.accept = "";
21047
+ }
21048
+ }
21044
21049
  }
21045
21050
  return convertData;
21046
21051
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-widgets/sortable",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "main": "dist/sortable.cjs.js",
5
5
  "module": "dist/sortable.esm.js",
6
6
  "unpkg": "dist/sortable.umd.js",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@dnd-kit/core": "^6.0.5",
47
47
  "@dnd-kit/sortable": "^7.0.1",
48
- "@steedos-widgets/amis-lib": "6.3.5"
48
+ "@steedos-widgets/amis-lib": "6.3.6"
49
49
  },
50
- "gitHead": "9aacafa1229866b8bd918d10d23e7bbac755a097"
50
+ "gitHead": "ba522a8b8f014fb81a597c36be6383c31ff6aebf"
51
51
  }