iflow-engine 3.9.212 → 3.9.213

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.
@@ -69,6 +69,7 @@ export declare class EngineManager extends BaseManager {
69
69
  * @returns 是否初始化成功
70
70
  */
71
71
  initialize(options?: Omit<EngineOptions, 'container'>): Promise<boolean>;
72
+ private isCurrentInitializedEngine;
72
73
  /**
73
74
  * 检查引擎是否已初始化
74
75
  * @returns 是否已初始化
@@ -5,6 +5,7 @@ export declare class ViewDropdownManager extends BaseManager {
5
5
  private dropdown;
6
6
  private customButtons;
7
7
  constructor(container: HTMLElement, registry: ManagerRegistry);
8
+ init(): void;
8
9
  addButton(config: EngineViewDropdownButtonConfig): () => void;
9
10
  removeButton(key: string): void;
10
11
  destroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine",
3
- "version": "3.9.212",
3
+ "version": "3.9.213",
4
4
  "description": "bim-engine",
5
5
  "main": "./dist/iflow-engine.umd.js",
6
6
  "module": "./dist/iflow-engine.es.js",