@bimdata/viewer 2.8.0-beta.3 → 2.8.0-beta.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.
|
@@ -187133,7 +187133,7 @@ async function eQi(i) {
|
|
|
187133
187133
|
const t = await new NRi(new gMe(i)).getEntries(), n = await XRi(t);
|
|
187134
187134
|
return await Promise.all(
|
|
187135
187135
|
Object.values(n).flatMap(
|
|
187136
|
-
({ model: s, buildings: r, storeys: o }) => [s].concat(s.children).concat(r.flatMap((a) => a.plans).map((a) => a.plan)).concat(o.flatMap((a) => a.plans).map((a) => a.plan))
|
|
187136
|
+
({ model: s, buildings: r = [], storeys: o = [] }) => [s].concat(s.children).concat(r.flatMap((a) => a.plans).map((a) => a.plan)).concat(o.flatMap((a) => a.plans).map((a) => a.plan))
|
|
187137
187137
|
).map((s) => $Ri(t, s))
|
|
187138
187138
|
), n;
|
|
187139
187139
|
}
|
|
@@ -190244,7 +190244,7 @@ let ATi = class {
|
|
|
190244
190244
|
);
|
|
190245
190245
|
}
|
|
190246
190246
|
};
|
|
190247
|
-
const dTi = "2.8.0-beta.
|
|
190247
|
+
const dTi = "2.8.0-beta.4", hTi = {
|
|
190248
190248
|
version: dTi
|
|
190249
190249
|
};
|
|
190250
190250
|
class fTi {
|