@byteluck-fe/runtime-engine 7.0.0-beta.18 → 7.0.0-beta.19

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.
@@ -18,7 +18,6 @@ export declare class EventListenerPlugin implements Plugin {
18
18
  private route;
19
19
  private router;
20
20
  private readonly actionBarClickWaitInterval;
21
- private eventListenerActiveEventKeys;
22
21
  constructor(config: ControlsEvent, app_id: string, userInfo: typing.CurrentUserInfo, store: any, route: RouteLocationNormalizedLoaded, router: Router);
23
22
  apply(engine: Engine): void;
24
23
  private getAllEventList;
@@ -45,8 +44,6 @@ export declare class EventListenerPlugin implements Plugin {
45
44
  * @private
46
45
  */
47
46
  private changeEventRunningActive;
48
- private getActionBarPreEventRunningActive;
49
- private syncEventRunningActiveToStore;
50
47
  private doCallActions;
51
48
  private getHandlerAfterAnalysisCondition;
52
49
  private getValueFromListSelected;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "7.0.0-beta.18",
3
+ "version": "7.0.0-beta.19",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",