dh_ackergaul
vor 3 Tagen 5bbf43c1b146439ab882815c12ed6292f1d7b4df
manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-c580fae8.js
Datei umbenannt von manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-a0aa2d82.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>
        `;
    }
};