@steedos-widgets/amis-object 1.3.21 → 1.3.22-beta.1

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.
@@ -19,15 +19,4 @@ export declare const AmisInputTable: (props: any) => Promise<{
19
19
  data: {
20
20
  __wrapperServiceId: string;
21
21
  };
22
- dataProvider: {
23
- inited: string;
24
- };
25
- onEvent: {
26
- init: {
27
- actions: {
28
- actionType: string;
29
- script: string;
30
- }[];
31
- };
32
- };
33
22
  }>;
@@ -1649,6 +1649,9 @@ body.steedos {
1649
1649
  .steedos-object-form .steedos-markdown .antd-Tabs-pane.is-active {
1650
1650
  display: block;
1651
1651
  }
1652
+ .steedos-amis-form .antd-Form-item:last-child {
1653
+ margin-bottom: auto;
1654
+ }
1652
1655
  .antd-Select-popover .antd-Select-menu .antd-Select-option .antd-Checkbox--checkbox {
1653
1656
  white-space: nowrap;
1654
1657
  }