@steedos-widgets/amis-object 6.10.11 → 6.10.13
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 +0 -14
- package/dist/amis-object.umd.js +218 -205
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/package.json +3 -3
|
@@ -406,7 +406,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
406
406
|
placeholder?: undefined;
|
|
407
407
|
requiredOn?: undefined;
|
|
408
408
|
value?: undefined;
|
|
409
|
-
onEvent?: undefined;
|
|
410
409
|
} | {
|
|
411
410
|
type: string;
|
|
412
411
|
label: boolean;
|
|
@@ -417,19 +416,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
417
416
|
placeholder: any;
|
|
418
417
|
requiredOn: string;
|
|
419
418
|
value: any;
|
|
420
|
-
onEvent: {
|
|
421
|
-
change: {
|
|
422
|
-
actions: {
|
|
423
|
-
componentId: string;
|
|
424
|
-
actionType: string;
|
|
425
|
-
args: {
|
|
426
|
-
value: {
|
|
427
|
-
instance_my_approve_description: string;
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
}[];
|
|
431
|
-
};
|
|
432
|
-
};
|
|
433
419
|
})[];
|
|
434
420
|
onEvent: {
|
|
435
421
|
approve_judge_change: {
|