package.dist.generated.templates.RadioButtonTemplate.lit.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webcomponents Show documentation
Show all versions of webcomponents Show documentation
UI5 Web Components: webcomponents.main
The newest version!
/* eslint no-unused-vars: 0 */
import { html, svg, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return html `${this.text ? block1.call(this, context, tags, suffix) : undefined}${this.hasValueState ? block2.call(this, context, tags, suffix) : undefined}`; }
function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-label", tags, suffix)} id="${ifDefined(this._id)}-label" class="ui5-radio-label" for="${ifDefined(this._id)}" wrapping-type="${ifDefined(this.wrappingType)}">${ifDefined(this.text)}${scopeTag("ui5-label", tags, suffix)}>` : html `${ifDefined(this.text)} `; }
function block2(context, tags, suffix) { return html `${ifDefined(this.valueStateText)}`; }
function blockSVG1(context, tags, suffix) {
return svg ` `;
}
;
export default block0;
//# sourceMappingURL=RadioButtonTemplate.lit.js.map