@steedos-widgets/amis-object 6.10.21 → 6.10.23
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 +11 -11
- package/dist/amis-object.umd.js +152 -1065
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/package.json +6 -6
|
@@ -57,7 +57,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
57
57
|
bodyClassName: string;
|
|
58
58
|
title: ({
|
|
59
59
|
type: string;
|
|
60
|
-
tpl:
|
|
60
|
+
tpl: string;
|
|
61
61
|
title?: undefined;
|
|
62
62
|
body?: undefined;
|
|
63
63
|
id?: undefined;
|
|
@@ -69,11 +69,11 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
69
69
|
type: string;
|
|
70
70
|
labelClassName: string;
|
|
71
71
|
className: string;
|
|
72
|
-
label:
|
|
72
|
+
label: string;
|
|
73
73
|
mode: string;
|
|
74
74
|
name: string;
|
|
75
75
|
id: string;
|
|
76
|
-
btnLabel:
|
|
76
|
+
btnLabel: string;
|
|
77
77
|
btnClassName: string;
|
|
78
78
|
multiple: boolean;
|
|
79
79
|
maxLength: number;
|
|
@@ -116,7 +116,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
116
116
|
position: string;
|
|
117
117
|
closeButton: boolean;
|
|
118
118
|
showIcon: boolean;
|
|
119
|
-
msg:
|
|
119
|
+
msg: string;
|
|
120
120
|
};
|
|
121
121
|
actionType: string;
|
|
122
122
|
})[];
|
|
@@ -162,7 +162,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
162
162
|
type: string;
|
|
163
163
|
name: string;
|
|
164
164
|
source: string;
|
|
165
|
-
title:
|
|
165
|
+
title: string;
|
|
166
166
|
listItem: {
|
|
167
167
|
body: {
|
|
168
168
|
type: string;
|
|
@@ -176,7 +176,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
176
176
|
} | {
|
|
177
177
|
type: string;
|
|
178
178
|
headerClassName: string;
|
|
179
|
-
title:
|
|
179
|
+
title: string;
|
|
180
180
|
source: string;
|
|
181
181
|
className: string;
|
|
182
182
|
columnsTogglable: boolean;
|
|
@@ -204,7 +204,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
204
204
|
})[];
|
|
205
205
|
} | {
|
|
206
206
|
type: string;
|
|
207
|
-
label:
|
|
207
|
+
label: string;
|
|
208
208
|
onEvent: {
|
|
209
209
|
click: {
|
|
210
210
|
actions: {
|
|
@@ -241,7 +241,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
241
241
|
name: string;
|
|
242
242
|
value: string;
|
|
243
243
|
options: {
|
|
244
|
-
label:
|
|
244
|
+
label: string;
|
|
245
245
|
value: string;
|
|
246
246
|
}[];
|
|
247
247
|
id: string;
|
|
@@ -276,7 +276,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
276
276
|
columns: ({
|
|
277
277
|
body: {
|
|
278
278
|
type: string;
|
|
279
|
-
tpl:
|
|
279
|
+
tpl: string;
|
|
280
280
|
inline: boolean;
|
|
281
281
|
wrapperComponent: string;
|
|
282
282
|
id: string;
|
|
@@ -330,7 +330,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
330
330
|
columns: ({
|
|
331
331
|
body: {
|
|
332
332
|
type: string;
|
|
333
|
-
tpl:
|
|
333
|
+
tpl: string;
|
|
334
334
|
inline: boolean;
|
|
335
335
|
wrapperComponent: string;
|
|
336
336
|
id: string;
|
|
@@ -441,7 +441,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
441
441
|
id: string;
|
|
442
442
|
minRows: number;
|
|
443
443
|
maxRows: number;
|
|
444
|
-
placeholder:
|
|
444
|
+
placeholder: string;
|
|
445
445
|
requiredOn: string;
|
|
446
446
|
value: any;
|
|
447
447
|
})[];
|