From 5bbf43c1b146439ab882815c12ed6292f1d7b4df Mon Sep 17 00:00:00 2001
From: dh_ackergaul <dh_ackergaul@dh-software.de>
Date: Di, 23 Jun 2026 09:44:49 +0200
Subject: [PATCH] Update _furnview - 23.6.2026, 09:44:32 [LL]

---
 manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-c580fae8.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-a0aa2d82.js b/manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-c580fae8.js
similarity index 99%
rename from manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-a0aa2d82.js
rename to manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-c580fae8.js
index c5afae1..51c1ab5 100644
--- a/manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-a0aa2d82.js
+++ b/manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-c580fae8.js
@@ -198,13 +198,13 @@
         }
         this.setAttribute("exportparts", exportparts);
         this.applyReplacersToSlots();
-        return x `
-            <slot name="above"></slot>
-            ${this.webcabuis.map((webcabui) => x `
-                <div class="element-ui nr-${webcabui.index}" part="element-ui nr-${webcabui.index}" instance-ident="${webcabui["instance-ident"]}" ui-index="${webcabui.index}">
-                    ${document.createRange().createContextualFragment(this.getObjectUiTemplate(this.getTemplate(webcabui), webcabui.index, this.webcabuis.length, webcabui["instance-ident"]))}
-                </div>
-            `)}
+        return x `
+            <slot name="above"></slot>
+            ${this.webcabuis.map((webcabui) => x `
+                <div class="element-ui nr-${webcabui.index}" part="element-ui nr-${webcabui.index}" instance-ident="${webcabui["instance-ident"]}" ui-index="${webcabui.index}">
+                    ${document.createRange().createContextualFragment(this.getObjectUiTemplate(this.getTemplate(webcabui), webcabui.index, this.webcabuis.length, webcabui["instance-ident"]))}
+                </div>
+            `)}
         `;
     }
     updated(_changedProperties) {
@@ -890,10 +890,10 @@
         else {
             this.classList.remove("select-by-buttons");
         }
-        return x `
-            <fv-select class="container" max-amount-select-by-buttons="${this.maxAmountSelectByButtons}" i18n-placeholder="your_selection" selected="${selected}" selected-display-value="${selectedComponent ? LocalesModel.translate(selectedComponent.name, selectedComponent.name) : ""}" ?open="${this.open}">
-                ${this.createOptions(this.componentData.components)}
-            </fv-select>
+        return x `
+            <fv-select class="container" max-amount-select-by-buttons="${this.maxAmountSelectByButtons}" i18n-placeholder="your_selection" selected="${selected}" selected-display-value="${selectedComponent ? LocalesModel.translate(selectedComponent.name, selectedComponent.name) : ""}" ?open="${this.open}">
+                ${this.createOptions(this.componentData.components)}
+            </fv-select>
         `;
     }
 };

--
Gitblit v1.9.3