All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.generated.templates.BreadcrumbsPopoverTemplate.lit.js Maven / Gradle / Ivy

The newest version!
/* eslint no-unused-vars: 0 */
import { html, repeat, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} class="ui5-breadcrumbs-popover" hide-arrow content-only-on-desktop placement="Bottom" horizontal-align="Start" _hide-header @keydown="${this._onkeydown}"><${scopeTag("ui5-list", tags, suffix)} selection-mode="Single" separators="None" @ui5-selection-change="${ifDefined(this._onOverflowListItemSelect)}">${repeat(this._overflowItemsData, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}` : html `${repeat(this._overflowItemsData, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}`; }
function block1(context, tags, suffix, item, index) { return suffix ? html `<${scopeTag("ui5-li", tags, suffix)} id="${ifDefined(item._id)}-li" accessible-name="${ifDefined(item.accessibleName)}" data-ui5-stable="${ifDefined(item.stableDomRef)}">${ifDefined(item.textContent)}` : html `${ifDefined(item.textContent)}`; }
export default block0;
//# sourceMappingURL=BreadcrumbsPopoverTemplate.lit.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy