@steedos-widgets/amis-object 1.2.2 → 1.2.3-beta.1

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.
@@ -7,17 +7,25 @@ export declare const AmisObjectListView: (props: any) => Promise<{
7
7
  data?: undefined;
8
8
  } | {
9
9
  type: string;
10
- body: any[];
11
- className: string;
12
10
  data: {
13
- listName: any;
14
- uiSchema: any;
15
11
  showDisplayAs: any;
16
12
  displayAs: string;
17
13
  recordPermissions: any;
18
14
  _id: any;
19
15
  $listviewId: any;
20
16
  };
17
+ className: string;
18
+ body: {
19
+ type: string;
20
+ size: string;
21
+ className: string;
22
+ body: {
23
+ type: string;
24
+ size: string;
25
+ className: string;
26
+ body: any;
27
+ }[];
28
+ }[];
21
29
  level?: undefined;
22
30
  showIcon?: undefined;
23
31
  }>;
@@ -689,9 +689,6 @@ body {
689
689
  .pl-1 {
690
690
  padding-left: 0.25rem
691
691
  }
692
- .pb-0 {
693
- padding-bottom: 0px
694
- }
695
692
  .text-left {
696
693
  text-align: left
697
694
  }
@@ -881,11 +878,6 @@ body {
881
878
  flex-direction: column
882
879
  }
883
880
  }
884
- @media (min-width: 1280px) {
885
- .xl\:order-last {
886
- order: 9999
887
- }
888
- }
889
881
 
890
882
  .ant-dropdown-menu {
891
883
  border: 1px solid #e5e5e5;