@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.
- package/dist/amis/AmisInputTable.d.ts +0 -11
- package/dist/amis-object.cjs.css +3 -0
- package/dist/amis-object.cjs.js +178 -238
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +3 -0
- package/dist/amis-object.esm.js +178 -238
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +3 -0
- package/dist/amis-object.umd.js +43 -27
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/package.json +3 -3
|
@@ -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
|
}>;
|
package/dist/amis-object.cjs.css
CHANGED
|
@@ -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
|
}
|