@steedos-widgets/amis-object 6.10.1 → 6.10.2-beta.1
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 -78
- package/dist/amis-object.umd.js +22 -22
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/meta.js +171 -64
- package/package.json +3 -3
|
@@ -447,71 +447,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
447
447
|
label: string;
|
|
448
448
|
onEvent: {
|
|
449
449
|
click: {
|
|
450
|
-
actions:
|
|
451
|
-
componentId: string;
|
|
452
|
-
args: {
|
|
453
|
-
api?: undefined;
|
|
454
|
-
messages?: undefined;
|
|
455
|
-
blank?: undefined;
|
|
456
|
-
url?: undefined;
|
|
457
|
-
};
|
|
458
|
-
actionType: string;
|
|
459
|
-
script: string;
|
|
460
|
-
expression?: undefined;
|
|
461
|
-
} | {
|
|
462
|
-
componentId: string;
|
|
463
|
-
args: {
|
|
464
|
-
api?: undefined;
|
|
465
|
-
messages?: undefined;
|
|
466
|
-
blank?: undefined;
|
|
467
|
-
url?: undefined;
|
|
468
|
-
};
|
|
469
|
-
actionType: string;
|
|
470
|
-
script: string;
|
|
471
|
-
expression: string;
|
|
472
|
-
} | {
|
|
473
|
-
componentId: string;
|
|
474
|
-
args: {
|
|
475
|
-
api: {
|
|
476
|
-
url: string;
|
|
477
|
-
method: string;
|
|
478
|
-
dataType: string;
|
|
479
|
-
data: {
|
|
480
|
-
"&": string;
|
|
481
|
-
$scopeId: string;
|
|
482
|
-
};
|
|
483
|
-
headers: {
|
|
484
|
-
Authorization: string;
|
|
485
|
-
};
|
|
486
|
-
requestAdaptor: string;
|
|
487
|
-
};
|
|
488
|
-
messages: {
|
|
489
|
-
success: string;
|
|
490
|
-
};
|
|
491
|
-
blank?: undefined;
|
|
492
|
-
url?: undefined;
|
|
493
|
-
};
|
|
494
|
-
actionType: string;
|
|
495
|
-
expression: string;
|
|
496
|
-
script?: undefined;
|
|
497
|
-
} | {
|
|
498
|
-
componentId: string;
|
|
499
|
-
args: {
|
|
500
|
-
blank: boolean;
|
|
501
|
-
url: any;
|
|
502
|
-
api?: undefined;
|
|
503
|
-
messages?: undefined;
|
|
504
|
-
};
|
|
505
|
-
actionType: string;
|
|
506
|
-
expression: string;
|
|
507
|
-
script?: undefined;
|
|
508
|
-
} | {
|
|
509
|
-
actionType: string;
|
|
510
|
-
expression: string;
|
|
511
|
-
componentId?: undefined;
|
|
512
|
-
args?: undefined;
|
|
513
|
-
script?: undefined;
|
|
514
|
-
})[];
|
|
450
|
+
actions: any[];
|
|
515
451
|
};
|
|
516
452
|
};
|
|
517
453
|
id: string;
|
|
@@ -682,11 +618,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
682
618
|
};
|
|
683
619
|
change: {
|
|
684
620
|
weight: number;
|
|
685
|
-
actions:
|
|
686
|
-
actionType: string;
|
|
687
|
-
componentId: string;
|
|
688
|
-
args: {};
|
|
689
|
-
}[];
|
|
621
|
+
actions: any[];
|
|
690
622
|
};
|
|
691
623
|
};
|
|
692
624
|
})[];
|
|
@@ -701,14 +633,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
701
633
|
}[];
|
|
702
634
|
};
|
|
703
635
|
inited: {
|
|
704
|
-
actions:
|
|
705
|
-
actionType: string;
|
|
706
|
-
componentId: string;
|
|
707
|
-
args: {
|
|
708
|
-
value: string;
|
|
709
|
-
};
|
|
710
|
-
expression: string;
|
|
711
|
-
}[];
|
|
636
|
+
actions: any[];
|
|
712
637
|
};
|
|
713
638
|
};
|
|
714
639
|
initApi: {
|