@steedos-widgets/amis-object 6.10.1-beta.25 → 6.10.1-beta.28

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.
@@ -1,14 +1,8 @@
1
1
  import './AmisObjectListview.less';
2
2
  export declare const AmisObjectListView: (props: any) => Promise<{
3
3
  type: string;
4
- body: string;
5
- level: string;
6
- showIcon: boolean;
7
- className: string;
8
- data?: undefined;
9
- style?: undefined;
10
- } | {
11
- type: string;
4
+ id: string;
5
+ _reloadKey: any;
12
6
  data: any;
13
7
  style: any;
14
8
  className: string;
@@ -23,6 +17,10 @@ export declare const AmisObjectListView: (props: any) => Promise<{
23
17
  body: any;
24
18
  }[];
25
19
  }[];
26
- level?: undefined;
27
- showIcon?: undefined;
20
+ } | {
21
+ type: string;
22
+ body: string;
23
+ level: string;
24
+ showIcon: boolean;
25
+ className: string;
28
26
  }>;
@@ -14,6 +14,7 @@ export declare const AmisRecordDetail: (props: any) => Promise<{
14
14
  objectApiName: string;
15
15
  recordId: string;
16
16
  appId: any;
17
+ _reloadKey: any;
17
18
  }[];
18
19
  }[];
19
20
  } | {
@@ -24,6 +25,7 @@ export declare const AmisRecordDetail: (props: any) => Promise<{
24
25
  id: string;
25
26
  showButtons: any;
26
27
  showBackButton: any;
28
+ _reloadKey: any;
27
29
  })[];
28
30
  objectApiName: string;
29
31
  recordId: string;
@@ -1418,9 +1418,6 @@ fieldset.antd-Collapse > legend{
1418
1418
  .md\:grid-cols-3 {
1419
1419
  grid-template-columns: repeat(3, minmax(0, 1fr))
1420
1420
  }
1421
- .md\:overflow-auto {
1422
- overflow: auto
1423
- }
1424
1421
  .md\:border-b {
1425
1422
  border-bottom-width: 1px
1426
1423
  }