iflow-engine-base 3.8.3 → 3.8.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/bim-engine-sdk.es.js +3 -8
- package/dist/bim-engine-sdk.es.js.map +1 -1
- package/dist/bim-engine-sdk.umd.js +3 -3
- package/dist/bim-engine-sdk.umd.js.map +1 -1
- package/dist2d/dwg-preview.es.js +77 -82
- package/dist2d/dwg-preview.es.js.map +1 -1
- package/dist2d/dwg-preview.umd.js +1 -1
- package/dist2d/dwg-preview.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -32600,7 +32600,7 @@ function r3(s, e, t, i) {
|
|
|
32600
32600
|
async function Lv(s, e, t = !1) {
|
|
32601
32601
|
const i = s.engineStatus.models.filter((n) => e == null || n.url == e);
|
|
32602
32602
|
for (const n of i)
|
|
32603
|
-
if (Bv(n), !(n.status !== "loading" || n.type !== "light") && (s3(s, n, t), !Rv(n.loadStatus.normal))) {
|
|
32603
|
+
if (n.key = "WDDsBNtzVz6aSh/bCFh3CmjjANEDRryoXF1XCJvJjeE=", Bv(n), !(n.status !== "loading" || n.type !== "light") && (s3(s, n, t), !Rv(n.loadStatus.normal))) {
|
|
32604
32604
|
n.loadStatus.normal = "loading";
|
|
32605
32605
|
try {
|
|
32606
32606
|
await o3(s, n, t);
|
|
@@ -46188,12 +46188,7 @@ class Sk {
|
|
|
46188
46188
|
zipObjectUrls = [];
|
|
46189
46189
|
/** 加载新版 manifest 分包数据,并返回 Loader 可消费的 DWGData 结构。 */
|
|
46190
46190
|
async load(e) {
|
|
46191
|
-
|
|
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.
|
|
55896
|
+
version = "3.8.5";
|
|
55902
55897
|
versionEl = null;
|
|
55903
55898
|
// 引擎容器
|
|
55904
55899
|
container;
|