@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;
@@ -30,6 +30,7 @@ export declare class StatisticsPlugin implements Plugin {
30
30
  */
31
31
  private checkToFetchDataByParams;
32
32
  private fetchData;
33
+ private getErrorMessage;
33
34
  private changeCountTipStatus;
34
35
  /**
35
36
  * @description 监听事件,触发显隐
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "7.0.0-beta.14",
3
+ "version": "7.0.0-beta.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",