@steedos-widgets/amis-object 1.0.23 → 1.0.25

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.
@@ -40,15 +40,26 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
40
40
  name: string;
41
41
  items: {
42
42
  type: string;
43
- tpl: string;
43
+ level: string;
44
+ actionType: string;
45
+ link: string;
46
+ body: {
47
+ type: string;
48
+ tpl: string;
49
+ }[];
50
+ onEvent: {
51
+ click: {
52
+ actions: {
53
+ actionType: string;
54
+ }[];
55
+ };
56
+ };
44
57
  inline: boolean;
45
58
  style: {};
46
59
  className: string;
47
60
  };
48
- id: string;
49
61
  className: string;
50
62
  }[];
51
- id?: undefined;
52
63
  className?: undefined;
53
64
  } | {
54
65
  type: string;
@@ -56,13 +67,33 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
56
67
  header: string;
57
68
  body: {
58
69
  type: string;
59
- html: string;
70
+ name: string;
71
+ items: {
72
+ type: string;
73
+ level: string;
74
+ actionType: string;
75
+ link: string;
76
+ body: {
77
+ type: string;
78
+ wrapperComponent: string;
79
+ className: string;
80
+ tpl: string;
81
+ }[];
82
+ onEvent: {
83
+ click: {
84
+ actions: {
85
+ actionType: string;
86
+ }[];
87
+ };
88
+ };
89
+ inline: boolean;
90
+ style: {};
91
+ className: string;
92
+ };
60
93
  className: string;
61
94
  }[];
62
- id: string;
63
95
  className: string;
64
96
  })[];
65
- id: string;
66
97
  }[];
67
98
  className: string;
68
99
  visibleOn: string;
@@ -199,6 +199,8 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
199
199
  type: string;
200
200
  overlay: boolean;
201
201
  resizable: boolean;
202
+ closeOnEsc: boolean;
203
+ closeOnOutside: boolean;
202
204
  size: string;
203
205
  title: string;
204
206
  className: string;
@@ -206,6 +208,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
206
208
  type: string;
207
209
  debug: boolean;
208
210
  id: string;
211
+ resetAfterSubmit: boolean;
209
212
  body: ({
210
213
  type: string;
211
214
  label: boolean;
@@ -471,6 +474,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
471
474
  type: string;
472
475
  debug: boolean;
473
476
  wrapWithPanel: boolean;
477
+ resetAfterSubmit: boolean;
474
478
  body: ({
475
479
  type: string;
476
480
  className: string;
@@ -1,7 +1,6 @@
1
1
  export declare const AmisSteedosField: (props: any) => Promise<{
2
2
  type: any;
3
3
  tpl: string;
4
- value: string | number | boolean;
5
4
  multiple: boolean;
6
5
  extractValue: boolean;
7
6
  className: any;
@@ -305,6 +305,12 @@ body {
305
305
  .mr-2 {
306
306
  margin-right: 0.5rem
307
307
  }
308
+ .mt-0\.5 {
309
+ margin-top: 0.125rem
310
+ }
311
+ .mt-0 {
312
+ margin-top: 0px
313
+ }
308
314
  .ml-2 {
309
315
  margin-left: 0.5rem
310
316
  }
@@ -332,12 +338,6 @@ body {
332
338
  .mr-3 {
333
339
  margin-right: 0.75rem
334
340
  }
335
- .mt-0\.5 {
336
- margin-top: 0.125rem
337
- }
338
- .mt-0 {
339
- margin-top: 0px
340
- }
341
341
  .block {
342
342
  display: block
343
343
  }
@@ -592,15 +592,15 @@ body {
592
592
  .pt-2 {
593
593
  padding-top: 0.5rem
594
594
  }
595
- .pb-0 {
596
- padding-bottom: 0px
597
- }
598
595
  .pl-1\.5 {
599
596
  padding-left: 0.375rem
600
597
  }
601
598
  .pl-1 {
602
599
  padding-left: 0.25rem
603
600
  }
601
+ .pb-0 {
602
+ padding-bottom: 0px
603
+ }
604
604
  .text-left {
605
605
  text-align: left
606
606
  }
@@ -1022,6 +1022,14 @@ body.sidebar.sidebar-open #main {
1022
1022
  border: none !important;
1023
1023
  box-shadow: none !important;
1024
1024
  }
1025
+ .steedos-amis-instance-view .instance-form-view .antd-Form-item .antd-Table-headToolbar {
1026
+ display: none !important;
1027
+ }
1028
+ .steedos-amis-instance-view .instance-form-view .antd-ResultBox {
1029
+ background-color: transparent !important;
1030
+ border: none !important;
1031
+ box-shadow: none !important;
1032
+ }
1025
1033
  .steedos-amis-instance-view .instance-form-view .antd-Select {
1026
1034
  background-color: transparent !important;
1027
1035
  border: none !important;