@archilogic/floor-plan-sdk 5.1.10 → 5.1.11
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/fpe.js +2 -2
- package/dist/fpe.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/fpe.js
CHANGED
|
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
/*!
|
|
5
|
-
Archilogic Floor Plan Engine SDK v5.1.
|
|
5
|
+
Archilogic Floor Plan Engine SDK v5.1.11 webgl build 250717-063107-56f128
|
|
6
6
|
|
|
7
7
|
Copyright (c) 2025 Archilogic AG. All rights reserved.
|
|
8
8
|
|
|
@@ -43145,7 +43145,7 @@ function createNodeGraphics(node, nodeContainer, floorPlan, style, preview, ctx)
|
|
|
43145
43145
|
let shapes = [];
|
|
43146
43146
|
let gfx, contourGfx;
|
|
43147
43147
|
const { view, settings: settings2 } = floorPlan;
|
|
43148
|
-
if (node.type === "element:asset") {
|
|
43148
|
+
if (node.type === "element:asset" && !node.isComponentInstance) {
|
|
43149
43149
|
let graphics = getProductGraphics(node, nodeContainer, floorPlan, style);
|
|
43150
43150
|
gfx = graphics[0];
|
|
43151
43151
|
contourGfx = graphics[1];
|