@steedos-widgets/amis-object 6.10.41 → 6.10.42-beta.2

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,7 +1,7 @@
1
1
  export declare const AmisInstanceHandler: (props: any) => Promise<{
2
2
  body: ({
3
3
  type: string;
4
- label: string;
4
+ label: any;
5
5
  name: any;
6
6
  id: any;
7
7
  hiddenOn: string;
@@ -15,7 +15,7 @@ export declare const AmisInstanceHandler: (props: any) => Promise<{
15
15
  extractValue?: undefined;
16
16
  } | {
17
17
  type: string;
18
- label: string;
18
+ label: any;
19
19
  name: any;
20
20
  id: any;
21
21
  hiddenOn: string;
@@ -29,7 +29,7 @@ export declare const AmisInstanceHandler: (props: any) => Promise<{
29
29
  extractValue?: undefined;
30
30
  } | {
31
31
  type: string;
32
- label: string;
32
+ label: any;
33
33
  name: any;
34
34
  id: any;
35
35
  required: boolean;
@@ -2347,6 +2347,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2347
2347
  }
2348
2348
  .steedos-amis-instance-view .form-control .antd-Table-table tbody td:first-child {
2349
2349
  border-left: none !important;
2350
+ border-right: none !important;
2350
2351
  }
2351
2352
  .steedos-amis-instance-view .form-control .antd-Table-table tbody tr:last-child td {
2352
2353
  border-bottom: none !important;