@steedos-widgets/amis-object 6.10.14 → 6.10.16

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.
@@ -6,7 +6,7 @@ export declare const AmisAppMenu: (props: any) => Promise<{
6
6
  method: string;
7
7
  url: string;
8
8
  sendOn: string;
9
- adaptor: string;
9
+ adaptor: (payload: any, response: any, api: any, context: any) => any;
10
10
  };
11
11
  } | {
12
12
  type: string;
@@ -2899,11 +2899,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2899
2899
  }
2900
2900
  .sidebar .toggle-sidebar {
2901
2901
  display: block;
2902
- justify-self: center;
2903
2902
  }
2904
2903
  .sidebar.sidebar-open .toggle-sidebar {
2905
2904
  display: block;
2906
- justify-self: left;
2907
2905
  }
2908
2906
  .antd-Nav-Menu-item-divider {
2909
2907
  border-bottom: 0.0625rem solid #cacacc !important;