iflow-engine-base 3.7.3 → 3.7.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.
package/dist/index.d.ts CHANGED
@@ -3112,12 +3112,14 @@ declare class ModelProperties {
3112
3112
  declare class ModelToolModule {
3113
3113
  private engine;
3114
3114
  private highlightMaterial;
3115
- private hideMaterial;
3116
3115
  private translucentMaterial;
3117
3116
  constructor(engine_: any);
3118
3117
  split_merge_model(model: any): void;
3119
3118
  un_split_merge_model(model: any): void;
3119
+ private shouldKeepSplitState;
3120
+ private restoreSplitModelsOnIdle;
3120
3121
  getSceneModel(index: number): any;
3122
+ updateMaterial(): void;
3121
3123
  highlightModel(models: any): void;
3122
3124
  unhighlightModel(models: any): void;
3123
3125
  unhighlightAllModels(isClear?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine-base",
3
- "version": "3.7.3",
3
+ "version": "3.7.5",
4
4
  "description": "BIM Engine SDK for Vue2, Vue3, React and HTML",
5
5
  "main": "./dist/bim-engine-sdk.umd.js",
6
6
  "module": "./dist/bim-engine-sdk.es.js",