@steedos-widgets/amis-object 6.10.1-beta.19 → 6.10.1-beta.21

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.
@@ -129,6 +129,7 @@ export declare const AmisGlobalHeader: (props: any) => Promise<{
129
129
  body: ({
130
130
  type: string;
131
131
  className: string;
132
+ visibleOn: string;
132
133
  body: ({
133
134
  type: string;
134
135
  className: string;
@@ -149,6 +150,7 @@ export declare const AmisGlobalHeader: (props: any) => Promise<{
149
150
  type: string;
150
151
  className: string;
151
152
  hiddenOn: string;
153
+ visibleOn?: undefined;
152
154
  body?: undefined;
153
155
  })[];
154
156
  onEvent: {