@steedos-widgets/amis-object 1.0.40 → 1.0.42

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.
@@ -9,12 +9,21 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
9
9
  type: string;
10
10
  className: string;
11
11
  tpl: string;
12
+ badge: {
13
+ visibleOn: string;
14
+ offset: number[];
15
+ style: {
16
+ width: string;
17
+ height: string;
18
+ };
19
+ };
12
20
  hiddenOn?: undefined;
13
21
  } | {
14
22
  type: string;
15
23
  className: string;
16
24
  tpl: string;
17
25
  hiddenOn: string;
26
+ badge?: undefined;
18
27
  })[];
19
28
  dialog: {
20
29
  size: string;
@@ -24,93 +33,22 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
24
33
  className: string;
25
34
  };
26
35
  actions: any[];
27
- body: {
28
- type: string;
29
- id: string;
30
- affixFooter: boolean;
31
- body: {
32
- type: string;
33
- activeKey: string[];
34
- body: ({
35
- type: string;
36
- key: string;
37
- header: string;
38
- body: {
39
- type: string;
40
- name: string;
41
- items: {
42
- type: 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
- };
57
- inline: boolean;
58
- style: {};
59
- className: string;
60
- };
61
- className: string;
62
- }[];
63
- className?: undefined;
64
- } | {
65
- type: string;
66
- key: string;
67
- header: string;
68
- body: {
69
- type: 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
- };
93
- className: string;
94
- }[];
95
- className: string;
96
- })[];
97
- }[];
98
- className: string;
99
- visibleOn: string;
100
- clearValueOnHidden: boolean;
101
- visible: boolean;
102
- messages: {};
103
- api: {
104
- method: string;
105
- url: string;
106
- data: any;
107
- headers: {
108
- Authorization: string;
36
+ body: {}[];
37
+ };
38
+ id: string;
39
+ }[];
40
+ id: string;
41
+ messages: {};
42
+ onEvent: {
43
+ "@data.changed.steedos_keyvalues": {
44
+ actions: {
45
+ actionType: string;
46
+ args: {
47
+ value: {
48
+ keyvalue: string;
109
49
  };
110
- adaptor: string;
111
50
  };
112
51
  }[];
113
52
  };
114
- id: string;
115
- }[];
53
+ };
116
54
  }>;
@@ -204,6 +204,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
204
204
  size: string;
205
205
  title: string;
206
206
  className: string;
207
+ drawerContainer: () => any;
207
208
  body: {
208
209
  type: string;
209
210
  debug: boolean;
@@ -366,6 +366,9 @@ body {
366
366
  .flex {
367
367
  display: flex
368
368
  }
369
+ .inline-flex {
370
+ display: inline-flex
371
+ }
369
372
  .table {
370
373
  display: table
371
374
  }
@@ -432,6 +435,12 @@ body {
432
435
  .w-12 {
433
436
  width: 3rem
434
437
  }
438
+ .w-1\/3 {
439
+ width: 33.333333%
440
+ }
441
+ .w-full {
442
+ width: 100%
443
+ }
435
444
  .w-10 {
436
445
  width: 2.5rem
437
446
  }
@@ -444,9 +453,6 @@ body {
444
453
  .\!w-full {
445
454
  width: 100% !important
446
455
  }
447
- .w-full {
448
- width: 100%
449
- }
450
456
  .w-8 {
451
457
  width: 2rem
452
458
  }
@@ -488,6 +494,9 @@ body {
488
494
  .flex-col {
489
495
  flex-direction: column
490
496
  }
497
+ .flex-wrap {
498
+ flex-wrap: wrap
499
+ }
491
500
  .items-center {
492
501
  align-items: center
493
502
  }
@@ -1153,3 +1162,38 @@ body.sidebar #sidebar {
1153
1162
  .steedos-amis-instance-view .form-control {
1154
1163
  background: no-repeat;
1155
1164
  }
1165
+ .steedos-amis-instance-view .instance-form-view tbody td {
1166
+ border: 1px solid #000;
1167
+ padding-left: 0.75rem !important;
1168
+ }
1169
+ .steedos-amis-instance-view .form-control .antd-Table-table thead th {
1170
+ background: transparent !important;
1171
+ border-color: #000;
1172
+ }
1173
+ .steedos-amis-instance-view .form-control .antd-Table-table tbody td {
1174
+ border: 1px solid #000;
1175
+ padding-left: 0.75rem !important;
1176
+ }
1177
+ .steedos-amis-instance-view .form-control .antd-Table-table tbody td:last-child {
1178
+ border-right: none !important;
1179
+ }
1180
+ .steedos-amis-instance-view .form-control .antd-Table-table tbody td:first-child {
1181
+ border-left: none !important;
1182
+ }
1183
+ .steedos-amis-instance-view .form-control .antd-Table-table tbody tr:last-child td {
1184
+ border-bottom: none !important;
1185
+ }
1186
+ .steedos-amis-instance-view .form-control .antd-InputTable .antd-Table {
1187
+ margin-bottom: 0px;
1188
+ }
1189
+ .steedos-amis-instance-view .form-control .antd-InputTable .antd-InputTable-toolbar {
1190
+ border-top: 1px solid #000;
1191
+ }
1192
+ .steedos-amis-instance-view .form-control .antd-InputTable .antd-InputTable-toolbar button {
1193
+ width: 100%;
1194
+ height: 100%;
1195
+ border-radius: 0px;
1196
+ background: transparent;
1197
+ border: none;
1198
+ color: #000;
1199
+ }