@shjjs/visual-ui 2.0.4 → 2.0.5

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.
@@ -284,6 +284,7 @@ export interface IUpdateVariableAction {
284
284
  export interface IPageAction {
285
285
  pageId: string;
286
286
  parameter: string;
287
+ target?: string;
287
288
  }
288
289
  export interface IUpdatePageAction {
289
290
  }
@@ -7,7 +7,7 @@ export declare class SHJParseEvent {
7
7
  * @param type 事件类型
8
8
  * @param parser 事件解析器
9
9
  */
10
- static addAction(type: string, parser: (event: IEventV2, params: any) => void): void;
10
+ static addAction(type: string, parser: (event: any, params: any) => void): void;
11
11
  /**
12
12
  * 获取事件解析器
13
13
  * @param type 事件类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shjjs/visual-ui",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "国产自研零代码可视化源码工具",
5
5
  "keywords": [
6
6
  "three",