@steedos-widgets/amis-lib 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/index.esm.js CHANGED
@@ -1190,8 +1190,8 @@ async function getPage({type, pageId = '', appId, objectName = '', recordId = ''
1190
1190
  /*
1191
1191
  * @Author: baozhoutao@steedos.com
1192
1192
  * @Date: 2022-10-28 14:15:09
1193
- * @LastEditors: liaodaxue
1194
- * @LastEditTime: 2023-12-29 10:46:50
1193
+ * @LastEditors: baozhoutao@steedos.com
1194
+ * @LastEditTime: 2024-08-19 16:26:58
1195
1195
  * @Description:
1196
1196
  */
1197
1197
 
@@ -1397,6 +1397,11 @@ const getAmisFileEditSchema = (steedosField)=>{
1397
1397
  convertData.multiple = true;
1398
1398
  convertData.joinValues = false;
1399
1399
  convertData.extractValue = true;
1400
+ if(steedosField.type === 'image'){
1401
+ if(Steedos.isCordova() && Steedos.isCordova()){
1402
+ convertData.accept = "";
1403
+ }
1404
+ }
1400
1405
  }
1401
1406
  return convertData;
1402
1407
  };