@steedos-widgets/amis-object 6.10.1-beta.47 → 6.10.1-beta.49
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 +50 -7
- package/dist/amis-object.cjs.css +9 -0
- package/dist/amis-object.cjs.js +1111 -98
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +9 -0
- package/dist/amis-object.esm.js +1111 -98
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +9 -0
- package/dist/amis-object.umd.js +239 -204
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/index.d.ts +1 -0
- package/dist/meta.js +92 -4
- package/dist/metas/i18n.d.ts +1 -0
- package/package.json +3 -3
|
@@ -72,11 +72,11 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
72
72
|
type: string;
|
|
73
73
|
labelClassName: string;
|
|
74
74
|
className: string;
|
|
75
|
-
label:
|
|
75
|
+
label: any;
|
|
76
76
|
mode: string;
|
|
77
77
|
name: string;
|
|
78
78
|
id: string;
|
|
79
|
-
btnLabel:
|
|
79
|
+
btnLabel: any;
|
|
80
80
|
btnClassName: string;
|
|
81
81
|
multiple: boolean;
|
|
82
82
|
maxLength: number;
|
|
@@ -165,7 +165,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
165
165
|
type: string;
|
|
166
166
|
name: string;
|
|
167
167
|
source: string;
|
|
168
|
-
title:
|
|
168
|
+
title: any;
|
|
169
169
|
listItem: {
|
|
170
170
|
body: {
|
|
171
171
|
type: string;
|
|
@@ -179,7 +179,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
179
179
|
} | {
|
|
180
180
|
type: string;
|
|
181
181
|
headerClassName: string;
|
|
182
|
-
title:
|
|
182
|
+
title: any;
|
|
183
183
|
source: string;
|
|
184
184
|
className: string;
|
|
185
185
|
columnsTogglable: boolean;
|
|
@@ -207,7 +207,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
207
207
|
})[];
|
|
208
208
|
} | {
|
|
209
209
|
type: string;
|
|
210
|
-
label:
|
|
210
|
+
label: any;
|
|
211
211
|
onEvent: {
|
|
212
212
|
click: {
|
|
213
213
|
actions: {
|
|
@@ -240,7 +240,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
240
240
|
name: string;
|
|
241
241
|
value: string;
|
|
242
242
|
options: {
|
|
243
|
-
label:
|
|
243
|
+
label: any;
|
|
244
244
|
value: string;
|
|
245
245
|
}[];
|
|
246
246
|
id: string;
|
|
@@ -275,7 +275,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
275
275
|
columns: ({
|
|
276
276
|
body: {
|
|
277
277
|
type: string;
|
|
278
|
-
tpl:
|
|
278
|
+
tpl: any;
|
|
279
279
|
inline: boolean;
|
|
280
280
|
wrapperComponent: string;
|
|
281
281
|
id: string;
|
|
@@ -582,6 +582,39 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
582
582
|
})[];
|
|
583
583
|
}[];
|
|
584
584
|
id: string;
|
|
585
|
+
} | {
|
|
586
|
+
type: string;
|
|
587
|
+
className: string;
|
|
588
|
+
steps: {
|
|
589
|
+
title: any;
|
|
590
|
+
mode: string;
|
|
591
|
+
body: {
|
|
592
|
+
label: any;
|
|
593
|
+
name: any;
|
|
594
|
+
mode: string;
|
|
595
|
+
className: string;
|
|
596
|
+
}[];
|
|
597
|
+
}[];
|
|
598
|
+
actionFinishLabel: string;
|
|
599
|
+
id: string;
|
|
600
|
+
target: string;
|
|
601
|
+
onEvent: {
|
|
602
|
+
change: {
|
|
603
|
+
actions: {
|
|
604
|
+
actionType: string;
|
|
605
|
+
componentId: string;
|
|
606
|
+
args: {
|
|
607
|
+
value: string;
|
|
608
|
+
};
|
|
609
|
+
}[];
|
|
610
|
+
};
|
|
611
|
+
finished: {
|
|
612
|
+
actions: {
|
|
613
|
+
actionType: string;
|
|
614
|
+
componentId: string;
|
|
615
|
+
}[];
|
|
616
|
+
};
|
|
617
|
+
};
|
|
585
618
|
} | {
|
|
586
619
|
type: string;
|
|
587
620
|
className: string;
|
|
@@ -656,6 +689,16 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
656
689
|
actionType: string;
|
|
657
690
|
}[];
|
|
658
691
|
};
|
|
692
|
+
inited: {
|
|
693
|
+
actions: {
|
|
694
|
+
actionType: string;
|
|
695
|
+
componentId: string;
|
|
696
|
+
args: {
|
|
697
|
+
value: string;
|
|
698
|
+
};
|
|
699
|
+
expression: string;
|
|
700
|
+
}[];
|
|
701
|
+
};
|
|
659
702
|
};
|
|
660
703
|
initApi: {
|
|
661
704
|
url: string;
|
package/dist/amis-object.cjs.css
CHANGED
|
@@ -1239,6 +1239,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1239
1239
|
.pt-3 {
|
|
1240
1240
|
padding-top: 0.75rem;
|
|
1241
1241
|
}
|
|
1242
|
+
.pt-4 {
|
|
1243
|
+
padding-top: 1rem;
|
|
1244
|
+
}
|
|
1242
1245
|
.text-left {
|
|
1243
1246
|
text-align: left;
|
|
1244
1247
|
}
|
|
@@ -2297,6 +2300,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2297
2300
|
.instance-form-view .antd-Table-table .antd-Form-label {
|
|
2298
2301
|
display: none;
|
|
2299
2302
|
}
|
|
2303
|
+
.instance-form-view-wizard .antd-Form .antd-Form-item {
|
|
2304
|
+
margin-bottom: 0.75rem;
|
|
2305
|
+
}
|
|
2300
2306
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
|
|
2301
2307
|
width: 0px !important;
|
|
2302
2308
|
min-width: 0px !important;
|
|
@@ -2313,6 +2319,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2313
2319
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField {
|
|
2314
2320
|
margin-left: -55px;
|
|
2315
2321
|
}
|
|
2322
|
+
.steedos-amis-instance-view td .loading {
|
|
2323
|
+
display: none !important;
|
|
2324
|
+
}
|
|
2316
2325
|
|
|
2317
2326
|
.amis-object-field-lookup .lookup-left {
|
|
2318
2327
|
max-width: 50% !important;
|