@steedos-widgets/amis-object 6.10.1-beta.51 → 6.10.1-beta.53
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/AmisInstanceDetail.d.ts +3 -4
- package/dist/amis-object.cjs.css +6 -0
- package/dist/amis-object.cjs.js +961 -222
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +6 -0
- package/dist/amis-object.esm.js +961 -222
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +6 -0
- package/dist/amis-object.umd.js +54 -52
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/index.d.ts +3 -3
- package/dist/meta.js +326 -822
- package/package.json +3 -3
|
@@ -33,7 +33,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
33
33
|
".steedos-object-record-detail-header .antd-Grid-col--mdAuto": {
|
|
34
34
|
padding: string;
|
|
35
35
|
};
|
|
36
|
-
".steedos-amis-instance-view .antd-Page-body": {
|
|
36
|
+
".steedos-amis-instance-view.steedos-instance-style-table .antd-Page-body": {
|
|
37
37
|
width: string;
|
|
38
38
|
};
|
|
39
39
|
".antd-List-placeholder": {
|
|
@@ -60,7 +60,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
60
60
|
bodyClassName: string;
|
|
61
61
|
title: ({
|
|
62
62
|
type: string;
|
|
63
|
-
tpl:
|
|
63
|
+
tpl: any;
|
|
64
64
|
title?: undefined;
|
|
65
65
|
body?: undefined;
|
|
66
66
|
id?: undefined;
|
|
@@ -119,7 +119,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
119
119
|
position: string;
|
|
120
120
|
closeButton: boolean;
|
|
121
121
|
showIcon: boolean;
|
|
122
|
-
msg:
|
|
122
|
+
msg: any;
|
|
123
123
|
};
|
|
124
124
|
actionType: string;
|
|
125
125
|
})[];
|
|
@@ -587,7 +587,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
587
587
|
className: string;
|
|
588
588
|
steps: {
|
|
589
589
|
title: any;
|
|
590
|
-
mode: string;
|
|
591
590
|
body: {
|
|
592
591
|
label: any;
|
|
593
592
|
name: any;
|
package/dist/amis-object.cjs.css
CHANGED
|
@@ -799,6 +799,9 @@ fieldset.antd-Collapse > legend{
|
|
|
799
799
|
.mt-1 {
|
|
800
800
|
margin-top: 0.25rem;
|
|
801
801
|
}
|
|
802
|
+
.mt-3 {
|
|
803
|
+
margin-top: 0.75rem;
|
|
804
|
+
}
|
|
802
805
|
.mt-\[50px\] {
|
|
803
806
|
margin-top: 50px;
|
|
804
807
|
}
|
|
@@ -1275,6 +1278,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1275
1278
|
.font-semibold {
|
|
1276
1279
|
font-weight: 600;
|
|
1277
1280
|
}
|
|
1281
|
+
.lowercase {
|
|
1282
|
+
text-transform: lowercase;
|
|
1283
|
+
}
|
|
1278
1284
|
.leading-3 {
|
|
1279
1285
|
line-height: .75rem;
|
|
1280
1286
|
}
|