@steedos-widgets/amis-lib 1.1.9 → 1.1.11
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 +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/objectsRelated.d.ts +4 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -7327,7 +7327,7 @@ const getRecordPermissions = async (objectName, recordId)=>{
|
|
|
7327
7327
|
* @Author: baozhoutao@steedos.com
|
|
7328
7328
|
* @Date: 2022-07-05 15:55:39
|
|
7329
7329
|
* @LastEditors: Please set LastEditors
|
|
7330
|
-
* @LastEditTime: 2023-
|
|
7330
|
+
* @LastEditTime: 2023-04-13 09:20:21
|
|
7331
7331
|
* @Description:
|
|
7332
7332
|
*/
|
|
7333
7333
|
|
|
@@ -7658,6 +7658,8 @@ async function getRelatedListSchema(
|
|
|
7658
7658
|
"filters": listviewFilter,
|
|
7659
7659
|
"filtersFunction": filtersFunction,
|
|
7660
7660
|
"sort": listViewSort,
|
|
7661
|
+
"requestAdaptor": ctx.requestAdaptor,
|
|
7662
|
+
"adaptor": ctx.adaptor,
|
|
7661
7663
|
"ctx": ctx
|
|
7662
7664
|
};
|
|
7663
7665
|
// console.log(`getRelatedListSchema amisSchema`, amisSchema);
|