@steedos-widgets/amis-lib 1.2.41 → 1.2.42
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10257,7 +10257,7 @@ const getRecordPermissions = async (objectName, recordId)=>{
|
|
|
10257
10257
|
* @Author: baozhoutao@steedos.com
|
|
10258
10258
|
* @Date: 2022-07-05 15:55:39
|
|
10259
10259
|
* @LastEditors: liaodaxue
|
|
10260
|
-
* @LastEditTime: 2023-
|
|
10260
|
+
* @LastEditTime: 2023-08-21 14:50:21
|
|
10261
10261
|
* @Description:
|
|
10262
10262
|
*/
|
|
10263
10263
|
|
|
@@ -10407,7 +10407,7 @@ async function getRecordDetailRelatedListSchema(objectName, recordId, relatedObj
|
|
|
10407
10407
|
globalFilter,
|
|
10408
10408
|
defaults: {
|
|
10409
10409
|
listSchema: {
|
|
10410
|
-
headerToolbar:[],
|
|
10410
|
+
headerToolbar:["bulkActions"],
|
|
10411
10411
|
columnsTogglable: false,
|
|
10412
10412
|
onEvent: {
|
|
10413
10413
|
[`@data.changed.${relatedObjectName}`]: {
|