@steedos-widgets/amis-object 3.6.2-beta.7 → 3.6.2-beta.9

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.
@@ -78,37 +78,7 @@ export declare const AmisGlobalHeader: (props: any) => Promise<{
78
78
  label: string;
79
79
  className: string;
80
80
  logoutScript: string;
81
- customButtons: ({
82
- type: string;
83
- className: string;
84
- visibleOn: string;
85
- onEvent: {
86
- click: {
87
- actions: {
88
- actionType: string;
89
- script: string;
90
- }[];
91
- };
92
- };
93
- body: {
94
- type: string;
95
- category: string;
96
- name: string;
97
- colorVariant: string;
98
- id: string;
99
- className: string;
100
- }[];
101
- showAppName?: undefined;
102
- appId?: undefined;
103
- } | {
104
- type: string;
105
- showAppName: boolean;
106
- appId: string;
107
- visibleOn: string;
108
- className?: undefined;
109
- onEvent?: undefined;
110
- body?: undefined;
111
- })[];
81
+ customButtons: any;
112
82
  onEvent?: undefined;
113
83
  body?: undefined;
114
84
  })[];
@@ -3,6 +3,7 @@ export declare const AmisRecordDetail: (props: any) => Promise<{
3
3
  body: ({
4
4
  type: string;
5
5
  className: string;
6
+ contentClassName: string;
6
7
  tabs: {
7
8
  title: string;
8
9
  className: string;