| Datei umbenannt von manufacturer/_furnview/furnplan-web/node_modules/@dh-software/furnview-components/module/webcab-display-option-selection.component-a0aa2d82.js |
| | |
| | | } |
| | | 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) { |
| | |
| | | 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>
|
| | | `; |
| | | } |
| | | }; |