iflow-engine-base 3.8.3 → 3.8.4

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.
@@ -46188,12 +46188,7 @@ class Sk {
46188
46188
  zipObjectUrls = [];
46189
46189
  /** 加载新版 manifest 分包数据,并返回 Loader 可消费的 DWGData 结构。 */
46190
46190
  async load(e) {
46191
- if (this.clearZipObjectUrls(), this.is2dZipUrl(e))
46192
- return this.loadZipData(e);
46193
- const t = this.isManifestUrl(e) ? e : this.joinUrl(this.normalizeDirectoryUrl(e), "manifest.json"), i = await this.fetchJson(t);
46194
- if (!this.isSplitManifest(i))
46195
- throw new Error("[LoaderModule2d] Expected split CAD manifest data.");
46196
- return this.loadSplitData(this.getBaseUrl(t), i);
46191
+ return this.clearZipObjectUrls(), this.loadZipData(e);
46197
46192
  }
46198
46193
  /** 拉取 JSON 资源;保留为 public,方便后续按视口动态加载 tile。 */
46199
46194
  async fetchJson(e) {
@@ -55898,7 +55893,7 @@ class LU {
55898
55893
  // 业务数据
55899
55894
  models = [];
55900
55895
  reactBoundingClientRect = { left: 0, top: 0 };
55901
- version = "3.8.3";
55896
+ version = "3.8.4";
55902
55897
  versionEl = null;
55903
55898
  // 引擎容器
55904
55899
  container;