@steedos-widgets/amis-object 1.0.42 → 1.1.0-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.
- package/dist/amis/AmisInstanceDetail.d.ts +5 -0
- package/dist/amis-object.cjs.css +13 -8
- package/dist/amis-object.cjs.js +13291 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +13 -8
- package/dist/amis-object.esm.js +13234 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +13 -8
- package/dist/amis-object.umd.js +13293 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +10 -10
- package/package.json +4 -3
|
@@ -3,6 +3,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
3
3
|
type: string;
|
|
4
4
|
name: string;
|
|
5
5
|
className: string;
|
|
6
|
+
bodyClassName: string;
|
|
6
7
|
title: {
|
|
7
8
|
type: string;
|
|
8
9
|
label: string;
|
|
@@ -204,6 +205,9 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
204
205
|
size: string;
|
|
205
206
|
title: string;
|
|
206
207
|
className: string;
|
|
208
|
+
headerClassName: string;
|
|
209
|
+
bodyClassName: string;
|
|
210
|
+
footerClassName: string;
|
|
207
211
|
drawerContainer: () => any;
|
|
208
212
|
body: {
|
|
209
213
|
type: string;
|
|
@@ -270,6 +274,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
270
274
|
id: string;
|
|
271
275
|
multiple: boolean;
|
|
272
276
|
required: boolean;
|
|
277
|
+
selectFirst: boolean;
|
|
273
278
|
source: {
|
|
274
279
|
url: string;
|
|
275
280
|
headers: {
|
package/dist/amis-object.cjs.css
CHANGED
|
@@ -193,6 +193,10 @@ body {
|
|
|
193
193
|
height: calc(100% - 40px);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
+
/* nav下配置itemBadge属性后item不会自动撑开 */
|
|
197
|
+
.antd-Nav-Menu-item-wrap .antd-Badge{
|
|
198
|
+
width: -webkit-fill-available;
|
|
199
|
+
}
|
|
196
200
|
|
|
197
201
|
.ant-dropdown-menu {
|
|
198
202
|
border: 1px solid #e5e5e5;
|
|
@@ -384,6 +388,9 @@ body {
|
|
|
384
388
|
.h-14 {
|
|
385
389
|
height: 3.5rem
|
|
386
390
|
}
|
|
391
|
+
.h-full {
|
|
392
|
+
height: 100%
|
|
393
|
+
}
|
|
387
394
|
.h-5 {
|
|
388
395
|
height: 1.25rem
|
|
389
396
|
}
|
|
@@ -405,9 +412,6 @@ body {
|
|
|
405
412
|
.h-7 {
|
|
406
413
|
height: 1.75rem
|
|
407
414
|
}
|
|
408
|
-
.h-full {
|
|
409
|
-
height: 100%
|
|
410
|
-
}
|
|
411
415
|
.h-8 {
|
|
412
416
|
height: 2rem
|
|
413
417
|
}
|
|
@@ -651,6 +655,9 @@ body {
|
|
|
651
655
|
.pt-2 {
|
|
652
656
|
padding-top: 0.5rem
|
|
653
657
|
}
|
|
658
|
+
.pt-0 {
|
|
659
|
+
padding-top: 0px
|
|
660
|
+
}
|
|
654
661
|
.pl-1\.5 {
|
|
655
662
|
padding-left: 0.375rem
|
|
656
663
|
}
|
|
@@ -1134,6 +1141,9 @@ body.sidebar #sidebar {
|
|
|
1134
1141
|
border: none !important;
|
|
1135
1142
|
box-shadow: none !important;
|
|
1136
1143
|
}
|
|
1144
|
+
.steedos-amis-instance-view .instance-form-view .antd-Form-static .antd-Form-control {
|
|
1145
|
+
padding-left: 0.75rem !important;
|
|
1146
|
+
}
|
|
1137
1147
|
.steedos-amis-instance-view .instance-form-view .antd-Number {
|
|
1138
1148
|
background-color: transparent !important;
|
|
1139
1149
|
border: none !important;
|
|
@@ -1162,17 +1172,12 @@ body.sidebar #sidebar {
|
|
|
1162
1172
|
.steedos-amis-instance-view .form-control {
|
|
1163
1173
|
background: no-repeat;
|
|
1164
1174
|
}
|
|
1165
|
-
.steedos-amis-instance-view .instance-form-view tbody td {
|
|
1166
|
-
border: 1px solid #000;
|
|
1167
|
-
padding-left: 0.75rem !important;
|
|
1168
|
-
}
|
|
1169
1175
|
.steedos-amis-instance-view .form-control .antd-Table-table thead th {
|
|
1170
1176
|
background: transparent !important;
|
|
1171
1177
|
border-color: #000;
|
|
1172
1178
|
}
|
|
1173
1179
|
.steedos-amis-instance-view .form-control .antd-Table-table tbody td {
|
|
1174
1180
|
border: 1px solid #000;
|
|
1175
|
-
padding-left: 0.75rem !important;
|
|
1176
1181
|
}
|
|
1177
1182
|
.steedos-amis-instance-view .form-control .antd-Table-table tbody td:last-child {
|
|
1178
1183
|
border-right: none !important;
|