@steedos-widgets/amis-object 1.2.8 → 1.2.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.
@@ -10,6 +10,13 @@ export declare const AmisGlobalHeader: (props: any) => Promise<{
10
10
  body: ({
11
11
  type: string;
12
12
  className: string;
13
+ onEvent: {
14
+ "@history_paths.changed": {
15
+ actions: {
16
+ actionType: string;
17
+ }[];
18
+ };
19
+ };
13
20
  body: ({
14
21
  type: string;
15
22
  className: string;
@@ -30,14 +37,37 @@ export declare const AmisGlobalHeader: (props: any) => Promise<{
30
37
  id: string;
31
38
  className: string;
32
39
  }[];
40
+ visibleOn?: undefined;
41
+ tpl?: undefined;
42
+ } | {
43
+ type: string;
44
+ visibleOn: string;
45
+ className: string;
46
+ onEvent: {
47
+ click: {
48
+ actions: {
49
+ actionType: string;
50
+ script: string;
51
+ }[];
52
+ };
53
+ };
54
+ body: {
55
+ type: string;
56
+ category: string;
57
+ name: string;
58
+ colorVariant: string;
59
+ className: string;
60
+ }[];
61
+ hiddenOn?: undefined;
33
62
  tpl?: undefined;
34
63
  } | {
35
64
  className: string;
36
65
  type: string;
37
66
  tpl: string;
38
- hiddenOn?: undefined;
67
+ hiddenOn: string;
39
68
  onEvent?: undefined;
40
69
  body?: undefined;
70
+ visibleOn?: undefined;
41
71
  })[];
42
72
  label?: undefined;
43
73
  logoutScript?: undefined;
@@ -78,6 +108,7 @@ export declare const AmisGlobalHeader: (props: any) => Promise<{
78
108
  onEvent?: undefined;
79
109
  body?: undefined;
80
110
  })[];
111
+ onEvent?: undefined;
81
112
  body?: undefined;
82
113
  })[];
83
114
  hiddenOn?: undefined;
@@ -4,6 +4,7 @@ export declare const AmisObjectTable: (props: any) => Promise<{
4
4
  id: string;
5
5
  name: string;
6
6
  data: {
7
+ objectName: any;
7
8
  recordPermissions: any;
8
9
  uiSchema: any;
9
10
  };
@@ -18,11 +18,44 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
18
18
  body: {
19
19
  type: string;
20
20
  columns: ({
21
- body: {
21
+ body: ({
22
+ type: string;
23
+ onEvent: {
24
+ "@history_paths.changed": {
25
+ actions: {
26
+ actionType: string;
27
+ }[];
28
+ };
29
+ };
30
+ body: {
31
+ type: string;
32
+ visibleOn: string;
33
+ className: string;
34
+ onEvent: {
35
+ click: {
36
+ actions: {
37
+ actionType: string;
38
+ script: string;
39
+ }[];
40
+ };
41
+ };
42
+ body: {
43
+ type: string;
44
+ category: string;
45
+ name: string;
46
+ colorVariant: string;
47
+ className: string;
48
+ }[];
49
+ }[];
50
+ className?: undefined;
51
+ tpl?: undefined;
52
+ } | {
22
53
  type: string;
23
54
  className: string;
24
55
  tpl: string;
25
- };
56
+ onEvent?: undefined;
57
+ body?: undefined;
58
+ })[];
26
59
  md: string;
27
60
  className: string;
28
61
  columnClassName: string;