@steedos-widgets/amis-object 0.0.10 → 0.0.12

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,13 +1 @@
1
- export declare const AmisObjectListView: (props: any) => Promise<{
2
- type: string;
3
- bodyClassName: string;
4
- name: string;
5
- data: {
6
- context: {
7
- rootUrl: any;
8
- tenantId: any;
9
- authToken: any;
10
- };
11
- };
12
- body: {};
13
- }>;
1
+ export declare const AmisObjectListView: (props: any) => Promise<any>;
@@ -1,6 +1,7 @@
1
1
  export declare const AmisObjectTable: (props: any) => Promise<{
2
2
  type: string;
3
- bodyClassName: string;
3
+ className: string;
4
+ id: string;
4
5
  name: string;
5
6
  data: {
6
7
  context: {
@@ -8,6 +9,10 @@ export declare const AmisObjectTable: (props: any) => Promise<{
8
9
  tenantId: any;
9
10
  authToken: any;
10
11
  };
12
+ objectName: any;
13
+ _id: any;
14
+ recordPermissions: any;
15
+ uiSchema: any;
11
16
  };
12
17
  body: {};
13
18
  }>;
@@ -8,6 +8,10 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
8
8
  tenantId: any;
9
9
  authToken: any;
10
10
  };
11
+ objectName: any;
12
+ _id: any;
13
+ recordPermissions: any;
14
+ uiSchema: any;
11
15
  };
12
16
  body: {
13
17
  type: string;
@@ -62,11 +66,18 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
62
66
  columnClassName?: undefined;
63
67
  })[];
64
68
  }[];
65
- md: number;
69
+ md: string;
66
70
  } | {
67
- body: any[];
68
- md?: undefined;
71
+ body: {
72
+ type: string;
73
+ name: any;
74
+ objectName: any;
75
+ visibleOn: any;
76
+ className: string;
77
+ }[];
78
+ md: string;
69
79
  })[];
80
+ align: string;
70
81
  }[];
71
82
  size: string;
72
83
  };
@@ -1,70 +1 @@
1
- export declare const AmisRecordDetailRelatedList: (props: any) => Promise<{
2
- type: string;
3
- className: string;
4
- name: string;
5
- api: any;
6
- data: {
7
- context: {
8
- rootUrl: any;
9
- tenantId: any;
10
- authToken: any;
11
- };
12
- };
13
- body: ({
14
- bulkActions: any[];
15
- headerToolbar: any[];
16
- columnsTogglable: boolean;
17
- source: string;
18
- className: string;
19
- } | {
20
- type: string;
21
- body: {
22
- type: string;
23
- columns: ({
24
- body: {
25
- type: string;
26
- columns: ({
27
- body: {
28
- type: string;
29
- className: string;
30
- tpl: string;
31
- };
32
- md: string;
33
- className: string;
34
- columnClassName: string;
35
- valign?: undefined;
36
- } | {
37
- body: {
38
- type: string;
39
- tpl: string;
40
- inline: boolean;
41
- wrapperComponent: string;
42
- className: string;
43
- style: {
44
- fontFamily: string;
45
- fontSize: number;
46
- fontWeight: string;
47
- };
48
- }[];
49
- md: string;
50
- valign: string;
51
- columnClassName: string;
52
- className?: undefined;
53
- })[];
54
- }[];
55
- md: number;
56
- } | {
57
- body: any[];
58
- md?: undefined;
59
- })[];
60
- }[];
61
- size: string;
62
- className: string;
63
- })[];
64
- } | {
65
- type: string;
66
- body: string;
67
- level: string;
68
- showIcon: boolean;
69
- className: string;
70
- }>;
1
+ export declare const AmisRecordDetailRelatedList: (props: any) => Promise<any>;