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

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

The newest version!
/* eslint no-unused-vars: 0 */
import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return html `
  • ${this.icon ? block1.call(this, context, tags, suffix) : undefined}
  • `; } function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-segmented-button-item-icon" name="${ifDefined(this.icon)}" part="icon" ?show-tooltip=${this.iconOnly}>` : html ``; } export default block0; //# sourceMappingURL=SegmentedButtonItemTemplate.lit.js.map




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy