@soonspacejs/plugin-cps-scheme 2.10.0-rc.9 → 2.10.11

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/index.d.ts CHANGED
@@ -8,6 +8,10 @@ declare class CpsSchemePlugin {
8
8
  platter: Platter | null;
9
9
  schemeData: ISchemeData[] | null;
10
10
  platterDomElement: SVGElement | null;
11
+ /**
12
+ * 自动运行流程
13
+ */
14
+ autoRunFlow: boolean;
11
15
  private _platterListener;
12
16
  private _platterState;
13
17
  constructor(ssp: SoonSpace);
@@ -18,9 +22,13 @@ declare class CpsSchemePlugin {
18
22
  */
19
23
  init(options: TInitOptions): Promise<void>;
20
24
  /**
21
- * 设置按钮状态
25
+ * 设置按钮状态 ready
22
26
  */
23
27
  setBtnReady(btnId: string, ready?: boolean): void;
28
+ /**
29
+ * 设置按钮状态 hover
30
+ */
31
+ setBtnHover(btnId: string, hover?: boolean): void;
24
32
  /**
25
33
  * 清除预案八卦盘
26
34
  * @returns