@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.
@@ -54529,8 +54529,8 @@ async function getPage({type, pageId = '', appId, objectName = '', recordId = ''
54529
54529
  /*
54530
54530
  * @Author: baozhoutao@steedos.com
54531
54531
  * @Date: 2022-10-28 14:15:09
54532
- * @LastEditors: liaodaxue
54533
- * @LastEditTime: 2023-12-29 10:46:50
54532
+ * @LastEditors: baozhoutao@steedos.com
54533
+ * @LastEditTime: 2024-08-19 16:26:58
54534
54534
  * @Description:
54535
54535
  */
54536
54536
 
@@ -54736,6 +54736,11 @@ const getAmisFileEditSchema = (steedosField)=>{
54736
54736
  convertData.multiple = true;
54737
54737
  convertData.joinValues = false;
54738
54738
  convertData.extractValue = true;
54739
+ if(steedosField.type === 'image'){
54740
+ if(Steedos.isCordova() && Steedos.isCordova()){
54741
+ convertData.accept = "";
54742
+ }
54743
+ }
54739
54744
  }
54740
54745
  return convertData;
54741
54746
  };