@byteluck-fe/runtime-engine 7.0.0-beta.14 → 7.0.0-beta.15
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.
|
@@ -17,6 +17,7 @@ export declare class EventListenerPlugin implements Plugin {
|
|
|
17
17
|
private openPageRelationControlIds;
|
|
18
18
|
private route;
|
|
19
19
|
private router;
|
|
20
|
+
private readonly actionBarClickWaitInterval;
|
|
20
21
|
constructor(config: ControlsEvent, app_id: string, userInfo: typing.CurrentUserInfo, store: any, route: RouteLocationNormalizedLoaded, router: Router);
|
|
21
22
|
apply(engine: Engine): void;
|
|
22
23
|
private getAllEventList;
|
|
@@ -24,6 +25,7 @@ export declare class EventListenerPlugin implements Plugin {
|
|
|
24
25
|
private configCamelizeKeys;
|
|
25
26
|
private formatConfig;
|
|
26
27
|
private engineAddEventListener;
|
|
28
|
+
private scheduleCheckToRunClickPayloadOfActionBar;
|
|
27
29
|
private checkToRunClickPayloadOfActionBar;
|
|
28
30
|
private checkIsNeedSaveActionBarClickPayload;
|
|
29
31
|
private checkHasEventListener;
|