@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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +7 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
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:
|
|
1194
|
-
* @LastEditTime:
|
|
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
|
};
|